@font-face {
    font-family: 'main';
    src: url('../fonts/Satoshi-Variable.ttf');
}


.panel {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
}

.download-panel {
    width: 130px;
    height: 130px;
    margin-top: 20px;
    background-color: rgb(23 190 252 / 3%);
    border-radius: 18px;
    border: 2px #2283ff dashed;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 15px;
}

.download-panel .container {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    color: #5f88ff;
    font-weight: 600;
    font-size: 12px;
}

.download-panel img.icon {
    display: block;
    width: 30px;
    margin-left: auto;
    margin-bottom: 5px;
    margin-right: auto;
}

.download-panel .container {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    color: #5f88ff;
    font-weight: 600;
    padding: 0px;
    font-size: 12px;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #1364FE;
    border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
a {
    text-decoration: none;
}
.loader {
    width: 100%;
    position: fixed;
    z-index: 1000000;
    background-color: white;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition-duration: 0.3s;
}
.loader.displayed {
    pointer-events: all;
    transition-duration: 0.3s;
    opacity: 1;
}
.loader img {
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body {
    background-color: white;
    padding-top: 70px;
}
.menu-bar {
    width: 100%;
    height: 70px;
    padding-left: 22px;
    padding-right: 22px;
    border-bottom: 1px solid #EDEDED;
    top:0;
    position: fixed;
    z-index: 10;
    background-color: white;
}
.menu-bar .logo {
    width: 135px;
    position: absolute;
    left: 22px;
    top: 22px;
}
.menu-bar .menu-items {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.menu-bar .menu-cta {
    position: absolute;
    right: 22px;
    top: 10px;
    height: 50px;
    display: flex;
    align-items: center;
}
.menu-bar .menu-items a.nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
    color: black;
    border-bottom: 2px solid transparent;
}
.menu-bar .menu-items a.nav-link.active {
    border-bottom-color: #1364FE;
}
.menu-bar .menu-cta a.cta {
    height: 50px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 50px;
    color: white;
    font-family: 'Inter', sans-serif;
    background: #0000AF;
    border-radius: 100px;
    width: fit-content;
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.menu-bar .menu-items a.cta {
    height: 50px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 50px;
    float: left;
    color: white;
    font-family: 'Inter', sans-serif;
    background: #0000AF;
    border-radius: 100px;
    width: fit-content;
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.header h1 {
    font-family: 'main';
    max-width: 992px;
    width: 100%;
    color: black;
    font-weight: 700;
    font-feature-settings: 'dlig' on, 'salt' on;
    font-size: 72px;
    font-style: normal;
    line-height: 120%; /* 86.4px */
    letter-spacing: -1.5px;
    margin-bottom: 0px;
}
.header h1 span {
    position: relative;
}
.header h1 span::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 2px;
    bottom: 4px;
    height: 4px;
    border-radius: 10px;
    background-color: #0000AF;

}
.header {
    height: auto;
    min-height: 364px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 22px;
    padding-right: 22px;
}
.header .container-fluid {
    padding: 0px;
}
.header p {
    font-family: "main";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    color: #606060;
    width: 100%;
    max-width: 640px;
    margin-top: 32px;
}
.header .hero-buttons {
    margin-top: 32px;
    max-width: 100%;
    height: 50px;
    width: fit-content;
    float: right;
}
.header .hero-buttons .hero-btn {
    width: fit-content;
    padding-left: 32px;
    padding-right: 32px;
    height: 50px;
    line-height: 50px;
    color: white;
    font-family: "main";
    background-color: #0000AF;
    border-radius: 100px;
    float: left;
}
.header .hero-buttons .hero-btn.white {
    background-color: transparent;
    color: black;
    border: 1px solid #C2C2C2;
    margin-left: 12px;
    line-height: 48px;
}
.header .hero-buttons .hero-btn.white img {
    margin-top: -1px;
}
.headerContent {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
}
.headerContent.triggerd {
    opacity: 0;
}
.page-container {
    width: 100%;
    min-height: 300px;
    padding-left: 22px;
    padding-right: 22px;
}
.page-container.section-page {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: calc(100vh - 70px);
}
.section-page .section-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    grid-gap: 24px;
}
.section-page .section-sidebar {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 16px;
    position: sticky;
    top: 90px;
    height: fit-content;
}
.section-page .section-sidebar .sidebar-title {
    font-family: 'main', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px 0;
}
.section-page .section-sidebar .sidebar-nav {
    display: flex;
    flex-direction: column;
}
.section-page .section-sidebar .sidebar-link {
    font-family: 'main', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #606060;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-top: 6px;
    transition: all 0.2s ease-in-out;
}
.section-page .section-sidebar .sidebar-link:hover {
    color: #000;
    background: #FAFAFA;
}
.section-page .section-sidebar .sidebar-link.active {
    color: #1364FE;
    background: rgba(19, 100, 254, 0.06);
    border-color: rgba(19, 100, 254, 0.15);
}
.section-page .section-content {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.section-page .section-content > * + * {
    margin-top: 16px;
}
.section-page .section-content h1,
.section-page .section-content h2,
.section-page .section-content h3 {
    font-family: 'main', sans-serif;
    font-weight: 700;
    color: #000000;
}
.section-page .section-content h1 {
    font-size: 54px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-top: 4px;
}
.section-page .section-content h2 {
    font-size: 40px;
    line-height: 120%;
}
.section-page .section-content h3 {
    font-size: 28px;
    line-height: 130%;
}
.section-page .section-content p {
    font-family: 'main', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    color: #606060;
}
@media screen and (max-width: 992px) {
    .section-page .section-grid {
        grid-template-columns: 1fr;
    }
    .section-page .section-sidebar {
        position: relative;
        top: 0;
    }
    .section-page .section-content h1 {
        font-size: 33px;
    }
}
.cpa-form .form-label {
    font-family: 'main', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}
.cpa-form .cpa-input, .cpa-form textarea.form-control {
    border-radius: 12px;
    border: 1px solid #EDEDED;
    background: #FFFFFF;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
    padding: 12px 14px;
    font-family: 'main', sans-serif;
}
.cpa-form .cpa-input:focus, .cpa-form textarea.form-control:focus {
    outline: none;
    border-color: rgba(19,100,254,0.35);
    box-shadow: 0 0 0 4px rgba(19,100,254,0.08);
}
.cpa-form .cpa-step + .cpa-step {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px dashed #EDEDED;
}
.cpa-form h2 {
    font-family: 'main', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 14px;
}
.cpa-stepper {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.cpa-stepper .step {
    font-family: 'main', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #606060;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 100px;
    padding: 10px 14px;
    text-align: center;
}
.cpa-stepper .step.active {
    color: #1364FE;
    border-color: rgba(19,100,254,0.35);
    background: rgba(19,100,254,0.06);
}
.cpa-stepper .divider {
    height: 2px;
    width: 100%;
    background: #EDEDED;
}
.page-container.info-rows {
    padding-top: 110px;
    padding-bottom: 110px;
}
.page-container.cta {
    background: url("../img/bg-dots.svg"),linear-gradient(180deg, #1364FE 0%, #0047CD 100%);
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 0px;
    width: calc(100% - 44px);
    margin-left: 22px;
    border-radius: 16px;
    min-height: 600px;
    display: flex;
    align-items: center;
}
.page-container.cta h2 {
    width: 100%;
    max-width: 603px;
    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0px;
}
.page-container.cta p {
    width: 100%;
    max-width: 527px;
    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #EDEDED;
    margin-top: 40px;
}
.page-container.cta .button-container {
    width: 100%;
    max-width: 374px;
    margin-top: 40px;
}
.page-container.cta .button-container .button-item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 100px;
    line-height: 56px;
    height: 56px;
    text-align: center;

    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #1364FE;
}
.page-container.cta .button-container .button-item.outline {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    line-height: 54px;
}
.page-container.cta .button-container .button-item.outline img {
    width: 21px;
    margin-top: -2px;
}
.info-rows .info-row {
    width: 100%;
    border-radius: 16px;
    height: auto;
    display: flex;
    align-items: center;
    min-height: 200px;
    padding: 30px;
    background-color: #fff;

    transform: translateX(-40px);
    opacity: 0;
}
.info-rows .info-row.triggerd {
    transform: translateX(0px);
    opacity: 1;
}
.info-row h3 {
    width: 100%;
    max-width: 424px;
    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    margin: 0px;
}
.section-heading h2 {
    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    margin: 0px;
}
.section-heading {
    margin-top: 40px;
    margin-bottom: 0px;
}
.info-rows.tight {
    padding-top: 10px;
}
.info-row p {
    width: 100%;
    font-family: 'main', sans-serif;
    font-style: normal;
    font-weight: 500;
    max-width: 570px;
    font-size: 18px;
    line-height: 150%;
    color: #606060;
    margin: 0px;
}
.info-row .row-button {
    width: 86px;
    aspect-ratio: 1/1;
    background-color: transparent;
    border-radius: 200px;
    position: relative;
}
.info-row .row-button img.hover {
    opacity: 0;
    transition-duration: 0.2s;
}
.info-row .row-button img.regular {
    opacity: 1;
    transition-duration: 0.2s;
}
.info-row .row-button:hover {
    background-color: #0000AF;
    transition-duration: 0.15s;
}
.info-row .row-button:hover img.hover {
    opacity: 1;
    transition-duration: 0.2s;
}
.info-row .row-button:hover img.regular {
    opacity: 0;
    transition-duration: 0.2s;
}
.info-row .row-button img {
    position: absolute;
    pointer-events: none;
    width: 50px;
    left: calc(50% - 25px);
    transition-duration: 0.2s;
    top: calc(50% - 25px);
}
.info-row.dark {
    background-color: #FAFAFA;;
}
.map-panel {
    width: 100%;
    height: auto;
    border-radius: 16px;
    min-height: 700px;
    padding-top: 400px;
    position: relative;
    overflow: hidden;
    background-image: url('../img/map.svg'), linear-gradient(0deg, #F1F3F7, #F1F3F7);
    background-size: cover;
    background-position: center;
}
.banner-section .banner-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    border: 1px solid #EDEDED;
}
.banner-section .partners-logos {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 24px;
    align-items: center;
    justify-items: center;
    margin-top: 30px;
}
.banner-section .partner-logo {
    max-height: 36px;
    width: auto;
    opacity: 0.5;
    filter: grayscale(100%);
}
/* CPA full-blue layout */
.page-container.cpa-blue {
    background: linear-gradient(180deg, #1364FE 0%, #0047CD 100%);
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    min-height: calc(100vh - 70px);
    width: calc(100% + 44px);
    margin-left: -22px;
}
.cpa-card {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 20px;
    padding: 24px;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.cpa-card .form-nav {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}
.cpa-card .cta {
    height: 50px;
    padding-left: 28px;
    padding-right: 28px;
    line-height: 50px;
    color: white;
    font-family: 'Inter', sans-serif;
    background: #0000AF;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
.cpa-card .hero-btn.white {
    border: 1px solid #C2C2C2;
    background: transparent;
    color: #000;
    height: 50px;
    line-height: 48px;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 100px;
}
.cpa-swiper {
    width: 100%;
}
.cpa-swiper .swiper-slide {
    padding: 6px;
}
.cpa-swiper .swiper-pagination-bullet {
    background: #C2D6FF;
    opacity: 1;
}
.cpa-swiper .swiper-pagination-bullet-active {
    background: #1364FE;
}
@media screen and (max-width: 992px) {
    .page-container.cpa-blue {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .cpa-card {
        border-radius: 16px;
        padding: 18px;
    }
}
@media screen and (max-width: 992px) {
    .banner-section .partners-logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 16px;
    }
}
.map-panel .custom-button {
    width: 100%;
    margin-top: 30px;
    height: 50px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 50px;
    float: left;
    color: white;
    font-family: 'Inter', sans-serif;
    background: #0000AF;
    border-radius: 100px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.map-panel .align-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.map-panel .content.mapContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 200px;
    overflow: hidden;
    background: linear-gradient(0deg, #f1f3f7, #f1f3f7, #f1f3f700);
    z-index: 3;
    padding-bottom: 5vw;
    opacity: 0;
    transform: translateY(40px);
}
.map-panel .mapContent.triggerd {
    opacity: 1;
    transform: translateY(0px);
}
.map-panel .content h2 {
    font-family: 'main';
    width: 100%;
    color: black;
    font-weight: 700;
    font-feature-settings: 'dlig' on, 'salt' on;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    max-width: 600px;
    line-height: 120%;
}
.map-panel .content p {
    font-family: 'main';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #575757;
    margin: 0px;
    margin-top: 30px;
}
.map-panel .content .col-lg-4 p {
    margin-top: 0px;
}
.map-panel .content h4 {
    font-family: 'main';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    text-align: right;
    color: #000;
}
.map-panel .content p.right {
    text-align: right;
}
.map-panel .dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition-duration: 2s;
}
.map-panel .dot.display {
    opacity: 1;
    transition-duration: 2s;
}
.map-panel .dot1 {
    background-image: url('../img/dot1.svg');
}
.map-panel .dot2 {
    background-image: url('../img/dot2.svg');
}
.map-panel .dot3 {
    background-image: url('../img/dot3.svg');
}
.map-panel .dot4 {
    background-image: url('../img/dot4.svg');
}
.map-panel .dot5 {
    background-image: url('../img/dot5.svg');
}
.map-panel .dot6 {
    background-image: url('../img/dot6.svg');
}
.map-panel .dot7 {
    background-image: url('../img/dot7.svg');
}
.map-panel .dot8 {
    background-image: url('../img/dot8.svg');
}
.map-panel .dot9 {
    background-image: url('../img/dot9.svg');
}

@media screen and (min-width: 1400px) {
    .map-panel .container {
        padding-left: calc(5vw - 22px);
        padding-right: calc(5vw - 22px);
    }
    .page-container.cta .container {
        padding-left: calc(5vw - 22px);
        padding-right: calc(5vw - 22px);
    }
    .page-container.cta .container {
        padding-left: calc(5vw - 22px);
        padding-right: calc(5vw - 22px);
    }
    .page-container .info-row .container {
        padding-left: calc(5vw - 46px);
        padding-right: calc(5vw - 46px);
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
        padding-left: 5vw;
        padding-right: 5vw;
    }
}
@media screen and (max-width: 992px) {
    .menu-bar .menu-items {
        display: none;
    }
    .menu-bar .menu-cta {
        right: 22px;
        top: 10px;
    }
    .map-panel .content h2 {
        font-size: 33px;
        letter-spacing: -1px;
    }
    .map-panel .content p {
        font-size: 14px;
        margin-top: 6px;
    }
    .header h1 {
        font-size: 45px;
        margin-top: 30px;
    }
    .header {
        margin-bottom: 10vh;
    }
    .info-row h3 {
        margin-bottom: 20px;
        margin-top: 30px;
        font-size: 33px;
        letter-spacing: -1px;
    }
    .info-row p {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 30px;
    }
    .map-panel {
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .map-panel .dot {
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: center top;
    }
    .map-panel .align-bottom {
        position: relative;
        bottom: unset;
    }
    .page-container.cta h2 {
        font-size: 45px;
    }
    .page-container.cta p {
        font-size: 18px;
        margin-top: 22px;
        margin-bottom: 30px;
    }
    .map-panel .content .col-lg-4 h4 {
        margin-top: 14px;
        text-align: left;
        font-size: 24px;
    }
    .info-row .row-button {
        display: none;
    }
    .info-rows .info-row {
        padding: 10px;
    }
    .map-panel {
        min-height: 580px;
    }
    .map-panel .content p.right {
        font-size: 13px;
        margin-top: -7px;
    }
    .map-panel .content p.right {
        text-align: left;
    }
}
