/* ==================================================
   ROOT VARIABLES
================================================== */
:root {
    --step--2: clamp(0.5628rem, 0.8096rem + -0.3291vw, 0.7355rem);
    --step--1: clamp(0.7502rem, 0.9037rem + -0.2047vw, 0.8576rem);
    --step-0: clamp(1rem, 1rem + 0vw, 1rem);
    --step-1: clamp(1.166rem, 1.0944rem + 0.3181vw, 1.333rem);
    --step-2: clamp(1.3596rem, 1.1807rem + 0.7949vw, 1.7769rem);
    --step-3: clamp(1.5852rem, 1.2495rem + 1.4921vw, 2.3686rem);
    --step-4: clamp(1.8484rem, 1.2874rem + 2.4932vw, 3.1573rem);
    --step-5: clamp(2.1552rem, 1.2752rem + 3.9114vw, 4.2087rem);
}

@font-face {
    font-family: "Ambit";
    src: url("/fonts/Ambit-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit';
    src: url('/fonts/Ambit-Light (1)2.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit';
    src: url('/fonts/Ambit-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit';
    src: url('/fonts/Ambit-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ambit';
    src: url('/fonts/Ambit-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

html, body {
    overflow-x: clip;
    font-family: 'Ambit', sans-serif;
}

.theme-purple {
    --theme-bg: #BB69F4;
    --btn-grad-1: #BB69F4;
    --btn-grad-2: #3399FF;
}

.theme-yellow {
    --theme-bg: #FABF4D;
    --btn-grad-1: #FABF4D;
    --btn-grad-2: #3399FF;
}

.theme-blue {
    --theme-bg: #3399FF;
    --btn-grad-1: #3399FF;
    --btn-grad-2: #E9EEF3;
}

.theme-yellow {
    --theme-bg: #FABF4D;
    --btn-grad-1: #FABF4D;
    --btn-grad-2: #3399FF;
}

.theme-green {
    --theme-bg: #33CC99;
    --btn-grad-1: #3399FF;
    --btn-grad-2: #33CC99;
}

.theme-bg {
    background-color: var(--theme-bg);
}

.gradient-btn {
    --grad-1: var(--btn-grad-1);
    --grad-2: var(--btn-grad-2);
}

.theme-purple ul li::marker,
.theme-purple ol li::marker {
    color: var(--theme-bg);
}

.theme-yellow ul li::marker,
.theme-yellow ol li::marker {
    color: var(--theme-bg);
}
.active-nav-item {
    background: #fff;
    border-radius: 6px;
}

.animate-left,
.animate-right,
.animate-bottom {
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
    will-change: transform, opacity;
}

.animate-left {
    transform: translateX(-100px);
}

.animate-right {
    transform: translateX(100px);
}

.animate-bottom {
    transform: translateY(100px);
}

    .animate-left.in-view,
    .animate-right.in-view,
    .animate-bottom.in-view {
        opacity: 1;
        transform: translate(0, 0);
    }

h1 { 
    font-size: var(--step-5);
    margin-bottom: 0;
    font-weight: 700;
    line-height: 120%;
}

h2 {
    font-size: var(--step-4);
    margin-bottom: 0;
    font-weight: 700;
    color: #062054;
    line-height:120%;
}

h3 {
    font-size: var(--step-3);
    margin-bottom: 0;
    font-weight: 700;
    color: #062054;
    line-height: 120%;
}

.h3clone {
    font-size: var(--step-3) !important;
    margin-bottom: 0;
    font-weight: 700;
    color: #062054;
    line-height: 120% !important;
}

h4 {
    font-size: var(--step-2) ;
    margin-bottom: 0;
    font-weight: 700;
    color: #062054;
    line-height:130%;

}

.h4-clone {
    font-size: var(--step-2);
    margin-bottom: 0;
    font-weight: 400;
    color: #062054;
    line-height: 130%;
}

h5 {
    font-size: var(--step-1);
    margin-bottom: 0;
    color: #062054 !important;
    font-weight: 400;
    line-height:130%;
}

.h5clone {
    font-size: var(--step-1) !important;
    margin-bottom: 0;
    color: #062054 ;
    font-weight: 400 ;
    line-height: 130% !important;
}

    h5 a {
        font-size: var(--step-1);
        margin-bottom: 0;
        color: #030E24 !important;
        text-decoration-color: #030E24;
        font-weight: 400;
    }

.h5clone a {
    font-size: var(--step-1);
    margin-bottom: 0;
    color: #030E24 !important;
    text-decoration-color: #030E24;
    font-weight: 400;
}

p {
    font-size: var(--step-0);
    margin-bottom: 0;
    line-height: 150%;
    color: #030E24;
    font-weight: 400;
}

span {
    font-size: var(--step-0);
    margin-bottom: 0;
    line-height: 150%;
}

p a,
p a:hover,
p a:focus {
    color: inherit;
}

.sbr { 
    border-radius: 12px;
}

.block-div {
    margin-top: 84px;
}

.block-div-col-8 {
    margin-top: 60px;
}

header {
    background: white;
    padding: 20px 0px;
    top: 0;
    z-index: 1000;
    position: relative;

}

.header-top {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 259px;
    height: auto;
}

.top-links {
    display: flex;
    gap: 35px;
}

    .top-links a {
        font-size: 16px;
        color: #4F757D !important;
        text-decoration: none;
    }

.header-bottom {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-bottom nav ul {
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .header-bottom nav a {
        color: #062054;
        text-decoration: none;
        font-size: 21px;
        font-weight: 400;
    }

.burger {
    display: none;
    width: 33px;
    cursor: pointer;
}

    .burger span {
        display: block;
        height: 4px;
        background: #062054;
        margin: 7px 0;
    }

@media (max-width: 1199px) {

    header {
        padding: 0 0px;
    }


    .header-top {
        height: 70px;
    }


    .top-links {
        display: none;
    }


    .burger {
        display: block;
    }


    .header-bottom {
        display: none;
        height: auto;
       
    }

        .header-bottom.active {
            display: block;
        }


        .header-bottom nav ul {
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
        }

}

.image-background-card {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
}

    .image-background-card h2 {
        margin-bottom: 20px;
        font-size: 2rem;
    }

    .image-background-card .content-text {
        font-size: 1rem;
        line-height: 1.6;
    }

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

.gradient-btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    padding: 4px;
    background: transparent;
    cursor: pointer;
    --btn-bg: #062054;
    --grad-1: var(--btn-grad-1, #3399FF);
    --grad-2: var(--btn-grad-2, #33CC99);
    overflow: hidden;
}

    .gradient-btn::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 14px;
        background: conic-gradient( from var(--angle), var(--grad-1), var(--grad-2), var(--grad-1) );
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .gradient-btn:hover::before {
        opacity: 1;
        animation: rotate 3s linear infinite;
    }

    .gradient-btn span {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px 22px;
        background: var(--btn-bg);
        color: #fff;
        border-radius: 12px;
        z-index: 1;
        font-size: 20px;
        font-weight: 400;
    }

    .gradient-btn.white {
        --btn-bg: #fff;
    }

        .gradient-btn.white span {
            color: #062054;
        }

    .gradient-btn.grad-purple {
        --grad-1: #BB69F4;
        --grad-2: #3399FF;
    }

    .gradient-btn.grad-yellow {
        --grad-1: #FABF4D;
        --grad-2: #3399FF;
    }

    .gradient-btn.grad-lightblue {
        --grad-1: #3399FF;
        --grad-2: #E9EEF3;
    }

.grad-btn-left {
    margin-left: -4px;
}

.grad-btn-right {
    margin-right: -4px;
}

.home-hero-section {
    width: calc(100% - var(--bs-gutter-x));
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
    background: #062054;
    border-radius: 12px;
    --bs-gutter-x: 1.5rem;
    overflow: hidden;
    max-height:750px
}

.home-hero-section .content {
  color:#fff
}

.content {
    display: flex;
    align-items: center; /* optional */
}

.hero-image {
    display: flex;
    justify-content: center;
}

    .hero-image img {
        display: block;
        width: 160%;
        height: auto;
    }

.value-box-image {
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom:10px;
}

.value-block {
    background-color: #E9EEF3;
    padding: 55px 35px 53px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
}

.value-block-block {
    background-color: #E9EEF3;
    padding: 35px 35px 35px;
    border-radius: 12px;
   
    height: 100%;
}

.hero-circle-1 {
    width: 479px;
    height: 479px;
    bottom: -220px;
    left: -220px;
}

.hero-circle-2 {
    width: 446px;
    height: 446px;
    top: -360px;
    right: -290px;
}

.hero-circle-1,
.hero-circle-2 {
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, left 0.5s ease;
}

.gradient-border {
    aspect-ratio: 1;
    border-radius: 12px;
    padding: 10px;
    background: conic-gradient( from 0deg, transparent 0deg, rgba(187, 105, 244, 0.7) 20deg, #BB69F4 40deg, rgba(187, 105, 244, 0.7) 60deg, transparent 100deg, transparent 180deg, rgba(187, 105, 244, 0.7) 200deg, #BB69F4 220deg, rgba(187, 105, 244, 0.7) 240deg, transparent 280deg, transparent 360deg );
}

.gradient-border-2 {
    aspect-ratio: 1;
    border-radius: 12px;
    padding: 10px;
    background: conic-gradient( from 0deg, transparent 0deg, rgba(51, 204, 153, 0.7) 20deg, #3C9 40deg, rgba(51, 204, 153, 0.7) 60deg, transparent 100deg, transparent 180deg, rgba(51, 204, 153, 0.7) 200deg, #3C9 220deg, rgba(51, 204, 153, 0.7) 240deg, transparent 280deg, transparent 360deg );
}

.gradient-border-theme {
    border-radius: 20px;
    padding: 10px;
    background: conic-gradient( from 0deg, transparent 0deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 20deg, var(--theme-bg) 40deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 60deg, transparent 100deg, transparent 180deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 200deg, var(--theme-bg) 220deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 240deg, transparent 280deg, transparent 360deg );
}

.provider-table {
    border: 2px solid #E9EEF3;
    border-radius: 12px;
    overflow: hidden; /* Makes the outside corners rounded */
}

    .provider-table .col-6 {
        border-right: 2px solid #E9EEF3;
        border-bottom: 2px solid #E9EEF3;
    }

        .provider-table .col-6:nth-child(2n) {
            border-right: none; /* Right column */
        }

        .provider-table .col-6:nth-child(n+5) {
            border-bottom: none; /* Bottom row */
        }

.provider-logo {
    background: #fff;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

    .provider-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.first-divider {
    margin-top: 60px;
    margin-bottom: 60px;
    background: #E9EEF3;
    height:2px;
}

.image-background-card .overlay {
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 36px;
    flex-direction: column;
    justify-content: center;
}

.information-box {
    border-radius: 12px;
    background: #E9EEF3;
    padding: 26px 30px 25px 30px;
}

.footer-logo {
    width: 292px;
}

.content-inner {
    padding: 30px 0 0px 0;
}

.trust-pilot-box{
    padding-top:40px;
    padding-bottom:25px;
}

.news-top-padding{
    padding-top:0px;
}

.news-pill {
    display: inline-flex;
    align-items: center;
    background: #E9EEF3;
    padding: 4px 16px;
    border: 4px solid transparent;
    border-radius: 12px;
    color: #062054;
    box-sizing: border-box;
}

    .news-pill.active {
        outline: 4px solid var(--theme-bg);
        outline-offset: 0;
        text-decoration: underline !important;
    }

.featured-pill {
    padding: 6px 18px 6px 18px;
    background: #062054;
    border-radius: 12px;
}

.custom-dropdown {
    padding: 6px 13px 6px 15px;
    border-radius: 12px;
    color: #062054;
    font-weight: 600;
    background-color:#fff !important;
}

.tier-nav .dropdown-menu .dropdown-item {
    background: transparent;
    padding: 13px 16px;
    border-radius: 12px
}

    .custom-dropdown:hover {
        background-color: #fff;
    }

    .custom-dropdown::after {
        display: none; /* removes Bootstrap arrow */
    }

.dropdown-menu {
    border-radius: 8px;
    padding: 10px;
}

.form-select.field-error {
    box-shadow: 0 0 0 5px rgba(255, 0, 0, 0.50) !important;
}

.dropdown-item {
    padding: 12px 15px;
}

.dropdown-chevron {
    transition: transform 0.25s ease;
}

.dropdown.show .dropdown-chevron {
    transform: rotate(180deg);
}

.footer-banner {
    padding-top: 50px;

}

.pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
   
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: #062054;
    transition: .3s ease;
}

    .pagination-btn:hover {
        color: #062054;
    }

.pagination-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #062054;
    padding: 0;
    background: transparent;
}

    .pagination-number:hover {
        text-decoration: underline;
    }

    .pagination-number.active {
        padding: 6px 14px;
        border-radius: 12px;
        background: #062054;
        color: #fff !important;
        text-decoration: underline;
        aspect-ratio: 1/1;
    }

.pagination-btn.disabled {
    opacity: .5;
    pointer-events: none;
}

.pagination-dots {
    padding: 0 8px;
}

.article-category {
    display: inline-block;
    padding: 4px 16px;
    border: 2px solid;
}

.article-category-ind {
    display: inline-block;
    padding: 6px 16px;
    border: 2px solid;
}

.author-image-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.news-image-gradient,
.featured-image-gradient {
    position: relative;
    padding: 8px;
    border-radius: 20px;
    overflow: hidden;
}

.gradient-border-themed::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: conic-gradient( from 0deg, transparent 6deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 25deg, var(--theme-bg) 45deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 65deg, transparent 84deg, transparent 186deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 205deg, var(--theme-bg) 225deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 245deg, transparent 264deg, transparent 360deg );
    opacity: 0;
    transition: opacity .4s ease;
    z-index: 0;
}

.gradient-border-themed-non-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: conic-gradient( from 0deg, transparent 6deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 25deg, var(--theme-bg) 45deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 65deg, transparent 84deg, transparent 186deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 205deg, var(--theme-bg) 225deg, color-mix(in srgb, var(--theme-bg), transparent 30%) 245deg, transparent 264deg, transparent 360deg );
    opacity: 1;
    transition: opacity .4s ease;
    z-index: 0;
}

.featured-article h2,
.featured-article h4 {
    transition: .3s ease;
}

.featured-article:hover h2,
.featured-article:hover h4 {
    text-decoration: underline;
}

.news-card:hover .gradient-border-themed::before {
    opacity: 1;
}

.featured-article:hover .gradient-border-themed::before {
    opacity: 1;
}
    .featured-article:hover h3{
        text-decoration:underline;
    }

    .gradient-border-themed img {
        position: relative;
        z-index: 1;
    }

.news-card h4 {
    transition: .3s ease;
}

.news-card:hover h4 {
    text-decoration: underline;
}

.news-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

    .news-card-link:hover {
        color: inherit;
    }

        .news-card-link:hover .news-card h4 {
            text-decoration: underline;
        }

.foot-ban-margin {
    padding-bottom: 35px;
}

.trust-stars-section{
    width:35px;
    height:auto;
}

.bullet-icon2 svg {
    width: 25px;
    height: 25px;
}

.non-theme-bullet-block {
    width: 100%;
    background: #E9EEF3;
    border-radius: 12px;
    padding: 30px;
}

.pen-ops-form {
    padding: 24px 0 30px 0;
}

.page-circle-cal {
    position: absolute;
    width: 518px;
    height: 518px;
    border-radius: 50%;
    top: 128%;
    left: -250px;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, left 0.5s ease;
}

.page-circle2-cal {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -50px;
    right: -120px;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, left 0.5s ease;
}

.table-responsive tbody td,
.table-responsive tbody th {
    padding: 10px;
    border-top: 1px solid #E9EEF3;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    background: #FFF;
}

.value-card-icon-block {
    padding: 0px 62px 0px 62px;
}

.w-95{
    width:91%;
}

.bannertitle {
    padding: 30px;
}

.mobile-class-miniban{
    height:328px;
}

.hero-image2 {
    position: absolute;
    width: 700px;
    height: 700px;
    right: -250px;
    top: 100%;
    transform: translateY(2%);
    border-radius: 50%;
    overflow: hidden;
}

.vacancy-card {
    background: #E9EEF3;
    border-radius: 12px;
    padding: 36px 36px 23px 36px;
}

.vacancy-tags {
    align-items: center;
}

.vacancy-tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 16px;
    border-radius: 12px;
    border: 2px solid var(--theme-bg);
    color: #030E24;
    font-size: 16px;
  
}

.apply-now-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px 8px 24px;
    border-radius: 12px;
    color: #062054;
    transition: background-color 0.2s ease;
    text-decoration: none;
    margin-bottom:5px;
}

    .apply-now-link:hover {
        background-color: #fff;
        text-decoration: underline;
    }

.hero {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #062054;
    padding: 29px 0 30px 0;
    z-index:10;
}

.dynamic-nav-pad {
    padding: 16px 15px 16px 15px;
}

.dropdown-chevron {
    transition: transform 0.25s ease;
    width:20px;
}

.btn-check:focus + .btn, .btn:focus{
    box-shadow:none;
}

.contact-square {
    border-radius: 12px;
    background: #E9EEF3;
    padding: 30px;
}

.non-hero-tite-pad {
    margin-top: 25px;
}

.faq-boxes {
    padding: 25px 28px 15px 28px;
}

.apply-rol-form {
    background-color: #E9EEF3;
    padding: 36px 0px 36px 0px;
}

.second-divider {
    margin-top: 30px;
    margin-bottom: 45px;
    background: #E9EEF3;
    height: 2px;
}

.thrid-divider {
    margin-top: 45px;
    margin-bottom: 33px;
    background: #E9EEF3;
    height: 2px;
}

.hero-btn-margin {
    margin-bottom: 10px;
}

.calc-form {
    border-radius: 12px;
    border: 1px solid #062054;
    height:44px;
}

.slider-gap {
    margin-bottom: 30px;
}

.value-box-image-block {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 10px;
}

@media (min-width: 576px) {

    :root {
        --container-max: 540px;
        --container-pad: 12px;
    }

    .hero-image img {
        display: block;
        width: 100%;
        height: auto;
    }

    .hero-image {
        display: flex;
        align-items: flex-end;
    }

    .home-hero-section {
        width: calc(100% - var(--bs-gutter-x));
        margin-left: calc(var(--bs-gutter-x) * .5);
        margin-right: calc(var(--bs-gutter-x) * .5);
        background: #062054;
        border-radius: 12px;
        --bs-gutter-x: 1.5rem;
        overflow: hidden;
        max-height: none;
    }
}

@media (min-width: 768px) {

        .value-box-image {
            padding-left: 45px;
            padding-right: 45px;
            padding-bottom: 10px;
        }

        .value-box-image-block {
            padding-left: 60px;
            padding-right: 60px;
            padding-bottom: 10px;
        }

        .table-responsive tbody td,
        .table-responsive tbody th {
            padding: 25px;
            border-top: 1px solid #E9EEF3;
            border-left: none;
            border-right: none;
            vertical-align: middle;
            background: #FFF;
        }

        .tier-nav .dropdown-menu .dropdown-item {
            background: transparent;
            padding: 16px 16px;
            border-radius: 12px
        }

        .provider-logo {
            background: #fff;
            height: 159px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 25px;
        }

        .slider-gap {
            margin-bottom: 30px;
        }

        .hero-btn-margin {
            margin-bottom: 25px;
        }

        .thrid-divider {
            margin-top: 60px;
            margin-bottom: 58px;
            background: #E9EEF3;
            height: 2px;
        }

        .second-divider {
            margin-top: 30px;
            margin-bottom: 60px;
            background: #E9EEF3;
            height: 2px;
        }

        .non-hero-bread {
            background-color: #E9EEF3;
        }

        .apply-rol-form {
            background-color: #E9EEF3;
            padding: 60px 0px 50px 0px;
        }

        .non-hero-bread {
            background-color: #E9EEF3;
        }

        .non-hero-tite-pad {
            margin-top: 45px;
        }

        .faq-boxes {
            padding: 35px 35px 20px 35px;
        }

        .news-top-padding {
            padding-top: 80px;
        }

        .contact-square {
            border-radius: 12px;
            background: #E9EEF3;
            padding: 35px;
        }

        .dropdown-chevron {
            transition: transform 0.25s ease;
            width: 28px;
        }

        .dynamic-nav-pad{
            padding:12px 12px 12px 30px;
        }

        .vacancy-card {
            background: #E9EEF3;
            border-radius: 12px;
            padding: 55px 60px 60px 60px;
        }

        .mobile-class-miniban {
            height: auto;
        }

        .bannertitle {
            padding: 63px 60px 68px 60px;
        }

        .hero-image2 {
            position: absolute;
            width: 484px;
            height: 484px;
            right: -255px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            overflow: hidden;
        }

            .hero-image2 img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .value-card-icon-block {
            padding: 0px 55px 0px 55px;
        }

        .page-circle-cal {
            position: absolute;
            width: 518px;
            height: 518px;
            border-radius: 50%;
            top: 115%;
            left: -140px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .page-circle2-cal {
            position: absolute;
            width: 316px;
            height: 316px;
            border-radius: 50%;
            top: -60px;
            right: -130px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .pen-ops-form {
            padding: 120px 0 120px 0;
        }

        .non-theme-bullet-block {
            width: 100%;
            background: #E9EEF3;
            border-radius: 12px;
            padding: 60px;
        }

        .bullet-icon2 svg {
            width: 31px;
            height: 31px;
        }

        .foot-ban-margin {
            padding-bottom: 40px;
        }

        .pagination-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 20px 8px 20px;
            border-radius: 12px;
            background: #E9EEF3;
            text-decoration: none;
            color: #062054;
            transition: .3s ease;
        }

        .custom-dropdown {
            padding: 13px 10px 13px 20px;
            border-radius: 12px;
            color: #062054;
            font-weight: 600;
        }

        .trust-pilot-box {
            padding-top: 120px;
            padding-bottom: 120px;
        }

        .content-inner {
            padding: 60px 0 0px 0;
        }

        .footer-logo {
            width: 364px;
        }

        .information-box {
            border-radius: 12px;
            background: #E9EEF3;
            padding: 36px 36px 29px 36px;
        }

        :root {
            --container-max: 720px;
            --container-pad: 12px;
        }

        .image-background-card .overlay {
            color: #fff;
            width: 100%;
            height: 100%;
            padding: 60px 60px 50px 60px;
            flex-direction: column;
            justify-content: center;
        }

        .hero-circle-1 {
            width: 479px;
            height: 479px;
            bottom: -200px;
            left: -150px;
        }
   
        .hero-circle-2 {
            width: 446px;
            height: 446px;
            top: -340px;
            right: -210px;
        }

        .footer-banner {
            padding-top: 130px;
        }

        .block-div {
            margin-top: 120px;
        }

        .block-div-col-8 {
            margin-top: 84px;
        }

        .hero {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: #062054;
            padding: 45px 0 60px 0;
        }

        .apply-now-link {
            background-color: #fff;
            text-decoration: underline;
        }

        .w-95 {
            width: 90%;
        }
    }

  @media (min-width: 992px) {

        .bannertitle {
            padding: 60px 60px 65px 60px;
        }

        .hero-image2 {
            position: absolute;
            width: 484px;
            height: 484px;
            right: -280px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            overflow: hidden;
        }

        .slider-gap{
            margin-bottom:38px;
        }

        .w-95 {
            width: 85%;
        }

        .vacancy-card {
            background: #E9EEF3;
            border-radius: 12px;
            padding: 60px;
        }

        .apply-now-link {
            background-color: transparent;
            text-decoration: none;
        }

        .thrid-divider {
            margin-top: 50px;
            margin-bottom: 58px;
            background: #E9EEF3;
            height: 2px;
        }

        .second-divider {
            margin-top: 40px;
            margin-bottom: 60px;
            background: #E9EEF3;
            height: 2px;
        }

        .apply-rol-form {
            background-color: #E9EEF3;
            padding:60px 0px 50px 0px;
        }

        .news-top-padding {
            padding-top: 100px;
        }

        .tier-nav {
            padding: 28px 18px 28px 38px;
        }

        .hero {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: #062054;
            padding: 50px 0;
        }

        .pen-ops-form {
            padding: 80px
        }

        .bullet-icon2 svg {
            width: 36px;
            height: 36px;
        }

        .provider-logo {
            background: #fff;
            height: 187px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }

        .footer-banner {
            padding-top: 0px;
        }

        .foot-ban-margin {
            padding-bottom: 40px;
        }

        .w-lg-50 {
            width: 75%;
        }
   
        .hero-circle-1 {
            width: 316px;
            height: 316px;
            bottom: -212px;
            left: -150px;
        }
 
        .hero-circle-2 {
            width: 596px;
            height: 596px;
            top: -250px;
            right: -220px;
        }

        :root {
            --container-max: 960px;
            --container-pad: 1px;
        }

        .fake-container {
            padding-left: calc( max( var(--container-pad), (100vw - var(--container-max)) / 2 + var(--container-pad) ) );
            padding-right: 80px;
        }

        .fake-container-right {
            padding-right: calc( max( var(--container-pad), (100vw - var(--container-max)) / 2 + var(--container-pad) ) );
            padding-left: 80px;
        }

        .home-hero-section .hero-image img {
            width: 100%;
            object-fit: cover;
        }

        .page-circle {
            position: absolute;
            width: 819px;
            height: 819px;
            border-radius: 50%;
            background: linear-gradient( 180deg, #E9EEF3 0%, rgba(233, 238, 243, 0) 100% );
            top: 20%;
            right: -500px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .page-circle2 {
            position: absolute;
            width: 819px;
            height: 819px;
            border-radius: 50%;
            background: linear-gradient( 180deg, #E9EEF3 0%, rgba(233, 238, 243, 0) 100% );
            top: 60%;
            left: -480px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .page-circle-cal {
            position: absolute;
            width: 518px;
            height: 518px;
            border-radius: 50%;
            top: 125%;
            left: -90px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .page-circle2-cal {
            position: absolute;
            width: 316px;
            height: 316px;
            border-radius: 50%;
            top: -80px;
            right: -130px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .content-inner {
            padding: 40px 0;
        }

        .table-responsive tbody td,
        .table-responsive tbody th {
            padding: 25px 15px 25px 15px;
            border-top: 1px solid #E9EEF3;
            border-left: none;
            border-right: none;
            vertical-align: middle;
            background: #FFF;
        }

        .non-hero-tite-pad{
            margin-top:55px;
        }

        .faq-boxes {
            padding: 35px 35px 20px 35px;
        }

        .hero-btn-margin {
            margin-bottom: 24px;
        }
    }

   @media (min-width: 1200px) {

        .hero-image2 {
            position: absolute;
            width: 484px;
            height: 484px;
            right: -210px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            overflow: hidden;
        }

        .value-card-icon-block {
            padding: 0px 62px 0px 62px;
        }

        .content-inner {
            padding: 0px 0;
        }

        :root {
            --container-max: 1140px;
            --container-pad: -20px;
        }

        .block-div {
            margin-top: 120px;
        }

        .block-div-col-8 {
            margin-top: 84px;
        }

        .home-hero-section .hero-image img {
            width: 100%;
            object-fit: cover;
            transform: translateX(35px); /*CHANGE THIS PER BREAK POINT */
        }

        .tier-nav {
            padding: 20px 21px 21px 38px;
        }
    }

 @media (min-width: 1400px) {

        .header-bottom nav ul {
            gap: 25px;
        }

        .home-hero-section .hero-image img {
            width: 100%;
            object-fit: cover;
        }

        :root {
            --container-max: 1320px;
            --container-pad: -10px;
        }

        .table-responsive tbody td,
        .table-responsive tbody th {
            padding: 20px;
            border-top: 1px solid #E9EEF3;
            border-left: none;
            border-right: none;
            vertical-align: middle;
            background: #FFF;
        }
    }

    @media (max-width: 575.98px) {

        .custom-mobile-img {
            width: 140% !important;
            max-width: none;
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    .table-responsive th,
    .table-responsive td {
        text-align: center;
        vertical-align: middle;
    }

    .table-responsive table {
        width: 100%;
        border: 2px solid #E9EEF3;
        border-radius: 16px;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        background: #FFF;
    }

    .table-responsive thead th {
        color: #062054;
        font-weight: 700;
        border-bottom: 2px solid #E9EEF3;
        border-left: none;
        border-right: none;
        background: #FFF;
        padding:15px;
    }

th {
    color: #062054 !important;
    font-size: var(--step-0);
}
    
    .table-responsive tbody td,
    .table-responsive tbody th {
        border-top: 1px solid #E9EEF3;
        border-left: none;
        border-right: none;
        vertical-align: middle;
        background: #FFF;
    }
    
    .table-responsive td,
    .table-responsive th {
        border-left: none !important;
        border-right: none !important;
    }
   
    .table-responsive thead tr:first-child th:first-child {
        border-top-left-radius: 16px;
    }

    .table-responsive thead tr:first-child th:last-child {
        border-top-right-radius: 16px;
    }

    .table-responsive tbody tr:last-child td:first-child,
    .table-responsive tbody tr:last-child th:first-child {
        border-bottom-left-radius: 16px;
    }

    .table-responsive tbody tr:last-child td:last-child,
    .table-responsive tbody tr:last-child th:last-child {
        border-bottom-right-radius: 16px;
    }
   
    .table-responsive tbody tr:last-child td,
    .table-responsive tbody tr:last-child th {
        border-bottom: none;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom: 1px solid #E9EEF3;
    }

@media (max-width: 767.98px) {

    .mobile-transposed-table {
        width: 600px !important;
    }
}

    .pen-ops-form form label {
        display: block;
        color: #fff;
        margin-bottom: 8px;
        font-weight: 400;
    }

    .pen-ops-form form .form-control {
        background: transparent;
        border: 1px solid #fff;
        border-radius: 12px;
        color: #fff;
        height: 44px;
        padding: 0 16px;
    }

        .pen-ops-form form .form-control:focus {
            background: transparent;
            border-color: #fff;
            color: #fff;
            box-shadow: none;
        }

        .pen-ops-form form .form-control::placeholder {
            color: transparent;
        }

    .pen-ops-form form .cta-button {
        width: auto;
        display: inline-flex;
    }
   
    .hero .container {
        position: relative;
        z-index: 2;
    }

    .hero-circle {
        position: absolute;
        border-radius: 50%;
        z-index: 1;
    }

    .custom-breadcrumb {
        background: transparent;
        padding: 0;
    }

        .custom-breadcrumb .breadcrumb-item,
        .custom-breadcrumb .breadcrumb-item a {
            color: #fff;
            text-decoration: none;
            font-size: 20px;
        }

        .custom-breadcrumb .breadcrumb-item {
        }

            .custom-breadcrumb .breadcrumb-item.active {
                color: #fff;
            }

        .custom-breadcrumb .breadcrumb-item {
            display: flex;
            align-items: center;
        }

            .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "";
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.4993 10L6.66602 6.16667L7.83268 5L12.8327 10L7.83268 15L6.66602 13.8333L10.4993 10Z' fill='white'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                margin-left: 2px;
                margin-right: 10px;
                margin-top: 0px;
            }

    @media (max-width: 575.98px) {

        .custom-breadcrumb .breadcrumb-item,
        .custom-breadcrumb .breadcrumb-item a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }
     
            .custom-breadcrumb .breadcrumb-item:not(.active) {
                display: none;
            }
          
            .custom-breadcrumb .breadcrumb-item.active {
                display: flex;
                align-items: center;
            }

                .custom-breadcrumb .breadcrumb-item.active::before {
                    content: "";
                    width: 20px;
                    height: 20px;
                    display: inline-block;
                    margin-left: -10px;
                    margin-right: 5px;
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.4993 10L6.66602 6.16667L7.83268 5L12.8327 10L7.83268 15L6.66602 13.8333L10.4993 10Z' fill='white'/%3E%3C/svg%3E");
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: contain;
                    transform: rotate(180deg);
                }

            .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                content: "";
                width: 20px;
                height: 20px;
                display: inline-block;
                margin-left: -10px;
                margin-right: 5px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.4993 10L6.66602 6.16667L7.83268 5L12.8327 10L7.83268 15L6.66602 13.8333L10.4993 10Z' fill='white'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                margin-top:2px;
                transform: rotate(180deg);
            }

    }

    .h2-text-pad {
        padding-bottom: 9px
    }

    .h3-text-pad {
        padding-bottom: 9px
    }

    @media (min-width: 768px) {
        .h2-text-pad {
            padding-bottom: 5px
        }

        .h3-text-pad {
            padding-bottom: 9px
        }
    }

    @media (min-width: 992px) {
        .h2-text-pad {
            padding-bottom: 5px
        }

        .h3-text-pad {
            padding-bottom: 8px
        }
    }

    .header-bottom {
        position: relative;
    }

    .mega-menu {
        display: none;
    }

    @media (min-width: 1200px) {

        .mega-menu-parent:hover .mega-menu {
            display: block;
        }

        .mega-menu {
            display: none;
            top: 80px;
            z-index: 1000;
            border-radius: 12px;
            background-color: #E9EEF3;
            padding: 12px;
        }

            .mega-menu::before {
                content: "";
                position: absolute;
                top: -40px;
                left: 0;
                width: 100%;
                height: 40px;
                background: transparent;
            }
    }

    .page-circle-cal-contact-form {
        position: absolute;
        width: 518px;
        height: 518px;
        border-radius: 50%;
        top: 119%;
        left: -250px;
        transform: translateY(-50%);
        z-index: 0;
        pointer-events: none;
        transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, left 0.5s ease;
    }

    .page-circle2-cal-contact-form {
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        top: -50px;
        right: -120px;
        transform: translateY(-50%);
        z-index: 0;
        pointer-events: none;
        transition: width 0.5s ease, height 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease, left 0.5s ease;
    }

    .result-box {
        border-radius: 12px;
        background: #E9EEF3;
        padding: 60px;
    }

    .circle-stats {
        background: #E9EEF3;
        padding: 45px 30px 37px 30px;
    }

    .illustrated-bulletpoints-bullet-list .bullet-icon {
        width: 36px;
        height: 33px;
        flex-shrink: 0;
        color: var(--theme-bg);
    }

    .trust-stars img {
        width: 24px; /* Adjust as needed */
        height: auto;
        display: block;
    }
.news-log-pad {
    margin-top: 80px;
    margin-bottom: 80px;
}

.burger-menu-mobile {
    display: none;
    position: fixed;
    left: 0;
    top:94px;
    background: #E9EEF3;
    border-radius: 12px;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 36px;
    left: 12px;
    right: 12px;
    bottom: 12px
}

.annuity-cal-age {
    width: 126px;
}

.pension-pot {
    width: 191px;
}

.w-72 {
    width: 95% !important;
}

.large-cta-block {
    padding: 45px 36px 0 36px;
}

.annuity-cal-results {
    background-color: #E9EEF3;
    padding: 38px 35px 25px 35px
}

    @media (min-width: 768px) {

        .annuity-cal-results {
            background-color: #E9EEF3;
            padding: 60px 60px 50px 60px
        }

        .large-cta-block {
            padding: 60px 45px 0 45px;
        }

        .contact-circle-cal-non-hero {
            position: absolute;
            width: 653px;
            height: 653px;
            border-radius: 50%;
            top: 480px;
            right: -350px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
            background: linear-gradient(180deg, #E9EEF3 0%, rgba(233, 238, 243, 0.00) 100%);
        }

        .contact-circle2-cal-non-hero {
            position: absolute;
            width: 636px;
            height: 636px;
            border-radius: 50%;
            top: 1500px;
            left: -250px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
            background: linear-gradient(180deg, #E9EEF3 0%, rgba(233, 238, 243, 0.00) 100%);
        }

        .burger-menu-mobile {
            top: 94px;
        }

        .news-log-pad {
            margin-top: 112px;
            margin-bottom: 120px;
        }

        .trust-stars img {
            width: 30px; /* Adjust as needed */
            height: auto;
            display: block;
        }

        .circle-stats {
            background: #E9EEF3;
            padding: 45px 36px 45px 36px;
        }

        .result-box {
            border-radius: 12px;
            background: #E9EEF3;
            padding: 60px;
        }

        .page-circle-cal-contact-form {
            position: absolute;
            width: 518px;
            height: 518px;
            border-radius: 50%;
            top: 110%;
            left: -200px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .page-circle2-cal-contact-form {
            position: absolute;
            width: 316px;
            height: 316px;
            border-radius: 50%;
            top: -50px;
            right: -130px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .illustrated-bulletpoints-bullet-list .bullet-icon {
            width: 73px;
            height: 68px;
            flex-shrink: 0;
            color: var(--theme-bg);
        }

        .homepage-circle {
            position: absolute;
            width: 609px;
            height: 609px;
            border-radius: 50%;
            background: linear-gradient( 180deg, #E9EEF3 0%, rgba(233, 238, 243, 0) 100% );
            top: 460%;
            right: -350px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .homepage-circle2 {
            position: absolute;
            width: 768px;
            height: 768px;
            border-radius: 50%;
            background: linear-gradient( 180deg, #E9EEF3 0%, rgba(233, 238, 243, 0) 100% );
            top: 265%;
            left: -375px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .annuity-cal-age {
            width: 193px;
        }

        .pension-pot {
            width: 275px;
        }

        .w-72 {
            width: 85% !important;
        }

    }


    @media (min-width: 992px) {

        .annuity-cal-results {
            background-color: #E9EEF3;
            padding:65px 55px 60px 55px
        }

        .large-cta-block {
            padding: 60px 45px 0 45px;
        }

        .w-72 {
            width: 72% !important;
        }

        .annuity-cal-age{
            width:193px;
        }

        .pension-pot {
            width:275px;
        }

            .burger-menu-mobile {
                top: 102px;
                padding: 60px;
            }

            .circle-stats {
                background: #E9EEF3;
                padding: 45px 50px 45px 50px;
            }

            .contact-circle-cal {
                position: absolute;
                width: 847px;
                height: 847px;
                border-radius: 50%;
                top: 145%;
                right: -420px;
                transform: translateY(-50%);
                z-index: 0;
                pointer-events: none;
                background: linear-gradient(180deg, #E9EEF3 0%, rgba(233, 238, 243, 0.00) 100%);
            }

            .contact-circle2-cal {
                position: absolute;
                width: 636px;
                height: 636px;
                border-radius: 50%;
                top: 2600px;
                left: -250px;
                transform: translateY(-50%);
                z-index: 0;
                pointer-events: none;
                background: linear-gradient(180deg, #E9EEF3 0%, rgba(233, 238, 243, 0.00) 100%);
            }

            .page-circle-cal-contact-form {
                position: absolute;
                width: 518px;
                height: 518px;
                border-radius: 50%;
                top: 115%;
                left: -90px;
                transform: translateY(-50%);
                z-index: 0;
                pointer-events: none;
            }

            .page-circle2-cal-contact-form {
                position: absolute;
                width: 316px;
                height: 316px;
                border-radius: 50%;
                top: -80px;
                right: -130px;
                transform: translateY(-50%);
                z-index: 0;
                pointer-events: none;
            }

            .result-box {
                border-radius: 12px;
                background: #E9EEF3;
                padding: 60px;
            }

            .contact-circle-cal-non-hero {
                position: absolute;
                width: 847px;
                height: 847px;
                border-radius: 50%;
                top: 750px;
                right: -420px;
                transform: translateY(-50%);
                z-index: 0;
                pointer-events: none;
                background: linear-gradient(180deg, #E9EEF3 0%, rgba(233, 238, 243, 0.00) 100%);
            }

            .contact-circle2-cal-non-hero {
                position: absolute;
                width: 636px;
                height: 636px;
                border-radius: 50%;
                top: 1800px;
                left: -250px;
                transform: translateY(-50%);
                z-index: 0;
                pointer-events: none;
                background: linear-gradient(180deg, #E9EEF3 0%, rgba(233, 238, 243, 0.00) 100%);
            }
        }


    @media (min-width: 1200px) {

        .news-log-pad{
            margin-top:100px;
            margin-bottom:0px
        }

        .homepage-circle {
            position: absolute;
            width: 819px;
            height: 819px;
            border-radius: 50%;
            background: linear-gradient( 180deg, #E9EEF3 0%, rgba(233, 238, 243, 0) 100% );
            top: 330%;
            right: -500px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .homepage-circle2 {
            position: absolute;
            width: 1136px;
            height: 1136px;
            border-radius: 50%;
            background: linear-gradient( 180deg, #E9EEF3 0%, rgba(233, 238, 243, 0) 100% );
            top: 180%;
            left: -760px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .homepage-circle3 {
            position: absolute;
            width: 819px;
            height: 819px;
            border-radius: 50%;
            background: linear-gradient( 180deg, #E9EEF3 0%, rgba(233, 238, 243, 0) 100% );
            top: 595%;
            left: -400px;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }
    }

    .form-select {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M7 5.36667L12.3667 0L14 1.63333L7 8.63333L0 1.63333L1.63333 0L7 5.36667Z' fill='%23062054'/%3E%3C/svg%3E");
        background-size: 12px auto;
        background-position: right 16px center;
    }

.gradient-btn:hover {
    --btn-bg: #030E24;
}

.gradient-btn.white:hover {
    --btn-bg: #E9EEF3;
}

.resource-card1:hover .gradient-border-themed::before {
    opacity: 1;
}

.mini-author-profile {
    color: #4F757D !important;
}

#navMenu.active .burger-menu-mobile {
    transform: translateY(0);
}

.burger-panel {
    display: none;

}

    .burger-panel.active {
        display: block;

    }

.burger-menu-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    padding-bottom:45px;
}

.burger-child-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.burger-child-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    text-decoration: none;
}

.burger-hero-image img {
    width: 100%;
    display: block;
}

@media (max-width: 1199.98px) {

    .burger-menu-mobile {
        display: block;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #navMenu > nav {
        display: none !important;
    }

    #navMenu > .grad-btn-right {
        display: none !important;
    }
}

@media (min-width: 1200px) {

    .burger-menu-mobile {
        display: none !important;
    }
}

html.menu-open,
body.menu-open {
    overflow: hidden !important;
    height: 100%;
}

.mega-menu,
.large-mega-menu {
    display: none;
}

@media (min-width: 1200px) {

    .mega-menu-parent:hover .mega-menu {
        display: block;
    }

    .mega-menu-parent:hover .large-mega-menu {
        display: block;
    }

    .mega-menu,
    .large-mega-menu {
        top: 80px;
        z-index: 1000;
        border-radius: 12px;
        background-color: #E9EEF3;
        padding: 12px;
    }

        .mega-menu::before,
        .large-mega-menu::before {
            content: "";
            position: absolute;
            top: -50px;
            left: 0;
            width: 100%;
            height: 60px;
            background: transparent;
        
        }

        .large-mega-menu .mega-parent-link,
        .large-mega-menu .mega-child-link {
            border-radius: 12px;
            padding: 12px 16px;
            transition: all 0.2s ease;
        }

    .inline-mega {
        border-radius: 12px;
        padding: 12px 16px;
        transition: all 0.2s ease;
    }

            .large-mega-menu .mega-parent-link.active,
            .large-mega-menu .mega-child-link.active {
                background: #FFF;
            }

                .large-mega-menu .mega-parent-link.active h5,
                .large-mega-menu .mega-child-link.active h5 {
                    text-decoration: underline;
                    text-underline-offset: 4px;
                }

    .mega-level-2 {
        margin-top: 93px;
    }

    .mega-level-3 {
        margin-top: 108px;
    }
}

@media (max-width: 767.98px) {

    .mobile-value-slide {
        display: none !important;
    }

        .mobile-value-slide.active {
            display: flex !important;
        }
}

.flatpickr-calendar {
    width: 333px !important;
    background: #fff !important;
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    padding: 18px 12px 12px !important;
    font-family: inherit;
}

    .flatpickr-calendar:before,
    .flatpickr-calendar:after {
        display: none !important;
    }

.flatpickr-months {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.flatpickr-month {
    height: 32px !important;
    flex: 1;
    overflow: visible !important;
}

.flatpickr-current-month {
    position: static !important;
    width: 100% !important;
    height: 32px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #062054 !important;
    font-size: 16px !important;
}

    .flatpickr-current-month .cur-month {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #062054 !important;
    }

    .flatpickr-current-month .numInputWrapper {
        width: 55px !important;
    }

    .flatpickr-current-month input.cur-year {
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #062054 !important;
    }

    .flatpickr-current-month .numInputWrapper span {
        display: none !important;
    }

    .flatpickr-current-month .flatpickr-monthDropdown-months {
        appearance: none !important;
        -webkit-appearance: none !important;
        background: transparent !important;
        border: none !important;
        font-size: 16px !important;
        color: #062054 !important;
    }

.flatpickr-prev-month,
.flatpickr-next-month {
    position: static !important;
    width: 24px !important;
    height: 32px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #062054 !important;
}

    .flatpickr-prev-month svg,
    .flatpickr-next-month svg {
        display: none !important;
    }

    .flatpickr-prev-month::after,
    .flatpickr-next-month::after {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #062054;
        border-right: 2px solid #062054;
    }

    .flatpickr-prev-month::after {
        transform: rotate(-135deg);
    }

    .flatpickr-next-month::after {
        transform: rotate(45deg);
    }

.flatpickr-weekdays {
    background: transparent !important;
    margin-bottom: 4px;
}

span.flatpickr-weekday {
    background: transparent !important;
    color: #062054 !important;
    font-size: 14px;
    font-weight: 400;
}

.flatpickr-days {
    width: 100% !important;
}

.dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.flatpickr-day {
    max-width: none !important;
    height: 40px;
    line-height: 40px;
    border: none !important;
    border-radius: 50% !important;
    color: #062054;
    font-size: 15px;
}

    .flatpickr-day.prevMonthDay,
    .flatpickr-day.nextMonthDay {
        color: #888;
    }

    .flatpickr-day:hover {
        background: #E9EEF3 !important;
    }

    .flatpickr-day.selected,
    .flatpickr-day.selected:hover {
        background: #39F !important;
        border-color: #39F !important;
        color: #fff !important;
    }

    .flatpickr-day.today {
        border: none !important;
    }


.flatpickr-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    padding: 14px 4px 2px;
}

    .flatpickr-footer button {
        border: none;
        background: transparent;
        color: #062054;
        font-size: 14px;
        padding: 4px 0;
        cursor: pointer;
    }

        .flatpickr-footer button:hover {
            color: #39F;
        }

.custom-date-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

.date-header-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

    .date-header-group button {
        width: 20px;
        height: 30px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #062054;
        font-size: 26px;
        line-height: 1;
        cursor: pointer;
    }

        .date-header-group button:hover {
            color: #39F;
        }

.month-display,
.year-display {
    min-width: 38px;
    text-align: center;
    color: #062054;
    font-size: 16px;
    font-weight: 400;
}

::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
}

.contact-square svg {
    flex-shrink: 0;
}

.required-message {
    display: none;
    color: #F00;
    font-weight: 400;
}

.form-control.field-error {
    box-shadow: 0 0 0 5px rgba(255, 0, 0, 0.50) !important;
}

.pension-year-dropdown .dropdown-menu {
    border-radius: 12px;
    background: #E9EEF3;
    padding: 4px;
    border: none;
    /* Approximately 6 options */
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #062054 transparent;
    width: 100%;
    inset: 22px auto auto 0px !important;
}

.annuity-cal-age.field-error {
    box-shadow: 0 0 0 5px rgba(255, 0, 0, 0.50) !important;
}

.pension-year-dropdown .dropdown-item {
    background: transparent;
    padding: 16px;
    border-radius: 12px;
}

    .pension-year-dropdown .dropdown-item:hover,
    .pension-year-dropdown .dropdown-item:focus {
        background: #fff;
    }

#ageDropdown.field-error {
    border-color: #dc3545 !important;
}

.footer-link:hover::after {
    transform: rotate(180deg);
    transition: transform 0.25s ease;
}

.mega-menu-parent:hover .footer-link::after {
    transform: rotate(180deg);
}

#preferredDate::placeholder {
    color: white;
    opacity: 1;
}

.custom-time-picker {
    background: #E9EEF3 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 20px 18px 15px !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.custom-time-title {
    width: 100% !important;
    text-align: center !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #101828 !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.custom-time-picker .flatpickr-innerContainer {
    border: none !important;
    overflow: visible !important;
}

.custom-time-picker .flatpickr-time {
    height: auto !important;
    max-height: none !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    overflow: visible !important;
}

.custom-time-picker .numInputWrapper {
    position: relative !important;
    width: 70px !important;
    height: 60px !important;
    background: #fff !important;
    border-radius: 6px !important;
    overflow: visible !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

    .custom-time-picker .numInputWrapper input {
        width: 100% !important;
        height: 60px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        outline: none !important;
        background: #fff !important;
        border-radius: 6px !important;
        text-align: center !important;
        font-size: 30px !important;
        font-weight: 400 !important;
        color: #101828 !important;
        box-shadow: none !important;
    }

        .custom-time-picker .numInputWrapper input:focus {
            outline: none !important;
            border: none !important;
            box-shadow: none !important;
        }

    .custom-time-picker .numInputWrapper span {
        opacity: 1 !important;
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        width: 100% !important;
        height: 20px !important;
        border: none !important;
        background: transparent !important;
        cursor: pointer !important;
        z-index: 100 !important;
    }

        .custom-time-picker .numInputWrapper span::after {
            display: none !important;
        }

        .custom-time-picker .numInputWrapper span.arrowUp {
            top: -25px !important;
            bottom: auto !important;
        }

        .custom-time-picker .numInputWrapper span.arrowDown {
            top: auto !important;
            bottom: -25px !important;
        }

        .custom-time-picker .numInputWrapper span.arrowUp::before {
            content: "" !important;
            position: absolute !important;
            width: 12px !important;
            height: 8px !important;
            left: 50% !important;
            top: 3px !important;
            transform: translateX(-50%) !important;
            background-color: #062054 !important;
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M6 2.80039L1.4 7.40039L0 6.00039L6 0.000391206L12 6.00039L10.6 7.40039L6 2.80039Z' fill='%23062054'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M6 2.80039L1.4 7.40039L0 6.00039L6 0.000391206L12 6.00039L10.6 7.40039L6 2.80039Z' fill='%23062054'/%3E%3C/svg%3E");
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-position: center;
            -webkit-mask-size: contain;
            mask-size: contain;
            pointer-events: none !important;
        }

        .custom-time-picker .numInputWrapper span.arrowDown::before {
            content: "" !important;
            position: absolute !important;
            width: 12px !important;
            height: 8px !important;
            left: 50% !important;
            top: 3px !important;
            transform: translateX(-50%) rotate(180deg) !important;
            background-color: #062054 !important;
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M6 2.80039L1.4 7.40039L0 6.00039L6 0.000391206L12 6.00039L10.6 7.40039L6 2.80039Z' fill='%23062054'/%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M6 2.80039L1.4 7.40039L0 6.00039L6 0.000391206L12 6.00039L10.6 7.40039L6 2.80039Z' fill='%23062054'/%3E%3C/svg%3E");
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-position: center;
            mask-position: center;
            -webkit-mask-size: contain;
            mask-size: contain;
            pointer-events: none !important;
        }

.custom-time-picker .flatpickr-time .flatpickr-time-separator {
    width: auto !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 60px !important;
    color: #101828 !important;
}

.custom-time-picker .flatpickr-time .flatpickr-am-pm {
    display: none !important;
}

.custom-time-picker .flatpickr-months,
.custom-time-picker .flatpickr-weekdays {
    display: none !important;
}

.custom-time-footer {
    margin-top: 10px !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 18px !important;
}

    .custom-time-footer button {
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        color: #101828 !important;
        cursor: pointer !important;
    }

        .custom-time-footer button:hover {
            text-decoration: underline !important;
        }
.breadcrumb-current-mobile {
    display: none !important;
}

@media (max-width: 575.98px) {
    .breadcrumb-current-desktop {
        display: none !important;
    }

    .breadcrumb-current-mobile {
        display: block !important;
    }
}

.burger-panel-trigger {
    background: none;
    border: 0;
    padding: 0 20px 0 20px;
}


.burger-child-header {
    width: 100%;
}

.burger-child-link {
    text-decoration: none;
    flex: 1;
}

.burger-child-toggle {
    border: 0;
    background: transparent;
    padding: 5px 0 0px 30px;
    cursor: pointer;
}

    .burger-child-toggle svg {
        transition: transform 0.25s ease;
    }

    .burger-child-toggle.is-open svg {
        transform: rotate(90deg);
    }

.burger-grandchildren {
    display: none;
    padding: 0 0 10px 0px;
}

    .burger-grandchildren.is-open {
        display: block;
    }

.burger-grandchild-link {
    display: block;
    text-decoration: none;
    color: #030E24;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

    .footer-link::after {
        content: "";
        width: 21px;
        height: 21px;
        background: url('/images/chevron_right.svg') no-repeat center;
        background-size: contain;
    }

.burger span {
    display: block;
    width: 24px;
    height: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.burger.active span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}

.trust-stars {
    display: flex;
    gap: 2px;
    align-items: center;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.social-icon {
    width: 48px;
    height: 48px;
    background: #062054;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-stats__circle {
    position: relative;
    width: 167px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .circle-stats__circle svg {
        width: 170px;
        height: 170px;
        transform: rotate(-90deg);
    }

.circle-stats__track {
    stroke: #D5DDE5;
}

.circle-stats__progress {
    stroke: #3399FF;
}

.circle-stats__percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #000;
}

.apply-rol-form .form-control,
.apply-rol-form .form-control:focus {
    background-color: transparent;
    border-radius: 12px;
    border: 1px solid #062054;
    box-shadow: none;
    height: 44px;
}

.cv-upload-box {
    height: 117px;
    width: 100%;
    border-radius: 12px;
    border: 1px dashed #030E24;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .cv-upload-box input[type="file"] {
        display: none;
    }

.cv-upload-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E9EEF3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.cv-upload-text {
    color: #062054;
    font-size: 16px;
}

.cv-upload-box {
    transition: all 0.2s ease;
}

    .cv-upload-box.file-selected {
        border-style: solid;
        background: rgba(233, 238, 243, 0.6);
    }

        .cv-upload-box.file-selected .cv-upload-text {
            font-weight: 600;
        }
        