@charset "UTF-8";
/*------------------------------------------------------------------[MAIN STYLESHEET]PROJECT: 	Consultant-------------------------------------------------------------------*/@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Variable.woff2") format("woff2"), url("../fonts/Satoshi-Variable.woff") format("woff"), url("../fonts/Satoshi-Variable.ttf") format("truetype");
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("../fonts/Satoshi-VariableItalic.woff") format("woff"), url("../fonts/Satoshi-VariableItalic.ttf") format("truetype");
    font-weight: 300 900;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-LightItalic.woff2") format("woff2"), url("../fonts/Satoshi-LightItalic.woff") format("woff"), url("../fonts/Satoshi-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Italic.woff2") format("woff2"), url("../fonts/Satoshi-Italic.woff") format("woff"), url("../fonts/Satoshi-Italic.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("../fonts/Satoshi-MediumItalic.woff") format("woff"), url("../fonts/Satoshi-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("../fonts/Satoshi-BoldItalic.woff") format("woff"), url("../fonts/Satoshi-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Black.woff2") format("woff2"), url("../fonts/Satoshi-Black.woff") format("woff"), url("../fonts/Satoshi-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("../fonts/Satoshi-BlackItalic.woff") format("woff"), url("../fonts/Satoshi-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: italic;
}
body {
    font-family: "Satoshi", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #455157;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: "Satoshi", sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #ee4701;
    letter-spacing: -0.04em;
}
h1, .h1 {
    font-size: calc(23.6px + 2.7vw);
    font-weight: 800;
}
@media(min-width:1600px) {
    h1, .h1 {
        font-size: 72px;
    }
}
h2, .h2 {
    font-size: calc(23.2px + 2.1vw);
}
@media(min-width:1600px) {
    h2, .h2 {
        font-size: 56px;
    }
}
h3, .h3 {
    font-size: calc(21.2px + 0.9vw);
}
@media(min-width:1600px) {
    h3, .h3 {
        font-size: 48px;
    }
}
h4, .h4 {
    font-size: 40px;
}
h5, .h5 {
    font-size: 32px;
}
h6, .h6 {
    font-size: 18px;
}
p {
    margin-top: 0;
    margin-bottom: 16px;
    color: #455157;
    font-size: 16px;
    font-family: "Satoshi", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.02em;
}
a {
    color: #ee4701;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in-out;
}
a:hover {
    color: #5c7656;
}
/* custom css */

.profile img {
    width: 50px;
    border-radius: 100%;
}
.page-heading-content h1 {
    font-size: 48px;
}
.career-item-main {
    background-color: #ee4701 !important;
}
.career-item-main h3, .career-item-main a, .career-item-main p, .career-item-main span {
    color: #fff !important;
}

.career-item-link-main a {
    min-width: 140px;
    background: #fff;
    color: #ef4601 !important;
}

.btn-secondary-main:hover {
    background: #fff !important;
    color: #ef4601 !important;
    border: 1px solid #ffeb6b;
}

/* custom css */
.footer-address p:nth-child(2) {
    margin-bottom: 0;
}

.contact-details-item-body.address p:nth-child(2) {
    margin-bottom: 0 !important;
}

.contact-details-item-body.address p:nth-child(3) {
    margin-bottom: 0 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ee4701 !important;
    border-color: #ee4701 !important;
}

.loader {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 16px;
    list-style: none;
}
@media(max-width:991.98px) {
    .breadcrumb {
        justify-content: center;
    }
}.breadcrumb-item+.breadcrumb-item {
     padding-left: 8px;
 }
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 8px;
    color: #ee4701;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: #ee4701;
    font-weight: 800;
}
.badge {
    display: inline-block;
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    font-family: "Satoshi", sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
    letter-spacing: .02em;
}
.badge:empty {
    display: none;
}
.badge-default {
    background-color: transparent !important;
    font-size: 14px;
    line-height: 140%;
    color: #05aa77;
    border: 1px solid #05aa77;
    border-radius: 15px;
    padding: 8px 16px;
}
.badge-lg {
    padding: 8px 16px;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 8px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
.zindex-dropdown {
    z-index: 1000 !important;
}
.zindex-sticky {
    z-index: 1020 !important;
}
.zindex-fixed {
    z-index: 1030 !important;
}
.zindex-offcanvas {
    z-index: 1040 !important;
}
.zindex-modal-backdrop {
    z-index: 1050 !important;
}
.zindex-modal {
    z-index: 1060 !important;
}
.zindex-popover {
    z-index: 1070 !important;
}
.zindex-tooltip {
    z-index: 1080 !important;
}
.zindex-n1 {
    z-index: -1 !important;
}
.zindex-1 {
    z-index: 1 !important;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media(min-width:576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}@media(min-width:768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media(min-width:992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media(min-width:1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media(min-width:1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}
@media(min-width:576px) {
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-15 {
        width: 15% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-35 {
        width: 35% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-45 {
        width: 45% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-55 {
        width: 55% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-65 {
        width: 65% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-95 {
        width: 95% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
}
@media(min-width:768px) {
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-15 {
        width: 15% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-35 {
        width: 35% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-45 {
        width: 45% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-55 {
        width: 55% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-65 {
        width: 65% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-85 {
        width: 85% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-95 {
        width: 95% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}@media(min-width:992px) {
    .w-lg-10 {
        width: 10% !important;
    }
    .w-lg-15 {
        width: 15% !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-35 {
        width: 35% !important;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .w-lg-45 {
        width: 45% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-55 {
        width: 55% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-65 {
        width: 65% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-85 {
        width: 85% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-95 {
        width: 95% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
}
@media(min-width:1200px) {
    .w-xl-10 {
        width: 10% !important;
    }
    .w-xl-15 {
        width: 15% !important;
    }
    .w-xl-20 {
        width: 20% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-30 {
        width: 30% !important;
    }
    .w-xl-35 {
        width: 35% !important;
    }
    .w-xl-40 {
        width: 40% !important;
    }
    .w-xl-45 {
        width: 45% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-55 {
        width: 55% !important;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-xl-65 {
        width: 65% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
    .w-xl-85 {
        width: 85% !important;
    }
    .w-xl-90 {
        width: 90% !important;
    }
    .w-xl-95 {
        width: 95% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
}.grid-template-2 {
     grid-template-columns: repeat(2, 1fr);
     -moz-column-gap: 30px;
     column-gap: 30px;
     row-gap: 30px;
 }
.grid-template-3 {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}
.grid-template-4 {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}
.grid-template-5 {
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}
.grid-template-6 {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}
@media(max-width:991.98px) {
    div[class*=grid-template] {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media(max-width:767.98px) {
    div[class*=grid-template] {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.me-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.m-n0 {
    margin: -0 !important;
}
.mx-n0 {
    margin-right: -0 !important;
    margin-left: -0 !important;
}
.my-n0 {
    margin-top: -0 !important;
    margin-bottom: -0 !important;
}
.mt-n0 {
    margin-top: -0 !important;
}
.me-n0 {
    margin-right: -0 !important;
}
.mb-n0 {
    margin-bottom: -0 !important;
}
.ms-n0 {
    margin-left: -0 !important;
}
.p-0 {
    padding: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.m-1 {
    margin: 4px !important;
}
.mx-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
}
.my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.mt-1 {
    margin-top: 4px !important;
}
.me-1 {
    margin-right: 4px !important;
}
.mb-1 {
    margin-bottom: 4px !important;
}
.ms-1 {
    margin-left: 4px !important;
}
.m-n1 {
    margin: -4px !important;
}
.mx-n1 {
    margin-right: -4px !important;
    margin-left: -4px !important;
}
.my-n1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
}
.mt-n1 {
    margin-top: -4px !important;
}
.me-n1 {
    margin-right: -4px !important;
}
.mb-n1 {
    margin-bottom: -4px !important;
}
.ms-n1 {
    margin-left: -4px !important;
}
.p-1 {
    padding: 4px !important;
}
.px-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
}
.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.pt-1 {
    padding-top: 4px !important;
}
.pe-1 {
    padding-right: 4px !important;
}
.pb-1 {
    padding-bottom: 4px !important;
}
.ps-1 {
    padding-left: 4px !important;
}
.m-2 {
    margin: 8px !important;
}
.mx-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}
.my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.mt-2 {
    margin-top: 8px !important;
}
.me-2 {
    margin-right: 8px !important;
}
.mb-2 {
    margin-bottom: 8px !important;
}
.ms-2 {
    margin-left: 8px !important;
}
.m-n2 {
    margin: -8px !important;
}
.mx-n2 {
    margin-right: -8px !important;
    margin-left: -8px !important;
}
.my-n2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
}
.mt-n2 {
    margin-top: -8px !important;
}
.me-n2 {
    margin-right: -8px !important;
}
.mb-n2 {
    margin-bottom: -8px !important;
}
.ms-n2 {
    margin-left: -8px !important;
}
.p-2 {
    padding: 8px !important;
}
.px-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.pt-2 {
    padding-top: 8px !important;
}
.pe-2 {
    padding-right: 8px !important;
}
.pb-2 {
    padding-bottom: 8px !important;
}
.ps-2 {
    padding-left: 8px !important;
}
.m-3 {
    margin: 10px !important;
}
.mx-3 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.my-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mt-3 {
    margin-top: 10px !important;
}
.me-3 {
    margin-right: 10px !important;
}
.mb-3 {
    margin-bottom: 10px !important;
}
.ms-3 {
    margin-left: 10px !important;
}
.m-n3 {
    margin: -10px !important;
}
.mx-n3 {
    margin-right: -10px !important;
    margin-left: -10px !important;
}
.my-n3 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}
.mt-n3 {
    margin-top: -10px !important;
}
.me-n3 {
    margin-right: -10px !important;
}
.mb-n3 {
    margin-bottom: -10px !important;
}
.ms-n3 {
    margin-left: -10px !important;
}
.p-3 {
    padding: 10px !important;
}
.px-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.py-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pt-3 {
    padding-top: 10px !important;
}
.pe-3 {
    padding-right: 10px !important;
}
.pb-3 {
    padding-bottom: 10px !important;
}
.ps-3 {
    padding-left: 10px !important;
}
.m-4 {
    margin: 24px !important;
}
.mx-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
}
.my-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.mt-4 {
    margin-top: 24px !important;
}
.me-4 {
    margin-right: 24px !important;
}
.mb-4 {
    margin-bottom: 24px !important;
}
.ms-4 {
    margin-left: 24px !important;
}
.m-n4 {
    margin: -24px !important;
}
.mx-n4 {
    margin-right: -24px !important;
    margin-left: -24px !important;
}
.my-n4 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
}
.mt-n4 {
    margin-top: -24px !important;
}
.me-n4 {
    margin-right: -24px !important;
}
.mb-n4 {
    margin-bottom: -24px !important;
}
.ms-n4 {
    margin-left: -24px !important;
}
.p-4 {
    padding: 24px !important;
}
.px-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
}
.py-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.pt-4 {
    padding-top: 24px !important;
}
.pe-4 {
    padding-right: 24px !important;
}
.pb-4 {
    padding-bottom: 24px !important;
}
.ps-4 {
    padding-left: 24px !important;
}
.m-5 {
    margin: 32px !important;
}
.mx-5 {
    margin-right: 32px !important;
    margin-left: 32px !important;
}
.my-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.mt-5 {
    margin-top: 32px !important;
}
.me-5 {
    margin-right: 32px !important;
}
.mb-5 {
    margin-bottom: 32px !important;
}
.ms-5 {
    margin-left: 32px !important;
}
.m-n5 {
    margin: -32px !important;
}
.mx-n5 {
    margin-right: -32px !important;
    margin-left: -32px !important;
}
.my-n5 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
}
.mt-n5 {
    margin-top: -32px !important;
}
.me-n5 {
    margin-right: -32px !important;
}
.mb-n5 {
    margin-bottom: -32px !important;
}
.ms-n5 {
    margin-left: -32px !important;
}
.p-5 {
    padding: 32px !important;
}
.px-5 {
    padding-right: 32px !important;
    padding-left: 32px !important;
}
.py-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.pt-5 {
    padding-top: 32px !important;
}
.pe-5 {
    padding-right: 32px !important;
}
.pb-5 {
    padding-bottom: 32px !important;
}
.ps-5 {
    padding-left: 32px !important;
}
.m-6 {
    margin: 40px !important;
}
.mx-6 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}
.my-6 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.mt-6 {
    margin-top: 40px !important;
}
.me-6 {
    margin-right: 40px !important;
}
.mb-6 {
    margin-bottom: 40px !important;
}
.ms-6 {
    margin-left: 40px !important;
}
.m-n6 {
    margin: -40px !important;
}
.mx-n6 {
    margin-right: -40px !important;
    margin-left: -40px !important;
}
.my-n6 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
}
.mt-n6 {
    margin-top: -40px !important;
}
.me-n6 {
    margin-right: -40px !important;
}
.mb-n6 {
    margin-bottom: -40px !important;
}
.ms-n6 {
    margin-left: -40px !important;
}
.p-6 {
    padding: 40px !important;
}
.px-6 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}
.py-6 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.pt-6 {
    padding-top: 40px !important;
}
.pe-6 {
    padding-right: 40px !important;
}
.pb-6 {
    padding-bottom: 40px !important;
}
.ps-6 {
    padding-left: 40px !important;
}
.m-7 {
    margin: 60px !important;
}
.mx-7 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}
.my-7 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.mt-7 {
    margin-top: 60px !important;
}
.me-7 {
    margin-right: 60px !important;
}
.mb-7 {
    margin-bottom: 60px !important;
}
.ms-7 {
    margin-left: 60px !important;
}
.m-n7 {
    margin: -60px !important;
}
.mx-n7 {
    margin-right: -60px !important;
    margin-left: -60px !important;
}
.my-n7 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
}
.mt-n7 {
    margin-top: -60px !important;
}
.me-n7 {
    margin-right: -60px !important;
}
.mb-n7 {
    margin-bottom: -60px !important;
}
.ms-n7 {
    margin-left: -60px !important;
}
.p-7 {
    padding: 60px !important;
}
.px-7 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.py-7 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.pt-7 {
    padding-top: 60px !important;
}
.pe-7 {
    padding-right: 60px !important;
}
.pb-7 {
    padding-bottom: 60px !important;
}
.ps-7 {
    padding-left: 60px !important;
}
.m-8 {
    margin: 72px !important;
}
.mx-8 {
    margin-right: 72px !important;
    margin-left: 72px !important;
}
.my-8 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
}
.mt-8 {
    margin-top: 72px !important;
}
.me-8 {
    margin-right: 72px !important;
}
.mb-8 {
    margin-bottom: 72px !important;
}
.ms-8 {
    margin-left: 72px !important;
}
.m-n8 {
    margin: -72px !important;
}
.mx-n8 {
    margin-right: -72px !important;
    margin-left: -72px !important;
}
.my-n8 {
    margin-top: -72px !important;
    margin-bottom: -72px !important;
}
.mt-n8 {
    margin-top: -72px !important;
}
.me-n8 {
    margin-right: -72px !important;
}
.mb-n8 {
    margin-bottom: -72px !important;
}
.ms-n8 {
    margin-left: -72px !important;
}
.p-8 {
    padding: 72px !important;
}
.px-8 {
    padding-right: 72px !important;
    padding-left: 72px !important;
}
.py-8 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}
.pt-8 {
    padding-top: 72px !important;
}
.pe-8 {
    padding-right: 72px !important;
}
.pb-8 {
    padding-bottom: 72px !important;
}
.ps-8 {
    padding-left: 72px !important;
}
.m-9 {
    margin: 120px !important;
}
.mx-9 {
    margin-right: 120px !important;
    margin-left: 120px !important;
}
.my-9 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}
.mt-9 {
    margin-top: 120px !important;
}
.me-9 {
    margin-right: 120px !important;
}
.mb-9 {
    margin-bottom: 120px !important;
}
.ms-9 {
    margin-left: 120px !important;
}
.m-n9 {
    margin: -120px !important;
}
.mx-n9 {
    margin-right: -120px !important;
    margin-left: -120px !important;
}
.my-n9 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
}
.mt-n9 {
    margin-top: -120px !important;
}
.me-n9 {
    margin-right: -120px !important;
}
.mb-n9 {
    margin-bottom: -120px !important;
}
.ms-n9 {
    margin-left: -120px !important;
}
.p-9 {
    padding: 120px !important;
}
.px-9 {
    padding-right: 120px !important;
    padding-left: 120px !important;
}
.py-9 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.pt-9 {
    padding-top: 120px !important;
}
.pe-9 {
    padding-right: 120px !important;
}
.pb-9 {
    padding-bottom: 120px !important;
}
.ps-9 {
    padding-left: 120px !important;
}
.m-10 {
    margin: 150px !important;
}
.mx-10 {
    margin-right: 150px !important;
    margin-left: 150px !important;
}
.my-10 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.mt-10 {
    margin-top: 150px !important;
}
.me-10 {
    margin-right: 150px !important;
}
.mb-10 {
    margin-bottom: 150px !important;
}
.ms-10 {
    margin-left: 150px !important;
}
.m-n10 {
    margin: -150px !important;
}
.mx-n10 {
    margin-right: -150px !important;
    margin-left: -150px !important;
}
.my-n10 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
}
.mt-n10 {
    margin-top: -150px !important;
}
.me-n10 {
    margin-right: -150px !important;
}
.mb-n10 {
    margin-bottom: -150px !important;
}
.ms-n10 {
    margin-left: -150px !important;
}
.p-10 {
    padding: 150px !important;
}
.px-10 {
    padding-right: 150px !important;
    padding-left: 150px !important;
}
.py-10 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}
.pt-10 {
    padding-top: 150px !important;
}
.pe-10 {
    padding-right: 150px !important;
}
.pb-10 {
    padding-bottom: 150px !important;
}
.ps-10 {
    padding-left: 150px !important;
}
.m-11 {
    margin: 160px !important;
}
.mx-11 {
    margin-right: 160px !important;
    margin-left: 160px !important;
}
.my-11 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
}
.mt-11 {
    margin-top: 160px !important;
}
.me-11 {
    margin-right: 160px !important;
}
.mb-11 {
    margin-bottom: 160px !important;
}
.ms-11 {
    margin-left: 160px !important;
}
.m-n11 {
    margin: -160px !important;
}
.mx-n11 {
    margin-right: -160px !important;
    margin-left: -160px !important;
}
.my-n11 {
    margin-top: -160px !important;
    margin-bottom: -160px !important;
}
.mt-n11 {
    margin-top: -160px !important;
}
.me-n11 {
    margin-right: -160px !important;
}
.mb-n11 {
    margin-bottom: -160px !important;
}
.ms-n11 {
    margin-left: -160px !important;
}
.p-11 {
    padding: 160px !important;
}
.px-11 {
    padding-right: 160px !important;
    padding-left: 160px !important;
}
.py-11 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}
.pt-11 {
    padding-top: 160px !important;
}
.pe-11 {
    padding-right: 160px !important;
}
.pb-11 {
    padding-bottom: 160px !important;
}
.ps-11 {
    padding-left: 160px !important;
}
.m-12 {
    margin: 168px !important;
}
.mx-12 {
    margin-right: 168px !important;
    margin-left: 168px !important;
}
.my-12 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
}
.mt-12 {
    margin-top: 168px !important;
}
.me-12 {
    margin-right: 168px !important;
}
.mb-12 {
    margin-bottom: 168px !important;
}
.ms-12 {
    margin-left: 168px !important;
}
.m-n12 {
    margin: -168px !important;
}
.mx-n12 {
    margin-right: -168px !important;
    margin-left: -168px !important;
}
.my-n12 {
    margin-top: -168px !important;
    margin-bottom: -168px !important;
}
.mt-n12 {
    margin-top: -168px !important;
}
.me-n12 {
    margin-right: -168px !important;
}
.mb-n12 {
    margin-bottom: -168px !important;
}
.ms-n12 {
    margin-left: -168px !important;
}
.p-12 {
    padding: 168px !important;
}
.px-12 {
    padding-right: 168px !important;
    padding-left: 168px !important;
}
.py-12 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
}
.pt-12 {
    padding-top: 168px !important;
}
.pe-12 {
    padding-right: 168px !important;
}
.pb-12 {
    padding-bottom: 168px !important;
}
.ps-12 {
    padding-left: 168px !important;
}
.m-13 {
    margin: 192px !important;
}
.mx-13 {
    margin-right: 192px !important;
    margin-left: 192px !important;
}
.my-13 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
}
.mt-13 {
    margin-top: 192px !important;
}
.me-13 {
    margin-right: 192px !important;
}
.mb-13 {
    margin-bottom: 192px !important;
}
.ms-13 {
    margin-left: 192px !important;
}
.m-n13 {
    margin: -192px !important;
}
.mx-n13 {
    margin-right: -192px !important;
    margin-left: -192px !important;
}
.my-n13 {
    margin-top: -192px !important;
    margin-bottom: -192px !important;
}
.mt-n13 {
    margin-top: -192px !important;
}
.me-n13 {
    margin-right: -192px !important;
}
.mb-n13 {
    margin-bottom: -192px !important;
}
.ms-n13 {
    margin-left: -192px !important;
}
.p-13 {
    padding: 192px !important;
}
.px-13 {
    padding-right: 192px !important;
    padding-left: 192px !important;
}
.py-13 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
}
.pt-13 {
    padding-top: 192px !important;
}
.pe-13 {
    padding-right: 192px !important;
}
.pb-13 {
    padding-bottom: 192px !important;
}
.ps-13 {
    padding-left: 192px !important;
}
.m-14 {
    margin: 200px !important;
}
.mx-14 {
    margin-right: 200px !important;
    margin-left: 200px !important;
}
.my-14 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}
.mt-14 {
    margin-top: 200px !important;
}
.me-14 {
    margin-right: 200px !important;
}
.mb-14 {
    margin-bottom: 200px !important;
}
.ms-14 {
    margin-left: 200px !important;
}
.m-n14 {
    margin: -200px !important;
}
.mx-n14 {
    margin-right: -200px !important;
    margin-left: -200px !important;
}
.my-n14 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
}
.mt-n14 {
    margin-top: -200px !important;
}
.me-n14 {
    margin-right: -200px !important;
}
.mb-n14 {
    margin-bottom: -200px !important;
}
.ms-n14 {
    margin-left: -200px !important;
}
.p-14 {
    padding: 200px !important;
}
.px-14 {
    padding-right: 200px !important;
    padding-left: 200px !important;
}
.py-14 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.pt-14 {
    padding-top: 200px !important;
}
.pe-14 {
    padding-right: 200px !important;
}
.pb-14 {
    padding-bottom: 200px !important;
}
.ps-14 {
    padding-left: 200px !important;
}
.m-15 {
    margin: 240px !important;
}
.mx-15 {
    margin-right: 240px !important;
    margin-left: 240px !important;
}
.my-15 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
}
.mt-15 {
    margin-top: 240px !important;
}
.me-15 {
    margin-right: 240px !important;
}
.mb-15 {
    margin-bottom: 240px !important;
}
.ms-15 {
    margin-left: 240px !important;
}
.m-n15 {
    margin: -240px !important;
}
.mx-n15 {
    margin-right: -240px !important;
    margin-left: -240px !important;
}
.my-n15 {
    margin-top: -240px !important;
    margin-bottom: -240px !important;
}
.mt-n15 {
    margin-top: -240px !important;
}
.me-n15 {
    margin-right: -240px !important;
}
.mb-n15 {
    margin-bottom: -240px !important;
}
.ms-n15 {
    margin-left: -240px !important;
}
.p-15 {
    padding: 240px !important;
}
.px-15 {
    padding-right: 240px !important;
    padding-left: 240px !important;
}
.py-15 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}
.pt-15 {
    padding-top: 240px !important;
}
.pe-15 {
    padding-right: 240px !important;
}
.pb-15 {
    padding-bottom: 240px !important;
}
.ps-15 {
    padding-left: 240px !important;
}
.m-16 {
    margin: 216px !important;
}
.mx-16 {
    margin-right: 216px !important;
    margin-left: 216px !important;
}
.my-16 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
}
.mt-16 {
    margin-top: 216px !important;
}
.me-16 {
    margin-right: 216px !important;
}
.mb-16 {
    margin-bottom: 216px !important;
}
.ms-16 {
    margin-left: 216px !important;
}
.m-n16 {
    margin: -216px !important;
}
.mx-n16 {
    margin-right: -216px !important;
    margin-left: -216px !important;
}
.my-n16 {
    margin-top: -216px !important;
    margin-bottom: -216px !important;
}
.mt-n16 {
    margin-top: -216px !important;
}
.me-n16 {
    margin-right: -216px !important;
}
.mb-n16 {
    margin-bottom: -216px !important;
}
.ms-n16 {
    margin-left: -216px !important;
}
.p-16 {
    padding: 216px !important;
}
.px-16 {
    padding-right: 216px !important;
    padding-left: 216px !important;
}
.py-16 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
}
.pt-16 {
    padding-top: 216px !important;
}
.pe-16 {
    padding-right: 216px !important;
}
.pb-16 {
    padding-bottom: 216px !important;
}
.ps-16 {
    padding-left: 216px !important;
}
.m-17 {
    margin: 224px !important;
}
.mx-17 {
    margin-right: 224px !important;
    margin-left: 224px !important;
}
.my-17 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
}
.mt-17 {
    margin-top: 224px !important;
}
.me-17 {
    margin-right: 224px !important;
}
.mb-17 {
    margin-bottom: 224px !important;
}
.ms-17 {
    margin-left: 224px !important;
}
.m-n17 {
    margin: -224px !important;
}
.mx-n17 {
    margin-right: -224px !important;
    margin-left: -224px !important;
}
.my-n17 {
    margin-top: -224px !important;
    margin-bottom: -224px !important;
}
.mt-n17 {
    margin-top: -224px !important;
}
.me-n17 {
    margin-right: -224px !important;
}
.mb-n17 {
    margin-bottom: -224px !important;
}
.ms-n17 {
    margin-left: -224px !important;
}
.p-17 {
    padding: 224px !important;
}
.px-17 {
    padding-right: 224px !important;
    padding-left: 224px !important;
}
.py-17 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
}
.pt-17 {
    padding-top: 224px !important;
}
.pe-17 {
    padding-right: 224px !important;
}
.pb-17 {
    padding-bottom: 224px !important;
}
.ps-17 {
    padding-left: 224px !important;
}
@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-n0 {
        margin: -0 !important;
    }
    .mx-sm-n0 {
        margin-right: -0 !important;
        margin-left: -0 !important;
    }
    .my-sm-n0 {
        margin-top: -0 !important;
        margin-bottom: -0 !important;
    }
    .mt-sm-n0 {
        margin-top: -0 !important;
    }
    .me-sm-n0 {
        margin-right: -0 !important;
    }
    .mb-sm-n0 {
        margin-bottom: -0 !important;
    }
    .ms-sm-n0 {
        margin-left: -0 !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .m-sm-1 {
        margin: 4px !important;
    }
    .mx-sm-1 {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }
    .my-sm-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .mt-sm-1 {
        margin-top: 4px !important;
    }
    .me-sm-1 {
        margin-right: 4px !important;
    }
    .mb-sm-1 {
        margin-bottom: 4px !important;
    }
    .ms-sm-1 {
        margin-left: 4px !important;
    }
    .m-sm-n1 {
        margin: -4px !important;
    }
    .mx-sm-n1 {
        margin-right: -4px !important;
        margin-left: -4px !important;
    }
    .my-sm-n1 {
        margin-top: -4px !important;
        margin-bottom: -4px !important;
    }
    .mt-sm-n1 {
        margin-top: -4px !important;
    }
    .me-sm-n1 {
        margin-right: -4px !important;
    }
    .mb-sm-n1 {
        margin-bottom: -4px !important;
    }
    .ms-sm-n1 {
        margin-left: -4px !important;
    }
    .p-sm-1 {
        padding: 4px !important;
    }
    .px-sm-1 {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    .py-sm-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .pt-sm-1 {
        padding-top: 4px !important;
    }
    .pe-sm-1 {
        padding-right: 4px !important;
    }
    .pb-sm-1 {
        padding-bottom: 4px !important;
    }
    .ps-sm-1 {
        padding-left: 4px !important;
    }
    .m-sm-2 {
        margin: 8px !important;
    }
    .mx-sm-2 {
        margin-right: 8px !important;
        margin-left: 8px !important;
    }
    .my-sm-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .mt-sm-2 {
        margin-top: 8px !important;
    }
    .me-sm-2 {
        margin-right: 8px !important;
    }
    .mb-sm-2 {
        margin-bottom: 8px !important;
    }
    .ms-sm-2 {
        margin-left: 8px !important;
    }
    .m-sm-n2 {
        margin: -8px !important;
    }
    .mx-sm-n2 {
        margin-right: -8px !important;
        margin-left: -8px !important;
    }
    .my-sm-n2 {
        margin-top: -8px !important;
        margin-bottom: -8px !important;
    }
    .mt-sm-n2 {
        margin-top: -8px !important;
    }
    .me-sm-n2 {
        margin-right: -8px !important;
    }
    .mb-sm-n2 {
        margin-bottom: -8px !important;
    }
    .ms-sm-n2 {
        margin-left: -8px !important;
    }
    .p-sm-2 {
        padding: 8px !important;
    }
    .px-sm-2 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .py-sm-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .pt-sm-2 {
        padding-top: 8px !important;
    }
    .pe-sm-2 {
        padding-right: 8px !important;
    }
    .pb-sm-2 {
        padding-bottom: 8px !important;
    }
    .ps-sm-2 {
        padding-left: 8px !important;
    }
    .m-sm-3 {
        margin: 10px !important;
    }
    .mx-sm-3 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .my-sm-3 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .mt-sm-3 {
        margin-top: 10px !important;
    }
    .me-sm-3 {
        margin-right: 10px !important;
    }
    .mb-sm-3 {
        margin-bottom: 10px !important;
    }
    .ms-sm-3 {
        margin-left: 10px !important;
    }
    .m-sm-n3 {
        margin: -10px !important;
    }
    .mx-sm-n3 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .my-sm-n3 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-sm-n3 {
        margin-top: -10px !important;
    }
    .me-sm-n3 {
        margin-right: -10px !important;
    }
    .mb-sm-n3 {
        margin-bottom: -10px !important;
    }
    .ms-sm-n3 {
        margin-left: -10px !important;
    }
    .p-sm-3 {
        padding: 10px !important;
    }
    .px-sm-3 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .py-sm-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pt-sm-3 {
        padding-top: 10px !important;
    }
    .pe-sm-3 {
        padding-right: 10px !important;
    }
    .pb-sm-3 {
        padding-bottom: 10px !important;
    }
    .ps-sm-3 {
        padding-left: 10px !important;
    }
    .m-sm-4 {
        margin: 24px !important;
    }
    .mx-sm-4 {
        margin-right: 24px !important;
        margin-left: 24px !important;
    }
    .my-sm-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .mt-sm-4 {
        margin-top: 24px !important;
    }
    .me-sm-4 {
        margin-right: 24px !important;
    }
    .mb-sm-4 {
        margin-bottom: 24px !important;
    }
    .ms-sm-4 {
        margin-left: 24px !important;
    }
    .m-sm-n4 {
        margin: -24px !important;
    }
    .mx-sm-n4 {
        margin-right: -24px !important;
        margin-left: -24px !important;
    }
    .my-sm-n4 {
        margin-top: -24px !important;
        margin-bottom: -24px !important;
    }
    .mt-sm-n4 {
        margin-top: -24px !important;
    }
    .me-sm-n4 {
        margin-right: -24px !important;
    }
    .mb-sm-n4 {
        margin-bottom: -24px !important;
    }
    .ms-sm-n4 {
        margin-left: -24px !important;
    }
    .p-sm-4 {
        padding: 24px !important;
    }
    .px-sm-4 {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
    .py-sm-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .pt-sm-4 {
        padding-top: 24px !important;
    }
    .pe-sm-4 {
        padding-right: 24px !important;
    }
    .pb-sm-4 {
        padding-bottom: 24px !important;
    }
    .ps-sm-4 {
        padding-left: 24px !important;
    }
    .m-sm-5 {
        margin: 32px !important;
    }
    .mx-sm-5 {
        margin-right: 32px !important;
        margin-left: 32px !important;
    }
    .my-sm-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .mt-sm-5 {
        margin-top: 32px !important;
    }
    .me-sm-5 {
        margin-right: 32px !important;
    }
    .mb-sm-5 {
        margin-bottom: 32px !important;
    }
    .ms-sm-5 {
        margin-left: 32px !important;
    }
    .m-sm-n5 {
        margin: -32px !important;
    }
    .mx-sm-n5 {
        margin-right: -32px !important;
        margin-left: -32px !important;
    }
    .my-sm-n5 {
        margin-top: -32px !important;
        margin-bottom: -32px !important;
    }
    .mt-sm-n5 {
        margin-top: -32px !important;
    }
    .me-sm-n5 {
        margin-right: -32px !important;
    }
    .mb-sm-n5 {
        margin-bottom: -32px !important;
    }
    .ms-sm-n5 {
        margin-left: -32px !important;
    }
    .p-sm-5 {
        padding: 32px !important;
    }
    .px-sm-5 {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }
    .py-sm-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .pt-sm-5 {
        padding-top: 32px !important;
    }
    .pe-sm-5 {
        padding-right: 32px !important;
    }
    .pb-sm-5 {
        padding-bottom: 32px !important;
    }
    .ps-sm-5 {
        padding-left: 32px !important;
    }
    .m-sm-6 {
        margin: 40px !important;
    }
    .mx-sm-6 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .my-sm-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mt-sm-6 {
        margin-top: 40px !important;
    }
    .me-sm-6 {
        margin-right: 40px !important;
    }
    .mb-sm-6 {
        margin-bottom: 40px !important;
    }
    .ms-sm-6 {
        margin-left: 40px !important;
    }
    .m-sm-n6 {
        margin: -40px !important;
    }
    .mx-sm-n6 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }
    .my-sm-n6 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }
    .mt-sm-n6 {
        margin-top: -40px !important;
    }
    .me-sm-n6 {
        margin-right: -40px !important;
    }
    .mb-sm-n6 {
        margin-bottom: -40px !important;
    }
    .ms-sm-n6 {
        margin-left: -40px !important;
    }
    .p-sm-6 {
        padding: 40px !important;
    }
    .px-sm-6 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .py-sm-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-sm-6 {
        padding-top: 40px !important;
    }
    .pe-sm-6 {
        padding-right: 40px !important;
    }
    .pb-sm-6 {
        padding-bottom: 40px !important;
    }
    .ps-sm-6 {
        padding-left: 40px !important;
    }
    .m-sm-7 {
        margin: 60px !important;
    }
    .mx-sm-7 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .my-sm-7 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mt-sm-7 {
        margin-top: 60px !important;
    }
    .me-sm-7 {
        margin-right: 60px !important;
    }
    .mb-sm-7 {
        margin-bottom: 60px !important;
    }
    .ms-sm-7 {
        margin-left: 60px !important;
    }
    .m-sm-n7 {
        margin: -60px !important;
    }
    .mx-sm-n7 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }
    .my-sm-n7 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }
    .mt-sm-n7 {
        margin-top: -60px !important;
    }
    .me-sm-n7 {
        margin-right: -60px !important;
    }
    .mb-sm-n7 {
        margin-bottom: -60px !important;
    }
    .ms-sm-n7 {
        margin-left: -60px !important;
    }
    .p-sm-7 {
        padding: 60px !important;
    }
    .px-sm-7 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .py-sm-7 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-sm-7 {
        padding-top: 60px !important;
    }
    .pe-sm-7 {
        padding-right: 60px !important;
    }
    .pb-sm-7 {
        padding-bottom: 60px !important;
    }
    .ps-sm-7 {
        padding-left: 60px !important;
    }
    .m-sm-8 {
        margin: 72px !important;
    }
    .mx-sm-8 {
        margin-right: 72px !important;
        margin-left: 72px !important;
    }
    .my-sm-8 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .mt-sm-8 {
        margin-top: 72px !important;
    }
    .me-sm-8 {
        margin-right: 72px !important;
    }
    .mb-sm-8 {
        margin-bottom: 72px !important;
    }
    .ms-sm-8 {
        margin-left: 72px !important;
    }
    .m-sm-n8 {
        margin: -72px !important;
    }
    .mx-sm-n8 {
        margin-right: -72px !important;
        margin-left: -72px !important;
    }
    .my-sm-n8 {
        margin-top: -72px !important;
        margin-bottom: -72px !important;
    }
    .mt-sm-n8 {
        margin-top: -72px !important;
    }
    .me-sm-n8 {
        margin-right: -72px !important;
    }
    .mb-sm-n8 {
        margin-bottom: -72px !important;
    }
    .ms-sm-n8 {
        margin-left: -72px !important;
    }
    .p-sm-8 {
        padding: 72px !important;
    }
    .px-sm-8 {
        padding-right: 72px !important;
        padding-left: 72px !important;
    }
    .py-sm-8 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
    .pt-sm-8 {
        padding-top: 72px !important;
    }
    .pe-sm-8 {
        padding-right: 72px !important;
    }
    .pb-sm-8 {
        padding-bottom: 72px !important;
    }
    .ps-sm-8 {
        padding-left: 72px !important;
    }
    .m-sm-9 {
        margin: 120px !important;
    }
    .mx-sm-9 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .my-sm-9 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .mt-sm-9 {
        margin-top: 120px !important;
    }
    .me-sm-9 {
        margin-right: 120px !important;
    }
    .mb-sm-9 {
        margin-bottom: 120px !important;
    }
    .ms-sm-9 {
        margin-left: 120px !important;
    }
    .m-sm-n9 {
        margin: -120px !important;
    }
    .mx-sm-n9 {
        margin-right: -120px !important;
        margin-left: -120px !important;
    }
    .my-sm-n9 {
        margin-top: -120px !important;
        margin-bottom: -120px !important;
    }
    .mt-sm-n9 {
        margin-top: -120px !important;
    }
    .me-sm-n9 {
        margin-right: -120px !important;
    }
    .mb-sm-n9 {
        margin-bottom: -120px !important;
    }
    .ms-sm-n9 {
        margin-left: -120px !important;
    }
    .p-sm-9 {
        padding: 120px !important;
    }
    .px-sm-9 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .py-sm-9 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-sm-9 {
        padding-top: 120px !important;
    }
    .pe-sm-9 {
        padding-right: 120px !important;
    }
    .pb-sm-9 {
        padding-bottom: 120px !important;
    }
    .ps-sm-9 {
        padding-left: 120px !important;
    }
    .m-sm-10 {
        margin: 150px !important;
    }
    .mx-sm-10 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .my-sm-10 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .mt-sm-10 {
        margin-top: 150px !important;
    }
    .me-sm-10 {
        margin-right: 150px !important;
    }
    .mb-sm-10 {
        margin-bottom: 150px !important;
    }
    .ms-sm-10 {
        margin-left: 150px !important;
    }
    .m-sm-n10 {
        margin: -150px !important;
    }
    .mx-sm-n10 {
        margin-right: -150px !important;
        margin-left: -150px !important;
    }
    .my-sm-n10 {
        margin-top: -150px !important;
        margin-bottom: -150px !important;
    }
    .mt-sm-n10 {
        margin-top: -150px !important;
    }
    .me-sm-n10 {
        margin-right: -150px !important;
    }
    .mb-sm-n10 {
        margin-bottom: -150px !important;
    }
    .ms-sm-n10 {
        margin-left: -150px !important;
    }
    .p-sm-10 {
        padding: 150px !important;
    }
    .px-sm-10 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .py-sm-10 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .pt-sm-10 {
        padding-top: 150px !important;
    }
    .pe-sm-10 {
        padding-right: 150px !important;
    }
    .pb-sm-10 {
        padding-bottom: 150px !important;
    }
    .ps-sm-10 {
        padding-left: 150px !important;
    }
    .m-sm-11 {
        margin: 160px !important;
    }
    .mx-sm-11 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .my-sm-11 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .mt-sm-11 {
        margin-top: 160px !important;
    }
    .me-sm-11 {
        margin-right: 160px !important;
    }
    .mb-sm-11 {
        margin-bottom: 160px !important;
    }
    .ms-sm-11 {
        margin-left: 160px !important;
    }
    .m-sm-n11 {
        margin: -160px !important;
    }
    .mx-sm-n11 {
        margin-right: -160px !important;
        margin-left: -160px !important;
    }
    .my-sm-n11 {
        margin-top: -160px !important;
        margin-bottom: -160px !important;
    }
    .mt-sm-n11 {
        margin-top: -160px !important;
    }
    .me-sm-n11 {
        margin-right: -160px !important;
    }
    .mb-sm-n11 {
        margin-bottom: -160px !important;
    }
    .ms-sm-n11 {
        margin-left: -160px !important;
    }
    .p-sm-11 {
        padding: 160px !important;
    }
    .px-sm-11 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .py-sm-11 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .pt-sm-11 {
        padding-top: 160px !important;
    }
    .pe-sm-11 {
        padding-right: 160px !important;
    }
    .pb-sm-11 {
        padding-bottom: 160px !important;
    }
    .ps-sm-11 {
        padding-left: 160px !important;
    }
    .m-sm-12 {
        margin: 168px !important;
    }
    .mx-sm-12 {
        margin-right: 168px !important;
        margin-left: 168px !important;
    }
    .my-sm-12 {
        margin-top: 168px !important;
        margin-bottom: 168px !important;
    }
    .mt-sm-12 {
        margin-top: 168px !important;
    }
    .me-sm-12 {
        margin-right: 168px !important;
    }
    .mb-sm-12 {
        margin-bottom: 168px !important;
    }
    .ms-sm-12 {
        margin-left: 168px !important;
    }
    .m-sm-n12 {
        margin: -168px !important;
    }
    .mx-sm-n12 {
        margin-right: -168px !important;
        margin-left: -168px !important;
    }
    .my-sm-n12 {
        margin-top: -168px !important;
        margin-bottom: -168px !important;
    }
    .mt-sm-n12 {
        margin-top: -168px !important;
    }
    .me-sm-n12 {
        margin-right: -168px !important;
    }
    .mb-sm-n12 {
        margin-bottom: -168px !important;
    }
    .ms-sm-n12 {
        margin-left: -168px !important;
    }
    .p-sm-12 {
        padding: 168px !important;
    }
    .px-sm-12 {
        padding-right: 168px !important;
        padding-left: 168px !important;
    }
    .py-sm-12 {
        padding-top: 168px !important;
        padding-bottom: 168px !important;
    }
    .pt-sm-12 {
        padding-top: 168px !important;
    }
    .pe-sm-12 {
        padding-right: 168px !important;
    }
    .pb-sm-12 {
        padding-bottom: 168px !important;
    }
    .ps-sm-12 {
        padding-left: 168px !important;
    }
    .m-sm-13 {
        margin: 192px !important;
    }
    .mx-sm-13 {
        margin-right: 192px !important;
        margin-left: 192px !important;
    }
    .my-sm-13 {
        margin-top: 192px !important;
        margin-bottom: 192px !important;
    }
    .mt-sm-13 {
        margin-top: 192px !important;
    }
    .me-sm-13 {
        margin-right: 192px !important;
    }
    .mb-sm-13 {
        margin-bottom: 192px !important;
    }
    .ms-sm-13 {
        margin-left: 192px !important;
    }
    .m-sm-n13 {
        margin: -192px !important;
    }
    .mx-sm-n13 {
        margin-right: -192px !important;
        margin-left: -192px !important;
    }
    .my-sm-n13 {
        margin-top: -192px !important;
        margin-bottom: -192px !important;
    }
    .mt-sm-n13 {
        margin-top: -192px !important;
    }
    .me-sm-n13 {
        margin-right: -192px !important;
    }
    .mb-sm-n13 {
        margin-bottom: -192px !important;
    }
    .ms-sm-n13 {
        margin-left: -192px !important;
    }
    .p-sm-13 {
        padding: 192px !important;
    }
    .px-sm-13 {
        padding-right: 192px !important;
        padding-left: 192px !important;
    }
    .py-sm-13 {
        padding-top: 192px !important;
        padding-bottom: 192px !important;
    }
    .pt-sm-13 {
        padding-top: 192px !important;
    }
    .pe-sm-13 {
        padding-right: 192px !important;
    }
    .pb-sm-13 {
        padding-bottom: 192px !important;
    }
    .ps-sm-13 {
        padding-left: 192px !important;
    }
    .m-sm-14 {
        margin: 200px !important;
    }
    .mx-sm-14 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .my-sm-14 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .mt-sm-14 {
        margin-top: 200px !important;
    }
    .me-sm-14 {
        margin-right: 200px !important;
    }
    .mb-sm-14 {
        margin-bottom: 200px !important;
    }
    .ms-sm-14 {
        margin-left: 200px !important;
    }
    .m-sm-n14 {
        margin: -200px !important;
    }
    .mx-sm-n14 {
        margin-right: -200px !important;
        margin-left: -200px !important;
    }
    .my-sm-n14 {
        margin-top: -200px !important;
        margin-bottom: -200px !important;
    }
    .mt-sm-n14 {
        margin-top: -200px !important;
    }
    .me-sm-n14 {
        margin-right: -200px !important;
    }
    .mb-sm-n14 {
        margin-bottom: -200px !important;
    }
    .ms-sm-n14 {
        margin-left: -200px !important;
    }
    .p-sm-14 {
        padding: 200px !important;
    }
    .px-sm-14 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-sm-14 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-sm-14 {
        padding-top: 200px !important;
    }
    .pe-sm-14 {
        padding-right: 200px !important;
    }
    .pb-sm-14 {
        padding-bottom: 200px !important;
    }
    .ps-sm-14 {
        padding-left: 200px !important;
    }
    .m-sm-15 {
        margin: 240px !important;
    }
    .mx-sm-15 {
        margin-right: 240px !important;
        margin-left: 240px !important;
    }
    .my-sm-15 {
        margin-top: 240px !important;
        margin-bottom: 240px !important;
    }
    .mt-sm-15 {
        margin-top: 240px !important;
    }
    .me-sm-15 {
        margin-right: 240px !important;
    }
    .mb-sm-15 {
        margin-bottom: 240px !important;
    }
    .ms-sm-15 {
        margin-left: 240px !important;
    }
    .m-sm-n15 {
        margin: -240px !important;
    }
    .mx-sm-n15 {
        margin-right: -240px !important;
        margin-left: -240px !important;
    }
    .my-sm-n15 {
        margin-top: -240px !important;
        margin-bottom: -240px !important;
    }
    .mt-sm-n15 {
        margin-top: -240px !important;
    }
    .me-sm-n15 {
        margin-right: -240px !important;
    }
    .mb-sm-n15 {
        margin-bottom: -240px !important;
    }
    .ms-sm-n15 {
        margin-left: -240px !important;
    }
    .p-sm-15 {
        padding: 240px !important;
    }
    .px-sm-15 {
        padding-right: 240px !important;
        padding-left: 240px !important;
    }
    .py-sm-15 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .pt-sm-15 {
        padding-top: 240px !important;
    }
    .pe-sm-15 {
        padding-right: 240px !important;
    }
    .pb-sm-15 {
        padding-bottom: 240px !important;
    }
    .ps-sm-15 {
        padding-left: 240px !important;
    }
    .m-sm-16 {
        margin: 216px !important;
    }
    .mx-sm-16 {
        margin-right: 216px !important;
        margin-left: 216px !important;
    }
    .my-sm-16 {
        margin-top: 216px !important;
        margin-bottom: 216px !important;
    }
    .mt-sm-16 {
        margin-top: 216px !important;
    }
    .me-sm-16 {
        margin-right: 216px !important;
    }
    .mb-sm-16 {
        margin-bottom: 216px !important;
    }
    .ms-sm-16 {
        margin-left: 216px !important;
    }
    .m-sm-n16 {
        margin: -216px !important;
    }
    .mx-sm-n16 {
        margin-right: -216px !important;
        margin-left: -216px !important;
    }
    .my-sm-n16 {
        margin-top: -216px !important;
        margin-bottom: -216px !important;
    }
    .mt-sm-n16 {
        margin-top: -216px !important;
    }
    .me-sm-n16 {
        margin-right: -216px !important;
    }
    .mb-sm-n16 {
        margin-bottom: -216px !important;
    }
    .ms-sm-n16 {
        margin-left: -216px !important;
    }
    .p-sm-16 {
        padding: 216px !important;
    }
    .px-sm-16 {
        padding-right: 216px !important;
        padding-left: 216px !important;
    }
    .py-sm-16 {
        padding-top: 216px !important;
        padding-bottom: 216px !important;
    }
    .pt-sm-16 {
        padding-top: 216px !important;
    }
    .pe-sm-16 {
        padding-right: 216px !important;
    }
    .pb-sm-16 {
        padding-bottom: 216px !important;
    }
    .ps-sm-16 {
        padding-left: 216px !important;
    }
    .m-sm-17 {
        margin: 224px !important;
    }
    .mx-sm-17 {
        margin-right: 224px !important;
        margin-left: 224px !important;
    }
    .my-sm-17 {
        margin-top: 224px !important;
        margin-bottom: 224px !important;
    }
    .mt-sm-17 {
        margin-top: 224px !important;
    }
    .me-sm-17 {
        margin-right: 224px !important;
    }
    .mb-sm-17 {
        margin-bottom: 224px !important;
    }
    .ms-sm-17 {
        margin-left: 224px !important;
    }
    .m-sm-n17 {
        margin: -224px !important;
    }
    .mx-sm-n17 {
        margin-right: -224px !important;
        margin-left: -224px !important;
    }
    .my-sm-n17 {
        margin-top: -224px !important;
        margin-bottom: -224px !important;
    }
    .mt-sm-n17 {
        margin-top: -224px !important;
    }
    .me-sm-n17 {
        margin-right: -224px !important;
    }
    .mb-sm-n17 {
        margin-bottom: -224px !important;
    }
    .ms-sm-n17 {
        margin-left: -224px !important;
    }
    .p-sm-17 {
        padding: 224px !important;
    }
    .px-sm-17 {
        padding-right: 224px !important;
        padding-left: 224px !important;
    }
    .py-sm-17 {
        padding-top: 224px !important;
        padding-bottom: 224px !important;
    }
    .pt-sm-17 {
        padding-top: 224px !important;
    }
    .pe-sm-17 {
        padding-right: 224px !important;
    }
    .pb-sm-17 {
        padding-bottom: 224px !important;
    }
    .ps-sm-17 {
        padding-left: 224px !important;
    }
}@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .m-md-n0 {
        margin: -0 !important;
    }
    .mx-md-n0 {
        margin-right: -0 !important;
        margin-left: -0 !important;
    }
    .my-md-n0 {
        margin-top: -0 !important;
        margin-bottom: -0 !important;
    }
    .mt-md-n0 {
        margin-top: -0 !important;
    }
    .me-md-n0 {
        margin-right: -0 !important;
    }
    .mb-md-n0 {
        margin-bottom: -0 !important;
    }
    .ms-md-n0 {
        margin-left: -0 !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .m-md-1 {
        margin: 4px !important;
    }
    .mx-md-1 {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }
    .my-md-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .mt-md-1 {
        margin-top: 4px !important;
    }
    .me-md-1 {
        margin-right: 4px !important;
    }
    .mb-md-1 {
        margin-bottom: 4px !important;
    }
    .ms-md-1 {
        margin-left: 4px !important;
    }
    .m-md-n1 {
        margin: -4px !important;
    }
    .mx-md-n1 {
        margin-right: -4px !important;
        margin-left: -4px !important;
    }
    .my-md-n1 {
        margin-top: -4px !important;
        margin-bottom: -4px !important;
    }
    .mt-md-n1 {
        margin-top: -4px !important;
    }
    .me-md-n1 {
        margin-right: -4px !important;
    }
    .mb-md-n1 {
        margin-bottom: -4px !important;
    }
    .ms-md-n1 {
        margin-left: -4px !important;
    }
    .p-md-1 {
        padding: 4px !important;
    }
    .px-md-1 {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    .py-md-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .pt-md-1 {
        padding-top: 4px !important;
    }
    .pe-md-1 {
        padding-right: 4px !important;
    }
    .pb-md-1 {
        padding-bottom: 4px !important;
    }
    .ps-md-1 {
        padding-left: 4px !important;
    }
    .m-md-2 {
        margin: 8px !important;
    }
    .mx-md-2 {
        margin-right: 8px !important;
        margin-left: 8px !important;
    }
    .my-md-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .mt-md-2 {
        margin-top: 8px !important;
    }
    .me-md-2 {
        margin-right: 8px !important;
    }
    .mb-md-2 {
        margin-bottom: 8px !important;
    }
    .ms-md-2 {
        margin-left: 8px !important;
    }
    .m-md-n2 {
        margin: -8px !important;
    }
    .mx-md-n2 {
        margin-right: -8px !important;
        margin-left: -8px !important;
    }
    .my-md-n2 {
        margin-top: -8px !important;
        margin-bottom: -8px !important;
    }
    .mt-md-n2 {
        margin-top: -8px !important;
    }
    .me-md-n2 {
        margin-right: -8px !important;
    }
    .mb-md-n2 {
        margin-bottom: -8px !important;
    }
    .ms-md-n2 {
        margin-left: -8px !important;
    }
    .p-md-2 {
        padding: 8px !important;
    }
    .px-md-2 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .py-md-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .pt-md-2 {
        padding-top: 8px !important;
    }
    .pe-md-2 {
        padding-right: 8px !important;
    }
    .pb-md-2 {
        padding-bottom: 8px !important;
    }
    .ps-md-2 {
        padding-left: 8px !important;
    }
    .m-md-3 {
        margin: 10px !important;
    }
    .mx-md-3 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .my-md-3 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .mt-md-3 {
        margin-top: 10px !important;
    }
    .me-md-3 {
        margin-right: 10px !important;
    }
    .mb-md-3 {
        margin-bottom: 10px !important;
    }
    .ms-md-3 {
        margin-left: 10px !important;
    }
    .m-md-n3 {
        margin: -10px !important;
    }
    .mx-md-n3 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .my-md-n3 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-md-n3 {
        margin-top: -10px !important;
    }
    .me-md-n3 {
        margin-right: -10px !important;
    }
    .mb-md-n3 {
        margin-bottom: -10px !important;
    }
    .ms-md-n3 {
        margin-left: -10px !important;
    }
    .p-md-3 {
        padding: 10px !important;
    }
    .px-md-3 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .py-md-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pt-md-3 {
        padding-top: 10px !important;
    }
    .pe-md-3 {
        padding-right: 10px !important;
    }
    .pb-md-3 {
        padding-bottom: 10px !important;
    }
    .ps-md-3 {
        padding-left: 10px !important;
    }
    .m-md-4 {
        margin: 24px !important;
    }
    .mx-md-4 {
        margin-right: 24px !important;
        margin-left: 24px !important;
    }
    .my-md-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .mt-md-4 {
        margin-top: 24px !important;
    }
    .me-md-4 {
        margin-right: 24px !important;
    }
    .mb-md-4 {
        margin-bottom: 24px !important;
    }
    .ms-md-4 {
        margin-left: 24px !important;
    }
    .m-md-n4 {
        margin: -24px !important;
    }
    .mx-md-n4 {
        margin-right: -24px !important;
        margin-left: -24px !important;
    }
    .my-md-n4 {
        margin-top: -24px !important;
        margin-bottom: -24px !important;
    }
    .mt-md-n4 {
        margin-top: -24px !important;
    }
    .me-md-n4 {
        margin-right: -24px !important;
    }
    .mb-md-n4 {
        margin-bottom: -24px !important;
    }
    .ms-md-n4 {
        margin-left: -24px !important;
    }
    .p-md-4 {
        padding: 24px !important;
    }
    .px-md-4 {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
    .py-md-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .pt-md-4 {
        padding-top: 24px !important;
    }
    .pe-md-4 {
        padding-right: 24px !important;
    }
    .pb-md-4 {
        padding-bottom: 24px !important;
    }
    .ps-md-4 {
        padding-left: 24px !important;
    }
    .m-md-5 {
        margin: 32px !important;
    }
    .mx-md-5 {
        margin-right: 32px !important;
        margin-left: 32px !important;
    }
    .my-md-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .mt-md-5 {
        margin-top: 32px !important;
    }
    .me-md-5 {
        margin-right: 32px !important;
    }
    .mb-md-5 {
        margin-bottom: 32px !important;
    }
    .ms-md-5 {
        margin-left: 32px !important;
    }
    .m-md-n5 {
        margin: -32px !important;
    }
    .mx-md-n5 {
        margin-right: -32px !important;
        margin-left: -32px !important;
    }
    .my-md-n5 {
        margin-top: -32px !important;
        margin-bottom: -32px !important;
    }
    .mt-md-n5 {
        margin-top: -32px !important;
    }
    .me-md-n5 {
        margin-right: -32px !important;
    }
    .mb-md-n5 {
        margin-bottom: -32px !important;
    }
    .ms-md-n5 {
        margin-left: -32px !important;
    }
    .p-md-5 {
        padding: 32px !important;
    }
    .px-md-5 {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }
    .py-md-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .pt-md-5 {
        padding-top: 32px !important;
    }
    .pe-md-5 {
        padding-right: 32px !important;
    }
    .pb-md-5 {
        padding-bottom: 32px !important;
    }
    .ps-md-5 {
        padding-left: 32px !important;
    }
    .m-md-6 {
        margin: 40px !important;
    }
    .mx-md-6 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .my-md-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mt-md-6 {
        margin-top: 40px !important;
    }
    .me-md-6 {
        margin-right: 40px !important;
    }
    .mb-md-6 {
        margin-bottom: 40px !important;
    }
    .ms-md-6 {
        margin-left: 40px !important;
    }
    .m-md-n6 {
        margin: -40px !important;
    }
    .mx-md-n6 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }
    .my-md-n6 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }
    .mt-md-n6 {
        margin-top: -40px !important;
    }
    .me-md-n6 {
        margin-right: -40px !important;
    }
    .mb-md-n6 {
        margin-bottom: -40px !important;
    }
    .ms-md-n6 {
        margin-left: -40px !important;
    }
    .p-md-6 {
        padding: 40px !important;
    }
    .px-md-6 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .py-md-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-md-6 {
        padding-top: 40px !important;
    }
    .pe-md-6 {
        padding-right: 40px !important;
    }
    .pb-md-6 {
        padding-bottom: 40px !important;
    }
    .ps-md-6 {
        padding-left: 40px !important;
    }
    .m-md-7 {
        margin: 60px !important;
    }
    .mx-md-7 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .my-md-7 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mt-md-7 {
        margin-top: 60px !important;
    }
    .me-md-7 {
        margin-right: 60px !important;
    }
    .mb-md-7 {
        margin-bottom: 60px !important;
    }
    .ms-md-7 {
        margin-left: 60px !important;
    }
    .m-md-n7 {
        margin: -60px !important;
    }
    .mx-md-n7 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }
    .my-md-n7 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }
    .mt-md-n7 {
        margin-top: -60px !important;
    }
    .me-md-n7 {
        margin-right: -60px !important;
    }
    .mb-md-n7 {
        margin-bottom: -60px !important;
    }
    .ms-md-n7 {
        margin-left: -60px !important;
    }
    .p-md-7 {
        padding: 60px !important;
    }
    .px-md-7 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .py-md-7 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-md-7 {
        padding-top: 60px !important;
    }
    .pe-md-7 {
        padding-right: 60px !important;
    }
    .pb-md-7 {
        padding-bottom: 60px !important;
    }
    .ps-md-7 {
        padding-left: 60px !important;
    }
    .m-md-8 {
        margin: 72px !important;
    }
    .mx-md-8 {
        margin-right: 72px !important;
        margin-left: 72px !important;
    }
    .my-md-8 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .mt-md-8 {
        margin-top: 72px !important;
    }
    .me-md-8 {
        margin-right: 72px !important;
    }
    .mb-md-8 {
        margin-bottom: 72px !important;
    }
    .ms-md-8 {
        margin-left: 72px !important;
    }
    .m-md-n8 {
        margin: -72px !important;
    }
    .mx-md-n8 {
        margin-right: -72px !important;
        margin-left: -72px !important;
    }
    .my-md-n8 {
        margin-top: -72px !important;
        margin-bottom: -72px !important;
    }
    .mt-md-n8 {
        margin-top: -72px !important;
    }
    .me-md-n8 {
        margin-right: -72px !important;
    }
    .mb-md-n8 {
        margin-bottom: -72px !important;
    }
    .ms-md-n8 {
        margin-left: -72px !important;
    }
    .p-md-8 {
        padding: 72px !important;
    }
    .px-md-8 {
        padding-right: 72px !important;
        padding-left: 72px !important;
    }
    .py-md-8 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
    .pt-md-8 {
        padding-top: 72px !important;
    }
    .pe-md-8 {
        padding-right: 72px !important;
    }
    .pb-md-8 {
        padding-bottom: 72px !important;
    }
    .ps-md-8 {
        padding-left: 72px !important;
    }
    .m-md-9 {
        margin: 120px !important;
    }
    .mx-md-9 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .my-md-9 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .mt-md-9 {
        margin-top: 120px !important;
    }
    .me-md-9 {
        margin-right: 120px !important;
    }
    .mb-md-9 {
        margin-bottom: 120px !important;
    }
    .ms-md-9 {
        margin-left: 120px !important;
    }
    .m-md-n9 {
        margin: -120px !important;
    }
    .mx-md-n9 {
        margin-right: -120px !important;
        margin-left: -120px !important;
    }
    .my-md-n9 {
        margin-top: -120px !important;
        margin-bottom: -120px !important;
    }
    .mt-md-n9 {
        margin-top: -120px !important;
    }
    .me-md-n9 {
        margin-right: -120px !important;
    }
    .mb-md-n9 {
        margin-bottom: -120px !important;
    }
    .ms-md-n9 {
        margin-left: -120px !important;
    }
    .p-md-9 {
        padding: 120px !important;
    }
    .px-md-9 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .py-md-9 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-md-9 {
        padding-top: 120px !important;
    }
    .pe-md-9 {
        padding-right: 120px !important;
    }
    .pb-md-9 {
        padding-bottom: 120px !important;
    }
    .ps-md-9 {
        padding-left: 120px !important;
    }
    .m-md-10 {
        margin: 150px !important;
    }
    .mx-md-10 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .my-md-10 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .mt-md-10 {
        margin-top: 150px !important;
    }
    .me-md-10 {
        margin-right: 150px !important;
    }
    .mb-md-10 {
        margin-bottom: 150px !important;
    }
    .ms-md-10 {
        margin-left: 150px !important;
    }
    .m-md-n10 {
        margin: -150px !important;
    }
    .mx-md-n10 {
        margin-right: -150px !important;
        margin-left: -150px !important;
    }
    .my-md-n10 {
        margin-top: -150px !important;
        margin-bottom: -150px !important;
    }
    .mt-md-n10 {
        margin-top: -150px !important;
    }
    .me-md-n10 {
        margin-right: -150px !important;
    }
    .mb-md-n10 {
        margin-bottom: -150px !important;
    }
    .ms-md-n10 {
        margin-left: -150px !important;
    }
    .p-md-10 {
        padding: 150px !important;
    }
    .px-md-10 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .py-md-10 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .pt-md-10 {
        padding-top: 150px !important;
    }
    .pe-md-10 {
        padding-right: 150px !important;
    }
    .pb-md-10 {
        padding-bottom: 150px !important;
    }
    .ps-md-10 {
        padding-left: 150px !important;
    }
    .m-md-11 {
        margin: 160px !important;
    }
    .mx-md-11 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .my-md-11 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .mt-md-11 {
        margin-top: 160px !important;
    }
    .me-md-11 {
        margin-right: 160px !important;
    }
    .mb-md-11 {
        margin-bottom: 160px !important;
    }
    .ms-md-11 {
        margin-left: 160px !important;
    }
    .m-md-n11 {
        margin: -160px !important;
    }
    .mx-md-n11 {
        margin-right: -160px !important;
        margin-left: -160px !important;
    }
    .my-md-n11 {
        margin-top: -160px !important;
        margin-bottom: -160px !important;
    }
    .mt-md-n11 {
        margin-top: -160px !important;
    }
    .me-md-n11 {
        margin-right: -160px !important;
    }
    .mb-md-n11 {
        margin-bottom: -160px !important;
    }
    .ms-md-n11 {
        margin-left: -160px !important;
    }
    .p-md-11 {
        padding: 160px !important;
    }
    .px-md-11 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .py-md-11 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .pt-md-11 {
        padding-top: 160px !important;
    }
    .pe-md-11 {
        padding-right: 160px !important;
    }
    .pb-md-11 {
        padding-bottom: 160px !important;
    }
    .ps-md-11 {
        padding-left: 160px !important;
    }
    .m-md-12 {
        margin: 168px !important;
    }
    .mx-md-12 {
        margin-right: 168px !important;
        margin-left: 168px !important;
    }
    .my-md-12 {
        margin-top: 168px !important;
        margin-bottom: 168px !important;
    }
    .mt-md-12 {
        margin-top: 168px !important;
    }
    .me-md-12 {
        margin-right: 168px !important;
    }
    .mb-md-12 {
        margin-bottom: 168px !important;
    }
    .ms-md-12 {
        margin-left: 168px !important;
    }
    .m-md-n12 {
        margin: -168px !important;
    }
    .mx-md-n12 {
        margin-right: -168px !important;
        margin-left: -168px !important;
    }
    .my-md-n12 {
        margin-top: -168px !important;
        margin-bottom: -168px !important;
    }
    .mt-md-n12 {
        margin-top: -168px !important;
    }
    .me-md-n12 {
        margin-right: -168px !important;
    }
    .mb-md-n12 {
        margin-bottom: -168px !important;
    }
    .ms-md-n12 {
        margin-left: -168px !important;
    }
    .p-md-12 {
        padding: 168px !important;
    }
    .px-md-12 {
        padding-right: 168px !important;
        padding-left: 168px !important;
    }
    .py-md-12 {
        padding-top: 168px !important;
        padding-bottom: 168px !important;
    }
    .pt-md-12 {
        padding-top: 168px !important;
    }
    .pe-md-12 {
        padding-right: 168px !important;
    }
    .pb-md-12 {
        padding-bottom: 168px !important;
    }
    .ps-md-12 {
        padding-left: 168px !important;
    }
    .m-md-13 {
        margin: 192px !important;
    }
    .mx-md-13 {
        margin-right: 192px !important;
        margin-left: 192px !important;
    }
    .my-md-13 {
        margin-top: 192px !important;
        margin-bottom: 192px !important;
    }
    .mt-md-13 {
        margin-top: 192px !important;
    }
    .me-md-13 {
        margin-right: 192px !important;
    }
    .mb-md-13 {
        margin-bottom: 192px !important;
    }
    .ms-md-13 {
        margin-left: 192px !important;
    }
    .m-md-n13 {
        margin: -192px !important;
    }
    .mx-md-n13 {
        margin-right: -192px !important;
        margin-left: -192px !important;
    }
    .my-md-n13 {
        margin-top: -192px !important;
        margin-bottom: -192px !important;
    }
    .mt-md-n13 {
        margin-top: -192px !important;
    }
    .me-md-n13 {
        margin-right: -192px !important;
    }
    .mb-md-n13 {
        margin-bottom: -192px !important;
    }
    .ms-md-n13 {
        margin-left: -192px !important;
    }
    .p-md-13 {
        padding: 192px !important;
    }
    .px-md-13 {
        padding-right: 192px !important;
        padding-left: 192px !important;
    }
    .py-md-13 {
        padding-top: 192px !important;
        padding-bottom: 192px !important;
    }
    .pt-md-13 {
        padding-top: 192px !important;
    }
    .pe-md-13 {
        padding-right: 192px !important;
    }
    .pb-md-13 {
        padding-bottom: 192px !important;
    }
    .ps-md-13 {
        padding-left: 192px !important;
    }
    .m-md-14 {
        margin: 200px !important;
    }
    .mx-md-14 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .my-md-14 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .mt-md-14 {
        margin-top: 200px !important;
    }
    .me-md-14 {
        margin-right: 200px !important;
    }
    .mb-md-14 {
        margin-bottom: 200px !important;
    }
    .ms-md-14 {
        margin-left: 200px !important;
    }
    .m-md-n14 {
        margin: -200px !important;
    }
    .mx-md-n14 {
        margin-right: -200px !important;
        margin-left: -200px !important;
    }
    .my-md-n14 {
        margin-top: -200px !important;
        margin-bottom: -200px !important;
    }
    .mt-md-n14 {
        margin-top: -200px !important;
    }
    .me-md-n14 {
        margin-right: -200px !important;
    }
    .mb-md-n14 {
        margin-bottom: -200px !important;
    }
    .ms-md-n14 {
        margin-left: -200px !important;
    }
    .p-md-14 {
        padding: 200px !important;
    }
    .px-md-14 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-md-14 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-md-14 {
        padding-top: 200px !important;
    }
    .pe-md-14 {
        padding-right: 200px !important;
    }
    .pb-md-14 {
        padding-bottom: 200px !important;
    }
    .ps-md-14 {
        padding-left: 200px !important;
    }
    .m-md-15 {
        margin: 240px !important;
    }
    .mx-md-15 {
        margin-right: 240px !important;
        margin-left: 240px !important;
    }
    .my-md-15 {
        margin-top: 240px !important;
        margin-bottom: 240px !important;
    }
    .mt-md-15 {
        margin-top: 240px !important;
    }
    .me-md-15 {
        margin-right: 240px !important;
    }
    .mb-md-15 {
        margin-bottom: 240px !important;
    }
    .ms-md-15 {
        margin-left: 240px !important;
    }
    .m-md-n15 {
        margin: -240px !important;
    }
    .mx-md-n15 {
        margin-right: -240px !important;
        margin-left: -240px !important;
    }
    .my-md-n15 {
        margin-top: -240px !important;
        margin-bottom: -240px !important;
    }
    .mt-md-n15 {
        margin-top: -240px !important;
    }
    .me-md-n15 {
        margin-right: -240px !important;
    }
    .mb-md-n15 {
        margin-bottom: -240px !important;
    }
    .ms-md-n15 {
        margin-left: -240px !important;
    }
    .p-md-15 {
        padding: 240px !important;
    }
    .px-md-15 {
        padding-right: 240px !important;
        padding-left: 240px !important;
    }
    .py-md-15 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .pt-md-15 {
        padding-top: 240px !important;
    }
    .pe-md-15 {
        padding-right: 240px !important;
    }
    .pb-md-15 {
        padding-bottom: 240px !important;
    }
    .ps-md-15 {
        padding-left: 240px !important;
    }
    .m-md-16 {
        margin: 216px !important;
    }
    .mx-md-16 {
        margin-right: 216px !important;
        margin-left: 216px !important;
    }
    .my-md-16 {
        margin-top: 216px !important;
        margin-bottom: 216px !important;
    }
    .mt-md-16 {
        margin-top: 216px !important;
    }
    .me-md-16 {
        margin-right: 216px !important;
    }
    .mb-md-16 {
        margin-bottom: 216px !important;
    }
    .ms-md-16 {
        margin-left: 216px !important;
    }
    .m-md-n16 {
        margin: -216px !important;
    }
    .mx-md-n16 {
        margin-right: -216px !important;
        margin-left: -216px !important;
    }
    .my-md-n16 {
        margin-top: -216px !important;
        margin-bottom: -216px !important;
    }
    .mt-md-n16 {
        margin-top: -216px !important;
    }
    .me-md-n16 {
        margin-right: -216px !important;
    }
    .mb-md-n16 {
        margin-bottom: -216px !important;
    }
    .ms-md-n16 {
        margin-left: -216px !important;
    }
    .p-md-16 {
        padding: 216px !important;
    }
    .px-md-16 {
        padding-right: 216px !important;
        padding-left: 216px !important;
    }
    .py-md-16 {
        padding-top: 216px !important;
        padding-bottom: 216px !important;
    }
    .pt-md-16 {
        padding-top: 216px !important;
    }
    .pe-md-16 {
        padding-right: 216px !important;
    }
    .pb-md-16 {
        padding-bottom: 216px !important;
    }
    .ps-md-16 {
        padding-left: 216px !important;
    }
    .m-md-17 {
        margin: 224px !important;
    }
    .mx-md-17 {
        margin-right: 224px !important;
        margin-left: 224px !important;
    }
    .my-md-17 {
        margin-top: 224px !important;
        margin-bottom: 224px !important;
    }
    .mt-md-17 {
        margin-top: 224px !important;
    }
    .me-md-17 {
        margin-right: 224px !important;
    }
    .mb-md-17 {
        margin-bottom: 224px !important;
    }
    .ms-md-17 {
        margin-left: 224px !important;
    }
    .m-md-n17 {
        margin: -224px !important;
    }
    .mx-md-n17 {
        margin-right: -224px !important;
        margin-left: -224px !important;
    }
    .my-md-n17 {
        margin-top: -224px !important;
        margin-bottom: -224px !important;
    }
    .mt-md-n17 {
        margin-top: -224px !important;
    }
    .me-md-n17 {
        margin-right: -224px !important;
    }
    .mb-md-n17 {
        margin-bottom: -224px !important;
    }
    .ms-md-n17 {
        margin-left: -224px !important;
    }
    .p-md-17 {
        padding: 224px !important;
    }
    .px-md-17 {
        padding-right: 224px !important;
        padding-left: 224px !important;
    }
    .py-md-17 {
        padding-top: 224px !important;
        padding-bottom: 224px !important;
    }
    .pt-md-17 {
        padding-top: 224px !important;
    }
    .pe-md-17 {
        padding-right: 224px !important;
    }
    .pb-md-17 {
        padding-bottom: 224px !important;
    }
    .ps-md-17 {
        padding-left: 224px !important;
    }
}@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-n0 {
        margin: -0 !important;
    }
    .mx-lg-n0 {
        margin-right: -0 !important;
        margin-left: -0 !important;
    }
    .my-lg-n0 {
        margin-top: -0 !important;
        margin-bottom: -0 !important;
    }
    .mt-lg-n0 {
        margin-top: -0 !important;
    }
    .me-lg-n0 {
        margin-right: -0 !important;
    }
    .mb-lg-n0 {
        margin-bottom: -0 !important;
    }
    .ms-lg-n0 {
        margin-left: -0 !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .m-lg-1 {
        margin: 4px !important;
    }
    .mx-lg-1 {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }
    .my-lg-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .mt-lg-1 {
        margin-top: 4px !important;
    }
    .me-lg-1 {
        margin-right: 4px !important;
    }
    .mb-lg-1 {
        margin-bottom: 4px !important;
    }
    .ms-lg-1 {
        margin-left: 4px !important;
    }
    .m-lg-n1 {
        margin: -4px !important;
    }
    .mx-lg-n1 {
        margin-right: -4px !important;
        margin-left: -4px !important;
    }
    .my-lg-n1 {
        margin-top: -4px !important;
        margin-bottom: -4px !important;
    }
    .mt-lg-n1 {
        margin-top: -4px !important;
    }
    .me-lg-n1 {
        margin-right: -4px !important;
    }
    .mb-lg-n1 {
        margin-bottom: -4px !important;
    }
    .ms-lg-n1 {
        margin-left: -4px !important;
    }
    .p-lg-1 {
        padding: 4px !important;
    }
    .px-lg-1 {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    .py-lg-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .pt-lg-1 {
        padding-top: 4px !important;
    }
    .pe-lg-1 {
        padding-right: 4px !important;
    }
    .pb-lg-1 {
        padding-bottom: 4px !important;
    }
    .ps-lg-1 {
        padding-left: 4px !important;
    }
    .m-lg-2 {
        margin: 8px !important;
    }
    .mx-lg-2 {
        margin-right: 8px !important;
        margin-left: 8px !important;
    }
    .my-lg-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .mt-lg-2 {
        margin-top: 8px !important;
    }
    .me-lg-2 {
        margin-right: 8px !important;
    }
    .mb-lg-2 {
        margin-bottom: 8px !important;
    }
    .ms-lg-2 {
        margin-left: 8px !important;
    }
    .m-lg-n2 {
        margin: -8px !important;
    }
    .mx-lg-n2 {
        margin-right: -8px !important;
        margin-left: -8px !important;
    }
    .my-lg-n2 {
        margin-top: -8px !important;
        margin-bottom: -8px !important;
    }
    .mt-lg-n2 {
        margin-top: -8px !important;
    }
    .me-lg-n2 {
        margin-right: -8px !important;
    }
    .mb-lg-n2 {
        margin-bottom: -8px !important;
    }
    .ms-lg-n2 {
        margin-left: -8px !important;
    }
    .p-lg-2 {
        padding: 8px !important;
    }
    .px-lg-2 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .py-lg-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .pt-lg-2 {
        padding-top: 8px !important;
    }
    .pe-lg-2 {
        padding-right: 8px !important;
    }
    .pb-lg-2 {
        padding-bottom: 8px !important;
    }
    .ps-lg-2 {
        padding-left: 8px !important;
    }
    .m-lg-3 {
        margin: 10px !important;
    }
    .mx-lg-3 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .my-lg-3 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .mt-lg-3 {
        margin-top: 10px !important;
    }
    .me-lg-3 {
        margin-right: 10px !important;
    }
    .mb-lg-3 {
        margin-bottom: 10px !important;
    }
    .ms-lg-3 {
        margin-left: 10px !important;
    }
    .m-lg-n3 {
        margin: -10px !important;
    }
    .mx-lg-n3 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .my-lg-n3 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-lg-n3 {
        margin-top: -10px !important;
    }
    .me-lg-n3 {
        margin-right: -10px !important;
    }
    .mb-lg-n3 {
        margin-bottom: -10px !important;
    }
    .ms-lg-n3 {
        margin-left: -10px !important;
    }
    .p-lg-3 {
        padding: 10px !important;
    }
    .px-lg-3 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .py-lg-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pt-lg-3 {
        padding-top: 10px !important;
    }
    .pe-lg-3 {
        padding-right: 10px !important;
    }
    .pb-lg-3 {
        padding-bottom: 10px !important;
    }
    .ps-lg-3 {
        padding-left: 10px !important;
    }
    .m-lg-4 {
        margin: 24px !important;
    }
    .mx-lg-4 {
        margin-right: 24px !important;
        margin-left: 24px !important;
    }
    .my-lg-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .mt-lg-4 {
        margin-top: 24px !important;
    }
    .me-lg-4 {
        margin-right: 24px !important;
    }
    .mb-lg-4 {
        margin-bottom: 24px !important;
    }
    .ms-lg-4 {
        margin-left: 24px !important;
    }
    .m-lg-n4 {
        margin: -24px !important;
    }
    .mx-lg-n4 {
        margin-right: -24px !important;
        margin-left: -24px !important;
    }
    .my-lg-n4 {
        margin-top: -24px !important;
        margin-bottom: -24px !important;
    }
    .mt-lg-n4 {
        margin-top: -24px !important;
    }
    .me-lg-n4 {
        margin-right: -24px !important;
    }
    .mb-lg-n4 {
        margin-bottom: -24px !important;
    }
    .ms-lg-n4 {
        margin-left: -24px !important;
    }
    .p-lg-4 {
        padding: 24px !important;
    }
    .px-lg-4 {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
    .py-lg-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .pt-lg-4 {
        padding-top: 24px !important;
    }
    .pe-lg-4 {
        padding-right: 24px !important;
    }
    .pb-lg-4 {
        padding-bottom: 24px !important;
    }
    .ps-lg-4 {
        padding-left: 24px !important;
    }
    .m-lg-5 {
        margin: 32px !important;
    }
    .mx-lg-5 {
        margin-right: 32px !important;
        margin-left: 32px !important;
    }
    .my-lg-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .mt-lg-5 {
        margin-top: 32px !important;
    }
    .me-lg-5 {
        margin-right: 32px !important;
    }
    .mb-lg-5 {
        margin-bottom: 32px !important;
    }
    .ms-lg-5 {
        margin-left: 32px !important;
    }
    .m-lg-n5 {
        margin: -32px !important;
    }
    .mx-lg-n5 {
        margin-right: -32px !important;
        margin-left: -32px !important;
    }
    .my-lg-n5 {
        margin-top: -32px !important;
        margin-bottom: -32px !important;
    }
    .mt-lg-n5 {
        margin-top: -32px !important;
    }
    .me-lg-n5 {
        margin-right: -32px !important;
    }
    .mb-lg-n5 {
        margin-bottom: -32px !important;
    }
    .ms-lg-n5 {
        margin-left: -32px !important;
    }
    .p-lg-5 {
        padding: 32px !important;
    }
    .px-lg-5 {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }
    .py-lg-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .pt-lg-5 {
        padding-top: 32px !important;
    }
    .pe-lg-5 {
        padding-right: 32px !important;
    }
    .pb-lg-5 {
        padding-bottom: 32px !important;
    }
    .ps-lg-5 {
        padding-left: 32px !important;
    }
    .m-lg-6 {
        margin: 40px !important;
    }
    .mx-lg-6 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .my-lg-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mt-lg-6 {
        margin-top: 40px !important;
    }
    .me-lg-6 {
        margin-right: 40px !important;
    }
    .mb-lg-6 {
        margin-bottom: 40px !important;
    }
    .ms-lg-6 {
        margin-left: 40px !important;
    }
    .m-lg-n6 {
        margin: -40px !important;
    }
    .mx-lg-n6 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }
    .my-lg-n6 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }
    .mt-lg-n6 {
        margin-top: -40px !important;
    }
    .me-lg-n6 {
        margin-right: -40px !important;
    }
    .mb-lg-n6 {
        margin-bottom: -40px !important;
    }
    .ms-lg-n6 {
        margin-left: -40px !important;
    }
    .p-lg-6 {
        padding: 40px !important;
    }
    .px-lg-6 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .py-lg-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-lg-6 {
        padding-top: 40px !important;
    }
    .pe-lg-6 {
        padding-right: 40px !important;
    }
    .pb-lg-6 {
        padding-bottom: 40px !important;
    }
    .ps-lg-6 {
        padding-left: 40px !important;
    }
    .m-lg-7 {
        margin: 60px !important;
    }
    .mx-lg-7 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .my-lg-7 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mt-lg-7 {
        margin-top: 60px !important;
    }
    .me-lg-7 {
        margin-right: 60px !important;
    }
    .mb-lg-7 {
        margin-bottom: 60px !important;
    }
    .ms-lg-7 {
        margin-left: 60px !important;
    }
    .m-lg-n7 {
        margin: -60px !important;
    }
    .mx-lg-n7 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }
    .my-lg-n7 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }
    .mt-lg-n7 {
        margin-top: -60px !important;
    }
    .me-lg-n7 {
        margin-right: -60px !important;
    }
    .mb-lg-n7 {
        margin-bottom: -60px !important;
    }
    .ms-lg-n7 {
        margin-left: -60px !important;
    }
    .p-lg-7 {
        padding: 60px !important;
    }
    .px-lg-7 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .py-lg-7 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-lg-7 {
        padding-top: 60px !important;
    }
    .pe-lg-7 {
        padding-right: 60px !important;
    }
    .pb-lg-7 {
        padding-bottom: 60px !important;
    }
    .ps-lg-7 {
        padding-left: 60px !important;
    }
    .m-lg-8 {
        margin: 72px !important;
    }
    .mx-lg-8 {
        margin-right: 72px !important;
        margin-left: 72px !important;
    }
    .my-lg-8 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .mt-lg-8 {
        margin-top: 72px !important;
    }
    .me-lg-8 {
        margin-right: 72px !important;
    }
    .mb-lg-8 {
        margin-bottom: 72px !important;
    }
    .ms-lg-8 {
        margin-left: 72px !important;
    }
    .m-lg-n8 {
        margin: -72px !important;
    }
    .mx-lg-n8 {
        margin-right: -72px !important;
        margin-left: -72px !important;
    }
    .my-lg-n8 {
        margin-top: -72px !important;
        margin-bottom: -72px !important;
    }
    .mt-lg-n8 {
        margin-top: -72px !important;
    }
    .me-lg-n8 {
        margin-right: -72px !important;
    }
    .mb-lg-n8 {
        margin-bottom: -72px !important;
    }
    .ms-lg-n8 {
        margin-left: -72px !important;
    }
    .p-lg-8 {
        padding: 72px !important;
    }
    .px-lg-8 {
        padding-right: 72px !important;
        padding-left: 72px !important;
    }
    .py-lg-8 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
    .pt-lg-8 {
        padding-top: 72px !important;
    }
    .pe-lg-8 {
        padding-right: 72px !important;
    }
    .pb-lg-8 {
        padding-bottom: 72px !important;
    }
    .ps-lg-8 {
        padding-left: 72px !important;
    }
    .m-lg-9 {
        margin: 120px !important;
    }
    .mx-lg-9 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .my-lg-9 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .mt-lg-9 {
        margin-top: 120px !important;
    }
    .me-lg-9 {
        margin-right: 120px !important;
    }
    .mb-lg-9 {
        margin-bottom: 120px !important;
    }
    .ms-lg-9 {
        margin-left: 120px !important;
    }
    .m-lg-n9 {
        margin: -120px !important;
    }
    .mx-lg-n9 {
        margin-right: -120px !important;
        margin-left: -120px !important;
    }
    .my-lg-n9 {
        margin-top: -120px !important;
        margin-bottom: -120px !important;
    }
    .mt-lg-n9 {
        margin-top: -120px !important;
    }
    .me-lg-n9 {
        margin-right: -120px !important;
    }
    .mb-lg-n9 {
        margin-bottom: -120px !important;
    }
    .ms-lg-n9 {
        margin-left: -120px !important;
    }
    .p-lg-9 {
        padding: 120px !important;
    }
    .px-lg-9 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .py-lg-9 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-lg-9 {
        padding-top: 120px !important;
    }
    .pe-lg-9 {
        padding-right: 120px !important;
    }
    .pb-lg-9 {
        padding-bottom: 120px !important;
    }
    .ps-lg-9 {
        padding-left: 120px !important;
    }
    .m-lg-10 {
        margin: 150px !important;
    }
    .mx-lg-10 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .my-lg-10 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .mt-lg-10 {
        margin-top: 150px !important;
    }
    .me-lg-10 {
        margin-right: 150px !important;
    }
    .mb-lg-10 {
        margin-bottom: 150px !important;
    }
    .ms-lg-10 {
        margin-left: 150px !important;
    }
    .m-lg-n10 {
        margin: -150px !important;
    }
    .mx-lg-n10 {
        margin-right: -150px !important;
        margin-left: -150px !important;
    }
    .my-lg-n10 {
        margin-top: -150px !important;
        margin-bottom: -150px !important;
    }
    .mt-lg-n10 {
        margin-top: -150px !important;
    }
    .me-lg-n10 {
        margin-right: -150px !important;
    }
    .mb-lg-n10 {
        margin-bottom: -150px !important;
    }
    .ms-lg-n10 {
        margin-left: -150px !important;
    }
    .p-lg-10 {
        padding: 150px !important;
    }
    .px-lg-10 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .py-lg-10 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .pt-lg-10 {
        padding-top: 150px !important;
    }
    .pe-lg-10 {
        padding-right: 150px !important;
    }
    .pb-lg-10 {
        padding-bottom: 150px !important;
    }
    .ps-lg-10 {
        padding-left: 150px !important;
    }
    .m-lg-11 {
        margin: 160px !important;
    }
    .mx-lg-11 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .my-lg-11 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .mt-lg-11 {
        margin-top: 160px !important;
    }
    .me-lg-11 {
        margin-right: 160px !important;
    }
    .mb-lg-11 {
        margin-bottom: 160px !important;
    }
    .ms-lg-11 {
        margin-left: 160px !important;
    }
    .m-lg-n11 {
        margin: -160px !important;
    }
    .mx-lg-n11 {
        margin-right: -160px !important;
        margin-left: -160px !important;
    }
    .my-lg-n11 {
        margin-top: -160px !important;
        margin-bottom: -160px !important;
    }
    .mt-lg-n11 {
        margin-top: -160px !important;
    }
    .me-lg-n11 {
        margin-right: -160px !important;
    }
    .mb-lg-n11 {
        margin-bottom: -160px !important;
    }
    .ms-lg-n11 {
        margin-left: -160px !important;
    }
    .p-lg-11 {
        padding: 160px !important;
    }
    .px-lg-11 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .py-lg-11 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .pt-lg-11 {
        padding-top: 160px !important;
    }
    .pe-lg-11 {
        padding-right: 160px !important;
    }
    .pb-lg-11 {
        padding-bottom: 160px !important;
    }
    .ps-lg-11 {
        padding-left: 160px !important;
    }
    .m-lg-12 {
        margin: 168px !important;
    }
    .mx-lg-12 {
        margin-right: 168px !important;
        margin-left: 168px !important;
    }
    .my-lg-12 {
        margin-top: 168px !important;
        margin-bottom: 168px !important;
    }
    .mt-lg-12 {
        margin-top: 168px !important;
    }
    .me-lg-12 {
        margin-right: 168px !important;
    }
    .mb-lg-12 {
        margin-bottom: 168px !important;
    }
    .ms-lg-12 {
        margin-left: 168px !important;
    }
    .m-lg-n12 {
        margin: -168px !important;
    }
    .mx-lg-n12 {
        margin-right: -168px !important;
        margin-left: -168px !important;
    }
    .my-lg-n12 {
        margin-top: -168px !important;
        margin-bottom: -168px !important;
    }
    .mt-lg-n12 {
        margin-top: -168px !important;
    }
    .me-lg-n12 {
        margin-right: -168px !important;
    }
    .mb-lg-n12 {
        margin-bottom: -168px !important;
    }
    .ms-lg-n12 {
        margin-left: -168px !important;
    }
    .p-lg-12 {
        padding: 168px !important;
    }
    .px-lg-12 {
        padding-right: 168px !important;
        padding-left: 168px !important;
    }
    .py-lg-12 {
        padding-top: 168px !important;
        padding-bottom: 168px !important;
    }
    .pt-lg-12 {
        padding-top: 168px !important;
    }
    .pe-lg-12 {
        padding-right: 168px !important;
    }
    .pb-lg-12 {
        padding-bottom: 168px !important;
    }
    .ps-lg-12 {
        padding-left: 168px !important;
    }
    .m-lg-13 {
        margin: 192px !important;
    }
    .mx-lg-13 {
        margin-right: 192px !important;
        margin-left: 192px !important;
    }
    .my-lg-13 {
        margin-top: 192px !important;
        margin-bottom: 192px !important;
    }
    .mt-lg-13 {
        margin-top: 192px !important;
    }
    .me-lg-13 {
        margin-right: 192px !important;
    }
    .mb-lg-13 {
        margin-bottom: 192px !important;
    }
    .ms-lg-13 {
        margin-left: 192px !important;
    }
    .m-lg-n13 {
        margin: -192px !important;
    }
    .mx-lg-n13 {
        margin-right: -192px !important;
        margin-left: -192px !important;
    }
    .my-lg-n13 {
        margin-top: -192px !important;
        margin-bottom: -192px !important;
    }
    .mt-lg-n13 {
        margin-top: -192px !important;
    }
    .me-lg-n13 {
        margin-right: -192px !important;
    }
    .mb-lg-n13 {
        margin-bottom: -192px !important;
    }
    .ms-lg-n13 {
        margin-left: -192px !important;
    }
    .p-lg-13 {
        padding: 192px !important;
    }
    .px-lg-13 {
        padding-right: 192px !important;
        padding-left: 192px !important;
    }
    .py-lg-13 {
        padding-top: 192px !important;
        padding-bottom: 192px !important;
    }
    .pt-lg-13 {
        padding-top: 192px !important;
    }
    .pe-lg-13 {
        padding-right: 192px !important;
    }
    .pb-lg-13 {
        padding-bottom: 192px !important;
    }
    .ps-lg-13 {
        padding-left: 192px !important;
    }
    .m-lg-14 {
        margin: 200px !important;
    }
    .mx-lg-14 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .my-lg-14 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .mt-lg-14 {
        margin-top: 200px !important;
    }
    .me-lg-14 {
        margin-right: 200px !important;
    }
    .mb-lg-14 {
        margin-bottom: 200px !important;
    }
    .ms-lg-14 {
        margin-left: 200px !important;
    }
    .m-lg-n14 {
        margin: -200px !important;
    }
    .mx-lg-n14 {
        margin-right: -200px !important;
        margin-left: -200px !important;
    }
    .my-lg-n14 {
        margin-top: -200px !important;
        margin-bottom: -200px !important;
    }
    .mt-lg-n14 {
        margin-top: -200px !important;
    }
    .me-lg-n14 {
        margin-right: -200px !important;
    }
    .mb-lg-n14 {
        margin-bottom: -200px !important;
    }
    .ms-lg-n14 {
        margin-left: -200px !important;
    }
    .p-lg-14 {
        padding: 200px !important;
    }
    .px-lg-14 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-lg-14 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-lg-14 {
        padding-top: 200px !important;
    }
    .pe-lg-14 {
        padding-right: 200px !important;
    }
    .pb-lg-14 {
        padding-bottom: 200px !important;
    }
    .ps-lg-14 {
        padding-left: 200px !important;
    }
    .m-lg-15 {
        margin: 240px !important;
    }
    .mx-lg-15 {
        margin-right: 240px !important;
        margin-left: 240px !important;
    }
    .my-lg-15 {
        margin-top: 240px !important;
        margin-bottom: 240px !important;
    }
    .mt-lg-15 {
        margin-top: 240px !important;
    }
    .me-lg-15 {
        margin-right: 240px !important;
    }
    .mb-lg-15 {
        margin-bottom: 240px !important;
    }
    .ms-lg-15 {
        margin-left: 240px !important;
    }
    .m-lg-n15 {
        margin: -240px !important;
    }
    .mx-lg-n15 {
        margin-right: -240px !important;
        margin-left: -240px !important;
    }
    .my-lg-n15 {
        margin-top: -240px !important;
        margin-bottom: -240px !important;
    }
    .mt-lg-n15 {
        margin-top: -240px !important;
    }
    .me-lg-n15 {
        margin-right: -240px !important;
    }
    .mb-lg-n15 {
        margin-bottom: -240px !important;
    }
    .ms-lg-n15 {
        margin-left: -240px !important;
    }
    .p-lg-15 {
        padding: 240px !important;
    }
    .px-lg-15 {
        padding-right: 240px !important;
        padding-left: 240px !important;
    }
    .py-lg-15 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .pt-lg-15 {
        padding-top: 240px !important;
    }
    .pe-lg-15 {
        padding-right: 240px !important;
    }
    .pb-lg-15 {
        padding-bottom: 240px !important;
    }
    .ps-lg-15 {
        padding-left: 240px !important;
    }
    .m-lg-16 {
        margin: 216px !important;
    }
    .mx-lg-16 {
        margin-right: 216px !important;
        margin-left: 216px !important;
    }
    .my-lg-16 {
        margin-top: 216px !important;
        margin-bottom: 216px !important;
    }
    .mt-lg-16 {
        margin-top: 216px !important;
    }
    .me-lg-16 {
        margin-right: 216px !important;
    }
    .mb-lg-16 {
        margin-bottom: 216px !important;
    }
    .ms-lg-16 {
        margin-left: 216px !important;
    }
    .m-lg-n16 {
        margin: -216px !important;
    }
    .mx-lg-n16 {
        margin-right: -216px !important;
        margin-left: -216px !important;
    }
    .my-lg-n16 {
        margin-top: -216px !important;
        margin-bottom: -216px !important;
    }
    .mt-lg-n16 {
        margin-top: -216px !important;
    }
    .me-lg-n16 {
        margin-right: -216px !important;
    }
    .mb-lg-n16 {
        margin-bottom: -216px !important;
    }
    .ms-lg-n16 {
        margin-left: -216px !important;
    }
    .p-lg-16 {
        padding: 216px !important;
    }
    .px-lg-16 {
        padding-right: 216px !important;
        padding-left: 216px !important;
    }
    .py-lg-16 {
        padding-top: 216px !important;
        padding-bottom: 216px !important;
    }
    .pt-lg-16 {
        padding-top: 216px !important;
    }
    .pe-lg-16 {
        padding-right: 216px !important;
    }
    .pb-lg-16 {
        padding-bottom: 216px !important;
    }
    .ps-lg-16 {
        padding-left: 216px !important;
    }
    .m-lg-17 {
        margin: 224px !important;
    }
    .mx-lg-17 {
        margin-right: 224px !important;
        margin-left: 224px !important;
    }
    .my-lg-17 {
        margin-top: 224px !important;
        margin-bottom: 224px !important;
    }
    .mt-lg-17 {
        margin-top: 224px !important;
    }
    .me-lg-17 {
        margin-right: 224px !important;
    }
    .mb-lg-17 {
        margin-bottom: 224px !important;
    }
    .ms-lg-17 {
        margin-left: 224px !important;
    }
    .m-lg-n17 {
        margin: -224px !important;
    }
    .mx-lg-n17 {
        margin-right: -224px !important;
        margin-left: -224px !important;
    }
    .my-lg-n17 {
        margin-top: -224px !important;
        margin-bottom: -224px !important;
    }
    .mt-lg-n17 {
        margin-top: -224px !important;
    }
    .me-lg-n17 {
        margin-right: -224px !important;
    }
    .mb-lg-n17 {
        margin-bottom: -224px !important;
    }
    .ms-lg-n17 {
        margin-left: -224px !important;
    }
    .p-lg-17 {
        padding: 224px !important;
    }
    .px-lg-17 {
        padding-right: 224px !important;
        padding-left: 224px !important;
    }
    .py-lg-17 {
        padding-top: 224px !important;
        padding-bottom: 224px !important;
    }
    .pt-lg-17 {
        padding-top: 224px !important;
    }
    .pe-lg-17 {
        padding-right: 224px !important;
    }
    .pb-lg-17 {
        padding-bottom: 224px !important;
    }
    .ps-lg-17 {
        padding-left: 224px !important;
    }
}@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-n0 {
        margin: -0 !important;
    }
    .mx-xl-n0 {
        margin-right: -0 !important;
        margin-left: -0 !important;
    }
    .my-xl-n0 {
        margin-top: -0 !important;
        margin-bottom: -0 !important;
    }
    .mt-xl-n0 {
        margin-top: -0 !important;
    }
    .me-xl-n0 {
        margin-right: -0 !important;
    }
    .mb-xl-n0 {
        margin-bottom: -0 !important;
    }
    .ms-xl-n0 {
        margin-left: -0 !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .m-xl-1 {
        margin: 4px !important;
    }
    .mx-xl-1 {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }
    .my-xl-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .mt-xl-1 {
        margin-top: 4px !important;
    }
    .me-xl-1 {
        margin-right: 4px !important;
    }
    .mb-xl-1 {
        margin-bottom: 4px !important;
    }
    .ms-xl-1 {
        margin-left: 4px !important;
    }
    .m-xl-n1 {
        margin: -4px !important;
    }
    .mx-xl-n1 {
        margin-right: -4px !important;
        margin-left: -4px !important;
    }
    .my-xl-n1 {
        margin-top: -4px !important;
        margin-bottom: -4px !important;
    }
    .mt-xl-n1 {
        margin-top: -4px !important;
    }
    .me-xl-n1 {
        margin-right: -4px !important;
    }
    .mb-xl-n1 {
        margin-bottom: -4px !important;
    }
    .ms-xl-n1 {
        margin-left: -4px !important;
    }
    .p-xl-1 {
        padding: 4px !important;
    }
    .px-xl-1 {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    .py-xl-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .pt-xl-1 {
        padding-top: 4px !important;
    }
    .pe-xl-1 {
        padding-right: 4px !important;
    }
    .pb-xl-1 {
        padding-bottom: 4px !important;
    }
    .ps-xl-1 {
        padding-left: 4px !important;
    }
    .m-xl-2 {
        margin: 8px !important;
    }
    .mx-xl-2 {
        margin-right: 8px !important;
        margin-left: 8px !important;
    }
    .my-xl-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .mt-xl-2 {
        margin-top: 8px !important;
    }
    .me-xl-2 {
        margin-right: 8px !important;
    }
    .mb-xl-2 {
        margin-bottom: 8px !important;
    }
    .ms-xl-2 {
        margin-left: 8px !important;
    }
    .m-xl-n2 {
        margin: -8px !important;
    }
    .mx-xl-n2 {
        margin-right: -8px !important;
        margin-left: -8px !important;
    }
    .my-xl-n2 {
        margin-top: -8px !important;
        margin-bottom: -8px !important;
    }
    .mt-xl-n2 {
        margin-top: -8px !important;
    }
    .me-xl-n2 {
        margin-right: -8px !important;
    }
    .mb-xl-n2 {
        margin-bottom: -8px !important;
    }
    .ms-xl-n2 {
        margin-left: -8px !important;
    }
    .p-xl-2 {
        padding: 8px !important;
    }
    .px-xl-2 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .py-xl-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .pt-xl-2 {
        padding-top: 8px !important;
    }
    .pe-xl-2 {
        padding-right: 8px !important;
    }
    .pb-xl-2 {
        padding-bottom: 8px !important;
    }
    .ps-xl-2 {
        padding-left: 8px !important;
    }
    .m-xl-3 {
        margin: 10px !important;
    }
    .mx-xl-3 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .my-xl-3 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .mt-xl-3 {
        margin-top: 10px !important;
    }
    .me-xl-3 {
        margin-right: 10px !important;
    }
    .mb-xl-3 {
        margin-bottom: 10px !important;
    }
    .ms-xl-3 {
        margin-left: 10px !important;
    }
    .m-xl-n3 {
        margin: -10px !important;
    }
    .mx-xl-n3 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .my-xl-n3 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-xl-n3 {
        margin-top: -10px !important;
    }
    .me-xl-n3 {
        margin-right: -10px !important;
    }
    .mb-xl-n3 {
        margin-bottom: -10px !important;
    }
    .ms-xl-n3 {
        margin-left: -10px !important;
    }
    .p-xl-3 {
        padding: 10px !important;
    }
    .px-xl-3 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .py-xl-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pt-xl-3 {
        padding-top: 10px !important;
    }
    .pe-xl-3 {
        padding-right: 10px !important;
    }
    .pb-xl-3 {
        padding-bottom: 10px !important;
    }
    .ps-xl-3 {
        padding-left: 10px !important;
    }
    .m-xl-4 {
        margin: 24px !important;
    }
    .mx-xl-4 {
        margin-right: 24px !important;
        margin-left: 24px !important;
    }
    .my-xl-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .mt-xl-4 {
        margin-top: 24px !important;
    }
    .me-xl-4 {
        margin-right: 24px !important;
    }
    .mb-xl-4 {
        margin-bottom: 24px !important;
    }
    .ms-xl-4 {
        margin-left: 24px !important;
    }
    .m-xl-n4 {
        margin: -24px !important;
    }
    .mx-xl-n4 {
        margin-right: -24px !important;
        margin-left: -24px !important;
    }
    .my-xl-n4 {
        margin-top: -24px !important;
        margin-bottom: -24px !important;
    }
    .mt-xl-n4 {
        margin-top: -24px !important;
    }
    .me-xl-n4 {
        margin-right: -24px !important;
    }
    .mb-xl-n4 {
        margin-bottom: -24px !important;
    }
    .ms-xl-n4 {
        margin-left: -24px !important;
    }
    .p-xl-4 {
        padding: 24px !important;
    }
    .px-xl-4 {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
    .py-xl-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .pt-xl-4 {
        padding-top: 24px !important;
    }
    .pe-xl-4 {
        padding-right: 24px !important;
    }
    .pb-xl-4 {
        padding-bottom: 24px !important;
    }
    .ps-xl-4 {
        padding-left: 24px !important;
    }
    .m-xl-5 {
        margin: 32px !important;
    }
    .mx-xl-5 {
        margin-right: 32px !important;
        margin-left: 32px !important;
    }
    .my-xl-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .mt-xl-5 {
        margin-top: 32px !important;
    }
    .me-xl-5 {
        margin-right: 32px !important;
    }
    .mb-xl-5 {
        margin-bottom: 32px !important;
    }
    .ms-xl-5 {
        margin-left: 32px !important;
    }
    .m-xl-n5 {
        margin: -32px !important;
    }
    .mx-xl-n5 {
        margin-right: -32px !important;
        margin-left: -32px !important;
    }
    .my-xl-n5 {
        margin-top: -32px !important;
        margin-bottom: -32px !important;
    }
    .mt-xl-n5 {
        margin-top: -32px !important;
    }
    .me-xl-n5 {
        margin-right: -32px !important;
    }
    .mb-xl-n5 {
        margin-bottom: -32px !important;
    }
    .ms-xl-n5 {
        margin-left: -32px !important;
    }
    .p-xl-5 {
        padding: 32px !important;
    }
    .px-xl-5 {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }
    .py-xl-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .pt-xl-5 {
        padding-top: 32px !important;
    }
    .pe-xl-5 {
        padding-right: 32px !important;
    }
    .pb-xl-5 {
        padding-bottom: 32px !important;
    }
    .ps-xl-5 {
        padding-left: 32px !important;
    }
    .m-xl-6 {
        margin: 40px !important;
    }
    .mx-xl-6 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .my-xl-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mt-xl-6 {
        margin-top: 40px !important;
    }
    .me-xl-6 {
        margin-right: 40px !important;
    }
    .mb-xl-6 {
        margin-bottom: 40px !important;
    }
    .ms-xl-6 {
        margin-left: 40px !important;
    }
    .m-xl-n6 {
        margin: -40px !important;
    }
    .mx-xl-n6 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }
    .my-xl-n6 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }
    .mt-xl-n6 {
        margin-top: -40px !important;
    }
    .me-xl-n6 {
        margin-right: -40px !important;
    }
    .mb-xl-n6 {
        margin-bottom: -40px !important;
    }
    .ms-xl-n6 {
        margin-left: -40px !important;
    }
    .p-xl-6 {
        padding: 40px !important;
    }
    .px-xl-6 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .py-xl-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-xl-6 {
        padding-top: 40px !important;
    }
    .pe-xl-6 {
        padding-right: 40px !important;
    }
    .pb-xl-6 {
        padding-bottom: 40px !important;
    }
    .ps-xl-6 {
        padding-left: 40px !important;
    }
    .m-xl-7 {
        margin: 60px !important;
    }
    .mx-xl-7 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .my-xl-7 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mt-xl-7 {
        margin-top: 60px !important;
    }
    .me-xl-7 {
        margin-right: 60px !important;
    }
    .mb-xl-7 {
        margin-bottom: 60px !important;
    }
    .ms-xl-7 {
        margin-left: 60px !important;
    }
    .m-xl-n7 {
        margin: -60px !important;
    }
    .mx-xl-n7 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }
    .my-xl-n7 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }
    .mt-xl-n7 {
        margin-top: -60px !important;
    }
    .me-xl-n7 {
        margin-right: -60px !important;
    }
    .mb-xl-n7 {
        margin-bottom: -60px !important;
    }
    .ms-xl-n7 {
        margin-left: -60px !important;
    }
    .p-xl-7 {
        padding: 60px !important;
    }
    .px-xl-7 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .py-xl-7 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-xl-7 {
        padding-top: 60px !important;
    }
    .pe-xl-7 {
        padding-right: 60px !important;
    }
    .pb-xl-7 {
        padding-bottom: 60px !important;
    }
    .ps-xl-7 {
        padding-left: 60px !important;
    }
    .m-xl-8 {
        margin: 72px !important;
    }
    .mx-xl-8 {
        margin-right: 72px !important;
        margin-left: 72px !important;
    }
    .my-xl-8 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .mt-xl-8 {
        margin-top: 72px !important;
    }
    .me-xl-8 {
        margin-right: 72px !important;
    }
    .mb-xl-8 {
        margin-bottom: 72px !important;
    }
    .ms-xl-8 {
        margin-left: 72px !important;
    }
    .m-xl-n8 {
        margin: -72px !important;
    }
    .mx-xl-n8 {
        margin-right: -72px !important;
        margin-left: -72px !important;
    }
    .my-xl-n8 {
        margin-top: -72px !important;
        margin-bottom: -72px !important;
    }
    .mt-xl-n8 {
        margin-top: -72px !important;
    }
    .me-xl-n8 {
        margin-right: -72px !important;
    }
    .mb-xl-n8 {
        margin-bottom: -72px !important;
    }
    .ms-xl-n8 {
        margin-left: -72px !important;
    }
    .p-xl-8 {
        padding: 72px !important;
    }
    .px-xl-8 {
        padding-right: 72px !important;
        padding-left: 72px !important;
    }
    .py-xl-8 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
    .pt-xl-8 {
        padding-top: 72px !important;
    }
    .pe-xl-8 {
        padding-right: 72px !important;
    }
    .pb-xl-8 {
        padding-bottom: 72px !important;
    }
    .ps-xl-8 {
        padding-left: 72px !important;
    }
    .m-xl-9 {
        margin: 120px !important;
    }
    .mx-xl-9 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .my-xl-9 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .mt-xl-9 {
        margin-top: 120px !important;
    }
    .me-xl-9 {
        margin-right: 120px !important;
    }
    .mb-xl-9 {
        margin-bottom: 120px !important;
    }
    .ms-xl-9 {
        margin-left: 120px !important;
    }
    .m-xl-n9 {
        margin: -120px !important;
    }
    .mx-xl-n9 {
        margin-right: -120px !important;
        margin-left: -120px !important;
    }
    .my-xl-n9 {
        margin-top: -120px !important;
        margin-bottom: -120px !important;
    }
    .mt-xl-n9 {
        margin-top: -120px !important;
    }
    .me-xl-n9 {
        margin-right: -120px !important;
    }
    .mb-xl-n9 {
        margin-bottom: -120px !important;
    }
    .ms-xl-n9 {
        margin-left: -120px !important;
    }
    .p-xl-9 {
        padding: 120px !important;
    }
    .px-xl-9 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .py-xl-9 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-xl-9 {
        padding-top: 120px !important;
    }
    .pe-xl-9 {
        padding-right: 120px !important;
    }
    .pb-xl-9 {
        padding-bottom: 120px !important;
    }
    .ps-xl-9 {
        padding-left: 120px !important;
    }
    .m-xl-10 {
        margin: 150px !important;
    }
    .mx-xl-10 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .my-xl-10 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .mt-xl-10 {
        margin-top: 150px !important;
    }
    .me-xl-10 {
        margin-right: 150px !important;
    }
    .mb-xl-10 {
        margin-bottom: 150px !important;
    }
    .ms-xl-10 {
        margin-left: 150px !important;
    }
    .m-xl-n10 {
        margin: -150px !important;
    }
    .mx-xl-n10 {
        margin-right: -150px !important;
        margin-left: -150px !important;
    }
    .my-xl-n10 {
        margin-top: -150px !important;
        margin-bottom: -150px !important;
    }
    .mt-xl-n10 {
        margin-top: -150px !important;
    }
    .me-xl-n10 {
        margin-right: -150px !important;
    }
    .mb-xl-n10 {
        margin-bottom: -150px !important;
    }
    .ms-xl-n10 {
        margin-left: -150px !important;
    }
    .p-xl-10 {
        padding: 150px !important;
    }
    .px-xl-10 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .py-xl-10 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .pt-xl-10 {
        padding-top: 150px !important;
    }
    .pe-xl-10 {
        padding-right: 150px !important;
    }
    .pb-xl-10 {
        padding-bottom: 150px !important;
    }
    .ps-xl-10 {
        padding-left: 150px !important;
    }
    .m-xl-11 {
        margin: 160px !important;
    }
    .mx-xl-11 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .my-xl-11 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .mt-xl-11 {
        margin-top: 160px !important;
    }
    .me-xl-11 {
        margin-right: 160px !important;
    }
    .mb-xl-11 {
        margin-bottom: 160px !important;
    }
    .ms-xl-11 {
        margin-left: 160px !important;
    }
    .m-xl-n11 {
        margin: -160px !important;
    }
    .mx-xl-n11 {
        margin-right: -160px !important;
        margin-left: -160px !important;
    }
    .my-xl-n11 {
        margin-top: -160px !important;
        margin-bottom: -160px !important;
    }
    .mt-xl-n11 {
        margin-top: -160px !important;
    }
    .me-xl-n11 {
        margin-right: -160px !important;
    }
    .mb-xl-n11 {
        margin-bottom: -160px !important;
    }
    .ms-xl-n11 {
        margin-left: -160px !important;
    }
    .p-xl-11 {
        padding: 160px !important;
    }
    .px-xl-11 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .py-xl-11 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .pt-xl-11 {
        padding-top: 160px !important;
    }
    .pe-xl-11 {
        padding-right: 160px !important;
    }
    .pb-xl-11 {
        padding-bottom: 160px !important;
    }
    .ps-xl-11 {
        padding-left: 160px !important;
    }
    .m-xl-12 {
        margin: 168px !important;
    }
    .mx-xl-12 {
        margin-right: 168px !important;
        margin-left: 168px !important;
    }
    .my-xl-12 {
        margin-top: 168px !important;
        margin-bottom: 168px !important;
    }
    .mt-xl-12 {
        margin-top: 168px !important;
    }
    .me-xl-12 {
        margin-right: 168px !important;
    }
    .mb-xl-12 {
        margin-bottom: 168px !important;
    }
    .ms-xl-12 {
        margin-left: 168px !important;
    }
    .m-xl-n12 {
        margin: -168px !important;
    }
    .mx-xl-n12 {
        margin-right: -168px !important;
        margin-left: -168px !important;
    }
    .my-xl-n12 {
        margin-top: -168px !important;
        margin-bottom: -168px !important;
    }
    .mt-xl-n12 {
        margin-top: -168px !important;
    }
    .me-xl-n12 {
        margin-right: -168px !important;
    }
    .mb-xl-n12 {
        margin-bottom: -168px !important;
    }
    .ms-xl-n12 {
        margin-left: -168px !important;
    }
    .p-xl-12 {
        padding: 168px !important;
    }
    .px-xl-12 {
        padding-right: 168px !important;
        padding-left: 168px !important;
    }
    .py-xl-12 {
        padding-top: 168px !important;
        padding-bottom: 168px !important;
    }
    .pt-xl-12 {
        padding-top: 168px !important;
    }
    .pe-xl-12 {
        padding-right: 168px !important;
    }
    .pb-xl-12 {
        padding-bottom: 168px !important;
    }
    .ps-xl-12 {
        padding-left: 168px !important;
    }
    .m-xl-13 {
        margin: 192px !important;
    }
    .mx-xl-13 {
        margin-right: 192px !important;
        margin-left: 192px !important;
    }
    .my-xl-13 {
        margin-top: 192px !important;
        margin-bottom: 192px !important;
    }
    .mt-xl-13 {
        margin-top: 192px !important;
    }
    .me-xl-13 {
        margin-right: 192px !important;
    }
    .mb-xl-13 {
        margin-bottom: 192px !important;
    }
    .ms-xl-13 {
        margin-left: 192px !important;
    }
    .m-xl-n13 {
        margin: -192px !important;
    }
    .mx-xl-n13 {
        margin-right: -192px !important;
        margin-left: -192px !important;
    }
    .my-xl-n13 {
        margin-top: -192px !important;
        margin-bottom: -192px !important;
    }
    .mt-xl-n13 {
        margin-top: -192px !important;
    }
    .me-xl-n13 {
        margin-right: -192px !important;
    }
    .mb-xl-n13 {
        margin-bottom: -192px !important;
    }
    .ms-xl-n13 {
        margin-left: -192px !important;
    }
    .p-xl-13 {
        padding: 192px !important;
    }
    .px-xl-13 {
        padding-right: 192px !important;
        padding-left: 192px !important;
    }
    .py-xl-13 {
        padding-top: 192px !important;
        padding-bottom: 192px !important;
    }
    .pt-xl-13 {
        padding-top: 192px !important;
    }
    .pe-xl-13 {
        padding-right: 192px !important;
    }
    .pb-xl-13 {
        padding-bottom: 192px !important;
    }
    .ps-xl-13 {
        padding-left: 192px !important;
    }
    .m-xl-14 {
        margin: 200px !important;
    }
    .mx-xl-14 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .my-xl-14 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .mt-xl-14 {
        margin-top: 200px !important;
    }
    .me-xl-14 {
        margin-right: 200px !important;
    }
    .mb-xl-14 {
        margin-bottom: 200px !important;
    }
    .ms-xl-14 {
        margin-left: 200px !important;
    }
    .m-xl-n14 {
        margin: -200px !important;
    }
    .mx-xl-n14 {
        margin-right: -200px !important;
        margin-left: -200px !important;
    }
    .my-xl-n14 {
        margin-top: -200px !important;
        margin-bottom: -200px !important;
    }
    .mt-xl-n14 {
        margin-top: -200px !important;
    }
    .me-xl-n14 {
        margin-right: -200px !important;
    }
    .mb-xl-n14 {
        margin-bottom: -200px !important;
    }
    .ms-xl-n14 {
        margin-left: -200px !important;
    }
    .p-xl-14 {
        padding: 200px !important;
    }
    .px-xl-14 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-xl-14 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-xl-14 {
        padding-top: 200px !important;
    }
    .pe-xl-14 {
        padding-right: 200px !important;
    }
    .pb-xl-14 {
        padding-bottom: 200px !important;
    }
    .ps-xl-14 {
        padding-left: 200px !important;
    }
    .m-xl-15 {
        margin: 240px !important;
    }
    .mx-xl-15 {
        margin-right: 240px !important;
        margin-left: 240px !important;
    }
    .my-xl-15 {
        margin-top: 240px !important;
        margin-bottom: 240px !important;
    }
    .mt-xl-15 {
        margin-top: 240px !important;
    }
    .me-xl-15 {
        margin-right: 240px !important;
    }
    .mb-xl-15 {
        margin-bottom: 240px !important;
    }
    .ms-xl-15 {
        margin-left: 240px !important;
    }
    .m-xl-n15 {
        margin: -240px !important;
    }
    .mx-xl-n15 {
        margin-right: -240px !important;
        margin-left: -240px !important;
    }
    .my-xl-n15 {
        margin-top: -240px !important;
        margin-bottom: -240px !important;
    }
    .mt-xl-n15 {
        margin-top: -240px !important;
    }
    .me-xl-n15 {
        margin-right: -240px !important;
    }
    .mb-xl-n15 {
        margin-bottom: -240px !important;
    }
    .ms-xl-n15 {
        margin-left: -240px !important;
    }
    .p-xl-15 {
        padding: 240px !important;
    }
    .px-xl-15 {
        padding-right: 240px !important;
        padding-left: 240px !important;
    }
    .py-xl-15 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .pt-xl-15 {
        padding-top: 240px !important;
    }
    .pe-xl-15 {
        padding-right: 240px !important;
    }
    .pb-xl-15 {
        padding-bottom: 240px !important;
    }
    .ps-xl-15 {
        padding-left: 240px !important;
    }
    .m-xl-16 {
        margin: 216px !important;
    }
    .mx-xl-16 {
        margin-right: 216px !important;
        margin-left: 216px !important;
    }
    .my-xl-16 {
        margin-top: 216px !important;
        margin-bottom: 216px !important;
    }
    .mt-xl-16 {
        margin-top: 216px !important;
    }
    .me-xl-16 {
        margin-right: 216px !important;
    }
    .mb-xl-16 {
        margin-bottom: 216px !important;
    }
    .ms-xl-16 {
        margin-left: 216px !important;
    }
    .m-xl-n16 {
        margin: -216px !important;
    }
    .mx-xl-n16 {
        margin-right: -216px !important;
        margin-left: -216px !important;
    }
    .my-xl-n16 {
        margin-top: -216px !important;
        margin-bottom: -216px !important;
    }
    .mt-xl-n16 {
        margin-top: -216px !important;
    }
    .me-xl-n16 {
        margin-right: -216px !important;
    }
    .mb-xl-n16 {
        margin-bottom: -216px !important;
    }
    .ms-xl-n16 {
        margin-left: -216px !important;
    }
    .p-xl-16 {
        padding: 216px !important;
    }
    .px-xl-16 {
        padding-right: 216px !important;
        padding-left: 216px !important;
    }
    .py-xl-16 {
        padding-top: 216px !important;
        padding-bottom: 216px !important;
    }
    .pt-xl-16 {
        padding-top: 216px !important;
    }
    .pe-xl-16 {
        padding-right: 216px !important;
    }
    .pb-xl-16 {
        padding-bottom: 216px !important;
    }
    .ps-xl-16 {
        padding-left: 216px !important;
    }
    .m-xl-17 {
        margin: 224px !important;
    }
    .mx-xl-17 {
        margin-right: 224px !important;
        margin-left: 224px !important;
    }
    .my-xl-17 {
        margin-top: 224px !important;
        margin-bottom: 224px !important;
    }
    .mt-xl-17 {
        margin-top: 224px !important;
    }
    .me-xl-17 {
        margin-right: 224px !important;
    }
    .mb-xl-17 {
        margin-bottom: 224px !important;
    }
    .ms-xl-17 {
        margin-left: 224px !important;
    }
    .m-xl-n17 {
        margin: -224px !important;
    }
    .mx-xl-n17 {
        margin-right: -224px !important;
        margin-left: -224px !important;
    }
    .my-xl-n17 {
        margin-top: -224px !important;
        margin-bottom: -224px !important;
    }
    .mt-xl-n17 {
        margin-top: -224px !important;
    }
    .me-xl-n17 {
        margin-right: -224px !important;
    }
    .mb-xl-n17 {
        margin-bottom: -224px !important;
    }
    .ms-xl-n17 {
        margin-left: -224px !important;
    }
    .p-xl-17 {
        padding: 224px !important;
    }
    .px-xl-17 {
        padding-right: 224px !important;
        padding-left: 224px !important;
    }
    .py-xl-17 {
        padding-top: 224px !important;
        padding-bottom: 224px !important;
    }
    .pt-xl-17 {
        padding-top: 224px !important;
    }
    .pe-xl-17 {
        padding-right: 224px !important;
    }
    .pb-xl-17 {
        padding-bottom: 224px !important;
    }
    .ps-xl-17 {
        padding-left: 224px !important;
    }
}@media(min-width:1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .m-xxl-n0 {
        margin: -0 !important;
    }
    .mx-xxl-n0 {
        margin-right: -0 !important;
        margin-left: -0 !important;
    }
    .my-xxl-n0 {
        margin-top: -0 !important;
        margin-bottom: -0 !important;
    }
    .mt-xxl-n0 {
        margin-top: -0 !important;
    }
    .me-xxl-n0 {
        margin-right: -0 !important;
    }
    .mb-xxl-n0 {
        margin-bottom: -0 !important;
    }
    .ms-xxl-n0 {
        margin-left: -0 !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .m-xxl-1 {
        margin: 4px !important;
    }
    .mx-xxl-1 {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }
    .my-xxl-1 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .mt-xxl-1 {
        margin-top: 4px !important;
    }
    .me-xxl-1 {
        margin-right: 4px !important;
    }
    .mb-xxl-1 {
        margin-bottom: 4px !important;
    }
    .ms-xxl-1 {
        margin-left: 4px !important;
    }
    .m-xxl-n1 {
        margin: -4px !important;
    }
    .mx-xxl-n1 {
        margin-right: -4px !important;
        margin-left: -4px !important;
    }
    .my-xxl-n1 {
        margin-top: -4px !important;
        margin-bottom: -4px !important;
    }
    .mt-xxl-n1 {
        margin-top: -4px !important;
    }
    .me-xxl-n1 {
        margin-right: -4px !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -4px !important;
    }
    .ms-xxl-n1 {
        margin-left: -4px !important;
    }
    .p-xxl-1 {
        padding: 4px !important;
    }
    .px-xxl-1 {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
    .py-xxl-1 {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .pt-xxl-1 {
        padding-top: 4px !important;
    }
    .pe-xxl-1 {
        padding-right: 4px !important;
    }
    .pb-xxl-1 {
        padding-bottom: 4px !important;
    }
    .ps-xxl-1 {
        padding-left: 4px !important;
    }
    .m-xxl-2 {
        margin: 8px !important;
    }
    .mx-xxl-2 {
        margin-right: 8px !important;
        margin-left: 8px !important;
    }
    .my-xxl-2 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .mt-xxl-2 {
        margin-top: 8px !important;
    }
    .me-xxl-2 {
        margin-right: 8px !important;
    }
    .mb-xxl-2 {
        margin-bottom: 8px !important;
    }
    .ms-xxl-2 {
        margin-left: 8px !important;
    }
    .m-xxl-n2 {
        margin: -8px !important;
    }
    .mx-xxl-n2 {
        margin-right: -8px !important;
        margin-left: -8px !important;
    }
    .my-xxl-n2 {
        margin-top: -8px !important;
        margin-bottom: -8px !important;
    }
    .mt-xxl-n2 {
        margin-top: -8px !important;
    }
    .me-xxl-n2 {
        margin-right: -8px !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -8px !important;
    }
    .ms-xxl-n2 {
        margin-left: -8px !important;
    }
    .p-xxl-2 {
        padding: 8px !important;
    }
    .px-xxl-2 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .py-xxl-2 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .pt-xxl-2 {
        padding-top: 8px !important;
    }
    .pe-xxl-2 {
        padding-right: 8px !important;
    }
    .pb-xxl-2 {
        padding-bottom: 8px !important;
    }
    .ps-xxl-2 {
        padding-left: 8px !important;
    }
    .m-xxl-3 {
        margin: 10px !important;
    }
    .mx-xxl-3 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
    .my-xxl-3 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .mt-xxl-3 {
        margin-top: 10px !important;
    }
    .me-xxl-3 {
        margin-right: 10px !important;
    }
    .mb-xxl-3 {
        margin-bottom: 10px !important;
    }
    .ms-xxl-3 {
        margin-left: 10px !important;
    }
    .m-xxl-n3 {
        margin: -10px !important;
    }
    .mx-xxl-n3 {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
    .my-xxl-n3 {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    .mt-xxl-n3 {
        margin-top: -10px !important;
    }
    .me-xxl-n3 {
        margin-right: -10px !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -10px !important;
    }
    .ms-xxl-n3 {
        margin-left: -10px !important;
    }
    .p-xxl-3 {
        padding: 10px !important;
    }
    .px-xxl-3 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .py-xxl-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pt-xxl-3 {
        padding-top: 10px !important;
    }
    .pe-xxl-3 {
        padding-right: 10px !important;
    }
    .pb-xxl-3 {
        padding-bottom: 10px !important;
    }
    .ps-xxl-3 {
        padding-left: 10px !important;
    }
    .m-xxl-4 {
        margin: 24px !important;
    }
    .mx-xxl-4 {
        margin-right: 24px !important;
        margin-left: 24px !important;
    }
    .my-xxl-4 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .mt-xxl-4 {
        margin-top: 24px !important;
    }
    .me-xxl-4 {
        margin-right: 24px !important;
    }
    .mb-xxl-4 {
        margin-bottom: 24px !important;
    }
    .ms-xxl-4 {
        margin-left: 24px !important;
    }
    .m-xxl-n4 {
        margin: -24px !important;
    }
    .mx-xxl-n4 {
        margin-right: -24px !important;
        margin-left: -24px !important;
    }
    .my-xxl-n4 {
        margin-top: -24px !important;
        margin-bottom: -24px !important;
    }
    .mt-xxl-n4 {
        margin-top: -24px !important;
    }
    .me-xxl-n4 {
        margin-right: -24px !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -24px !important;
    }
    .ms-xxl-n4 {
        margin-left: -24px !important;
    }
    .p-xxl-4 {
        padding: 24px !important;
    }
    .px-xxl-4 {
        padding-right: 24px !important;
        padding-left: 24px !important;
    }
    .py-xxl-4 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .pt-xxl-4 {
        padding-top: 24px !important;
    }
    .pe-xxl-4 {
        padding-right: 24px !important;
    }
    .pb-xxl-4 {
        padding-bottom: 24px !important;
    }
    .ps-xxl-4 {
        padding-left: 24px !important;
    }
    .m-xxl-5 {
        margin: 32px !important;
    }
    .mx-xxl-5 {
        margin-right: 32px !important;
        margin-left: 32px !important;
    }
    .my-xxl-5 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .mt-xxl-5 {
        margin-top: 32px !important;
    }
    .me-xxl-5 {
        margin-right: 32px !important;
    }
    .mb-xxl-5 {
        margin-bottom: 32px !important;
    }
    .ms-xxl-5 {
        margin-left: 32px !important;
    }
    .m-xxl-n5 {
        margin: -32px !important;
    }
    .mx-xxl-n5 {
        margin-right: -32px !important;
        margin-left: -32px !important;
    }
    .my-xxl-n5 {
        margin-top: -32px !important;
        margin-bottom: -32px !important;
    }
    .mt-xxl-n5 {
        margin-top: -32px !important;
    }
    .me-xxl-n5 {
        margin-right: -32px !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -32px !important;
    }
    .ms-xxl-n5 {
        margin-left: -32px !important;
    }
    .p-xxl-5 {
        padding: 32px !important;
    }
    .px-xxl-5 {
        padding-right: 32px !important;
        padding-left: 32px !important;
    }
    .py-xxl-5 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .pt-xxl-5 {
        padding-top: 32px !important;
    }
    .pe-xxl-5 {
        padding-right: 32px !important;
    }
    .pb-xxl-5 {
        padding-bottom: 32px !important;
    }
    .ps-xxl-5 {
        padding-left: 32px !important;
    }
    .m-xxl-6 {
        margin: 40px !important;
    }
    .mx-xxl-6 {
        margin-right: 40px !important;
        margin-left: 40px !important;
    }
    .my-xxl-6 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .mt-xxl-6 {
        margin-top: 40px !important;
    }
    .me-xxl-6 {
        margin-right: 40px !important;
    }
    .mb-xxl-6 {
        margin-bottom: 40px !important;
    }
    .ms-xxl-6 {
        margin-left: 40px !important;
    }
    .m-xxl-n6 {
        margin: -40px !important;
    }
    .mx-xxl-n6 {
        margin-right: -40px !important;
        margin-left: -40px !important;
    }
    .my-xxl-n6 {
        margin-top: -40px !important;
        margin-bottom: -40px !important;
    }
    .mt-xxl-n6 {
        margin-top: -40px !important;
    }
    .me-xxl-n6 {
        margin-right: -40px !important;
    }
    .mb-xxl-n6 {
        margin-bottom: -40px !important;
    }
    .ms-xxl-n6 {
        margin-left: -40px !important;
    }
    .p-xxl-6 {
        padding: 40px !important;
    }
    .px-xxl-6 {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .py-xxl-6 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .pt-xxl-6 {
        padding-top: 40px !important;
    }
    .pe-xxl-6 {
        padding-right: 40px !important;
    }
    .pb-xxl-6 {
        padding-bottom: 40px !important;
    }
    .ps-xxl-6 {
        padding-left: 40px !important;
    }
    .m-xxl-7 {
        margin: 60px !important;
    }
    .mx-xxl-7 {
        margin-right: 60px !important;
        margin-left: 60px !important;
    }
    .my-xxl-7 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .mt-xxl-7 {
        margin-top: 60px !important;
    }
    .me-xxl-7 {
        margin-right: 60px !important;
    }
    .mb-xxl-7 {
        margin-bottom: 60px !important;
    }
    .ms-xxl-7 {
        margin-left: 60px !important;
    }
    .m-xxl-n7 {
        margin: -60px !important;
    }
    .mx-xxl-n7 {
        margin-right: -60px !important;
        margin-left: -60px !important;
    }
    .my-xxl-n7 {
        margin-top: -60px !important;
        margin-bottom: -60px !important;
    }
    .mt-xxl-n7 {
        margin-top: -60px !important;
    }
    .me-xxl-n7 {
        margin-right: -60px !important;
    }
    .mb-xxl-n7 {
        margin-bottom: -60px !important;
    }
    .ms-xxl-n7 {
        margin-left: -60px !important;
    }
    .p-xxl-7 {
        padding: 60px !important;
    }
    .px-xxl-7 {
        padding-right: 60px !important;
        padding-left: 60px !important;
    }
    .py-xxl-7 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .pt-xxl-7 {
        padding-top: 60px !important;
    }
    .pe-xxl-7 {
        padding-right: 60px !important;
    }
    .pb-xxl-7 {
        padding-bottom: 60px !important;
    }
    .ps-xxl-7 {
        padding-left: 60px !important;
    }
    .m-xxl-8 {
        margin: 72px !important;
    }
    .mx-xxl-8 {
        margin-right: 72px !important;
        margin-left: 72px !important;
    }
    .my-xxl-8 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .mt-xxl-8 {
        margin-top: 72px !important;
    }
    .me-xxl-8 {
        margin-right: 72px !important;
    }
    .mb-xxl-8 {
        margin-bottom: 72px !important;
    }
    .ms-xxl-8 {
        margin-left: 72px !important;
    }
    .m-xxl-n8 {
        margin: -72px !important;
    }
    .mx-xxl-n8 {
        margin-right: -72px !important;
        margin-left: -72px !important;
    }
    .my-xxl-n8 {
        margin-top: -72px !important;
        margin-bottom: -72px !important;
    }
    .mt-xxl-n8 {
        margin-top: -72px !important;
    }
    .me-xxl-n8 {
        margin-right: -72px !important;
    }
    .mb-xxl-n8 {
        margin-bottom: -72px !important;
    }
    .ms-xxl-n8 {
        margin-left: -72px !important;
    }
    .p-xxl-8 {
        padding: 72px !important;
    }
    .px-xxl-8 {
        padding-right: 72px !important;
        padding-left: 72px !important;
    }
    .py-xxl-8 {
        padding-top: 72px !important;
        padding-bottom: 72px !important;
    }
    .pt-xxl-8 {
        padding-top: 72px !important;
    }
    .pe-xxl-8 {
        padding-right: 72px !important;
    }
    .pb-xxl-8 {
        padding-bottom: 72px !important;
    }
    .ps-xxl-8 {
        padding-left: 72px !important;
    }
    .m-xxl-9 {
        margin: 120px !important;
    }
    .mx-xxl-9 {
        margin-right: 120px !important;
        margin-left: 120px !important;
    }
    .my-xxl-9 {
        margin-top: 120px !important;
        margin-bottom: 120px !important;
    }
    .mt-xxl-9 {
        margin-top: 120px !important;
    }
    .me-xxl-9 {
        margin-right: 120px !important;
    }
    .mb-xxl-9 {
        margin-bottom: 120px !important;
    }
    .ms-xxl-9 {
        margin-left: 120px !important;
    }
    .m-xxl-n9 {
        margin: -120px !important;
    }
    .mx-xxl-n9 {
        margin-right: -120px !important;
        margin-left: -120px !important;
    }
    .my-xxl-n9 {
        margin-top: -120px !important;
        margin-bottom: -120px !important;
    }
    .mt-xxl-n9 {
        margin-top: -120px !important;
    }
    .me-xxl-n9 {
        margin-right: -120px !important;
    }
    .mb-xxl-n9 {
        margin-bottom: -120px !important;
    }
    .ms-xxl-n9 {
        margin-left: -120px !important;
    }
    .p-xxl-9 {
        padding: 120px !important;
    }
    .px-xxl-9 {
        padding-right: 120px !important;
        padding-left: 120px !important;
    }
    .py-xxl-9 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .pt-xxl-9 {
        padding-top: 120px !important;
    }
    .pe-xxl-9 {
        padding-right: 120px !important;
    }
    .pb-xxl-9 {
        padding-bottom: 120px !important;
    }
    .ps-xxl-9 {
        padding-left: 120px !important;
    }
    .m-xxl-10 {
        margin: 150px !important;
    }
    .mx-xxl-10 {
        margin-right: 150px !important;
        margin-left: 150px !important;
    }
    .my-xxl-10 {
        margin-top: 150px !important;
        margin-bottom: 150px !important;
    }
    .mt-xxl-10 {
        margin-top: 150px !important;
    }
    .me-xxl-10 {
        margin-right: 150px !important;
    }
    .mb-xxl-10 {
        margin-bottom: 150px !important;
    }
    .ms-xxl-10 {
        margin-left: 150px !important;
    }
    .m-xxl-n10 {
        margin: -150px !important;
    }
    .mx-xxl-n10 {
        margin-right: -150px !important;
        margin-left: -150px !important;
    }
    .my-xxl-n10 {
        margin-top: -150px !important;
        margin-bottom: -150px !important;
    }
    .mt-xxl-n10 {
        margin-top: -150px !important;
    }
    .me-xxl-n10 {
        margin-right: -150px !important;
    }
    .mb-xxl-n10 {
        margin-bottom: -150px !important;
    }
    .ms-xxl-n10 {
        margin-left: -150px !important;
    }
    .p-xxl-10 {
        padding: 150px !important;
    }
    .px-xxl-10 {
        padding-right: 150px !important;
        padding-left: 150px !important;
    }
    .py-xxl-10 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .pt-xxl-10 {
        padding-top: 150px !important;
    }
    .pe-xxl-10 {
        padding-right: 150px !important;
    }
    .pb-xxl-10 {
        padding-bottom: 150px !important;
    }
    .ps-xxl-10 {
        padding-left: 150px !important;
    }
    .m-xxl-11 {
        margin: 160px !important;
    }
    .mx-xxl-11 {
        margin-right: 160px !important;
        margin-left: 160px !important;
    }
    .my-xxl-11 {
        margin-top: 160px !important;
        margin-bottom: 160px !important;
    }
    .mt-xxl-11 {
        margin-top: 160px !important;
    }
    .me-xxl-11 {
        margin-right: 160px !important;
    }
    .mb-xxl-11 {
        margin-bottom: 160px !important;
    }
    .ms-xxl-11 {
        margin-left: 160px !important;
    }
    .m-xxl-n11 {
        margin: -160px !important;
    }
    .mx-xxl-n11 {
        margin-right: -160px !important;
        margin-left: -160px !important;
    }
    .my-xxl-n11 {
        margin-top: -160px !important;
        margin-bottom: -160px !important;
    }
    .mt-xxl-n11 {
        margin-top: -160px !important;
    }
    .me-xxl-n11 {
        margin-right: -160px !important;
    }
    .mb-xxl-n11 {
        margin-bottom: -160px !important;
    }
    .ms-xxl-n11 {
        margin-left: -160px !important;
    }
    .p-xxl-11 {
        padding: 160px !important;
    }
    .px-xxl-11 {
        padding-right: 160px !important;
        padding-left: 160px !important;
    }
    .py-xxl-11 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .pt-xxl-11 {
        padding-top: 160px !important;
    }
    .pe-xxl-11 {
        padding-right: 160px !important;
    }
    .pb-xxl-11 {
        padding-bottom: 160px !important;
    }
    .ps-xxl-11 {
        padding-left: 160px !important;
    }
    .m-xxl-12 {
        margin: 168px !important;
    }
    .mx-xxl-12 {
        margin-right: 168px !important;
        margin-left: 168px !important;
    }
    .my-xxl-12 {
        margin-top: 168px !important;
        margin-bottom: 168px !important;
    }
    .mt-xxl-12 {
        margin-top: 168px !important;
    }
    .me-xxl-12 {
        margin-right: 168px !important;
    }
    .mb-xxl-12 {
        margin-bottom: 168px !important;
    }
    .ms-xxl-12 {
        margin-left: 168px !important;
    }
    .m-xxl-n12 {
        margin: -168px !important;
    }
    .mx-xxl-n12 {
        margin-right: -168px !important;
        margin-left: -168px !important;
    }
    .my-xxl-n12 {
        margin-top: -168px !important;
        margin-bottom: -168px !important;
    }
    .mt-xxl-n12 {
        margin-top: -168px !important;
    }
    .me-xxl-n12 {
        margin-right: -168px !important;
    }
    .mb-xxl-n12 {
        margin-bottom: -168px !important;
    }
    .ms-xxl-n12 {
        margin-left: -168px !important;
    }
    .p-xxl-12 {
        padding: 168px !important;
    }
    .px-xxl-12 {
        padding-right: 168px !important;
        padding-left: 168px !important;
    }
    .py-xxl-12 {
        padding-top: 168px !important;
        padding-bottom: 168px !important;
    }
    .pt-xxl-12 {
        padding-top: 168px !important;
    }
    .pe-xxl-12 {
        padding-right: 168px !important;
    }
    .pb-xxl-12 {
        padding-bottom: 168px !important;
    }
    .ps-xxl-12 {
        padding-left: 168px !important;
    }
    .m-xxl-13 {
        margin: 192px !important;
    }
    .mx-xxl-13 {
        margin-right: 192px !important;
        margin-left: 192px !important;
    }
    .my-xxl-13 {
        margin-top: 192px !important;
        margin-bottom: 192px !important;
    }
    .mt-xxl-13 {
        margin-top: 192px !important;
    }
    .me-xxl-13 {
        margin-right: 192px !important;
    }
    .mb-xxl-13 {
        margin-bottom: 192px !important;
    }
    .ms-xxl-13 {
        margin-left: 192px !important;
    }
    .m-xxl-n13 {
        margin: -192px !important;
    }
    .mx-xxl-n13 {
        margin-right: -192px !important;
        margin-left: -192px !important;
    }
    .my-xxl-n13 {
        margin-top: -192px !important;
        margin-bottom: -192px !important;
    }
    .mt-xxl-n13 {
        margin-top: -192px !important;
    }
    .me-xxl-n13 {
        margin-right: -192px !important;
    }
    .mb-xxl-n13 {
        margin-bottom: -192px !important;
    }
    .ms-xxl-n13 {
        margin-left: -192px !important;
    }
    .p-xxl-13 {
        padding: 192px !important;
    }
    .px-xxl-13 {
        padding-right: 192px !important;
        padding-left: 192px !important;
    }
    .py-xxl-13 {
        padding-top: 192px !important;
        padding-bottom: 192px !important;
    }
    .pt-xxl-13 {
        padding-top: 192px !important;
    }
    .pe-xxl-13 {
        padding-right: 192px !important;
    }
    .pb-xxl-13 {
        padding-bottom: 192px !important;
    }
    .ps-xxl-13 {
        padding-left: 192px !important;
    }
    .m-xxl-14 {
        margin: 200px !important;
    }
    .mx-xxl-14 {
        margin-right: 200px !important;
        margin-left: 200px !important;
    }
    .my-xxl-14 {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    }
    .mt-xxl-14 {
        margin-top: 200px !important;
    }
    .me-xxl-14 {
        margin-right: 200px !important;
    }
    .mb-xxl-14 {
        margin-bottom: 200px !important;
    }
    .ms-xxl-14 {
        margin-left: 200px !important;
    }
    .m-xxl-n14 {
        margin: -200px !important;
    }
    .mx-xxl-n14 {
        margin-right: -200px !important;
        margin-left: -200px !important;
    }
    .my-xxl-n14 {
        margin-top: -200px !important;
        margin-bottom: -200px !important;
    }
    .mt-xxl-n14 {
        margin-top: -200px !important;
    }
    .me-xxl-n14 {
        margin-right: -200px !important;
    }
    .mb-xxl-n14 {
        margin-bottom: -200px !important;
    }
    .ms-xxl-n14 {
        margin-left: -200px !important;
    }
    .p-xxl-14 {
        padding: 200px !important;
    }
    .px-xxl-14 {
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
    .py-xxl-14 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .pt-xxl-14 {
        padding-top: 200px !important;
    }
    .pe-xxl-14 {
        padding-right: 200px !important;
    }
    .pb-xxl-14 {
        padding-bottom: 200px !important;
    }
    .ps-xxl-14 {
        padding-left: 200px !important;
    }
    .m-xxl-15 {
        margin: 240px !important;
    }
    .mx-xxl-15 {
        margin-right: 240px !important;
        margin-left: 240px !important;
    }
    .my-xxl-15 {
        margin-top: 240px !important;
        margin-bottom: 240px !important;
    }
    .mt-xxl-15 {
        margin-top: 240px !important;
    }
    .me-xxl-15 {
        margin-right: 240px !important;
    }
    .mb-xxl-15 {
        margin-bottom: 240px !important;
    }
    .ms-xxl-15 {
        margin-left: 240px !important;
    }
    .m-xxl-n15 {
        margin: -240px !important;
    }
    .mx-xxl-n15 {
        margin-right: -240px !important;
        margin-left: -240px !important;
    }
    .my-xxl-n15 {
        margin-top: -240px !important;
        margin-bottom: -240px !important;
    }
    .mt-xxl-n15 {
        margin-top: -240px !important;
    }
    .me-xxl-n15 {
        margin-right: -240px !important;
    }
    .mb-xxl-n15 {
        margin-bottom: -240px !important;
    }
    .ms-xxl-n15 {
        margin-left: -240px !important;
    }
    .p-xxl-15 {
        padding: 240px !important;
    }
    .px-xxl-15 {
        padding-right: 240px !important;
        padding-left: 240px !important;
    }
    .py-xxl-15 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .pt-xxl-15 {
        padding-top: 240px !important;
    }
    .pe-xxl-15 {
        padding-right: 240px !important;
    }
    .pb-xxl-15 {
        padding-bottom: 240px !important;
    }
    .ps-xxl-15 {
        padding-left: 240px !important;
    }
    .m-xxl-16 {
        margin: 216px !important;
    }
    .mx-xxl-16 {
        margin-right: 216px !important;
        margin-left: 216px !important;
    }
    .my-xxl-16 {
        margin-top: 216px !important;
        margin-bottom: 216px !important;
    }
    .mt-xxl-16 {
        margin-top: 216px !important;
    }
    .me-xxl-16 {
        margin-right: 216px !important;
    }
    .mb-xxl-16 {
        margin-bottom: 216px !important;
    }
    .ms-xxl-16 {
        margin-left: 216px !important;
    }
    .m-xxl-n16 {
        margin: -216px !important;
    }
    .mx-xxl-n16 {
        margin-right: -216px !important;
        margin-left: -216px !important;
    }
    .my-xxl-n16 {
        margin-top: -216px !important;
        margin-bottom: -216px !important;
    }
    .mt-xxl-n16 {
        margin-top: -216px !important;
    }
    .me-xxl-n16 {
        margin-right: -216px !important;
    }
    .mb-xxl-n16 {
        margin-bottom: -216px !important;
    }
    .ms-xxl-n16 {
        margin-left: -216px !important;
    }
    .p-xxl-16 {
        padding: 216px !important;
    }
    .px-xxl-16 {
        padding-right: 216px !important;
        padding-left: 216px !important;
    }
    .py-xxl-16 {
        padding-top: 216px !important;
        padding-bottom: 216px !important;
    }
    .pt-xxl-16 {
        padding-top: 216px !important;
    }
    .pe-xxl-16 {
        padding-right: 216px !important;
    }
    .pb-xxl-16 {
        padding-bottom: 216px !important;
    }
    .ps-xxl-16 {
        padding-left: 216px !important;
    }
    .m-xxl-17 {
        margin: 224px !important;
    }
    .mx-xxl-17 {
        margin-right: 224px !important;
        margin-left: 224px !important;
    }
    .my-xxl-17 {
        margin-top: 224px !important;
        margin-bottom: 224px !important;
    }
    .mt-xxl-17 {
        margin-top: 224px !important;
    }
    .me-xxl-17 {
        margin-right: 224px !important;
    }
    .mb-xxl-17 {
        margin-bottom: 224px !important;
    }
    .ms-xxl-17 {
        margin-left: 224px !important;
    }
    .m-xxl-n17 {
        margin: -224px !important;
    }
    .mx-xxl-n17 {
        margin-right: -224px !important;
        margin-left: -224px !important;
    }
    .my-xxl-n17 {
        margin-top: -224px !important;
        margin-bottom: -224px !important;
    }
    .mt-xxl-n17 {
        margin-top: -224px !important;
    }
    .me-xxl-n17 {
        margin-right: -224px !important;
    }
    .mb-xxl-n17 {
        margin-bottom: -224px !important;
    }
    .ms-xxl-n17 {
        margin-left: -224px !important;
    }
    .p-xxl-17 {
        padding: 224px !important;
    }
    .px-xxl-17 {
        padding-right: 224px !important;
        padding-left: 224px !important;
    }
    .py-xxl-17 {
        padding-top: 224px !important;
        padding-bottom: 224px !important;
    }
    .pt-xxl-17 {
        padding-top: 224px !important;
    }
    .pe-xxl-17 {
        padding-right: 224px !important;
    }
    .pb-xxl-17 {
        padding-bottom: 224px !important;
    }
    .ps-xxl-17 {
        padding-left: 224px !important;
    }
}.btn {
     font-size: 14px;
     font-weight: 700;
     letter-spacing: -0.01em;
     padding: 12px 24px;
     line-height: 24px;
     position: relative;
     z-index: 1;
     overflow: hidden;
     border-radius: 4px;
     transition: all .3s ease-in-out;
     color: #ee4701;
 }
.btn i {
    font-weight: 700;
}
.btn i:before {
    font-weight: 700;
}
.btn-check:focus+.btn, .btn:focus {
    color: #ee4701;
    outline: 0;
    box-shadow: none;
}
.btn-check:checked+.btn, .btn-check:active+.btn, .btn:active, .btn.active {
    color: #ee4701;
    box-shadow: none;
}
.btn-check:checked+.btn:focus, .btn-check:active+.btn:focus, .btn:active:focus, .btn.active:focus {
    color: #fff;
    box-shadow: none;
}
.btn:hover {
    color: #ee4701;
}
@media(max-width:575.98px) {
    .btn {
        display: block;
        width: 100%}
}
.btn-primary {
    color: #fff;
    border: 1px solid #ee4701;
    background-color: #ee4701;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f77c3b;
    border: 1px solid #f77c3b;
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:hover:focus {
    color: #fff !important;
    background: #ee4701 !important;
    border: 1px solid #ee4701;
}
.btn-secondary {
    background: #ffeb6b;
    color: #ee4701;
    border: 1px solid #ffeb6b;
    position: relative;
}
.btn-secondary span i {
    vertical-align: middle;
    font-weight: 700;
}
.btn-secondary:hover {
    background: rgb(239 70 1);
    color: #ffffff;
    border: 1px solid #ffeb6b;
}
.btn-secondary:hover i {
    color: #ee4701;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:hover:focus {
    background: rgba(160, 225, 218, 0.8);
    color: #ee4701;
    border: 1px solid #ffeb6b;
}
.btn-navigation {
    padding: 8px 20px;
    background-color: #ffeb6b;
    letter-spacing: -0.01em;
    color: #ee4701;
}
.btn-navigation:hover {
    background-color: rgb(238 70 1);
    color: #ffffff;
}
.btn-outline {
    background-color: #fff;
    color: #ee4701;
    border: 1px solid #e5e5e5;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus, .btn-outline:active:focus, .btn-outline:hover:focus {
    color: #ee4701;
    border-color: #e5e5e5;
    background-color: #fafafa;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 14px;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 16px 32px;
    border-radius: 4px;
    font-size: 14px;
}
.btn-xl {
    padding: 18px 42px;
    border-radius: 4px;
    font-size: 14px;
}
.section-bg-primary {
    background: #5c7656;
    color: #fff;
}
.section-bg-primary h1, .section-bg-primary h2, .section-bg-primary h3, .section-bg-primary h4, .section-bg-primary h5, .section-bg-primary h6 {
    color: #fff;
}
.section-bg-primary p {
    color: #fff;
}
.section-bg-primary span {
    color: #fff;
}
.section-bg-primary svg {
    z-index: -1;
}
.section-bg-primary svg path {
    opacity: .75;
}
.section-bg-primary input.form-control {
    flex: 1;
}
.section-bg-primary .form-control {
    background-color: #5c7656;
    border-color: #fff !important;
    color: #fff;
}
.section-bg-primary ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-primary :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-primary ::placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-primary :-ms-input-placeholder {
    color: #fff;
}
.section-bg-primary ::-ms-input-placeholder {
    color: #fff;
}
.section-bg-secondary {
    background: #a25353;
    color: #fff;
}
.section-bg-secondary h1, .section-bg-secondary h2, .section-bg-secondary h3, .section-bg-secondary h4, .section-bg-secondary h5, .section-bg-secondary h6 {
    color: #fff;
}
.section-bg-secondary p {
    color: #fff;
}
.section-bg-secondary span {
    color: #fff;
}
.section-bg-secondary svg {
    z-index: -1;
}
.section-bg-secondary svg path {
    opacity: .75;
}
.section-bg-secondary input.form-control {
    flex: 1;
}
.section-bg-secondary .form-control {
    background-color: #a25353;
    border-color: #fff !important;
    color: #fff;
}
.section-bg-secondary ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-secondary :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-secondary ::placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-secondary :-ms-input-placeholder {
    color: #fff;
}
.section-bg-secondary ::-ms-input-placeholder {
    color: #fff;
}
.section-bg-success {
    background: #5d9898;
    color: #fff;
}
.section-bg-success h1, .section-bg-success h2, .section-bg-success h3, .section-bg-success h4, .section-bg-success h5, .section-bg-success h6 {
    color: #fff;
}
.section-bg-success p {
    color: #fff;
}
.section-bg-success span {
    color: #fff;
}
.section-bg-success svg {
    z-index: -1;
}
.section-bg-success svg path {
    opacity: .75;
}
.section-bg-success input.form-control {
    flex: 1;
}
.section-bg-success .form-control {
    background-color: #5d9898;
    border-color: #fff !important;
    color: #fff;
}
.section-bg-success ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-success :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-success ::placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-success :-ms-input-placeholder {
    color: #fff;
}
.section-bg-success ::-ms-input-placeholder {
    color: #fff;
}
.section-bg-info {
    background: #0dcaf0;
    color: #fff;
}
.section-bg-info h1, .section-bg-info h2, .section-bg-info h3, .section-bg-info h4, .section-bg-info h5, .section-bg-info h6 {
    color: #fff;
}
.section-bg-info p {
    color: #fff;
}
.section-bg-info span {
    color: #fff;
}
.section-bg-info svg {
    z-index: -1;
}
.section-bg-info svg path {
    opacity: .75;
}
.section-bg-info input.form-control {
    flex: 1;
}
.section-bg-info .form-control {
    background-color: #0dcaf0;
    border-color: #fff !important;
    color: #fff;
}
.section-bg-info ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-info :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-info ::placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-info :-ms-input-placeholder {
    color: #fff;
}
.section-bg-info ::-ms-input-placeholder {
    color: #fff;
}
.section-bg-warning {
    background: #a27d53;
    color: #fff;
}
.section-bg-warning h1, .section-bg-warning h2, .section-bg-warning h3, .section-bg-warning h4, .section-bg-warning h5, .section-bg-warning h6 {
    color: #fff;
}
.section-bg-warning p {
    color: #fff;
}
.section-bg-warning span {
    color: #fff;
}
.section-bg-warning svg {
    z-index: -1;
}
.section-bg-warning svg path {
    opacity: .75;
}
.section-bg-warning input.form-control {
    flex: 1;
}
.section-bg-warning .form-control {
    background-color: #a27d53;
    border-color: #fff !important;
    color: #fff;
}
.section-bg-warning ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-warning :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-warning ::placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-warning :-ms-input-placeholder {
    color: #fff;
}
.section-bg-warning ::-ms-input-placeholder {
    color: #fff;
}
.section-bg-danger {
    background: #a25353;
    color: #fff;
}
.section-bg-danger h1, .section-bg-danger h2, .section-bg-danger h3, .section-bg-danger h4, .section-bg-danger h5, .section-bg-danger h6 {
    color: #fff;
}
.section-bg-danger p {
    color: #fff;
}
.section-bg-danger span {
    color: #fff;
}
.section-bg-danger svg {
    z-index: -1;
}
.section-bg-danger svg path {
    opacity: .75;
}
.section-bg-danger input.form-control {
    flex: 1;
}
.section-bg-danger .form-control {
    background-color: #a25353;
    border-color: #fff !important;
    color: #fff;
}
.section-bg-danger ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-danger :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-danger ::placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-danger :-ms-input-placeholder {
    color: #fff;
}
.section-bg-danger ::-ms-input-placeholder {
    color: #fff;
}
.section-bg-dark {
    background: #ee4701;
    color: #fff;
}
.section-bg-dark h1, .section-bg-dark h2, .section-bg-dark h3, .section-bg-dark h4, .section-bg-dark h5, .section-bg-dark h6 {
    color: #fff;
}
.section-bg-dark p {
    color: #fff;
}
.section-bg-dark span {
    color: #fff;
}
.section-bg-dark svg {
    z-index: -1;
}
.section-bg-dark svg path {
    opacity: .75;
}
.section-bg-dark input.form-control {
    flex: 1;
}
.section-bg-dark .form-control {
    background-color: #ee4701;
    border-color: #fff !important;
    color: #fff;
}
.section-bg-dark ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-dark :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-dark ::placeholder {
    color: #fff;
    opacity: 1;
}
.section-bg-dark :-ms-input-placeholder {
    color: #fff;
}
.section-bg-dark ::-ms-input-placeholder {
    color: #fff;
}
.section-bg-white {
    background: #fff;
    color: #ee4701;
}
.section-bg-white h1, .section-bg-white h2, .section-bg-white h3, .section-bg-white h4, .section-bg-white h5, .section-bg-white h6 {
    color: #ee4701;
}
.section-bg-white p {
    color: #455157;
}
.section-bg-white span {
    color: #a25353;
}
.section-bg-white svg {
    z-index: -1;
}
.section-bg-white svg path {
    opacity: .75;
}
.section-bg-white input.form-control {
    flex: 1;
}
.section-bg-white .form-control {
    background-color: #fff;
    border-color: #5c7656 !important;
    color: #5c7656;
}
.section-bg-white ::-moz-placeholder {
    color: #5c7656;
    opacity: 1;
}
.section-bg-white :-ms-input-placeholder {
    color: #5c7656;
    opacity: 1;
}
.section-bg-white ::placeholder {
    color: #5c7656;
    opacity: 1;
}
.section-bg-white :-ms-input-placeholder {
    color: #5c7656;
}
.section-bg-white ::-ms-input-placeholder {
    color: #5c7656;
}
.card-bg-primary {
    background: #5c7656;
    color: #fff;
}
.card-bg-primary h1, .card-bg-primary h2, .card-bg-primary h3, .card-bg-primary h4, .card-bg-primary h5, .card-bg-primary h6 {
    color: #fff;
}
.card-bg-primary p {
    color: #fff;
}
.card-bg-primary span {
    color: #fff;
}
.card-bg-primary svg {
    z-index: -1;
}
.card-bg-primary svg path {
    opacity: .75;
}
.card-bg-primary input.form-control {
    flex: 1;
}
.card-bg-primary .form-control {
    background-color: #5c7656;
    border-color: #fff !important;
    color: #fff;
}
.card-bg-primary ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-primary :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-primary ::placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-primary :-ms-input-placeholder {
    color: #fff;
}
.card-bg-primary ::-ms-input-placeholder {
    color: #fff;
}
.card-bg-secondary {
    background: #a25353;
    color: #fff;
}
.card-bg-secondary h1, .card-bg-secondary h2, .card-bg-secondary h3, .card-bg-secondary h4, .card-bg-secondary h5, .card-bg-secondary h6 {
    color: #fff;
}
.card-bg-secondary p {
    color: #fff;
}
.card-bg-secondary span {
    color: #fff;
}
.card-bg-secondary svg {
    z-index: -1;
}
.card-bg-secondary svg path {
    opacity: .75;
}
.card-bg-secondary input.form-control {
    flex: 1;
}
.card-bg-secondary .form-control {
    background-color: #a25353;
    border-color: #fff !important;
    color: #fff;
}
.card-bg-secondary ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-secondary :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-secondary ::placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-secondary :-ms-input-placeholder {
    color: #fff;
}
.card-bg-secondary ::-ms-input-placeholder {
    color: #fff;
}
.card-bg-success {
    background: #5d9898;
    color: #fff;
}
.card-bg-success h1, .card-bg-success h2, .card-bg-success h3, .card-bg-success h4, .card-bg-success h5, .card-bg-success h6 {
    color: #fff;
}
.card-bg-success p {
    color: #fff;
}
.card-bg-success span {
    color: #fff;
}
.card-bg-success svg {
    z-index: -1;
}
.card-bg-success svg path {
    opacity: .75;
}
.card-bg-success input.form-control {
    flex: 1;
}
.card-bg-success .form-control {
    background-color: #5d9898;
    border-color: #fff !important;
    color: #fff;
}
.card-bg-success ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-success :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-success ::placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-success :-ms-input-placeholder {
    color: #fff;
}
.card-bg-success ::-ms-input-placeholder {
    color: #fff;
}
.card-bg-info {
    background: #0dcaf0;
    color: #fff;
}
.card-bg-info h1, .card-bg-info h2, .card-bg-info h3, .card-bg-info h4, .card-bg-info h5, .card-bg-info h6 {
    color: #fff;
}
.card-bg-info p {
    color: #fff;
}
.card-bg-info span {
    color: #fff;
}
.card-bg-info svg {
    z-index: -1;
}
.card-bg-info svg path {
    opacity: .75;
}
.card-bg-info input.form-control {
    flex: 1;
}
.card-bg-info .form-control {
    background-color: #0dcaf0;
    border-color: #fff !important;
    color: #fff;
}
.card-bg-info ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-info :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-info ::placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-info :-ms-input-placeholder {
    color: #fff;
}
.card-bg-info ::-ms-input-placeholder {
    color: #fff;
}
.card-bg-warning {
    background: #a27d53;
    color: #fff;
}
.card-bg-warning h1, .card-bg-warning h2, .card-bg-warning h3, .card-bg-warning h4, .card-bg-warning h5, .card-bg-warning h6 {
    color: #fff;
}
.card-bg-warning p {
    color: #fff;
}
.card-bg-warning span {
    color: #fff;
}
.card-bg-warning svg {
    z-index: -1;
}
.card-bg-warning svg path {
    opacity: .75;
}
.card-bg-warning input.form-control {
    flex: 1;
}
.card-bg-warning .form-control {
    background-color: #a27d53;
    border-color: #fff !important;
    color: #fff;
}
.card-bg-warning ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-warning :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-warning ::placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-warning :-ms-input-placeholder {
    color: #fff;
}
.card-bg-warning ::-ms-input-placeholder {
    color: #fff;
}
.card-bg-danger {
    background: #a25353;
    color: #fff;
}
.card-bg-danger h1, .card-bg-danger h2, .card-bg-danger h3, .card-bg-danger h4, .card-bg-danger h5, .card-bg-danger h6 {
    color: #fff;
}
.card-bg-danger p {
    color: #fff;
}
.card-bg-danger span {
    color: #fff;
}
.card-bg-danger svg {
    z-index: -1;
}
.card-bg-danger svg path {
    opacity: .75;
}
.card-bg-danger input.form-control {
    flex: 1;
}
.card-bg-danger .form-control {
    background-color: #a25353;
    border-color: #fff !important;
    color: #fff;
}
.card-bg-danger ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-danger :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-danger ::placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-danger :-ms-input-placeholder {
    color: #fff;
}
.card-bg-danger ::-ms-input-placeholder {
    color: #fff;
}
.card-bg-dark {
    background: #ee4701;
    color: #fff;
}
.card-bg-dark h1, .card-bg-dark h2, .card-bg-dark h3, .card-bg-dark h4, .card-bg-dark h5, .card-bg-dark h6 {
    color: #fff;
}
.card-bg-dark p {
    color: #fff;
}
.card-bg-dark span {
    color: #fff;
}
.card-bg-dark svg {
    z-index: -1;
}
.card-bg-dark svg path {
    opacity: .75;
}
.card-bg-dark input.form-control {
    flex: 1;
}
.card-bg-dark .form-control {
    background-color: #ee4701;
    border-color: #fff !important;
    color: #fff;
}
.card-bg-dark ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-dark :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-dark ::placeholder {
    color: #fff;
    opacity: 1;
}
.card-bg-dark :-ms-input-placeholder {
    color: #fff;
}
.card-bg-dark ::-ms-input-placeholder {
    color: #fff;
}
.card-bg-white {
    background: #fff;
    color: #ee4701;
}
.card-bg-white h1, .card-bg-white h2, .card-bg-white h3, .card-bg-white h4, .card-bg-white h5, .card-bg-white h6 {
    color: #ee4701;
}
.card-bg-white p {
    color: #455157;
}
.card-bg-white span {
    color: #a25353;
}
.card-bg-white svg {
    z-index: -1;
}
.card-bg-white svg path {
    opacity: .75;
}
.card-bg-white input.form-control {
    flex: 1;
}
.card-bg-white .form-control {
    background-color: #fff;
    border-color: #5c7656 !important;
    color: #5c7656;
}
.card-bg-white ::-moz-placeholder {
    color: #5c7656;
    opacity: 1;
}
.card-bg-white :-ms-input-placeholder {
    color: #5c7656;
    opacity: 1;
}
.card-bg-white ::placeholder {
    color: #5c7656;
    opacity: 1;
}
.card-bg-white :-ms-input-placeholder {
    color: #5c7656;
}
.card-bg-white ::-ms-input-placeholder {
    color: #5c7656;
}
.badge-bg, .badge-outline {
    font-family: "Satoshi", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 5px 16px;
}
.badge-primary {
    color: #5c7656;
    background: #d6ddd5;
    border: 1px solid #536a4d;
}
.badge-secondary {
    color: #a25353;
    background: #e8d4d4;
    border: 1px solid #924b4b;
}
.badge-success {
    color: #5d9898;
    background: #d7e5e5;
    border: 1px solid #548989;
}
.badge-info {
    color: #0dcaf0;
    background: #c3f2fb;
    border: 1px solid #0cb6d8;
}
.badge-warning {
    color: #a27d53;
    background: #e8dfd4;
    border: 1px solid #92714b;
}
.badge-danger {
    color: #a25353;
    background: #e8d4d4;
    border: 1px solid #924b4b;
}
.badge-dark {
    color: #ee4701;
    background: #c5cece;
    border: 1px solid #133636;
}
.badge-white {
    color: #fff;
    background: white;
    border: 1px solid #e6e6e6;
}
.badge-outline-primary {
    color: #5c7656;
    border: 1px solid #5c7656;
}
.badge-outline-secondary {
    color: #a25353;
    border: 1px solid #a25353;
}
.badge-outline-success {
    color: #5d9898;
    border: 1px solid #5d9898;
}
.badge-outline-info {
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
}
.badge-outline-warning {
    color: #a27d53;
    border: 1px solid #a27d53;
}
.badge-outline-danger {
    color: #a25353;
    border: 1px solid #a25353;
}
.badge-outline-dark {
    color: #ee4701;
    border: 1px solid #ee4701;
}
.badge-outline-white {
    color: #fff;
    border: 1px solid #fff;
}
.alert-primary {
    color: #2e3b2b;
    background-color: #ced6cc;
    border-color: 1px solid #2e3b2b;
}
.alert-secondary {
    color: #512a2a;
    background-color: #e3cbcb;
    border-color: 1px solid #512a2a;
}
.alert-success {
    color: #2f4c4c;
    background-color: #cee0e0;
    border-color: 1px solid #2f4c4c;
}
.alert-info {
    color: #076578;
    background-color: #b6effb;
    border-color: 1px solid #076578;
}
.alert-warning {
    color: #513f2a;
    background-color: #e3d8cb;
    border-color: 1px solid #513f2a;
}
.alert-danger {
    color: #512a2a;
    background-color: #e3cbcb;
    border-color: 1px solid #512a2a;
}
.alert-dark {
    color: #0b1e1e;
    background-color: #b9c5c5;
    border-color: 1px solid #0b1e1e;
}
.alert-white {
    color: gray;
    background-color: white;
    border-color: 1px solid gray;
}
.text-primary {
    color: #5c7656 !important;
}
.text-secondary-light {
    color: #f2f8f8 !important;
}
.bg-gray-dark {
    background-color: #ee4701 !important;
}
.bg-turquoise {
    background-color: #f77c3b !important;
}
.bg-secondary-dark {
    background-color: #ee4701 !important;
}
.bg-gray-light {
    background-color: #fafafa !important;
}
.bg-light-dark {
    background-color: #b9edf7 !important;
}
.bg-orange-light {
    background-color: #cfa677 !important;
}
.bg-primary-light {
    background-color: #ee4701 !important;
}
.svg-fill-primary {
    fill: #5c7656;
}
.svg-fill-green-dark {
    fill: #6eedb1;
}
.svg-fill-green-light {
    fill: #def5ee;
}
.svg-fill-red-light {
    fill: #ffe3df;
}
.svg-fill-red-dark {
    fill: #ff9c86;
}
.svg-fill-yellow-light {
    fill: #fff0d2;
}
.svg-fill-yellow-dark {
    fill: #fedc43;
}
.svg-fill-purple-dark {
    fill: #dfa3ff;
}
.svg-stroke-default {
    stroke: #ee4701;
}
.svg-fill-default {
    fill: #ee4701;
}
.svg-stroke-primary {
    stroke: #05aa77;
}
.svg-stroke-black {
    stroke: #000;
}
.svg-stroke-secondary-dark {
    stroke: #ee4701;
}
.section-header {
    text-align: center;
    margin-bottom: 64px;
}
@media(max-width:767.98px) {
    .section-header {
        margin-bottom: 40px;
    }
}.section-header h2 {
     margin-bottom: 16px;
     color: #ee4701;
 }
.section-header p {
    margin-bottom: 0;
}
.page-heading h1 {
    color: #ee4701;
}
.page-heading h6 {
    color: #f2f8f8;
    font-size: 20px;
}
.page-heading .breadcrumb-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%}
.page-heading .breadcrumb-item a {
    color: #ee4701;
}
.page-heading .breadcrumb-item.active {
    color: #ee4701;
    font-weight: 800;
}
.page-heading .breadcrumb-item+.breadcrumb-item::before {
    color: #ee4701;
}
.page-hero {
    padding-top: 220px;
    padding-bottom: 60px;
    background-color: #f5fdff;
}
@media(max-width:991.98px) {
    .page-hero {
        padding-top: 200px;
        padding-bottom: 60px;
        text-align: center;
    }
}
.blog-single-page-hero {
    padding-top: 668px;
    padding-bottom: 80px;
}
@media(max-width:1199.98px) {
    .blog-single-page-hero {
        padding-top: 512px;
    }
}
@media(max-width:991.98px) {
    .blog-single-page-hero {
        padding-top: 480px;
    }
}@media(max-width:767.98px) {
    .blog-single-page-hero {
        padding-top: 512px;
    }
}
@media(max-width:575.98px) {
    .blog-single-page-hero {
        padding-top: 224px;
    }
}.privacy .card, .terms-condition .card {
     box-shadow: none;
     border-bottom: 1px solid #f2f8f8;
     border-radius: 0;
 }
@media(max-width:991.98px) {
    .privacy .card, .terms-condition .card {
        padding: 32px 0 0 0;
    }
}
@media(max-width:767.98px) {
    .privacy .card, .terms-condition .card {
        text-align: center;
    }
}
.privacy .card:last-child, .terms-condition .card:last-child {
    border-bottom: 0;
}
.privacy .card-body, .terms-condition .card-body {
    padding: 0 0 72px 0;
}
@media(max-width:575.98px) {
    .privacy .card-body, .terms-condition .card-body {
        padding: 0 0 32px 0;
    }
}
.privacy .card-body .card-title, .terms-condition .card-body .card-title {
    margin-bottom: 32px;
}
.privacy .card-body .card-text, .terms-condition .card-body .card-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}
.privacy .card-body li, .terms-condition .card-body li {
    font-size: 18px;
    font-weight: 500;
    font-family: "Satoshi", sans-serif;
    margin-bottom: 32px;
    line-height: 1.7;
}
.error {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
@media(max-width:767.98px) {
    .error {
        height: auto;
        padding-top: 150px;
    }
}.error-image {
     max-height: 500px;
     max-width: 100%}
.error-content h1 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 154px;
}
.error-content h2 {
    line-height: 1;
}
.cta {
    overflow: hidden;
    background-color: #ee4701;
}
.cta .shape .shape-left {
    left: 0;
}
.cta .shape .shape-right {
    right: 0;
}
.cta .btn {
    min-width: 120px;
}
.footer-description {
    margin-bottom: 40px;
}
.footer-description p {
    color: #f2f8f8;
    font-size: 14px;
}
.footer-description .footer-submit-form .from-group {
    position: relative;
}
.footer-description .footer-submit-form .from-group .input-group {
    margin: 0 auto;
}
@media(max-width:1199.98px) {
    .footer-description .footer-submit-form .from-group .input-group {
        width: 100%}
}
@media(max-width:991.98px) {
    .footer-description .footer-submit-form .from-group .input-group {
        width: 56%}
}
@media(max-width:767.98px) {
    .footer-description .footer-submit-form .from-group .input-group {
        width: 100%}
}
@media(max-width:575.98px) {
    .footer-description .footer-submit-form .from-group .input-group {
        width: 100%}
}
.footer-description .footer-submit-form .from-group .input-group .form-control {
    position: relative;
    padding: 16px 56px 16px 20px;
    border-radius: 16px;
    border: 0;
    width: 70%;
    z-index: 0;
    height: 50px;
    background: #fafafa;
    color: #ee4701;
    border: 1px solid #fafafa;
}
.footer-description .footer-submit-form .from-group .input-group .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(63, 78, 80, 0.7);
}
.footer-description .footer-submit-form .from-group .input-group ::-moz-placeholder {
    color: #ee4701 !important;
}
.footer-description .footer-submit-form .from-group .input-group :-ms-input-placeholder {
    color: #ee4701 !important;
}
.footer-description .footer-submit-form .from-group .input-group ::placeholder {
    color: #ee4701 !important;
}
.footer-description .footer-submit-form .from-group .input-group .submit {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}
.footer-description .footer-submit-form .from-group .input-group .submit button {
    height: 38px;
    background: #ee4701;
    font-weight: 600;
    color: #fff;
    position: relative;
    align-items: center;
    z-index: 9;
    border-radius: 16px;
    width: 40px;
    justify-content: center;
    border: 0;
}
.footer-description .footer-submit-form .from-group .input-group .submit button svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
}
.footer-widget a {
    color: #f2f8f8;
    transition: all .3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
}
.footer-widget a:hover {
    color: #fff;
}
.footer-widget p {
    color: #f2f8f8;
    font-size: 14px;
    font-weight: 500;
}
blockquote {
    margin-bottom: 32px;
    padding: 28px 30px;
    border: 1px none #ee4701;
    border-radius: 20px;
    background-color: #fafafa;
}
blockquote .comment {
    font-size: 18px;
    font-weight: 600;
    width: 90%}
blockquote .comment-author-thumb img {
    width: 60px;
    height: 60px;
}
blockquote .comment-author-desc h5 {
    font-size: 18px;
    margin-bottom: 0;
}
blockquote .comment-author-desc p {
    font-size: 14px;
}
blockquote h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}
.community {
    padding: 100px;
}
@media(max-width:991.98px) {
    .community {
        padding: 100px 0;
    }
}@media(max-width:767.98px) {
    .community {
        padding: 60px 0;
    }
}
.community .map {
    max-width: 900px;
    margin: 0 auto;
}
.profile {
    background-color: #f5fdff;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    transition: all .3s cubic-bezier(0.36, 0.03, 0, 0.91);
    background: transparent;
}
.navbar .container-fluid {
    max-width: 1500px;
}
@media(max-width:991.98px) {
    .navbar {
        margin: 16px;
        width: calc(100% - 32px) !important;
        border-radius: 16px;
    }
}
@media(max-width:575.98px) {
    .navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}.navbar-brand {
     padding-top: 0;
     padding-bottom: 0;
     margin-right: 16px;
     font-size: 20px;
 }
@media(max-width:575.98px) {
    .navbar-brand {
        flex: 1;
    }
}.navbar-nav {
     display: flex;
     flex-direction: column;
     padding-left: 0;
     margin-bottom: 0;
     list-style: none;
     justify-content: center;
     align-items: center;
 }
.navbar-nav .nav-item {
    padding-block: 20px;
}
.navbar-nav .nav-item:not(:last-child) {
    margin-right: 4px;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-weight: 700;
    color: #ee4701;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
}
.navbar-nav .nav-link.active {
    color: #ee4701;
    border-color: #ee4701;
}
.navbar-nav .nav-link:hover {
    border-color: #ee4701;
}
.navbar-nav .dropdown .dropdown-menu {
    box-sizing: content-box;
    background: #fff;
    min-width: 250px;
    transition: all .3s ease-in-out;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    right: 0;
    padding: 0;
    box-shadow: 0 11px 24px rgba(0, 0, 0, 0.08);
}
.navbar-nav .dropdown .dropdown-menu-item {
    margin: 0;
    overflow: hidden;
}
.navbar-nav .dropdown .dropdown-menu-item:not(:last-child) {
    margin-bottom: 5px;
}
.navbar-nav .dropdown .dropdown-menu-item:first-child a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-nav .dropdown .dropdown-menu-item:last-child a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.navbar-nav .dropdown .dropdown-menu-item a {
    display: block;
    margin-bottom: 0;
    text-align: left;
    padding: 12px 16px;
    transition: all .3s ease-in-out;
    font-weight: 700;
    color: #ee4701;
}
.navbar-nav .dropdown .dropdown-menu-item a:hover {
    background: #fafafa;
}
.navbar-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    border-top: 0;
    padding: 0;
    margin-left: 0 !important;
    margin-left: 4px;
    transform: rotate(0);
    transition: all .3s ease-in-out;
}
@media(min-width:992px) {
    .navbar-nav .dropdown .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: scaleY(0);
        top: 100%;
        transform-origin: 0 0;
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        transform-origin: 0 0;
    }
    .navbar-nav .dropdown:hover .dropdown-toggle:after {
        transform: rotate(180deg);
        transition: all .3s ease-in-out;
    }
}
@media(max-width:991.98px) {
    .navbar-nav {
        margin-top: 24px !important;
    }
    .navbar-nav .nav-link {
        padding: 10px 12px;
    }
    .navbar-nav .dropdown {
        text-align: center;
    }
    .navbar-nav .dropdown .dropdown-menu {
        display: none;
        height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: scaleY(0);
        top: 100%;
        transform-origin: 0 0;
        left: 0;
        transition: all .3s ease-in-out;
    }
    .navbar-nav .dropdown .dropdown-menu-item a {
        text-align: center;
    }
    .navbar-nav .dropdown .dropdown-menu.show {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        transform-origin: 0 0;
        height: auto;
        text-align: center;
        background: #fafafa;
        width: auto;
        border-radius: 4px;
    }
    .navbar-nav .dropdown-toggle:after {
        transform: rotate(0);
        transition: all .3s ease-in-out;
    }
    .navbar-nav .dropdown-toggle.show:after {
        transform: rotate(180deg);
        transition: all .3s ease-in-out;
    }
}
@media(min-width:992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.sticky-nav {
    padding: 0 32px !important;
    background: #fff;
    box-shadow: 0 20px 60px rgba(50, 61, 88, 0.09);
}
@media(max-width:991.98px) {
    .sticky-nav {
        padding: 16px !important;
    }
}@media(max-width:991.98px) {
    .navbar {
        background: #fff;
    }
}
@media(max-width:575.98px) {
    .sticky-nav {
        padding: 16px !important;
    }
}.navbar-toggler {
     background-color: #ee4701;
     border: 1px solid #ee4701;
 }
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-default {
    display: none;
}
.navbar-toggler .navbar-toggler-default {
    display: flex;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-toggled {
    display: flex;
}
.navbar-toggler .navbar-toggler-toggled {
    display: none;
}
@media(max-width:991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
.hero {
    position: relative;
    background-color: #f5fdff;
}
.hero-shape-wrapper {
    overflow: hidden;
    bottom: 0;
}
.hero-shape {
    top: 0;
    width: 620px;
    height: 620px;
    right: 0;
    z-index: 0;
    text-align: left;
    overflow: hidden;
}
@media(max-width:1399.98px) {
    .hero-shape {
        width: 545px;
        height: 545px;
    }
}@media(max-width:1199.98px) {
    .hero-shape {
        width: 350px;
        height: 350px;
    }
}
@media(max-width:991.98px) {
    .hero-shape {
        width: 552px;
        height: 552px;
        right: 8%}
}@media(max-width:767.98px) {
    .hero-shape {
        width: 500px;
        height: 500px;
        right: 0;
    }
}
@media(max-width:575.98px) {
    .hero-shape {
        width: 90vw;
        height: 90vw;
        right: 0;
    }
}.hero-shape img {
     position: absolute;
     top: 50%;
     width: 920px;
     left: 50%;
     opacity: .5;
     transform: translate(-50%, -50%);
 }
.hero-content h1 {
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 80px;
}
@media(max-width:1199.98px) {
    .hero-content h1 {
        font-size: 48px;
        line-height: 60px;
    }
}
@media(max-width:575.98px) {
    .hero-content h1 {
        font-size: 40px;
        line-height: 48px;
    }
}.hero-content p {
     font-weight: 500;
     font-size: 20px;
     margin-bottom: 32px;
     line-height: 32px;
     color: #455157;
     letter-spacing: -0.01em;
 }
.hero-content .review-wrapper {
    display: flex;
    margin-top: 48px;
    align-items: center;
    font-weight: 500;
}
@media(max-width:991.98px) {
    .hero-content .review-wrapper {
        margin-top: 0;
    }
}.hero-content .review-wrapper .star-block-hero {
     display: flex;
     width: 24px;
     height: 24px;
     margin-right: 16px;
     justify-content: center;
     align-items: center;
     background-color: #ffeb6b;
 }
.hero-banner {
    position: relative;
}
@media(max-width:991.98px) {
    .hero-banner {
        margin-top: 40px;
    }
}
.hero-banner-image {
    position: relative;
}
.hero-banner-image img {
    max-width: 100%}
@media(max-width:991.98px) {
    .hero .btn {
        margin-bottom: 20px !important;
    }
}
.client {
    padding: 100px 0;
}
.client.border-top {
    border-top: 1px solid #ebf2f3;
}
.client.border-bottom {
    border-bottom: 1px solid #ebf2f3;
}
@media(max-width:767.98px) {
    .client {
        padding: 60px 0;
    }
}.client-item-wrapper {
     margin-top: 20px;
 }
@media(max-width:991.98px) {
    .client-item-wrapper {
        margin-top: 0;
        flex-wrap: wrap;
        row-gap: 50px;
    }
}
@media(max-width:991.98px) {
    .client-item
    {
        flex: 1 1 50%}
    .services-item {
        border: 1px solid #e5e5e5;
        transition: all .3s ease-in-out;
        text-align: left;
        padding: 22px;
        border-radius: 8px;
        min-height: 360px;
    }
}
.services-item {
     border: 1px solid #e5e5e5;
     transition: all .3s ease-in-out;
     text-align: left;
     padding: 22px;
     border-radius: 8px;
     min-height: 460px;
 }

.services-item img {
    margin-bottom: 18px;
}
.services-item h3 {
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    margin-bottom: 18px;
}
.services-item p {
    margin-bottom: 0;
    line-height: 28px;
}
.services-item:hover {
    background: #fff;
}
@media(max-width:767.98px) {
    .services-item {
        margin-bottom: 48px;
    }
}.service-hero {
     background-color: #f5fdff;
 }
.service-hero .service-title {
    font-size: 64px;
}
.service-hero .work-content {
    padding-right: 0;
    max-width: 100%}
.service-hero .work-item-container {
    padding-bottom: 96px;
}
.service-hero-content .breadcrumb {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
}
.service-hero-content .breadcrumb .active {
    color: #ee4701;
    font-weight: 800;
}
@media(max-width:991.98px) {
    .service-hero-content .breadcrumb {
        justify-content: center;
    }
}
.service-hero-content h1 {
    line-height: 1.2;
    margin-bottom: 32px;
    max-width: 600px;
}
.service-hero-content p {
    margin-bottom: 32px !important;
    padding-bottom: 0 !important;
    font-size: 16px;
    font-weight: 500;
    max-width: 500px;
}
@media(max-width:991.98px) {
    .service-item .work-content {
        text-align: left;
    }
}.service-item .work-content p {
     margin-bottom: 32px;
 }
.service-item-list {
    margin-bottom: 0;
}
.service-item-list li {
    position: relative;
}
.service-item-list li:last-child span {
    margin-bottom: 32px;
}
.service-item-list li span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-left: 32px;
    position: relative;
}
.service-item-list li span::before {
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 100%;
    background: #455157;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -32px;
}
.services-desc-hero {
    background-color: #f5fdff;
}
.services-desc-wrapper {
    margin-bottom: 48px;
}
.services-desc-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.services-desc-header-icon {
    flex-shrink: 0;
    margin-right: 24px;
    width: 80px;
    height: 80px;
    background: #fafafa;
    border-radius: 8px;
    position: relative;
}
.services-desc-header-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.services-desc-header h4 {
    font-size: 32px;
}
.work {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background-color: #f5fdff;
}
@media(max-width:767.98px) {
    .work {
        padding: 60px 0;
    }
}.work-item-container {
     padding-top: 96px;
     padding-bottom: 64px;
 }
@media(max-width:991.98px) {
    .work-item-container {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
@media(max-width:575.98px) {
    .work-item-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.work-item {
    position: relative;
}
@media(max-width:991.98px) {
    .work-item {
        margin-top: 48px;
        margin-bottom: 48px;
    }
}
.work-item-shape-wrapper {
    position: absolute;
    width: 100%;
    height: 100%}
.work-item-shape {
    position: absolute;
    top: -7%;
    width: 530px;
    height: 575px;
    right: 15.5%;
    overflow: hidden;
    border-radius: 8px;
}
@media(max-width:1399.98px) {
    .work-item-shape {
        right: 8%}
}@media(max-width:1199.98px) {
    .work-item-shape {
        right: 4%;
        width: 470px;
        height: 470px;
    }
}
@media(max-width:991.98px) {
    .work-item-shape {
        right: 14%;
        width: 570px;
        height: 590px;
    }
}
@media(max-width:767.98px) {
    .work-item-shape {
        right: 15%;
        width: 450px;
        height: 470px;
    }
}@media(max-width:575.98px) {
    .work-item-shape {
        right: 25%;
        width: 350px;
        height: 350px;
    }
}
.work-item-shape img {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 50%;
    opacity: .5;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}
.work-item .right-shape {
    left: 15.5%}
@media(max-width:1399.98px) {
    .work-item .right-shape {
        left: 8%}
}
@media(max-width:1199.98px) {
    .work-item .right-shape {
        left: 5%}
}@media(max-width:991.98px) {
    .work-item .right-shape {
        left: 14%}
}
@media(max-width:767.98px) {
    .work-item .right-shape {
        right: unset;
        left: 14%}
}@media(max-width:575.98px) {
    .work-item .right-shape {
        left: 25%}
}
.work-item-wraper {
    position: relative;
    bottom: 0;
}
.work-item-wraper-banner {
    position: relative;
    text-align: center;
}
.work-item-wraper-banner img {
    max-width: 100%;
    border-radius: 8px;
}
@media(max-width:767.98px) {
    .work-item-wraper-banner img {
        width: 470px;
    }
}
@media(max-width:575.98px) {
    .work-item-wraper-banner img {
        width: 360px;
    }
}.work-item-wraper-shape {
     top: -12%}
.work-item .work-shape-one, .work-item .work-shape-two, .work-item .work-shape-three {
    position: absolute;
    top: 90%;
    right: -30px;
}
.work-item .work-shape-one img, .work-item .work-shape-two img, .work-item .work-shape-three img {
    border-radius: 8px;
}
@media(max-width:575.98px) {
    .work-item .work-shape-one, .work-item .work-shape-two, .work-item .work-shape-three {
        right: -8px;
    }
}
.work-item .work-shape-one {
    width: 100%;
    max-width: 220px;
    padding: 24px;
    display: flex;
    background-color: #fafafa;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    align-items: center;
    border-radius: 4px;
}
.work-item .work-shape-one-icon {
    background: #ffeb6b;
    padding: 8px 8px 4px 8px;
    border-radius: 4px;
}
.work-item .work-shape-one i {
    font-size: 32px;
    line-height: 1;
    color: #ee4701;
}
.work-item .work-shape-one-content {
    margin-left: 20px;
}
.work-item .work-shape-one-content h5 {
    margin-bottom: 6px;
}
.work-item .work-shape-one-content span {
    font-size: 16px;
    font-weight: 500;
}
.work-item .work-shape-two {
    top: 70%;
    left: -5%;
    width: 100%;
    max-width: 250px;
    padding: 16px;
    background-color: #fafafa;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    align-items: center;
    border-radius: 4px;
}
.work-item .work-shape-two-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.work-item .work-shape-two-head span {
    font-weight: 500;
}
.work-item .work-shape-two-head .badge-primary {
    background-color: #ffeb6b;
    color: #fff;
    padding: 4px;
    line-height: 1;
    border-color: #ffeb6b;
}
.work-item .work-shape-two-content {
    background-color: #ffeb6b;
    padding: 8px;
    border-radius: 4px;
}
.work-item .work-shape-two-content h5 {
    color: #ee4701;
    margin-bottom: 6px;
}
.work-item .work-shape-two-content span {
    color: #ee4701;
    font-size: 14px;
    font-weight: 500;
}
.work-item .work-shape-three {
    right: -15px;
    top: 60%;
    width: 100%;
    max-width: 250px;
    padding: 16px;
    background-color: #fafafa;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    align-items: center;
    border-radius: 4px;
}
.work-item .work-shape-three-head {
    margin-bottom: 8px;
}
.work-item .work-shape-three-content {
    background-color: #ffeb6b;
    padding: 8px;
    border-radius: 4px;
}
.work-item .work-shape-three-content-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.work-item .work-shape-three-content-item:not(:last-child) {
    border-bottom: 1px solid #ebf2f3;
}
.work-item .work-shape-three-content-item h5 {
    color: #ee4701;
    font-size: 18px;
    margin-bottom: 0;
}
.work-item .work-shape-three-content-item span {
    color: #ee4701;
    font-size: 14px;
    font-weight: 500;
}
.work-item .work-shape-three-content-item i {
    color: #ee4701;
    font-size: 20px;
}
.work-content {
    text-align: left;
    max-width: 500px;
    padding-left: 48px;
}
.work-content h2 {
    margin-bottom: 32px;
}
.work-content p {
    margin-bottom: 32px;
    line-height: 170%}
@media(max-width:991.98px) {
    .work-content {
        padding-top: 0;
        text-align: left;
        padding-left: 0;

    }
}.work-content i {
     font-family: "fontawesome" !important;
 }
.work-left-content {
    padding-left: 0;
}
@media(max-width:991.98px) {
    .work-left-content {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.counter-up .counter-wraper {
    align-items: center;
    justify-content: space-between;
}
.counter-up-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
}
@media(max-width:767.98px) {
    .counter-up-content {
        margin-bottom: 24px;
    }
}@media(max-width:767.98px) {
    .counter-up-content-item {
        margin-bottom: 24px;
    }
}
.counter-up-content-item .counter-percent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.counter-up-content-item .counter-percent span.counter, .counter-up-content-item .counter-percent span.percent {
    font-size: 50px;
    line-height: 1.1;
    color: #ee4701;
    font-weight: 700;
}
@media(max-width:767.98px) {
    .counter-up-content-item .counter-percent span.counter, .counter-up-content-item .counter-percent span.percent {
        font-size: 32px;
    }
}
@media(max-width:575.98px) {
    .counter-up-content-item .counter-percent span.counter, .counter-up-content-item .counter-percent span.percent {
        font-size: 24px;
    }
}
.counter-up-content-item .counter-percent span.percent {
    margin-left: 5px;
}
.counter-up-content-item h3 {
    font-size: 18px;
    color: #ee4701;
}
.testimonials {
    overflow: hidden;
    padding: 100px 0 50px;
    background: #fafafa;
}
@media(max-width:767.98px) {
    .testimonials {
        padding-top: 60px;
    }
}
.testimonials h2 {
    margin-left: 18px;
}
.testimonials-slider .card, .testimonials-sliderTwo .card {
    position: relative;
    box-shadow: none;
    text-align: left;
    padding: 16px 16px;
    margin: 150px 20px 150px 0;
}
.testimonials-slider .card .profile, .testimonials-sliderTwo .card .profile {
    display: flex;
    background: #fff;
    position: absolute;
    border-radius: 16px;
    top: -13%;
    left: 50%;
    transform: translate(-50%, 13%);
    padding: 10px 12px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
@media(max-width:1399.98px) {
    .testimonials-slider .card .profile, .testimonials-sliderTwo .card .profile {
        top: -11%;
        transform: translate(-50%, 11%);
    }
}
@media(max-width:1199.98px) {
    .testimonials-slider .card .profile, .testimonials-sliderTwo .card .profile {
        top: -11%;
        transform: translate(-50%, 11%);
    }
}
.testimonials-slider .card .profile img, .testimonials-sliderTwo .card .profile img {
    padding-right: 10px;
}
.testimonials-slider .card-body, .testimonials-sliderTwo .card-body {
    padding: 24px;
}
.testimonials-slider .card-body .icon, .testimonials-sliderTwo .card-body .icon {
    display: flex;
    margin-top: 8px;
    margin-bottom: 24px;
}
@media(max-width:767.98px) {
    .testimonials-slider .card-body .icon, .testimonials-sliderTwo .card-body .icon {
        justify-content: center;
    }
}
.testimonials-slider .card-body .icon img, .testimonials-sliderTwo .card-body .icon img {
    padding-right: 5px;
}
.testimonials-slider .card-body h5, .testimonials-sliderTwo .card-body h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    margin-bottom: 24px;
}
.testimonials-slider .card-body .content p, .testimonials-sliderTwo .card-body .content p {
    font-size: 14px;
    margin-bottom: 0;
}
.testimonials-slider .slick-list, .testimonials-sliderTwo .slick-list {
    overflow: visible;
}
.testimonials-slider .slick-dots, .testimonials-sliderTwo .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 90px;
    text-align: left;
    margin-left: 18px;
}
@media(max-width:1199.98px) {
    .testimonials-slider .slick-dots, .testimonials-sliderTwo .slick-dots {
        bottom: 80px;
    }
}
@media(max-width:991.98px) {
    .testimonials-slider .slick-dots, .testimonials-sliderTwo .slick-dots {
        bottom: 70px;
        width: 100%}
}
@media(max-width:767.98px) {
    .testimonials-slider .slick-dots, .testimonials-sliderTwo .slick-dots {
        bottom: 20px;
        width: 100%}
}
@media(max-width:575.98px) {
    .testimonials-slider .slick-dots, .testimonials-sliderTwo .slick-dots {
        bottom: 20px;
        width: 100%}
}
.testimonials-slider .slick-dots li, .testimonials-sliderTwo .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: unset;
    height: unset;
}
.testimonials-slider .slick-dots li button, .testimonials-sliderTwo .slick-dots li button {
    background: #c1c1c1;
    text-indent: -999999999px;
    width: 22px;
    height: 3px;
    outline: 0;
    border-radius: 3px;
    transition: .5s ease;
    padding: 0;
}
.testimonials-slider .slick-dots li.slick-active button, .testimonials-sliderTwo .slick-dots li.slick-active button {
    background: #5c7656;
    width: 40px;
    opacity: 1;
}
.testimonials-slider .prev, .testimonials-sliderTwo .prev {
    right: 0;
}
.testimonials-slider .next, .testimonials-sliderTwo .next {
    right: 50px;
}
.testimonials-slider .prev, .testimonials-slider .next, .testimonials-sliderTwo .prev, .testimonials-sliderTwo .next {
    width: 36px;
    height: 36px;
    padding: 0;
    top: -50px;
    position: absolute;
    background: #e5e5e5;
}
@media(max-width:767.98px) {
    .testimonials-slider .prev, .testimonials-slider .next, .testimonials-sliderTwo .prev, .testimonials-sliderTwo .next {
        top: -35px;
    }
}
.testimonials-slider .prev:hover, .testimonials-slider .next:hover, .testimonials-sliderTwo .prev:hover, .testimonials-sliderTwo .next:hover {
    cursor: pointer;
}
.testimonials-slider .prev i, .testimonials-slider .next i, .testimonials-sliderTwo .prev i, .testimonials-sliderTwo .next i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonials-sliderTwo .card .profile img {
    padding-right: 0;
}
.testimonials-sliderTwo .content-author img {
    width: 60px;
    margin-right: 12px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.about-hero {
    background: #fff;
    padding-bottom: 70px;
}
.about-hero .hero-content h1 {
    color: #ee4701;
}
.about-hero .hero-thumbnail {
    width: 100%;
    display: flex;
    justify-content: space-around;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.about-hero .hero-thumbnail-item {
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%}
.about-hero .hero-thumbnail-item img {
    width: 100%;
    border-radius: 8px;
}
.about-hero .hero-thumbnail-item:nth-child(2) {
    transform: translateY(25%);
}
.about-hero .hero-thumbnail-item:nth-child(3) {
    transform: translateY(25%);
}
.about-details p {
    font-size: 20px;
    line-height: 170%;
    font-weight: 500;
}
.about-story .work-item a svg {
    margin-right: 16px;
}
.about-story .work-item a:hover svg path[class^=svg-stroke], .about-story .work-item a:focus svg path[class^=svg-stroke] {
    stroke: #fff;
}
.about-story .work-item a:focus svg path[class^=svg-stroke] {
    stroke: #ee4701;
}
@media(min-width:768px) {
    .about-story-modal .modal-dialog {
        max-width: 700px;
    }
}
.about-story-modal .modal-content {
    border-radius: 0;
}
.about-story-modal iframe {
    width: 100%;
    height: 350px;
}
.about-contact-wrapper {
    position: relative;
    min-height: 800px;
    width: 100%;
    background: url(../images/about/map-image.png) no-repeat center;
    background-size: 100%}
@media(max-width:767.98px) {
    .about-contact-wrapper {
        min-height: 700px;
    }
}.about-contact .card {
     position: absolute;
     flex-direction: row;
     max-width: 375px;
     padding: 24px 20px;
     border-radius: 0;
     box-shadow: 0 44px 44px -15px rgba(0, 0, 0, 0.1);
 }
.about-contact .card p {
    font-size: 18.4px;
    font-weight: 700;
    margin-bottom: 0;
}
.about-contact .card:nth-child(1) {
    top: 100px;
    left: 100px;
}
@media(max-width:575.98px) {
    .about-contact .card: nth-child(1) {
    left: 0;
}
}.about-contact .card:nth-child(2) {
     bottom: 300px;
     right: 0;
 }
.about-contact-info {
    margin-bottom: 56px;
}
.about-contact-info span {
    color: #5c7656;
}
.about-contact-info p {
    color: #5c7656;
    font-size: 18.4px;
    font-weight: 700;
    margin-bottom: 0;
}
.team {
    background-color: #fafafa;
    padding: 100px 0;
}
.team-join {
    padding: 0 0 50px;
}
@media(max-width:767.98px) {
    .team {
        padding: 60px 0;
    }
}
.team .btn {
    font-family: "Satoshi", sans-serif;
}
.team-member {
    position: relative;
}
.team-member img {
    width: 100%;
    border-radius: 8px;
}
.team-member-details {
    padding-left: 10px;
}
.team-member-details h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
}
.team-member-details p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.project {
    background-color: #fafafa;
}
.project-bg {
    background-color: #f5fdff;
}
.project-white {
    background-color: #fff;
}
.project-item-wrapper {
    position: relative;
    overflow: hidden;
}
.project-item {
    position: relative;
    transition: all .5s ease-in-out;
}
.project-item-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
}
.project-item-thumb span {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 8px;
}
.project-item img {
    transition: all .5s ease-in-out;
    width: 100%}
.project-item h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-left: 10px;
}
.project-item-content a {
    font-size: 18px;
    font-weight: 700;
    transition: all .5s ease-in-out;
    margin-right: 20px;
    font-family: "Satoshi", sans-serif;
}
.project-item-content a svg {
    transform: scale(0);
    transform-origin: left;
    transition: all .5s ease-in-out;
}
.project-item:hover {
    cursor: pointer;
}
.project-item:hover img {
    transform: scale(1.06);
    transition: all .5s ease-in-out;
}
.project-item:hover h4 {
    color: #5c7656;
    transition: all .5s ease-in-out;
}
.project-item:hover a {
    color: #5c7656;
    transition: all .5s ease-in-out;
}
.project-item:hover a svg {
    transition: all .5s ease-in-out;
    transform: scale(1);
    transform-origin: left;
}
.project-desc p {
    font-weight: 500;
    font-size: 18px;
}
.comment h3 {
    padding-bottom: 48px;
}
.comment-author-desc p {
    margin-bottom: 0;
}
@media(max-width:991.98px) {
    .project .isotop-menu {
        text-align: center;
    }
}.project .isotop-menu button {
     background: 0;
     border: 1px solid #ee4701;
     text-transform: capitalize;
     cursor: pointer;
     margin-right: 10px;
     transition: all .3s ease-in-out;
     outline: 0;
     border-radius: 8px;
     padding: 8px 14px;
     color: #ee4701;
     font-weight: 700;
     font-size: 14px;
 }
.project .isotop-menu button:last-child {
    margin-right: 0;
}
@media(max-width:575.98px) {
    .project .isotop-menu button {
        margin-bottom: 10px;
    }
}
.project .isotop-menu .is-checked {
    color: #fff !important;
    background: #ee4701 !important;
}
.project-item {
    margin-bottom: 40px;
}
@media(max-width:1199.98px) {
    .project-item {
        text-align: center;
    }
}
.project-item h4 {
    color: #455157;
    padding-top: 32px;
}
.project-item a {
    font-family: "Satoshi", sans-serif;
    color: #455157;
    font-weight: 700;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.project-item a svg {
    color: #5c7656;
    transform: scale(0);
    transform-origin: left;
    transition: all .5s ease-in-out;
    font-size: 24px;
}
.project-item a:hover svg {
    transform: scale(1);
    transform-origin: left;
    opacity: 1;
}
.project-feature-photo {
    margin-bottom: 40px;
}
.project-feature-photo img {
    border-radius: 30px;
}
.project-subfeature-photo img {
    border-radius: 30px;
}
.loading-item {
    display: none;
}
.visible_item {
    display: none;
}
.showMore i {
    vertical-align: middle;
}
.career-hero {
    background-color: #fff;
}
.career-hero-banner img {
    max-height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.career-item {
    display: flex;
    background: #fff;
    padding: 32px;
    align-items: center;
    border: 1px solid #e5e5e5;
    margin-bottom: 24px;
    transition: all .3s ease-in-out;
    border-radius: 20px;
}
@media(max-width:575.98px) {
    .career-item {
        flex-direction: column;
        align-items: start;
        padding: 16px;
    }
}
.career-item:hover {
    transform: scale(1.01);
}
.career-item h3 {
    font-size: 24px;
    display: flex;
    align-items: center;
}
@media(max-width:575.98px) {
    .career-item-desc {
        margin-bottom: 24px;
    }
}.career-item-desc .badge {
     font-size: 12px;
     display: inline-block;
     border-radius: 4px;
     margin-left: 12px;
 }
.career-item-desc .old-job {
    color: #455157;
    border: 1px solid #455157;
}
.career-item-desc .new-job {
    color: #5c7656;
    border: 1px solid #5c7656;
}
.career-item-desc p {
    margin-bottom: 0;
}
.career-item-link {
    margin-left: auto;
}
@media(max-width:575.98px) {
    .career-item-link {
        margin-left: 0;
    }
}
.career-item-link a {
    min-width: 140px;
}
.career-contact-form {
    background-color: #e5e5e5;
}
.career-details-content {
    margin-bottom: 32px;
}
@media(max-width:575.98px) {
    .career-details-content {
        margin-bottom: 40px;
    }
}
.career-details-content h3 {
    margin-bottom: 32px;
}
.career-details-content p {
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 170%}
.career-details-content ul li {
    display: flex;
}
.career-details-content ul li span {
    flex-shrink: 0;
    margin-right: 8px;
}
.career-details-content ul li p {
    flex-grow: 1;
}
.contact-team {
    background-color: #f5fdff;
}
.contact-form form .form-label {
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 16px;
    color: #ee4701;
    font-size: 20px;
    font-family: "Satoshi", sans-serif;
}
.contact-form form .form-control, .contact-form form .form-select {
    border-radius: 8px;
    padding: 16px 20px;
    line-height: 1.4;
    color: #455157;
}
.contact-form form .form-control:focus, .contact-form form .form-select:focus {
    color: #ee4701;
    background-color: #fff;
    border-color: #5c7656;
    outline: 0;
    box-shadow: none;
}
.contact-form label.file-input {
    font-family: "Satoshi", sans-serif;
    background-color: transparent;
    color: #455157;
    padding: 16px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid #ee4701;
    margin-bottom: 24px;
}
.contact-form label.file-input svg {
    margin-right: 8px;
}
.contact-form #file-chosen {
    margin-left: 5px;
    font-family: "Satoshi", sans-serif;
}
.contact-details .work-item-container {
    padding-bottom: 64px;
}
@media(max-width:767.98px) {
    .contact-details .work-item-container {
        padding-bottom: 0;
    }
}
.contact-details .work-item {
    margin-top: 48px;
}
@media(max-width:767.98px) {
    .contact-details .work-item {
        margin-bottom: 0;
    }
}
.contact-details-item {
    display: flex;
    margin-bottom: 24px;
}
.contact-details-item-icon {
    flex-shrink: 0;
    margin-right: 16px;
}
.contact-details-item-body {
    flex-grow: 1;
}
@media(max-width:767.98px) {
    .contact-details-item-body h5 {
        font-size: 20px;
    }
}
.contact-details-item-body p {
    padding-bottom: 0 !important;
    font-weight: 500;
}
@media(max-width:767.98px) {
    .contact-details-item-body p {
        margin-bottom: 16px !important;
    }
}
:-ms-input-placeholder {
    font-size: 16px;
    line-height: 160%;
    color: #455157;
}
::-moz-placeholder {
    font-size: 16px;
    line-height: 160%;
    color: #455157;
}
::placeholder {
    font-size: 16px;
    line-height: 160%;
    color: #455157;
}
.blog .badge {
    color: #fff;
    border: 1px solid #5c7656;
}
.blog .card {
    align-items: center;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.blog .card:not(:first-child) {
    margin: 50px 0 0 0;
}
.blog .card .blog-post-item-thumb {
    width: 45%;
    margin-right: 70px;
    overflow: hidden;
    border-radius: 20px;
}
@media(max-width:1199.98px) {
    .blog .card .blog-post-item-thumb {
        width: 100%;
        margin-right: 64px;
    }
}
@media(max-width:991.98px) {
    .blog .card .blog-post-item-thumb {
        width: 100%;
        margin: 0 0 64px 0;
    }
}
.blog .card .blog-post-item-thumb img {
    transform: scale(1);
    transition: all .5s ease-in-out;
    width: 100%}
@media(max-width:991.98px) {
    .blog .card {
        padding: 0;
    }
}.blog .card:hover .blog-post-item-thumb img {
     transform: scale(1.06);
     transition: all .5s ease-in-out;
 }
.blog .blog-post-content {
    width: 55%}
@media(min-width:992px) {
    .blog .blog-post-content {
        max-width: 600px;
    }
}
.blog .blog-post-content .blog-post-meta span {
    font-weight: bold;
    font-size: 14px;
    color: #5c7656;
}
.blog .blog-post-content .blog-post-body-title a h3 {
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}
.blog .blog-post-content .blog-post-body-title a h3:hover {
    color: #5c7656;
}
.blog .blog-post-content .blog-post-body-title p {
    margin-bottom: 20px;
}
@media(max-width:1199.98px) {
    .blog .blog-post-content {
        width: 100%}
}@media(max-width:991.98px) {
    .blog .blog-post-content {
        width: 100%;
        text-align: center;
        margin-bottom: 32px;
    }
}
.blog-details {
    margin-top: -640px;
}
@media(max-width:1199.98px) {
    .blog-details {
        margin-top: -416px;
    }
}
@media(max-width:991.98px) {
    .blog-details {
        margin-top: -448px;
    }
}@media(max-width:767.98px) {
    .blog-details {
        margin-top: -512px;
    }
}
@media(max-width:575.98px) {
    .blog-details {
        margin-top: -176px;
    }
}.blog-details .card {
     box-shadow: none;
     border-radius: 0;
     padding: 64px 0 0 0;
     background: 0;
 }
@media(max-width:1199.98px) {
    .blog-details .card {
        padding: 16px 0 0 0;
    }
}@media(max-width:991.98px) {
    .blog-details .card {
        text-align: center;
        padding: 64px 0 0 0;
    }
}
@media(max-width:575.98px) {
    .blog-details .card {
        padding: 0;
    }
}.blog-details .card img {
     margin-top: 30px;
     margin-bottom: 40px;
     border-radius: 16px;
 }
.blog-details .card h3 {
    margin-bottom: 48px;
}
.blog-details .card p {
    font-weight: 500;
    margin-bottom: 48px;
    line-height: 1.6;
}
@media(min-width:1400px) {
    .blog-details .card p {
        font-size: 18px;
    }
}.blog-details .card h2 {
     color: #ee4701;
 }
.profile h4 {
    font-weight: 500;
}
@media(max-width:1199.98px) {
    .profile h4 {
        text-align: center;
    }
}
.profile .content {
    display: flex;
    align-items: center;
}
@media(max-width:1199.98px) {
    .profile .content {
        justify-content: center;
    }
}
.profile .content h3 {
    font-size: 24px;
    font-weight: 500;
}
.profile .content h4 {
    font-size: 18px;
}
@media(max-width:991.98px) {
    .related-blog h2 {
        text-align: center;
    }
}.related-blog .badge {
     color: #5c7656;
     border: 1px solid #5c7656;
 }
.related-blog .card {
    box-shadow: none;
    border-radius: 0;
    padding: 48px 0 0 0;
}
@media(max-width:1199.98px) {
    .related-blog .card {
        padding: 32px 0 0 0;
    }
}
@media(max-width:991.98px) {
    .related-blog .card {
        text-align: center;
        padding: 16px 0 0 0;
    }
}
.related-blog .card .blog-post-item-thumb {
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}
@media(max-width:991.98px) {
    .related-blog .card .blog-post-item-thumb {
        margin-bottom: 32px;
    }
}
@media(max-width:991.98px) {
    .related-blog .card .blog-post-content {
        margin-bottom: 32px;
    }
}
.related-blog .card .blog-post-content .blog-post-meta span {
    font-weight: 700;
    font-size: 14px;
    color: #5c7656;
}
.related-blog .card .blog-post-content .blog-post-body-title a h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
}
.related-blog .card .blog-post-content .blog-post-body-title a h3:hover {
    color: #5c7656;
}
.related-blog .card .blog-post-content .blog-post-body-title p {
    margin-bottom: 32px;
}
.blog-details .badge {
    color: #5c7656;
    border: 1px solid #5c7656;
}
.blog-details .blog-featured-image {
    border-radius: 8px;
}
.blog-details-content h2 {
    font-size: 30px;
    margin-bottom: 24px;
}
.blog-details-content p {
    line-height: 170%;
    margin-bottom: 32px;
}
.blog-details-content ul {
    margin: 48px 0;
}
.blog-details-content ul li {
    padding-left: 40px;
    margin-bottom: 32px;
    position: relative;
}
.blog-details-content ul li span {
    line-height: 170%}
.blog-details-content ul li:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: #ee4701;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pagination .page-item .btn i {
    vertical-align: middle;
}
.pagination .pa.footer-descriptionge-item.active .btn-outline {
    background-color: #ffeb6b;
    color: #ee4701 !important;
}
.pagination .page-item .page-total {
    margin-left: 5px;
}
.pagination .page-item:last-child {
    margin-left: 15px;
}
.page-link {
    font-family: "Satoshi", sans-serif;
    position: relative;
    display: block;
    color: #ee4701;
    background-color: #fff;
    border: 0;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 20px;
}
.page-link:hover {
    z-index: 2;
    color: inherit;
    background-color: inherit;
}
.page-link:focus {
    z-index: 3;
    color: #5c7656;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}
.page-item {
    margin-right: 8px;
}
.page-item:last-child {
    margin-right: 0;
}
.page-item:not(:first-child) .page-link {
    margin-left: 0;
}
.footer {
    background-color: #ee4701;
    padding: 24px 0 !important;
}
.footer-widget h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}
/*# sourceMappingURL=maps/theme.css.map */
