@charset "UTF-8";

/*TABLE OF CONTENTS*/

/*=====================
01. Font styles
02. General resets styles
03. Bootstrap typography styles override
04. Bootstrap forms styles override
05. Bootstrap Grid override styles
06. Bootstrap/Custom utilities styles override
07. Bootstrap Components styles override
08. Common styles
09. Bootstrap spacing override & new custom spacing styles
=======================*/

/* ----
   01. Font styles
   ---- */



@font-face {
    font-family: 'The-Icon-of';
    src: url("../careers/fonts/The-Icon-of.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* ----
   02. General resets styles
   ---- */

:root {
    --blue: #248dc9;
    --blue-2: #53748b;
    --blue-3: #204560;
    --light-blue: #eff0f5;
    --red: #f76060;
    --dark-red: #e63e3e;
    --yellow: #ffd261;
    --dark-yellow: #f1c25d;
    --orange: #ff9b61;
    --darkest-orange: #f05353;
    --dark-orange: #f1835d;
    --purple: #eb56cb;
    --dark-purple: #813cd2;
    --lighter-turquoise: #e9fffc;
    --light-turquoise: #56ebd5;
    --dark-turquoise: #3cd2bd;
    --turquoise: #3dd3be;
    --gray-light-1: #e8ebf0;
    --gray-light: #eceef2;
    --gray-1: #6c788e;
    --gray-2: #d8d8d8;
    --gray: #6b778e;
    --gray-dark: #7b7b7b;
    --gray-3: #797c7e;
    --black: #212529;
    --black-2: #0b1c28;
    --primary: var(--blue);
    --secondary: var(--lighter-turquoise);
    --danger: var(--red);
    --warning: var(--yellow);
    --info: var(--blue-3);
    --default-color: var(--blue-2);
    --base-font-size: 1rem;
    --base-line-height: 1.4445;
    --glitch-width: 100vw;
    --glitch-height: 100vh;
    --gap-horizontal: 10px;
    --gap-vertical: 5px;
    --time-anim: 4s;
    --delay-anim: 2s;
    --blend-mode-1: normal;
    --blend-mode-2: normal;
    --blend-mode-3: normal;
    --blend-mode-4: normal;
    --blend-mode-5: hue;
    --blend-color-1: transparent;
    --blend-color-2: transparent;
    --blend-color-3: transparent;
    --blend-color-4: transparent;
    --blend-color-5: #0068ba;
    --font-family-sans-serif: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}


body {
    color: var(--blue-2);
    line-height: var(--base-line-height);
    font-family: var(--font-family-sans-serif);
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    background-color: var(--white);
    font-size: 1.125rem;
}

img {
    max-width: 100%;
    height: auto;
}

mark {
    background-color: transparent;
    padding: 0;
    color: var(--primary);
}

strong {
    font-weight: 600;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

::-moz-selection {
    background-color: var(--blue);
    color: var(--white);
}

::selection {
    background-color: var(--blue);
    color: var(--white);
}

/* ----
   03. Bootstrap typography styles override
   ---- */

a {
    color: var(--blue);
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 1rem;
    color: var(--default-color);
}

.h1,
h1 {
    font-size: 3rem;
}

.h2,
h2 {
    font-size: 2.375rem;
}

.h3,
h3 {
    font-size: 1.25rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    margin-bottom: 0.25rem;
    font-size: 0.9375rem;
}

.h6,
h6 {
    font-size: 0.875rem;
}

/* ----
   04. Bootstrap forms styles override
   ---- */

.btn {
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}

.btn:not(.btn-sm):not(.btn-lg) {
    padding: 0.5625rem 2rem;
}

.btn:not([class*=" btn-outline-"]) {
    border: none;
}

.btn-gradient {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#f9b54a), color-stop(#ff451e), color-stop(#ff451e), to(#f9b54a));
    background-image: linear-gradient(to right, #f9b54a, #ff451e, #ff451e, #f9b54a);
    background-size: 300% 100%;
    -webkit-transition: background-position .35s;
    transition: background-position .35s;
}

.btn-gradient:hover,
.btn-gradient:focus {
    background-position: 100% 0;
    -webkit-transition: background-position .35s;
    transition: background-position .35s;
    color: #fff;
    outline: none;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.9375rem 1.6875rem;
}

.btn-group-sm > .btn,
.btn-sm {
    font-size: 0.875rem;
    padding: 0.5625rem 1.3125rem 0.5rem;
}

.btn-primary {
    background-color: var(--blue);
    color: var(--white);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    outline: none;
    background-color: var(--blue);
    background-color: #185f88;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #185f88;
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-secondary {
    border: none;
    background: #e9eef2;
    color: #455866;
}

.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary);
}

.btn-outline-secondary {
    border: 1px solid #3B28DB;
    color: var(--dark-blue);
    background-color: transparent;
}

.btn-outline-secondary:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(61, 211, 190, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(61, 211, 190, 0.5);
}

.btn-white {
    background: var(--white);
    color: #34a2ff;
    -webkit-box-shadow: 0 21px 13px -16px rgba(0, 0, 0, 0.04);
    box-shadow: 0 21px 13px -16px rgba(0, 0, 0, 0.04);
}

.btn-white:hover,
.btn-white.focus,
.btn-white:focus {
    color: #34a2ff;
    background-color: var(--gray-light);
}

.btn-white.focus,
.btn-white:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active {
    background-color: var(--gray-light);
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

.btn-white.btn-white-style01 {
    color: var(--primary);
}

.btn-white.btn-white-style01:hover,
.btn-white.btn-white-style01.focus,
.btn-white.btn-white-style01:focus {
    color: var(--primary);
}

.btn-outline-white {
    border-color: var(--info);
    color: var(--info);
}

.btn-outline-white:hover {
    color: var(--white);
    background-color: var(--info);
    border-color: var(--info);
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active {
    background-color: var(--info);
    border-color: var(--info);
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

.btn-tertiary {
    padding: 0.4375rem 0.75rem !important;
    background: #ebe9fC;
    border: none;
    border-radius: 0.25rem;
    color: var(--dark-blue);
    font-size: 0.75rem;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}

.btn-tertiary:hover,
.btn-tertiary.focus,
.btn-tertiary:focus {
    background-color: var(--primary);
    color: #fff;
}

.btn-tertiary:not(:disabled):not(.disabled).active,
.btn-tertiary:not(:disabled):not(.disabled):active {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-tertiary.disabled,
.btn-tertiary:disabled {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--primary);
}

.btn-link {
    color: var(--primary);
    -webkit-transition: color .25s;
    transition: color .25s;
}

.btn-link:hover,
.btn-link.focus,
.btn-link:focus {
    color: black;
    outline: none;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active {
    color: black;
}

.btn-link-style01 {
    padding: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-svg {
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    right: 0.25rem;
    top: 0.8125rem;
    border: none;
    padding: 0;
    background-color: transparent;
    outline: none;
    color: #a8a8b0;
    -webkit-transition: color .35s;
    transition: color .35s;
}

.btn-svg:hover,
.btn-svg:focus,
.btn-svg:active {
    outline: none;
    color: var(--primary);
}

.btn-dropdown {
    position: absolute;
    padding: 0.1875rem 0.3125rem;
    border: none;
    background-color: transparent;
    right: -0.5rem;
    top: 0.25rem;
}

.btn-dropdown:focus,
.btn-dropdown:active {
    outline: none;
    color: var(--primary);
}

label {
    color: var(--black-2);
    margin-bottom: 0.125rem;
}

.form-group {
    margin-bottom: 1.375rem;
}

input.form-control {
    font-size: 1rem;
    border: 2px solid #d9e2e8;
    border-radius: 4px;
    padding: 1.25rem 0.6875rem;
    line-height: 1.231;
    color: var(--black-2);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.01);
}

input.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--blue);
}

input.form-control::-webkit-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

input.form-control::-ms-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

input.form-control:-ms-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

input.form-control::placeholder {
    color: rgba(83, 116, 139, 0.5);
}

.form-control::-webkit-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

.form-control::-ms-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

.form-control:-ms-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

.form-control::placeholder {
    color: rgba(83, 116, 139, 0.5);
}

/* ----
   05. Bootstrap Grid override styles
   ---- */

.container {
    padding-left: 35px;
    padding-right: 35px;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin-left: -16px;
    margin-right: -16px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 16px;
    padding-right: 16px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row-style01 {
    margin-right: -8px;
    margin-left: -8px;
}

.row-style01 > .col,
.row-style01 > [class*="col-"],
.row-style01 > [class*=" col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

.row-style02 {
    margin-right: -5px;
    margin-left: -5px;
}

.row-style02 > .col,
.row-style02 > [class*="col-"],
.row-style02 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.row-style02 {
    margin-right: -5px;
    margin-left: -5px;
}

.row-style02 > .col,
.row-style02 > [class*="col-"],
.row-style02 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/* ----
   06. Bootstrap/Custom utilities styles override
   ---- */

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-info {
    background-color: var(--info) !important;
}

.bg-danger {
    background-color: var(--danger) !important;
}

.bg-warning {
    background-color: var(--warning) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-muted {
    color: var(--gray-3) !important;
}

.text-gray {
    color: var(--gray-1) !important;
}

.text-body {
    color: var(--default-color) !important;
}

.text-black {
    color: #000 !important;
}

.text-black02 {
    color: var(--black-2);
}

.text-blue02 {
    color: var(--blue-2);
}

.text-blue03 {
    color: var(--blue-3);
}

.lead-xs {
    font-size: 1.125rem;
}

.fz-10 {
    font-size: 0.625rem;
}

.fz-11 {
    font-size: 0.6875rem;
}

.fz-12 {
    font-size: 0.75rem;
}

.fz-13 {
    font-size: 0.8125rem;
}

.fz-14 {
    font-size: 0.875rem;
}

.fz-16 {
    font-size: 1rem;
}

.fz-18 {
    font-size: 1.125rem;
}

.fz-20 {
    font-size: 1.25rem;
}

.fz-24 {
    font-size: 1.5rem;
}

.fz-38 {
    font-size: 2.375rem;
}

.fz-38 small {
    font-size: 34.3%;
}

.fz-60 {
    font-size: 3.75rem;
}

.m-t-2 {
    margin-top: 0.125rem;
}

.m-t-3 {
    margin-top: 0.1875rem;
}

.font-weight-semibold {
    font-weight: 600;
}

.lh-secondary {
    line-height: 1.223;
}

.lh-tertiary {
    line-height: 1.2858;
}

.shadow-primary {
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.01);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.01);
}

.shadow-secondary {
    -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.shadow-tertiary {
    -webkit-box-shadow: 0px 8px 12px rgba(93, 115, 131, 0.06);
    box-shadow: 0px 8px 12px rgba(93, 115, 131, 0.06);
}

.br-8 {
    border-radius: 0.5rem;
}

.br-12 {
    border-radius: 0.75rem;
}

.br-24 {
    border-radius: 1.5rem;
}

/* ----
   07. Bootstrap Components styles override
   ---- */

.navbar {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}

.navbar-brand {
    color: #fff;
}

.navbar-brand:hover,
.navbar-brand:focus {
    outline: none;
    color: #fff;
}

.navbar-nav {
    padding-left: 1.25rem;
    padding-right: 5rem;
}

.nav-item {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.nav-link {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    -webkit-transition: color .35s, text-shadow .35s;
    transition: color .35s, text-shadow .35s;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff;
}

.nav-link::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.nav-link::before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0.0625rem;
    right: 0;
    left: 0;
    height: 0.125rem;
    background: #fff;
    opacity: .8;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.nav-link:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.active .nav-link::before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0.0625rem;
    right: 0;
    left: 0;
    height: 0.125rem;
    background: #fff;
    opacity: .8;
    z-index: -1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.navbar-toggler {
    position: relative;
    display: inline-block;
    width: 1.8rem;
    height: 1.5rem;
}

.navbar-toggler:focus {
    outline: none;
}

.nav-toggle-ico {
    width: 100%;
    height: .15rem;
    display: block;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.collapsed .nav-toggle-ico:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    left: 0;
}

.collapsed .nav-toggle-ico:nth-child(2) {
    width: 100%;
    opacity: 1;
    top: .6rem;
}

.collapsed .nav-toggle-ico:nth-child(3) {
    top: 1.2rem;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.nav-toggle-ico:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0rem;
    left: .3rem;
}

.nav-toggle-ico:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.nav-toggle-ico:nth-child(3) {
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg);
    top: 1.2rem;
    left: .3rem;
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: rgba(83, 116, 139, 0.5);
}

.form-control::placeholder,
input::placeholder {
    color: rgba(83, 116, 139, 0.5);
}

.modal {
    display: block;
    z-index: 300;
}

.modal-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
}

.modal-content {
    position: relative;
    border: 0;
    border-radius: 18px;
    padding: 0.1875rem 3rem 2.375rem;
}

.modal-dialog {
    max-width: 61.0625rem;
    border: none;
    color: var(--black-2);
    padding: 25px;
}

.modal-dialog h1,
.modal-dialog h2,
.modal-dialog h3,
.modal-dialog h4,
.modal-dialog h5,
.modal-dialog h6 {
    color: var(--black-2);
}

.modal-dialog .close {
    top: 0.5rem;
    right: 0.875rem;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.modal-dialog .close:hover,
.modal-dialog .close:focus {
    outline: none;
    color: var(--blue);
}

.modal-dialog .modal-header {
    position: relative;
    display: block;
    border: none;
    padding-top: 1.375rem;
    padding-bottom: 0.5rem;
}

.modal-dialog .modal-header h2 {
    line-height: 100%;
    margin-bottom: 1.625rem;
}

.modal-dialog .modal-title {
    font-size: 2.375rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.modal-dialog .modal-footer {
    border: 0;
    padding: 0;
}

.modal-dialog .modal-body {
    padding: 0;
    font-size: 1rem;
}

.modal-dialog .modal-body h3 {
    margin-bottom: 8px;
}

.modal-dialog .modal-body p {
    margin-bottom: 25px;
}

.modal-dialog .modal-body ul {
    padding-left: 15px;
    margin-bottom: 28px;
}

.modal-dialog .close {
    top: 1.1rem;
    right: -1.2rem;
    color: #8fa2af;
    -webkit-transition: color .25s;
    transition: color .25s;
    padding: .5rem;
}

.modal-dialog .close:hover,
.modal-dialog .close:focus {
    outline: none;
    color: var(--blue);
}

/* ----
   08. Common styles
   ---- */

.modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.link {
    padding: 0.9375rem;
    word-break: break-all;
}

.icon-abs {
    pointer-events: none;
    right: 13px;
    top: 11px;
}

.dropdown-menu {
    min-width: 15rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: none;
    font-size: 0.8125rem;
}

.dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-menu .custom-control {
    position: relative;
}

.dropdown-menu .custom-control:hover,
.dropdown-menu .custom-control:focus {
    background-color: #f6f7f9;
}

.dropdown-menu .custom-control:hover:before,
.dropdown-menu .custom-control:focus:before {
    background-color: #f6f7f9;
}

.dropdown-menu .custom-control:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    right: -100px;
}

.dropdown-menu .custom-control .custom-control-label {
    display: block;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.dropdown-menu .custom-control .custom-control-label:before,
.dropdown-menu .custom-control .custom-control-label:after {
    top: 0.45rem;
}

/* ----
   09. slick theme css files
   ---- */

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* ----
   10. Bootstrap spacing override & new custom spacing styles end
   ---- */

#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

.hero {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--black-2);
}

blockquote {
    display: block;
    max-width: 55.625rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

blockquote q {
    display: block;
    margin-bottom: 1.5rem;
    margin-bottom: 25px;
    color: var(--black-2);
    font-size: 1.75rem;
    line-height: 1.2;
    text-align: center;
}

blockquote q::before,
blockquote q::after {
    display: none;
}

blockquote cite {
    display: block;
    color: var(--black-2);
    font-size: 1.125rem;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}

.bg-style01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 25%;
    background-attachment: fixed;
}

.icon-holder {
    padding: 0.6875rem 0.75rem;
    background: rgba(36, 141, 201, 0.12);
    border-radius: 0.75rem;
}

.border-primary {
    border: 1px solid #ebefef !important;
}

#footer {
    position: relative;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#49DBDD), to(#026CA7));
    background: linear-gradient(to right, #49DBDD, #026CA7);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white);
}

.search-form {
    position: relative;
    width: 26.6875rem;
}

.search-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
    left: 0.75rem;
    border: none;
    outline: none;
    padding: 0.5rem;
    background: transparent;
    color: #248dc9;
    border-radius: 50%;
    -webkit-transition: background .35s, color .35s;
    transition: background .35s, color .35s;
}

.search-btn:focus,
.search-btn:hover {
    outline: none;
    background: -webkit-gradient(linear, left top, right top, from(#f9b54a), to(#ff451e));
    background: linear-gradient(to right, #f9b54a, #ff451e);
    color: var(--white);
}

.search-btn svg {
    display: block;
}

.search-input {
    width: 100% !important;
    padding: 0.8125rem 0.875rem 0.8125rem 3.4375rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    border: 1px solid #d9e2e8 !important;
    border-radius: 0.5rem !important;
}

.search-input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-input:focus + .search-btn,
.search-input:hover + .search-btn {
    background: -webkit-gradient(linear, left top, right top, from(#f9b54a), to(#ff451e));
    background: linear-gradient(to right, #f9b54a, #ff451e);
    color: var(--white);
}

.lh-100 {
    line-height: 100%;
}

.fw-800 {
    font-weight: 800;
}

.p-m-0 p:last-child {
    margin-bottom: 0;
}

.z-index-2 {
    z-index: 2;
}

.m-w-712 {
    max-width: 44.5rem;
}

.py-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
}

.py-14 {
    padding-top: 14.5rem;
    padding-bottom: 14.5rem;
}

.px-36px {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.px-28px {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.uploaded-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14.375rem;
    position: relative;
    border: 1px solid #D9E2E8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 12px rgba(93, 115, 131, 0.06);
    box-shadow: 0px 8px 12px rgba(93, 115, 131, 0.06);
    border-radius: 8px;
    padding: 0.375rem 1.5625rem 0.375rem 0.75rem;
}

.delete-upload-file {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #9babb7;
    position: absolute;
    right: 0.75rem;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.delete-upload-file:hover,
.delete-upload-file:focus {
    outline: none;
    color: var(--blue);
}

.delete-upload-file svg {
    display: block;
}

.custom-radio {
    position: relative;
    display: inline-block;
    border: 1px solid #B6C5CF;
    width: 1rem;
    height: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    margin-top: 0.1875rem;
    margin-right: 0.3125rem;
    border-radius: 50%;
}

.custom-radio::after {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    content: '';
    display: block;
    left: 50%;
    top: 50%;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-check {
    padding: 0;
    margin-bottom: 0.3125rem;
}

.form-check-input:checked + .custom-radio {
    border: 2px solid var(--blue);
}

.form-check-input:checked + .custom-radio::after {
    background-color: var(--blue);
}

.btn-p-style01 {
    padding: 0.75rem 3.4375rem !important;
}

.no-style-link {
    color: inherit;
    text-transform: none;
    font-weight: inherit;
}

.pos-abs-style01 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.625rem;
}

.css-anim01 {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

.css-anim01:hover {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.css-anim01:hover a {
    color: var(--white);
}

.css-anim01:hover a::before {
    opacity: 1;
}

.css-anim01 a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0.5rem 1rem 0.59375rem;
    border-radius: 0.5rem;
    -webkit-transition: color .35s;
    transition: color .35s;
}

.css-anim01 a:hover,
.css-anim01 a:focus {
    text-decoration: none;
    outline: none;
}

.css-anim01 a:hover::before,
.css-anim01 a:focus::before {
    background-position: 100% 0 !important;
    -webkit-transition: background-position .35s !important;
    transition: background-position .35s !important;
}

.css-anim01 a::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, right top, from(#f9b54a), color-stop(#ff451e), color-stop(#ff451e), to(#f9b54a));
    background-image: linear-gradient(to right, #f9b54a, #ff451e, #ff451e, #f9b54a);
    background-size: 300% 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .35s, background-position .35s;
    transition: opacity .35s, background-position .35s;
}

.slider {
    position: relative;
}

.slider::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17%;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    z-index: 1;
    pointer-events: none;
}

.slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 17%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    z-index: 1;
    pointer-events: none;
}

.slick-slide:focus {
    border: none;
    outline: none;
}

.img-overlay01 {
    position: absolute;
    top: -6.4rem;
    left: -4rem;
    opacity: .1;
    background: rgba(2, 108, 167, 0.4);
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
}

.bg-style02 {
    background-size: cover;
    background-repeat: no-repeat;
}

/*-----------------------------
  Page Progress bar styles
-----------------------------*/

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.prgoress_indicator {
    position: fixed;
    right: 3.125rem;
    bottom: 3.125rem;
    height: 2.875rem;
    width: 2.875rem;
    cursor: pointer;
    display: block;
    border-radius: 3.125rem;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    font-family: "The-Icon-of";
    content: "\e9a2";
    text-align: center;
    line-height: 46px;
    font-size: 1.125rem;
    opacity: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 2.875rem;
    width: 2.875rem;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator::after {
    position: absolute;
    font-family: "The-Icon-of";
    content: "\e9a2";
    text-align: center;
    line-height: 46px;
    font-size: 1.125rem;
    color: #ff451e;
    left: 0;
    top: 0;
    height: 2.875rem;
    width: 2.875rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #ff451e;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator svg path {
    fill: none;
}

/*
  footer pattern styling
*/

@-webkit-keyframes dash01 {
    0% {
        -webkit-transform: translate(-980px, 780px) rotate(-15.5deg);
        transform: translate(-980px, 780px) rotate(-15.5deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-15.5deg);
        transform: translate(0, 0) rotate(-15.5deg);
    }
}

@keyframes dash01 {
    0% {
        -webkit-transform: translate(-980px, 780px) rotate(-15.5deg);
        transform: translate(-980px, 780px) rotate(-15.5deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-15.5deg);
        transform: translate(0, 0) rotate(-15.5deg);
    }
}

@-webkit-keyframes dash02 {
    0% {
        -webkit-transform: translate(-980px, 780px) rotate(-15.5deg);
        transform: translate(-980px, 780px) rotate(-15.5deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-15.5deg);
        transform: translate(0, 0) rotate(-15.5deg);
    }
}

@keyframes dash02 {
    0% {
        -webkit-transform: translate(-980px, 780px) rotate(-15.5deg);
        transform: translate(-980px, 780px) rotate(-15.5deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-15.5deg);
        transform: translate(0, 0) rotate(-15.5deg);
    }
}

@-webkit-keyframes dash03 {
    0% {
        -webkit-transform: translate(-580px, 380px) rotate(-15.5deg);
        transform: translate(-580px, 380px) rotate(-15.5deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-15.5deg);
        transform: translate(0, 0) rotate(-15.5deg);
    }
}

@keyframes dash03 {
    0% {
        -webkit-transform: translate(-580px, 380px) rotate(-15.5deg);
        transform: translate(-580px, 380px) rotate(-15.5deg);
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(-15.5deg);
        transform: translate(0, 0) rotate(-15.5deg);
    }
}

.pattern01 {
    position: absolute;
    -webkit-transform: rotate(-15.5deg);
    transform: rotate(-15.5deg);
    width: 30.25rem;
    height: 8.1875rem;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.01));
}

.pattern01:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.pattern01-style01 {
    top: -14.375rem;
    right: 3.125rem;
    -webkit-animation: dash01 60s linear infinite;
    animation: dash01 60s linear infinite;
    opacity: 0.1;
}

.pattern01-style02 {
    top: -13.125rem;
    right: 5rem;
    -webkit-animation: dash01 60s 2s linear infinite;
    animation: dash01 60s 2s linear infinite;
    opacity: 0.2;
}

.pattern01-style03 {
    top: -13.75rem;
    right: -13.75rem;
    -webkit-animation: dash01 50s 38s linear infinite;
    animation: dash01 50s 38s linear infinite;
    opacity: 0.1;
}

.pattern01-style04 {
    top: -15.625rem;
    right: -16.25rem;
    -webkit-animation: dash01 50s 37s linear infinite;
    animation: dash01 50s 37s linear infinite;
    opacity: 0.2;
}

.pattern01-style05 {
    top: -12.5rem;
    right: -40.625rem;
    -webkit-animation: dash01 50s 20s linear infinite;
    animation: dash01 50s 20s linear infinite;
    opacity: 0.1;
}

.pattern01-style06 {
    top: -10rem;
    right: -43.75rem;
    -webkit-animation: dash01 50s 19s linear infinite;
    animation: dash01 50s 19s linear infinite;
    opacity: 0.2;
}

.pattern01-style07 {
    top: -12.5rem;
    left: 6.875rem;
    -webkit-animation: dash01 60s 4s linear infinite;
    animation: dash01 60s 4s linear infinite;
    opacity: 0.1;
}

.pattern01-style08 {
    top: -15rem;
    left: 8.75rem;
    -webkit-animation: dash01 60s 5s linear infinite;
    animation: dash01 60s 5s linear infinite;
    opacity: 0.2;
}

.pattern01-style09 {
    top: -16.875rem;
    left: 31.25rem;
    -webkit-animation: dash01 60s 35s linear infinite;
    animation: dash01 60s 35s linear infinite;
    opacity: 0.1;
}

.pattern01-style10 {
    top: -15.625rem;
    left: 36.25rem;
    -webkit-animation: dash01 60s 34s linear infinite;
    animation: dash01 60s 34s linear infinite;
    opacity: 0.2;
}

.pattern01-style11 {
    top: -18.125rem;
    left: 53.125rem;
    -webkit-animation: dash01 60s 13s linear infinite;
    animation: dash01 60s 13s linear infinite;
    opacity: 0.1;
}

.pattern01-style12 {
    top: -14.375rem;
    left: 50rem;
    -webkit-animation: dash01 60s 12s linear infinite;
    animation: dash01 60s 12s linear infinite;
    opacity: 0.2;
}

.pattern01-style13 {
    top: -16.875rem;
    left: 59.375rem;
    -webkit-animation: dash01 60s 50s linear infinite;
    animation: dash01 60s 50s linear infinite;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.01));
    opacity: 0.1;
}

.pattern01-style14 {
    top: -15rem;
    left: 63.75rem;
    -webkit-animation: dash01 60s 49s linear infinite;
    animation: dash01 60s 49s linear infinite;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.01));
    opacity: 0.2;
}

/*-----------------------------
  KeyFrames
-----------------------------*/

@-webkit-keyframes move {
    30%, 36% {
        -webkit-transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
        transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
    }

    50% {
        -webkit-transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
        transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
    }

    70% {
        -webkit-transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
        transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
    }
}

@keyframes move {
    30%, 36% {
        -webkit-transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
        transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
    }

    50% {
        -webkit-transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
        transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
    }

    70% {
        -webkit-transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
        transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
    }
}

@-webkit-keyframes move-out {
    30%, 36% {
        -webkit-transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
        transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
    }

    50% {
        -webkit-transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
        transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
    }

    70% {
        -webkit-transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
        transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
    }
}

@media (min-width: 576px) {
    .py-sm-11 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-sm-14 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }
}

@media (min-width: 768px) {
    .py-md-11 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-md-14 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .py-lg-11 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-lg-14 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1380px;
    }

    .py-xl-11 {
        padding-top: 11rem !important;
        padding-bottom: 11rem !important;
    }

    .py-xl-14 {
        padding-top: 14.5rem !important;
        padding-bottom: 14.5rem !important;
    }
}

@media (max-width: 1199.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-overlay01 {
        top: -2.7rem;
        left: -2.7rem;
    }

    .pattern01 {
        width: 15.625rem;
        height: 6.25rem;
    }

    .pattern01-style01 {
        right: 20%;
        -webkit-animation: dash02 60s 30s linear infinite;
        animation: dash02 60s 30s linear infinite;
    }

    .pattern01-style02 {
        right: 22%;
        -webkit-animation: dash02 60s 31s linear infinite;
        animation: dash02 60s 31s linear infinite;
    }

    .pattern01-style03 {
        right: -29%;
        -webkit-animation: dash02 60s 20s linear infinite;
        animation: dash02 60s 20s linear infinite;
    }

    .pattern01-style04 {
        right: -27%;
        -webkit-animation: dash02 60s 21s linear infinite;
        animation: dash02 60s 21s linear infinite;
    }

    .pattern01-style05 {
        right: -70%;
        -webkit-animation: dash02 60s linear infinite;
        animation: dash02 60s linear infinite;
    }

    .pattern01-style06 {
        right: -63%;
        -webkit-animation: dash02 60s linear infinite;
        animation: dash02 60s linear infinite;
    }

    .pattern01-style07 {
        left: initial;
        right: -10%;
        -webkit-animation: dash02 60s linear infinite;
        animation: dash02 60s linear infinite;
    }

    .pattern01-style08 {
        left: initial;
        right: -11%;
        -webkit-animation: dash02 60s linear infinite;
        animation: dash02 60s linear infinite;
    }

    .pattern01-style09 {
        left: initial;
        right: 50%;
        -webkit-animation: dash02 60s 24s linear infinite;
        animation: dash02 60s 24s linear infinite;
    }

    .pattern01-style10 {
        left: initial;
        right: 52%;
        -webkit-animation: dash02 60s 25s linear infinite;
        animation: dash02 60s 25s linear infinite;
    }

    .pattern01-style11 {
        left: initial;
        right: -23%;
        -webkit-animation: dash02 60s 40s linear infinite;
        animation: dash02 60s 40s linear infinite;
    }

    .pattern01-style12 {
        left: initial;
        right: -20%;
        -webkit-animation: dash02 60s 41s linear infinite;
        animation: dash02 60s 41s linear infinite;
    }

    .pattern01-style13 {
        left: initial;
        right: 50%;
        -webkit-animation: dash02 60s linear infinite;
        animation: dash02 60s linear infinite;
    }

    .pattern01-style14 {
        left: initial;
        right: 51%;
        -webkit-animation: dash02 60s linear infinite;
        animation: dash02 60s linear infinite;
    }
}

@media (max-width: 991.98px) {
    .fz-38 {
        font-size: 2.125rem;
    }

    .fz-38 small {
        font-size: 38.3%;
    }

    .navbar-collapse {
        margin-top: 1.25rem;
        background-color: rgba(33, 37, 41, 0.9);
    }

    .navbar-nav {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .nav-item {
        padding: 0.75rem 0;
    }

    .nav-link::before {
        display: none;
    }

    .nav-link {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: var(--blue-2);
    }

    .active .nav-link {
        color: var(--blue-2);
    }

    .active .nav-link::before {
        display: none;
    }

    .nav-btn {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    #header {
        position: absolute;
    }

    blockquote {
        max-width: 37.5rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }

    blockquote q {
        font-size: 1.25rem;
    }

    .img-overlay01 {
        top: -2.5rem;
        left: -2.5rem;
    }
}

@media (max-width: 767.98px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }

    .btn-svg {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .fz-38 {
        font-size: 1.875rem;
    }

    .fz-38 small {
        font-size: 40%;
    }

    .modal-content {
        padding: 0.25rem 1.5625rem 2.125rem;
    }

    .modal-dialog .modal-header h2 {
        font-size: 1.875rem;
    }

    .modal-dialog .close {
        right: .2rem;
    }

    blockquote q {
        font-size: 1.125rem;
    }

    .slider::before {
        display: none;
    }

    .slider::after {
        display: none;
    }

    .prgoress_indicator {
        right: 1.25rem;
        bottom: 1.875rem;
    }

    .pattern01-style01 {
        right: 20%;
        -webkit-animation: dash03 60s linear infinite;
        animation: dash03 60s linear infinite;
    }

    .pattern01-style02 {
        right: 22%;
        -webkit-animation: dash03 60s linear infinite;
        animation: dash03 60s linear infinite;
    }

    .pattern01-style03 {
        right: -29%;
        -webkit-animation: dash02 60s linear infinite;
        animation: dash02 60s linear infinite;
    }

    .pattern01-style04 {
        right: -29%;
        -webkit-animation: dash02 60s linear infinite;
        animation: dash02 60s linear infinite;
    }

    .pattern01-style05 {
        right: -79%;
        -webkit-animation: dash02 60s 13s linear infinite;
        animation: dash02 60s 13s linear infinite;
    }

    .pattern01-style06 {
        right: -77%;
        -webkit-animation: dash02 60s 12s linear infinite;
        animation: dash02 60s 12s linear infinite;
    }

    .pattern01-style07 {
        left: initial;
        right: 20%;
        -webkit-animation: dash02 60s 25s linear infinite;
        animation: dash02 60s 25s linear infinite;
    }

    .pattern01-style08 {
        left: initial;
        right: 18%;
        -webkit-animation: dash03 60s 24s linear infinite;
        animation: dash03 60s 24s linear infinite;
    }

    .pattern01-style09 {
        left: initial;
        right: -29%;
        -webkit-animation: dash02 60s 24s linear infinite;
        animation: dash02 60s 24s linear infinite;
    }

    .pattern01-style10 {
        left: initial;
        right: -24%;
        -webkit-animation: dash02 60s 23s linear infinite;
        animation: dash02 60s 23s linear infinite;
    }

    .pattern01-style11 {
        display: none;
    }

    .pattern01-style12 {
        display: none;
    }

    .pattern01-style13 {
        display: none;
    }

    .pattern01-style14 {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modal-dialog {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-form {
        width: 100%;
    }
}

@media (max-width: 574.98px) {
    .h1,
    h1 {
        font-size: 2.1875rem;
    }

    .fz-38 {
        font-size: 1.625rem;
    }

    .fz-38 small {
        font-size: 50%;
    }

    .fz-xs-16 {
        font-size: 1rem;
    }

    .modal-dialog .modal-header h2 {
        font-size: 1.75rem;
    }

    .modal-dialog .close {
        top: 1.25rem;
        right: -0.25rem;
    }

    blockquote {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

    .img-overlay01 {
        top: -1.7rem;
        left: -1.7rem;
    }

    .pattern01 {
        width: 10.625rem;
        height: 3.75rem;
    }

    .pattern01-style01 {
        top: -10.625rem;
        right: -40%;
        -webkit-animation: dash03 40s linear infinite;
        animation: dash03 40s linear infinite;
    }

    .pattern01-style02 {
        top: -9.375rem;
        right: -38%;
        -webkit-animation: dash03 40s linear infinite;
        animation: dash03 40s linear infinite;
    }

    .pattern01-style03 {
        top: -9.375rem;
        right: -100%;
        -webkit-animation: dash03 40s 11s linear infinite;
        animation: dash03 40s 11s linear infinite;
    }

    .pattern01-style04 {
        top: -11.875rem;
        right: -98%;
        -webkit-animation: dash03 40s 12s linear infinite;
        animation: dash03 40s 12s linear infinite;
    }

    .pattern01-style05 {
        right: -130%;
        -webkit-animation: dash03 40s linear infinite;
        animation: dash03 40s linear infinite;
    }

    .pattern01-style06 {
        right: -131%;
        -webkit-animation: dash03 40s linear infinite;
        animation: dash03 40s linear infinite;
    }

    .pattern01-style07 {
        top: -10rem;
        right: -100%;
        -webkit-animation: dash03 40s 19s linear infinite;
        animation: dash03 40s 19s linear infinite;
    }

    .pattern01-style08 {
        top: -11.875rem;
        right: -100%;
        -webkit-animation: dash03 40s 20s linear infinite;
        animation: dash03 40s 20s linear infinite;
    }

    .pattern01-style09 {
        right: -151%;
        -webkit-animation: dash03 40s 35s linear infinite;
        animation: dash03 40s 35s linear infinite;
    }

    .pattern01-style10 {
        right: -150%;
        -webkit-animation: dash03 40s 34s linear infinite;
        animation: dash03 40s 34s linear infinite;
    }
}

@media (max-width: 374px) {
    .h1,
    h1 {
        font-size: 1.875rem;
    }

    .fz-xs-16 {
        font-size: 0.875rem;
    }
}








/* ----
   09. Bootstrap spacing override & new custom spacing styles
   ---- */

.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.m-6{margin:4.5rem!important}.mt-6,.my-6{margin-top:4.5rem!important}.mr-6,.mx-6{margin-right:4.5rem!important}.mb-6,.my-6{margin-bottom:4.5rem!important}.ml-6,.mx-6{margin-left:4.5rem!important}.m-7{margin:6rem!important}.mt-7,.my-7{margin-top:6rem!important}.mr-7,.mx-7{margin-right:6rem!important}.mb-7,.my-7{margin-bottom:6rem!important}.ml-7,.mx-7{margin-left:6rem!important}.m-8{margin:7.5rem!important}.mt-8,.my-8{margin-top:7.5rem!important}.mr-8,.mx-8{margin-right:7.5rem!important}.mb-8,.my-8{margin-bottom:7.5rem!important}.ml-8,.mx-8{margin-left:7.5rem!important}.m-9{margin:9rem!important}.mt-9,.my-9{margin-top:9rem!important}.mr-9,.mx-9{margin-right:9rem!important}.mb-9,.my-9{margin-bottom:9rem!important}.ml-9,.mx-9{margin-left:9rem!important}.m-10{margin:10.5rem!important}.mt-10,.my-10{margin-top:10.5rem!important}.mr-10,.mx-10{margin-right:10.5rem!important}.mb-10,.my-10{margin-bottom:10.5rem!important}.ml-10,.mx-10{margin-left:10.5rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.p-6{padding:4.5rem!important}.pt-6,.py-6{padding-top:4.5rem!important}.pr-6,.px-6{padding-right:4.5rem!important}.pb-6,.py-6{padding-bottom:4.5rem!important}.pl-6,.px-6{padding-left:4.5rem!important}.p-7{padding:6rem!important}.pt-7,.py-7{padding-top:6rem!important}.pr-7,.px-7{padding-right:6rem!important}.pb-7,.py-7{padding-bottom:6rem!important}.pl-7,.px-7{padding-left:6rem!important}.p-8{padding:7.5rem!important}.pt-8,.py-8{padding-top:7.5rem!important}.pr-8,.px-8{padding-right:7.5rem!important}.pb-8,.py-8{padding-bottom:7.5rem!important}.pl-8,.px-8{padding-left:7.5rem!important}.p-9{padding:9rem!important}.pt-9,.py-9{padding-top:9rem!important}.pr-9,.px-9{padding-right:9rem!important}.pb-9,.py-9{padding-bottom:9rem!important}.pl-9,.px-9{padding-left:9rem!important}.p-10{padding:10.5rem!important}.pt-10,.py-10{padding-top:10.5rem!important}.pr-10,.px-10{padding-right:10.5rem!important}.pb-10,.py-10{padding-bottom:10.5rem!important}.pl-10,.px-10{padding-left:10.5rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm-6{margin:4.5rem!important}.mt-sm-6,.my-sm-6{margin-top:4.5rem!important}.mr-sm-6,.mx-sm-6{margin-right:4.5rem!important}.mb-sm-6,.my-sm-6{margin-bottom:4.5rem!important}.ml-sm-6,.mx-sm-6{margin-left:4.5rem!important}.m-sm-7{margin:6rem!important}.mt-sm-7,.my-sm-7{margin-top:6rem!important}.mr-sm-7,.mx-sm-7{margin-right:6rem!important}.mb-sm-7,.my-sm-7{margin-bottom:6rem!important}.ml-sm-7,.mx-sm-7{margin-left:6rem!important}.m-sm-8{margin:7.5rem!important}.mt-sm-8,.my-sm-8{margin-top:7.5rem!important}.mr-sm-8,.mx-sm-8{margin-right:7.5rem!important}.mb-sm-8,.my-sm-8{margin-bottom:7.5rem!important}.ml-sm-8,.mx-sm-8{margin-left:7.5rem!important}.m-sm-9{margin:9rem!important}.mt-sm-9,.my-sm-9{margin-top:9rem!important}.mr-sm-9,.mx-sm-9{margin-right:9rem!important}.mb-sm-9,.my-sm-9{margin-bottom:9rem!important}.ml-sm-9,.mx-sm-9{margin-left:9rem!important}.m-sm-10{margin:10.5rem!important}.mt-sm-10,.my-sm-10{margin-top:10.5rem!important}.mr-sm-10,.mx-sm-10{margin-right:10.5rem!important}.mb-sm-10,.my-sm-10{margin-bottom:10.5rem!important}.ml-sm-10,.mx-sm-10{margin-left:10.5rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.p-sm-6{padding:4.5rem!important}.pt-sm-6,.py-sm-6{padding-top:4.5rem!important}.pr-sm-6,.px-sm-6{padding-right:4.5rem!important}.pb-sm-6,.py-sm-6{padding-bottom:4.5rem!important}.pl-sm-6,.px-sm-6{padding-left:4.5rem!important}.p-sm-7{padding:6rem!important}.pt-sm-7,.py-sm-7{padding-top:6rem!important}.pr-sm-7,.px-sm-7{padding-right:6rem!important}.pb-sm-7,.py-sm-7{padding-bottom:6rem!important}.pl-sm-7,.px-sm-7{padding-left:6rem!important}.p-sm-8{padding:7.5rem!important}.pt-sm-8,.py-sm-8{padding-top:7.5rem!important}.pr-sm-8,.px-sm-8{padding-right:7.5rem!important}.pb-sm-8,.py-sm-8{padding-bottom:7.5rem!important}.pl-sm-8,.px-sm-8{padding-left:7.5rem!important}.p-sm-9{padding:9rem!important}.pt-sm-9,.py-sm-9{padding-top:9rem!important}.pr-sm-9,.px-sm-9{padding-right:9rem!important}.pb-sm-9,.py-sm-9{padding-bottom:9rem!important}.pl-sm-9,.px-sm-9{padding-left:9rem!important}.p-sm-10{padding:10.5rem!important}.pt-sm-10,.py-sm-10{padding-top:10.5rem!important}.pr-sm-10,.px-sm-10{padding-right:10.5rem!important}.pb-sm-10,.py-sm-10{padding-bottom:10.5rem!important}.pl-sm-10,.px-sm-10{padding-left:10.5rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.m-md-6{margin:4.5rem!important}.mt-md-6,.my-md-6{margin-top:4.5rem!important}.mr-md-6,.mx-md-6{margin-right:4.5rem!important}.mb-md-6,.my-md-6{margin-bottom:4.5rem!important}.ml-md-6,.mx-md-6{margin-left:4.5rem!important}.m-md-7{margin:6rem!important}.mt-md-7,.my-md-7{margin-top:6rem!important}.mr-md-7,.mx-md-7{margin-right:6rem!important}.mb-md-7,.my-md-7{margin-bottom:6rem!important}.ml-md-7,.mx-md-7{margin-left:6rem!important}.m-md-8{margin:7.5rem!important}.mt-md-8,.my-md-8{margin-top:7.5rem!important}.mr-md-8,.mx-md-8{margin-right:7.5rem!important}.mb-md-8,.my-md-8{margin-bottom:7.5rem!important}.ml-md-8,.mx-md-8{margin-left:7.5rem!important}.m-md-9{margin:9rem!important}.mt-md-9,.my-md-9{margin-top:9rem!important}.mr-md-9,.mx-md-9{margin-right:9rem!important}.mb-md-9,.my-md-9{margin-bottom:9rem!important}.ml-md-9,.mx-md-9{margin-left:9rem!important}.m-md-10{margin:10.5rem!important}.mt-md-10,.my-md-10{margin-top:10.5rem!important}.mr-md-10,.mx-md-10{margin-right:10.5rem!important}.mb-md-10,.my-md-10{margin-bottom:10.5rem!important}.ml-md-10,.mx-md-10{margin-left:10.5rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.p-md-6{padding:4.5rem!important}.pt-md-6,.py-md-6{padding-top:4.5rem!important}.pr-md-6,.px-md-6{padding-right:4.5rem!important}.pb-md-6,.py-md-6{padding-bottom:4.5rem!important}.pl-md-6,.px-md-6{padding-left:4.5rem!important}.p-md-7{padding:6rem!important}.pt-md-7,.py-md-7{padding-top:6rem!important}.pr-md-7,.px-md-7{padding-right:6rem!important}.pb-md-7,.py-md-7{padding-bottom:6rem!important}.pl-md-7,.px-md-7{padding-left:6rem!important}.p-md-8{padding:7.5rem!important}.pt-md-8,.py-md-8{padding-top:7.5rem!important}.pr-md-8,.px-md-8{padding-right:7.5rem!important}.pb-md-8,.py-md-8{padding-bottom:7.5rem!important}.pl-md-8,.px-md-8{padding-left:7.5rem!important}.p-md-9{padding:9rem!important}.pt-md-9,.py-md-9{padding-top:9rem!important}.pr-md-9,.px-md-9{padding-right:9rem!important}.pb-md-9,.py-md-9{padding-bottom:9rem!important}.pl-md-9,.px-md-9{padding-left:9rem!important}.p-md-10{padding:10.5rem!important}.pt-md-10,.py-md-10{padding-top:10.5rem!important}.pr-md-10,.px-md-10{padding-right:10.5rem!important}.pb-md-10,.py-md-10{padding-bottom:10.5rem!important}.pl-md-10,.px-md-10{padding-left:10.5rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.m-lg-6{margin:4.5rem!important}.mt-lg-6,.my-lg-6{margin-top:4.5rem!important}.mr-lg-6,.mx-lg-6{margin-right:4.5rem!important}.mb-lg-6,.my-lg-6{margin-bottom:4.5rem!important}.ml-lg-6,.mx-lg-6{margin-left:4.5rem!important}.m-lg-7{margin:6rem!important}.mt-lg-7,.my-lg-7{margin-top:6rem!important}.mr-lg-7,.mx-lg-7{margin-right:6rem!important}.mb-lg-7,.my-lg-7{margin-bottom:6rem!important}.ml-lg-7,.mx-lg-7{margin-left:6rem!important}.m-lg-8{margin:7.5rem!important}.mt-lg-8,.my-lg-8{margin-top:7.5rem!important}.mr-lg-8,.mx-lg-8{margin-right:7.5rem!important}.mb-lg-8,.my-lg-8{margin-bottom:7.5rem!important}.ml-lg-8,.mx-lg-8{margin-left:7.5rem!important}.m-lg-9{margin:9rem!important}.mt-lg-9,.my-lg-9{margin-top:9rem!important}.mr-lg-9,.mx-lg-9{margin-right:9rem!important}.mb-lg-9,.my-lg-9{margin-bottom:9rem!important}.ml-lg-9,.mx-lg-9{margin-left:9rem!important}.m-lg-10{margin:10.5rem!important}.mt-lg-10,.my-lg-10{margin-top:10.5rem!important}.mr-lg-10,.mx-lg-10{margin-right:10.5rem!important}.mb-lg-10,.my-lg-10{margin-bottom:10.5rem!important}.ml-lg-10,.mx-lg-10{margin-left:10.5rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.p-lg-6{padding:4.5rem!important}.pt-lg-6,.py-lg-6{padding-top:4.5rem!important}.pr-lg-6,.px-lg-6{padding-right:4.5rem!important}.pb-lg-6,.py-lg-6{padding-bottom:4.5rem!important}.pl-lg-6,.px-lg-6{padding-left:4.5rem!important}.p-lg-7{padding:6rem!important}.pt-lg-7,.py-lg-7{padding-top:6rem!important}.pr-lg-7,.px-lg-7{padding-right:6rem!important}.pb-lg-7,.py-lg-7{padding-bottom:6rem!important}.pl-lg-7,.px-lg-7{padding-left:6rem!important}.p-lg-8{padding:7.5rem!important}.pt-lg-8,.py-lg-8{padding-top:7.5rem!important}.pr-lg-8,.px-lg-8{padding-right:7.5rem!important}.pb-lg-8,.py-lg-8{padding-bottom:7.5rem!important}.pl-lg-8,.px-lg-8{padding-left:7.5rem!important}.p-lg-9{padding:9rem!important}.pt-lg-9,.py-lg-9{padding-top:9rem!important}.pr-lg-9,.px-lg-9{padding-right:9rem!important}.pb-lg-9,.py-lg-9{padding-bottom:9rem!important}.pl-lg-9,.px-lg-9{padding-left:9rem!important}.p-lg-10{padding:10.5rem!important}.pt-lg-10,.py-lg-10{padding-top:10.5rem!important}.pr-lg-10,.px-lg-10{padding-right:10.5rem!important}.pb-lg-10,.py-lg-10{padding-bottom:10.5rem!important}.pl-lg-10,.px-lg-10{padding-left:10.5rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.m-xl-6{margin:4.5rem!important}.mt-xl-6,.my-xl-6{margin-top:4.5rem!important}.mr-xl-6,.mx-xl-6{margin-right:4.5rem!important}.mb-xl-6,.my-xl-6{margin-bottom:4.5rem!important}.ml-xl-6,.mx-xl-6{margin-left:4.5rem!important}.m-xl-7{margin:6rem!important}.mt-xl-7,.my-xl-7{margin-top:6rem!important}.mr-xl-7,.mx-xl-7{margin-right:6rem!important}.mb-xl-7,.my-xl-7{margin-bottom:6rem!important}.ml-xl-7,.mx-xl-7{margin-left:6rem!important}.m-xl-8{margin:7.5rem!important}.mt-xl-8,.my-xl-8{margin-top:7.5rem!important}.mr-xl-8,.mx-xl-8{margin-right:7.5rem!important}.mb-xl-8,.my-xl-8{margin-bottom:7.5rem!important}.ml-xl-8,.mx-xl-8{margin-left:7.5rem!important}.m-xl-9{margin:9rem!important}.mt-xl-9,.my-xl-9{margin-top:9rem!important}.mr-xl-9,.mx-xl-9{margin-right:9rem!important}.mb-xl-9,.my-xl-9{margin-bottom:9rem!important}.ml-xl-9,.mx-xl-9{margin-left:9rem!important}.m-xl-10{margin:10.5rem!important}.mt-xl-10,.my-xl-10{margin-top:10.5rem!important}.mr-xl-10,.mx-xl-10{margin-right:10.5rem!important}.mb-xl-10,.my-xl-10{margin-bottom:10.5rem!important}.ml-xl-10,.mx-xl-10{margin-left:10.5rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.p-xl-6{padding:4.5rem!important}.pt-xl-6,.py-xl-6{padding-top:4.5rem!important}.pr-xl-6,.px-xl-6{padding-right:4.5rem!important}.pb-xl-6,.py-xl-6{padding-bottom:4.5rem!important}.pl-xl-6,.px-xl-6{padding-left:4.5rem!important}.p-xl-7{padding:6rem!important}.pt-xl-7,.py-xl-7{padding-top:6rem!important}.pr-xl-7,.px-xl-7{padding-right:6rem!important}.pb-xl-7,.py-xl-7{padding-bottom:6rem!important}.pl-xl-7,.px-xl-7{padding-left:6rem!important}.p-xl-8{padding:7.5rem!important}.pt-xl-8,.py-xl-8{padding-top:7.5rem!important}.pr-xl-8,.px-xl-8{padding-right:7.5rem!important}.pb-xl-8,.py-xl-8{padding-bottom:7.5rem!important}.pl-xl-8,.px-xl-8{padding-left:7.5rem!important}.p-xl-9{padding:9rem!important}.pt-xl-9,.py-xl-9{padding-top:9rem!important}.pr-xl-9,.px-xl-9{padding-right:9rem!important}.pb-xl-9,.py-xl-9{padding-bottom:9rem!important}.pl-xl-9,.px-xl-9{padding-left:9rem!important}.p-xl-10{padding:10.5rem!important}.pt-xl-10,.py-xl-10{padding-top:10.5rem!important}.pr-xl-10,.px-xl-10{padding-right:10.5rem!important}.pb-xl-10,.py-xl-10{padding-bottom:10.5rem!important}.pl-xl-10,.px-xl-10{padding-left:10.5rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}

/* ----
   09. Bootstrap spacing override & new custom spacing styles
   ---- */