@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Geist+Mono:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

*,
:after,
:before {
    box-sizing: inherit
}

:root {
    --white: #fff;
    --dark-blue: #392F61;
    --mid-blue: #5475B7;
    --light-blue: #7E98CD;
    --mid-blue: rgba(57, 47, 97, 0.70);
    --light-gray: #EFEEF2;
    --red: #E61E29;
    --red-2: #CA161F;
    --light-red: #eb747c;
    --light-red-2: #FFC0C4;
    --funnel-display: "Funnel Display";
    --funnel-sans: "Funnel Sans";
    --geist-mono: "Geist Mono";
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body {
    margin: 0;
    color: var(--dark-blue);
    font-family: var(--funnel-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    overflow-x: hidden;
}

.bg-dark-blue {
    background: linear-gradient(180deg, #091A3B 0%, #1B376E 100%);
}

.bg-dark-blue * {
    color: var(--white);
}

.bg-grey {
    background-color: var(--light-gray);
}

html,
body {
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b,
strong {
    font-weight: 600;
}

.container {
    max-width: 1270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--funnel-display);
    font-weight: 500;
    color: var(--dark-blue);
}

h1,
.h1 {
    font-size: 50px;
    font-family: var(--funnel-display);
    font-weight: 500;
    line-height: 110%;
    color: var(--dark-blue);
    margin: 0 0 15px;
}

h2,
.h2 {
    font-size: 42px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 0 12px;
    color: var(--dark-blue);
    font-family: var(--funnel-display);
}

h3,
.h3 {
    font-size: 32px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 0 15px;
    color: var(--dark-blue);
    font-family: var(--funnel-display);
}

h4,
.h4 {
    font-size: 22px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 0 15px;
    color: var(--dark-blue);
    font-family: var(--funnel-display);
}

h5,
.h5 {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin: 0 0 12px;
    color: var(--dark-blue);
    font-family: var(--geist-mono);
    text-transform: uppercase;
}

h6,
.h6 {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin: 0 0 12px;
    color: var(--dark-blue);
    font-family: var(--funnel-display);
}

.p-22 {
    font-size: 22px;
    line-height: 140%;
    font-weight: 500;
    margin: 0 0 15px;
    color: var(--dark-blue);
    font-family: var(--funnel-sans);
}

.button-block {
    display: inline-flex;
    align-items: center;
}

.button-block .btn:not(:last-child) {
    margin-right: 20px;
}

.small-title {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin: 0 0 12px;
    color: var(--mid-blue);
    font-family: var(--geist-mono);
    text-transform: uppercase;
}

.text-block .small-title {
    margin: 0 0 12px;
}

p {
    color: var(--dark-blue);
    font-family: var(--funnel-sans);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 20px;
}

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

p:empty {
    display: none;
}

a {
    color: var(--dark-blue);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

a:focus,
a:focus-visible {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: var(--red);
}

a:focus {
    outline: none;
    text-decoration: none;
}

p a {
    text-decoration: underline;
    color: var(--dark-blue);
}

p a:hover {
    color: var(--red);
    text-decoration: underline;
}

p>a:hover,
li>a:hover {
    text-decoration: underline;
    color: var(--red);
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    position: relative;
    color: var(--dark-blue);
    font-family: var(--funnel-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

ul li:not(:last-child),
ol li:not(:last-child) {
    margin-bottom: 15px;
}

ul.check-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.check-list li {
    position: relative;
    padding-left: 34px;
}

ul.check-list li::before {
    background-image: url("../assets/images/icons/icon-check.svg");
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px;
    height: 16px;
    background-size: 20px;
}

ul li::marker,
ol li::marker {
    color: var(--mid-blue);
}

svg,
path {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.img-wrapper,
figure,
picture {
    overflow: hidden;
}

img {
    max-width: 100%;
    display: block;
}

label {
    font-weight: inherit;
}

input:focus,
textarea:focus {
    outline: none;
}

video,
iframe {
    width: 100%
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.switch-column {
    flex-direction: row-reverse;
}

.overflow-hidden,
.body-hidden {
    overflow: hidden;
}

[data-aos="zoom-fade"] {
    opacity: 0;
    transform: scale(1.1);
    transition: transform 0.9s ease-out-cubic, opacity 0.9s ease-out-cubic;
}

[data-aos="zoom-fade"].aos-animate {
    opacity: 1;
    transform: scale(1);
}

.site {
    position: relative;
    /* overflow-x: hidden; // Commented by Z */
    overflow-x: clip;
}

.list-unstyled li::before {
    display: none;
}

.list-unstyled li,
.site-content .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-content ul li,
.site-content ol li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 15px;
    position: relative;
    padding-left: 34px;
    list-style-type: none;
    color: var(--dark-blue);
}

.site-content ul li:before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0px;
    right: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--red-2);
}

.site-content ol li {
    counter-increment: list-counter;
}

.site-content ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: var(--red-2);
    font-family: var(--geist-mono);
    font-size: 14px;
    background-color: transparent;
}

.site-content ul li b,
.site-content ol li b {
    color: var(--dark-blue);
}

.site-content ul li ol li {
    list-style-type: inherit;
}

.site-content ul li ol li::before {
    display: none;
}

.site-content ul,
.site-content ol {
    margin-bottom: 30px;
}

.site-content ul:last-child,
.site-content ol:last-child {
    margin-bottom: 0px;
}

.site-content ol li:last-child,
.site-content ul li:last-child {
    margin-bottom: 0;
}

.site-content ul.check-list li:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    right: auto;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    background: url("../assets/images/icons/icon-check-red.svg");
    background-size: 18px;
    background-repeat: no-repeat;
}

.site-content ul.check-list li {
    padding-left: 35px;
}

.site-content ul li a,
.site-content ol li a {
    text-decoration: underline;
    color: var(--dark-blue);
}

.site-content ul li a:hover,
.site-content ol li a:hover {
    color: var(--red);
}

.list-unstyled li,
.site-content .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-unstyled li::before {
    display: none;
}

.btn,
a.btn {
    font-family: var(--geist-mono);
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    padding: 10px 16px;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--red);
    border: 2px solid var(--red);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*height: 40px;*/
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.btn:hover,
.btn:focus {
    background-color: #B8141D;
    border: 2px solid #B8141D;
    color: var(--white);
}

.btn.btn-secondary {
    background-color: var(--white);
    border: 2px solid var(--light-gray);
    color: var(--dark-blue);
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background-color: var(--white);
    border: 2px solid var(--mid-blue);
    color: var(--mid-blue);
}

.btn.btn-white {
    background-color: var(--white);
    border: 2px solid var(--white);
    color: var(--red);
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:focus {
    color: var(--white) !important;
    border: 2px solid var(--red);
    background-color: var(--red);
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-75 {
    margin-bottom: 75px;
}

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

.pb-100 {
    padding-bottom: 100px;
}

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

.pb-80 {
    padding-bottom: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

span.wpcf7-not-valid-tip:not(:nth-child(2)) {
    display: none;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

hr {
    border-top: 1px solid rgba(29, 29, 60, 0.10);
    margin: 40px 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}

.separator-line {
    height: 1px;
    width: 100%;
    background: var(--light-grey-3);
    margin-bottom: 50px;
}

.video-popup-inner video,
.mfp-iframe {
    width: 100%;
    max-width: 900px;
    height: auto;
}

.mfp-content {
    max-width: 900px;
}


/*----------- Gravity Form Start -------------*/

body img.gform_ajax_spinner {
    width: 30px;
    padding-left: 5px;
    background: transparent;
    flex-shrink: 0;
}

.gform_wrapper.gravity-theme .gform_footer input+input {
    margin-left: 0px !important;
}

body .gform_wrapper.gravity-theme .gfield_label {
    color: var(--dark-blue);
    font-family: var(--geist-mono);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin: 0 0 14px;
}

body .gform_wrapper.gravity-theme .gfield_required {
    font-size: 16px;
    line-height: 21px;
    font-style: normal !important;
    color: var(--mid-blue) !important;
}

body .gform_wrapper input,
body select,
body textarea {
    background-color: var(--white);
    border: 2px solid #F2F5FA;
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 150%;
    font-weight: 300;
    padding: 10px;
    font-family: var(--funnel-sans);
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body .gform_wrapper.gravity-theme input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: var(--dark-blue);
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 120px;
    resize: none;
}

body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
}

body select,
select:focus {
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(images/icons/form-select-down-arrow.svg);
    background-repeat: no-repeat;
    outline: none;
    background-position: calc(100% - 18px) 55%;
    padding: 12.5px 44px 12.5px 18px !important;
    width: 100%;
    font-weight: 400;
}

body select option {
    color: var(--dark-blue) !important;
}

body .gform_wrapper .gform_footer input[type=submit]:focus {
    outline: none;
}

body .gform_wrapper .gform_footer .gform_button {
    font-family: var(--geist-mono);
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    padding: 0 16px;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--dark-blue);
    border: 2px solid var(--dark-blue);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
}

body .gform_wrapper .gform_footer .gform_button:hover {
    background: var(--mid-blue);
    color: var(--white);
    border-color: var(--mid-blue);
}

body .gfield_html {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 150%;
    margin-bottom: 0px;
    font-weight: 400;
    color: var(--dark-blue);
}

body .gfield_html a+a {
    margin-left: 0px !important;
}

body .gfield_html a {
    text-decoration: underline;
}

body .gfield_html a:hover {
    color: var(--red) !important;
}

.resource-download .gform_wrapper.gravity-theme .gform_footer {
    margin-top: -10px !important;
}

.contact-form .gform_wrapper.gravity-theme .gform_footer {
    margin-top: -10px !important;
}

.gform_wrapper.gravity-theme .gform_footer {
    position: relative;
    margin: 0px !important;
}

.gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 0px !important;
}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus {
    outline: none;
    border: 2px solid var(--red) !important;
    background: var(--dark-blue);
}

body .gform_wrapper.gravity-theme .isvalue .gfield_label,
body .gform_wrapper.gravity-theme .isvalue .gfield_label .gfield_required {
    color: #ff3c10 !important;
}

.ginput_container.ginput_container_multiselect {
    display: grid;
    position: relative;
    width: 100%;
}

.resource-download .privacy_terms {
    margin-top: -25px;
    margin-bottom: 0px;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    padding: 10px 0px 0px 0px !important;
    font-weight: 400;
    line-height: 19px !important;
    color: #ff3c10 !important;
}

.gform_body .ginput_container_phone .instruction {
    display: none;
}

.gform_confirmation_message_2 {
    color: var(--font-black);
    font-size: 16px;
    font-weight: 500;
}

.gform_required_legend {
    display: none;
}

.gform_confirmation_message {
    font-size: 16px;
    line-height: 150%;
    color: var(--dark-blue) !important;
    text-align: center;
    background-color: var(--light-gray);
    font-family: var(--font-source-sans-pro);
    font-weight: 600;
    padding: 12px;
}


/* header start */
.active-menu a.navmegamenu-main-link
 {
    color: var(--red) !important;
}

.menu-item-has-children.open > a.navmegamenu-main-link::after {
    background-color: var(--red); !important;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(12px);
    z-index: 99;
    transition: all .5s ease-in-out;
}

.site-header.sticky-header {
    position: fixed;
    top: 0;
    transition: 1s;
    width: 100%;
    backdrop-filter: blur(6px);
    /* animation: slideDown .5s ease-in-out forwards; */
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(12px);
}
.megamenu-open .site-header {
    /*background: rgba(19, 39, 78, 1);
    backdrop-filter: blur(12px);*/
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(12px);
}
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.site-branding .site-logo img {
    width: auto;
    height: 107px;
    object-fit: contain;
}

.header-logo-text {
    margin-left: 20px;
}

.site-branding .site-logo-text {
    font-family: var(--funnel-display);
    font-weight: 500;
    font-size: 18px;
    line-height: 12px;
    text-transform: uppercase;
    color: var(--white);
    display: block;
    margin-bottom: 15px;
}

.site-branding .h-logo-text {
    display: block;
    color: var(--white);
    font-family: var(--geist-mono);
    font-size: 16px;
    font-weight: 500;
    line-height: 11px;
    text-transform: uppercase;
}

.site-branding .site-logo {
    display: flex;
    align-items: center;
    /* z-index: 1; */
    position: relative;
}

.header-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}

.main-nav ul li {
    margin: 0 !important;
    padding: 0 15px;
}

.main-nav ul li a {
    font-family: var(--funnel-display);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--dark-blue);
    text-decoration: none;
}

.main-nav ul li a.btn {
    color: var(--white);
    font-family: var(--geist-mono);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 16px;
}

.main-nav ul li a:hover,
.main-nav ul li a:focus,
.main-nav ul li.current-menu-item a {
    color: var(--red);
    text-decoration: none;
}

.main-nav ul li a.btn:hover {
    background-color: #B8141D;
    color: var(--white);
}

.site-header.sticky-header .main-nav ul li a {
    color: var(--dark-blue);
}

.site-header.sticky-header .main-nav ul li a.active {
    color: var(--red);
}

.site-header.sticky-header .main-nav ul li a.btn {
    color: var(--white);
}

.site-header.sticky-header .main-nav ul li a:hover,
.site-header.sticky-header .main-nav ul li a:focus,
.site-header.sticky-header .main-nav ul li.current-menu-item a {
    color: var(--red);
    text-decoration: none;
}

.main-nav .menu-toggle {
    display: none;
}

.site-header .contact-btn {
    font-family: var(--geist-mono);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 16px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--red);
}

.site-header .contact-btn:hover,
.site-header .contact-btn:focus {
    background-color: #B8141D;
    border-color: #B8141D;
    color: var(--white);
    text-decoration: none;
}

.menu-toggle {
    display: none;
}

.contact-wrapper {
    display: inline-flex;
    padding-left: 30px;
}

body.megamenu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgb(19 43 82 / 44%);
    z-index: 9;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(17px);
}

/* header end */


/* footer css start */

.site-footer {
    background-color: var(--light-gray);
    color: var(--dark-blue);
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.brand-left {
    display: flex;
    align-items: center;
}

.footer-logo {
    height: 107px;
    width: auto;
    object-fit: contain;
}

.f-logo-info {
    margin-left: 20px;
}

.f-logo-text {
    font-family: var(--funnel-display);
    font-weight: 500;
    font-size: 18px;
    line-height: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--dark-blue);
    display: block;
}

.brand-since {
    font-family: var(--geist-mono);
    font-weight: 500;
    font-size: 16px;
    line-height: 11px;
    text-transform: uppercase;
    color: var(--dark-blue);
}

.brand-tagline {
    text-align: right;
    margin: 0;
}

.footer-divider {
    border-bottom: 1px solid var(--light-blue);
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
}

.footer-divider:before,
.footer-divider:after {
    content: "";
    width: 1px;
    height: 7px;
    position: absolute;
    left: 0;
    top: -3px;
    background-color: var(--light-blue);
    display: block;
}

.footer-divider:after {
    right: 0;
    left: unset;
}

.footer-middle {
    padding: 50px 0 66px 0;
}

.footer-col h4 {
    font-family: var(--geist-mono);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--dark-blue);
}

.footer-col {
    font-family: var(--funnel-sans);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #13274E;
    /*margin-bottom: 20px;*/
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footer-col ul li {
    display: inline-flex;
    padding: 0;
}

.footer-col ul li::before {
    display: none;
}

.footer-col a {
    color: #1d2d5c !important;
    font-weight: 400;
    text-decoration: none !important;
}

.footer-col a:hover {
    color: var(--red) !important;
}

.f-logo-info br {
    display: none;
}

.footer-social .social-icons {
    display: flex;
}

.footer-social .social-icons a {
    width: auto;
    height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #13274E33;
}

.footer-social .social-icons a+a {
    margin-left: 8px !important;
}

.footer-social .social-icons a:hover {
    border: 1px solid var(--red);
    opacity: 1;
}

.footer-social .social-icons a:hover svg path {
    fill: var(--red);
    opacity: 1;
}

.footer-bottom {
    padding: 0 0 50px 0;
}

.copyright p {
    color: var(--dark-blue);
    font-family: var(--geist-mono);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.6;
    /*margin-top: -27px;*/
}

.footer-social .affiliate {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footer-social .affiliate span {
    color: var(--dark-blue);
    font-family: var(--geist-mono);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    opacity: 0.6;
    margin-left: 30px;
    text-transform: uppercase;
}

.footer-social .affiliate img {
    height: 90px;
    width: auto;
    object-fit: contain;
}

.footer-col.f-contact-col p {
    max-width: 138px;
}

/* footer css end */


/* footer CTA section start */

.footer-cta-section {
    position: relative;
    min-height: 342px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-cta-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
}

.footer-cta-section .footer-cta-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation: zoomout 4s;
}

.footer-cta-section .footer-cta-image .overflow-hidden,
.footer-cta-section .footer-cta-image .image-wrap {
    line-height: 0;
    height: 100%;
}

.footer-cta-section .footer-cta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.footer-cta-section .footer-cta-content {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
    padding: 10px 0;
}

.footer-cta-section .cta-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    /* padding: 40px 0; */
}

.footer-cta-section .cta-left {
    position: relative;
    padding-left: 26px;
    width: 74.5%;
}

.footer-cta-section .cta-right {
    width: 24.5%;
    text-align: end;
}

.footer-cta-section .cta-left-inner h2 {
    margin-bottom: 10px;
}

.footer-cta-section .cta-left h2,
.footer-cta-section .cta-left h4,
.footer-cta-section .cta-left p {
    color: var(--white);
}

.footer-cta-section .line-animate {
    width: 1px;
    height: 0%;
    background: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top;
    display: block;
    transition: height .9s cubic-bezier(.165, .84, .44, 1) .3s;
}

.footer-cta-section .line-animate::before,
.footer-cta-section .line-animate::after {
    content: "";
    position: absolute;
    left: -2px;
    width: 6px;
    height: 1px;
    background: var(--white);
}

.footer-cta-section .line-animate::before {
    top: 0;
}

.footer-cta-section .line-animate::after {
    bottom: 0;
}

.footer-cta-section .cta-left.aos-animate .line-animate {
    height: 100%;
    transition: height .9s cubic-bezier(.165, .84, .44, 1) .3s;
}


/* footer CTA section end */

.loading-wrapper {
    position: relative;
}

.loading {
    display: none;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.loading span {
    -webkit-animation: load8 .7s linear infinite;
    animation: load8 .7s linear infinite;
    border: 3px solid #ededed;
    border-left-color: var(--blue);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 20% !important;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 999;
}
.artical-colummn .vc_column-inner {
    padding-top: 0 !important;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.not-found {
    padding: 0px 15px;
    font-weight: 500;
}

.separator-line {
    height: 1px;
    width: 100%;
    background: var(--dark-blue);
    margin-bottom: 80px;
}


/* Privacy Policy */

.privacy-hero-section {
    position: relative;
    overflow: hidden;
	background: linear-gradient(180deg,#B8141D 0%,#CA161F 100%);
	margin-top: 127px;
}

@media (max-width: 1024px) {
	.privacy-hero-section {
		margin-top: 96px;
	}
	
}

.privacy-hero-section .content {
    height: 100%;
    position: relative;
    min-height: 310px;
    display: flex;
    align-items: flex-end;
    z-index: 3;
    padding-bottom: 80px;
}

.privacy-hero-section .content * {
    color: var(--white);
}

.privacy-hero-section .content p {
    margin-top: 20px;
    font-family: var(--geist-mono);
}

.privacy-hero-section .content .text-wrapper {
    text-align: left;
    max-width: 784px;
    position: relative;
    padding-left: 30px;
}

.privacy-hero-section .content .line-animate {
    width: 1px;
    height: 100%;
    background: var(--white);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top;
    transform: scaleY(0);
    top: 10px;
    height: calc(100% - 10px);
}

.privacy-hero-section .content .line-animate::before,
.privacy-hero-section .content .line-animate::after {
    content: "";
    position: absolute;
    left: -2px;
    width: 6px;
    height: 1px;
    background: var(--white);
}

.privacy-hero-section .content .line-animate::before {
    top: 0;
}

.privacy-hero-section .content .line-animate::after {
    bottom: 0;
}

.privacy-hero-section .content .text-wrapper.aos-animate .line-animate {
    animation: lineGrow 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.privacy-content {
    overflow: hidden;
}

.privacy-content .textimage-section {
    padding-top: 0;
    padding-bottom: 0;
}

.privacy-content .text-block h3 {
    margin-bottom: 20px;
}

.privacy-hero-section .small-title {
    margin-bottom: 0;
    margin-top: 25px;
}

.privacy-content .full-width-accordion-section .section-title {
    margin-bottom: 30px;
}

.overflow-hidden {
    overflow: hidden;
}

.text-image-content-row .overflow-hidden,
.text-image-content-row .image-wrap {
    height: 100%;
}

.aos-animate.image-wrap {
    -webkit-animation: zoomOut 4s ease;
    animation: zoomOut 4s ease;
    transition-delay: .5s;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.privacy-policy .col-md-12.right-panel-wrap {
    flex: 0 0 100%;
    max-width: 100%;
}

.site-content .left-panel ul li {
    padding-left: 0;
}

.sample-page-section .left-panel-wrap .left-panel .devider-wrapper {
    padding: 0 20px;
    margin: 25px 0;
    width: 100%;
}

.sample-page-section .left-panel-wrap .left-panel .devider {
    width: 100%;
    height: 1px;
    background-color: var(--mid-blue);
    position: relative;
}

.sample-page-section .left-panel-wrap .left-panel .devider::before,
.sample-page-section .left-panel-wrap .left-panel .devider::after {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: -2px;
    bottom: auto;
    background: var(--mid-blue);
    width: 1px;
    height: 6px;
}

.sample-page-section .left-panel-wrap .left-panel .devider::after {
    right: 0;
    left: auto;
}

.sample-page-section .left-panel-wrap .left-panel ul li::before,
.sample-page-section .left-panel-wrap .left-panel ol li::before {
    display: none;
}

.sample-page-section .left-panel-wrap .left-panel h5 {
    padding: 0 20px 15px;
    margin-bottom: 0;
}

.sample-page-section .left-panel-wrap .left-panel ul,
.sample-page-section .left-panel-wrap .left-panel ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sample-page-section .left-panel-wrap .left-panel ul li a,
.sample-page-section .left-panel-wrap .left-panel ol li a {
    text-decoration: none;
    color: var(--dark-blue);
    font-family: var(--funnel-sans);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: block;
    border-left: 2px solid transparent;
}

.sample-page-section .left-panel-wrap .left-panel ul li:hover a,
.sample-page-section .left-panel-wrap .left-panel ol li:hover a,
.sample-page-section .left-panel-wrap .left-panel ul li.active a,
.sample-page-section .left-panel-wrap .left-panel ol li.active a {
    color: var(--mid-blue);
    border-left: 2px solid var(--mid-blue);
}

.sample-page-section .textimage-content-row.switch_column {
    flex-direction: row-reverse;
}

.sample-page-section .privacy-content .textimage-section .container {
    padding: 0;
}

.sample-page-section .textimage-content-row {
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}

.sample-page-section .textimage-content-row .textimage-content-media,
.sample-page-section .textimage-content-row .textimage-content-text {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.sample-page-section .textimage-content-row .textimage-content-media .img-wrapper {
    position: relative;
    padding-bottom: 87.2%;
    overflow: hidden;
}

.sample-page-section .textimage-content-row .textimage-content-media img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sample-page-section .left-panel-wrap .left-panel {
    display: flex;
    padding: 24px 0 20px 0;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    background: #F2F5FA;
    position: sticky;
    top: 150px;
}

.social-media-panel .share-icons {
    padding: 0 20px;
}

.social-media-panel .share-icons .icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--white);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-media-panel .share-icons .icon:hover {
    border-color: var(--mid-blue);
}

.social-media-panel .share-icons .icon:hover svg path {
    fill: var(--mid-blue);
}

.social-media-panel .share-icons .icon:not(:last-child) {
    margin-right: 8px;
}


/* ---------------------------------------
   Privacy policy Sample page Content Css 
 ----------------------------------------*/

.sample-page-section .section-devider {
    margin: 60px 0;
}

.sample-page-section .section-devider {
    width: 100%;
    height: 1px;
    background-color: var(--mid-blue);
    position: relative;
}

.sample-page-section .section-devider::before,
.sample-page-section .section-devider::after {
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: -2px;
    bottom: auto;
    background: var(--mid-blue);
    width: 1px;
    height: 6px;
}

.sample-page-section .section-devider::after {
    right: 0;
    left: auto;
}

.full-width-accordion-section .accordion-item {
    display: flex;
    padding: 15px 20px 20px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    background: var(--light-gray);
    cursor: pointer;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    counter-increment: accordion-item;
}

.full-width-accordion-section .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.full-width-accordion-section .accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-accordion-section .acc-title {
    color: var(--mid-blue);
    font-family: var(--funnel-sans);
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    display: flex;
    align-items: center;
}

.full-width-accordion-section .acc-icon {
    font-size: 24px;
    font-weight: 300;
    color: var(--light-blue);
    text-align: right;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.full-width-accordion-section .accordion-content {
    display: none;
    color: var(--dark-blue);
    font-family: var(--funnel-sans);
    font-weight: 400;
    padding-top: 10px;
}

.full-width-accordion-section .accordion-item .accordion-content h4 {
    font-family: var(--funnel-sans);
}

.full-width-accordion-section .accordion-item.active .acc-icon {
    transform: rotate(45deg);
    color: var(--dark-blue);
    display: inline-block;
    vertical-align: top;
}

.full-width-accordion-section .accordion-item:hover .acc-title,
.full-width-accordion-section .accordion-item.active .acc-title {
    color: var(--dark-blue);
}

.full-width-accordion-section .accordion-item:hover .acc-icon svg path,
.full-width-accordion-section .accordion-item.active .acc-icon svg path {
    fill: var(--dark-blue);
}

.full-width-accordion-section .bottom-text {
    margin-top: 20px;
}

.full-width-accordion-section .accordion-header .acc-title::before {
    content: "0" counter(accordion-item);
    position: relative;
    display: block;
    font-family: var(--geist-mono);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    color: var(--mid-blue);
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-right: 10px;
}

.full-width-accordion-section .accordion-item.active .accordion-header .acc-title::before,
.full-width-accordion-section .accordion-item:hover .accordion-header .acc-title::before {
    color: var(--dark-blue);
}


/* Sample page Content Css End*/


/* Privacy Policy End */


/* ===============================
   404 Page 
=============================== */

.error-404 {
    background-color: var(--white);
}

.error-404 .content_block {
    margin: 0 auto;
}

.error-404 .page-title {
    font-size: 130px;
    font-family: var(--geist-mono);
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px 0;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
    color: var(--mid-blue);
    background: linear-gradient(180deg, var(--dark-blue) 56.25%, var(--mid-blue) 149.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.error-404 p {
    font-size: 20px;
    margin-bottom: 35px;
}

.error-404 .btn svg path {
    stroke: var(--white);
}

.error-404 .btn:hover svg {
    transform: rotateY(180deg) translateX(4px);
    transition: transform 0.3s ease;
}

.error-404 .text-center {
    text-align: center;
}

.error-404 .content_block svg {
    margin-right: 10px;
    transform: rotateY(180deg);
}

.error-page .full_width_image_header {
    position: relative;
    overflow: hidden;
}

.error-page .full_width_image_header .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.error-page .full_width_image_header .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.error-page .full_width_image_header .hero-content {
    height: 100%;
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    z-index: 3;
    padding-top: 100px;
}

.error-page .full_width_image_header .hero-content p {
    margin-bottom: 35px;
    font-size: 20px;
}

.error-page .full_width_image_header .hero-content *:not(.btn) {
    color: var(--white);
}

.error-page .full_width_image_header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(19, 39, 78, 0.60) 0%, rgba(19, 39, 78, 0.60) 100%);
    z-index: 2;
}

.error-page .full_width_image_header .hero-content .text-wrapper {
    text-align: center;
    max-width: 784px;
    margin: 0 auto;
}

.error-page .full_width_image_header .hero-content h1.page-title {
    font-size: 200px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}

.error404 .footer-cta-section {
    display: none;
}

.text {
    overflow: hidden;
}



/* header mega menu css start */
/* ===== Desktop Mega Menu ===== */

.megamenu-cta a.btn.btn-white{
    font-family: var(--geist-mono) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.megamenu-col h3 , .megamenu h4{
    color: var(--dark-blue);
}
.megamenu-col h3 {
    margin-bottom: 20px;
    margin-top: -10px;
}
.megamenu-col h4 {
    margin-bottom: 30px;
}
/* .mengamenu-submemu-wrapper + .mengamenu-submemu-wrapper {
    margin-top: 20px;
} */
.mengamenu-submemu-wrapper h6 {
    color:var(--dark-blue);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--funnel-display);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.mengamenu-submemu-wrapper h6::first-letter {
	text-transform: uppercase;
}
.main-navigation .menu{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
}

.main-navigation{
    position: static;
}

.megamenu-dropdown-menu{
    left:0;
    right:0;
}


li.megamenu.menu-item-has-children {
    position: static;
}
/*.main-navigation .menu > li{
    position:relative;
}*/
.megamenu-text-hover a{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.megamenu-right-wrapper.row {
    align-items: stretch;
}

.submenu-item-content p{
    color: var(--dark-blue);
    font-family: var(--funnel-sans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    opacity: 0.7;
}
.icon-menu {
    position: relative;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    flex-shrink:0;
    overflow: hidden;
}
.icon-menu img {
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}
/*
.icon-menu .icon-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nav-link-submenu:hover .icon-menu > img {
    display: none;
}

.nav-link-submenu:hover .icon-menu .icon-hover {
    display: block;
}
*/
/* Hide dropdown by default */
.megamenu-dropdown-menu{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    /*background:#fff;*/
    display:none;
    z-index:98;
    /*background: linear-gradient(180deg, rgba(19, 39, 78, 1) 0%, rgba(43, 89, 180, 1) 100%);*/
    /*backdrop-filter: blur(6px);
    background: linear-gradient(
        180deg,
        rgba(19, 39, 78, 0.9) 0%,
        rgba(40, 71, 132, 0.9) 100%
    );*/
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(12px);
}

.row.megamenu-subitem-row {
    padding-top: 50px;
    padding-bottom: 60px;
}

.megamenu-dropdown-menu{
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:all .3s ease;
}

.menu-item-has-children.open .megamenu-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    display:block;
}

.menu-item-has-children > a{
    position:relative;
    padding-right:20px;
}
.megamenu-text-hover:hover h6{
    color: var(--red);
}

/*.megamenu-text-hover:hover .icon-menu img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(66%) saturate(3332%) hue-rotate(308deg) brightness(53%) contrast(61%);
}*/

.megamenu-text-hover:hover .icon-menu > img {
    display: none;
}
.megamenu-text-hover:hover .icon-menu .icon-hover {
    display: block;
}
.menu-item-has-children > a {
    position: relative;
}
.menu-item-has-children > a.navmegamenu-main-link::after{
    content: '';
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    /*background-image: url(https://meptechdev.wpenginepowered.com/wp-content/uploads/2026/03/icon-arrow-down-white.svg);*/
    left: auto;
    background-position: right;
    top: 40%;   
    background-repeat: no-repeat;
    /*background-image:url("./images/icons/icon-arrow-down-white.svg");*/
    background-color: var(--dark-blue);
    -webkit-mask-image:url("./images/icons/icon-chevron-down-art.svg");
    mask-image:url("./images/icons/icon-chevron-down-art.svg");
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    transition: 0.3s;
}

.menu-item-has-children.active-menu > a.navmegamenu-main-link::after {
    background-color: var(--red);
    -webkit-mask-image:url("./images/icons/icon-chevron-down-art-red.svg");
    mask-image:url("./images/icons/icon-chevron-down-art-red.svg");
}


.menu-item-has-children:hover > a.navmegamenu-main-link::after, .menu-item-has-children.open a.navmegamenu-main-link::after {
    background-color: var(--red);
    transition: 0.3s;
}


.pl-text {
    padding-left: 23px;
}
.menu-item-has-children.open a.navmegamenu-main-link{
    color: var(--red);
}

.megamenu-col-left{
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 15px;
}
.megamenu-col-right-row {
    flex: 0 0 66%;
    max-width: 66%;
    /*padding: 0 15px;*/

    display: flex;
}
.megamenu-col-right, .megamenu-col-middle {
     flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.top-divider {
    margin-bottom: 3px;
    margin-top: 3px;
    position: relative;
    width: 0%;
    height: 1px;
    /*background: #7E98CD;*/
    background: #9C97B0;
    transition:  all 400ms ease-in-out;
}
.top-divider.aos-animate{
    width: 100%;
    transition: width 1s cubic-bezier(.165,.84,.44,1) .3s;
}
.top-divider:before, .top-divider:after {
    content: "";
    width: 1px;
    height: 7px;
    position: absolute;
    left: 0;
    top: -3px;
    /*background-color: #7E98CD;*/
    background-color: #9C97B0;
    display: block;
}
.top-divider:after {
    right: 0;
    left: unset;
}



.megamenu-col .line-animate , .megamenu-col-right-row .line-animate {
    width: 1px;
    height: 0%;
    background: var(--mid-blue);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: top;
    display: block;
}

.megamenu-col .line-animate::before,.megamenu-col .line-animate::after 
, .megamenu-col-right-row .line-animate::before, .megamenu-col-right-row .line-animate::after{
    content: "";
    position: absolute;
    left: -2px;
    width: 6px;
    height: 1px;
    background: var(--mid-blue);
}

.megamenu-col .line-animate::before , .megamenu-col-right-row .line-animate::before {
    top: 0;
}

.megamenu-col .line-animate::after , .megamenu-col-right-row .line-animate::after {
    bottom: 0;
}

.megamenu-col.aos-animate .line-animate, .megamenu-col-right-row.aos-animate .line-animate {
    height: 100%;
    transition: height .9s cubic-bezier(.165,.84,.44,1) .3s;
}
 .megamenu-col-right-row.aos-animate .line-animate {
    left: 15px;
 }

 .megamenu-open {
    overflow: hidden;
}

.mengamenu-submemu-wrapper {
 /* clip slide-up animation */
    row-gap: 16px;
}

.nav-link-submenu,
.submenu-item-content {
    overflow: hidden;
}
/*.mengamenu-submemu-wrapper a{
    transition: unset !important;
}*/
.megamenu-text-hover a{
    transition: unset !important;
}
.megamenu-col .text .mengamenu-submemu-wrapper:not(:last-child){
    margin-bottom: 30px;
}
.language-selection a {
    font-size: 12px;
    font-size: var(--funnel-display);
    color: var(--white);
    margin-left: 20px;
    text-transform: uppercase;
}
/*.nav-link-submenu.active h6  {
color: #7E98CD;
}*/
.active-menu a.navmegamenu-main-link.active {
    color: var(--red);
}
 .active-menu a.navmegamenu-main-link.active::after{
    background-color: var(--red);
}
   .text.text-capitalize p:first-child {
        text-transform: uppercase;
        margin-top: 0 !important;
        font-family: var(--geist-mono) !important;
        font-size: 14px !important;
    }
    .text.text-capitalize h1 {
        margin-bottom: 0 !important;
    }


    .mengamenu-submemu-wrapper {
    transition: height 0.2s ease;
}



/*
.mega-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.mega-col {
    flex: 1;
}*/
/* Desktop hover open */
@media(min-width:1025px){

    .menu-item-has-children:hover > .megamenu-dropdown-menu{
        display:block;
    }

}

/* ===============================
   MOBILE MENU
================================ */

@media (max-width:1024px){
    .submenu-item-content p {
        height: auto !important;
    }
    .megamenu-col h3  {
        margin-top:30px;
    }
    .header-right .main-navigation {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px !important;
        padding: 0 15px;
    }
.sidebar-header.for-mobile {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: var(--dark-blue) !important;
    padding: 10px !important;
}
.header-right {
    padding: 0 !important;
}
.language-selection a {
    margin-left: 0 !important;
}
.language-selection {
    margin-top: 30px;
}
.megamenu-subitem-row{
    animation: menuFade 0.60s ease;
}
.megamenu-text-hover .active .icon-menu img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(28%) saturate(850%) hue-rotate(182deg) brightness(92%) contrast(90%);
}

@keyframes menuFade{
    from{
        opacity:0;
        transform:translateY(8px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.mengamenu-submemu-wrapper a {
align-items: start;
}
/* MOBILE MEGAMENU FIX */
.top-divider {
display: none;
}
.row.megamenu-subitem-row {
    padding-top: 0;
    padding-bottom: 0;
}
.megamenu-col .line-animate {
    left: 7px !important;
}

.megamenu-dropdown-menu{
    opacity: 1;
    visibility: visible;
     display:none;
     position: relative;
     transition: max-height 0.35s ease, opacity 0.25s ease;
}
.megamenu-col.megamenu-col-left {
    margin-bottom: 30px;
}
.megamenu-col.megamenu-col-middle , .megamenu-col.megamenu-col-right {
    padding: 0 30px;
}
/*.menu-item-has-children.open .megamenu-dropdown-menu{
    display:block;
}*/

 .site-header {
        padding: 13px 0;
        position: relative;
    }

    .menu-toggle {
        display: flex;
        padding: 6px 4px;
        border-radius: 0;
        border: 0;
        z-index: 9;
        outline: none;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: none;
    }

    .header-right {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;

        flex-wrap: nowrap;
        overflow-y: auto;
        overflow-x: hidden;

        background: rgba(19, 39, 78, 0.9);
        backdrop-filter: blur(6px);

        padding: 20px 16px 30px;

        transform: translateX(100%);
        /*transition: transform 0.45s ease;*/
        transition: transform 0.6s cubic-bezier(.22,.61,.36,1);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 2;
    }

    .header-main.menu-open .header-right {
        /* z-index: -1; */
        transform: translateX(0);
        justify-content: flex-start;
    }

    .header-right .main-navigation {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 55px;
    }

    .header-right .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        z-index: 99;
        position: relative;
    }

    .main-menu-open .site-header {
        backdrop-filter: unset;
    }

    .header-main .toggle-icon-close {
        display: none;
        opacity: 0;
        transition: 0.5s ease-in;
    }

    .menu-toggle>span {
        display: inline-flex;
    }

    .header-main.menu-open span.toggle-icon {
        display: none;
    }

    .header-main.menu-open .toggle-icon-close {
        display: flex;
        opacity: 1;
    }

    .main-nav ul {
        flex-direction: column;
    }

    /* html.main-menu-open, // Css commented by Z bcz of this css causing the page to jump back to the top*/
    .main-menu-open body {
        overflow: hidden;
    }

    .main-nav ul li {
        padding-bottom: 50px;
    }

    .contact-wrapper {
        padding: 0;
    }

    .site-content {
        margin-top: -65px;
    }

    .privacy-hero-section .content .text-wrapper {
        padding-left: 18px;
    }

    .privacy-hero-section .content .line-animate,
    .privacy-hero-section .content .line-animate::before,
    .privacy-hero-section .content .line-animate::after {
        background-color: #7E98CD;
    }

    .privacy-hero-section .content {
        padding-bottom: 40px;
        min-height: 220px;
    }
}



/* header mega menu css end */


@keyframes lineGrow {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}


/* =================== Responsive ================= */

@media (min-width: 768px) and (max-width: 991px) {
  .icon-menu {
        width: 36px;
        height: 36px;
    }
    .mengamenu-submemu-wrapper h6 {
        font-size: 16px;
    }

}
@media (min-width: 1200px) {
    .privacy-policy .sample-page-section>.container>.row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .privacy-policy .left-panel-wrap,
    .privacy-policy .right-panel-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .hide-desktop {
        display: none !important;
    }
    .privacy-policy .left-panel-wrap {
        flex: 0 0 33.6%;
        max-width: 33.6%;
    }

    .privacy-policy .right-panel-wrap {
        flex: 0 0 66.4%;
        max-width: 66.4%;
    }

    .footer-grid {
        justify-content: space-between;
    }

    .footer-col.footer-link.col-md-4.col-12 {
       /* flex: 0 0 212px;
        max-width: 212px;*/
        flex: 0 0 275px;
        max-width: 275px;
    }

    .footer-col.footer-social.col-md-4.col-12 {
        flex: 0 0 300px;
        max-width: 300px;
    }

    .footer-col.f-contact-col.col-md-4.col-12 {
        flex: 0 0 213px;
        max-width: 213px;
    }
}

@media (min-width: 992px) {
    .for-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .error-page .full_width_image_header .hero-content {
        padding-top: 65px;
        min-height: 90vh;
    }

    .error-page .full_width_image_header .hero-content h1.page-title {
        font-size: 100px;
    }

    .error-page .full_width_image_header .hero-content p {
        font-size: 18px;
        margin-bottom: 20px;
    }

}

@media (max-width: 1199px) {
    .site-branding .site-logo img {
        width: auto;
        height: 70px;
        object-fit: contain;
    }

    .header-logo-text {
        margin-left: 10px;
    }

    .site-content {
        margin-top: -72px;
    }

    /* header end */
}
@media (max-width: 1230px) {
    .main-nav ul li a {
        font-size: 15px;
    }

    .site-branding .site-logo-text , .site-branding .h-logo-text {
        font-size: 14px;
    }
    .contact-wrapper {
        padding-left: 10px;
    }
   /* .main-nav ul li {
        padding: 0 10px;
    }*/
}



@media (max-width: 1024px) {

    h1 {
        font-size: 44px;
        line-height: 50px;
    }

    h2 {
        font-size: 36px;
        line-height: 50px;
    }

    h3 {
        font-size: 28px;
        line-height: 40px;
    }

    h4 {
        font-size: 20px;
        line-height: 28px;
    }

    /* header start */
    .site-branding .site-logo-text {
        font-size: 16px;
    }

    .contact-btn {
        padding: 10px 12px;
    }

    /* header end */
    .footer-col a {
        font-size: 17px;
        line-height: 26px;
    }
   .main-nav ul li {
        padding-left: 0;
        padding-right: 0;
    }
    .megamenu-dropdown-menu {
        background: none !important;
        backdrop-filter: initial;
    }
    .megamenu-col-left {
        padding: 0 !important;
    }
 
    .megamenu-col.megamenu-col-middle, .megamenu-col.megamenu-col-right {
        padding-left: 0;
        padding-right: 0;
    }
    .mengamenu-submemu-wrapper h6{
        font-size: 16px;
    }
    .header-right .contact-wrapper {
        padding: 0 15px;
    }
    .megamenu-cta a {
        width: 100%;
    }
    .main-nav ul li a {
        font-size: 18px;
    }
    .language-selection {
        padding-left: 15px;
       margin-bottom: 50px !important;
    }
    .header-right {
        height: 100% !important;
        min-height: 100vh !important;
          min-height: 100dvh !important;
        overflow-y: auto;
        background: rgba(19, 39, 78, 0.95);
    }
    html, body {
        height: -webkit-fill-available;
    }

    .header-right {
        min-height: -webkit-fill-available;
    }
}

@media (max-width: 991px) {
    .for-desktop {
        display: none;
    }

    .pt-100 {
        padding-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pt-60 {
        padding-top: 20px;
    }

    .pb-60 {
        padding-bottom: 20px;
    }

    .sample-page-section .section-devider {
        margin: 40px 0;
    }

    .sample-page-section .textimage-section .textimage-content-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sample-page-section .textimage-content-row .textimage-content-media,
    .sample-page-section .textimage-content-row .textimage-content-text {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sample-page-section .textimage-section.reverse .textimage-content-row {
        flex-direction: column;
    }

    .sample-page-section .textimage-section .container {
        padding: 0;
    }

    .privacy-content .full-width-accordion-section .section-title {
        margin-bottom: 20px;
    }

    /* header start */
    .site-header {
        padding: 13px 0;
        position: relative;
    }

    .menu-toggle {
        display: flex;
        padding: 6px 4px;
        border-radius: 0;
        border: 0;
        z-index: 9;
        outline: none;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: none;
    }

    .header-right {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        flex-wrap: nowrap;
        overflow-y: auto;
        overflow-x: hidden;
        background: rgba(19, 39, 78, 0.9);
        backdrop-filter: blur(6px);
        padding: 20px 16px 30px;
        transform: translateX(100%);
        transition: 0.5s ease-in;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 2;
		background: rgba(255, 255, 255, 0.80) !important;
		backdrop-filter: blur(12px);
    }

    .header-main.menu-open .header-right {
        /* z-index: -1; */
        transform: translateX(0);
    }

    .header-right .main-navigation {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 55px;
    }

    .header-right .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        z-index: 99;
        position: relative;
		background: rgba(255, 255, 255, 0.80) !important;
		backdrop-filter: blur(12px);
    }

    .main-menu-open .site-header {
        backdrop-filter: unset;
    }

    .header-main .toggle-icon-close {
        display: none;
        opacity: 0;
        transition: 0.5s ease-in;
    }

    .menu-toggle>span {
        display: inline-flex;
    }

    .header-main.menu-open span.toggle-icon {
        display: none;
    }

    .header-main.menu-open .toggle-icon-close {
        display: flex;
        opacity: 1;
    }

    .main-nav ul {
        flex-direction: column;
    }

    /* html.main-menu-open, // Css commented by Z bcz of this css causing the page to jump back to the top*/
    .main-menu-open body {
        overflow: hidden;
    }

    .main-nav ul li {
        padding-bottom: 50px;
    }

    .contact-wrapper {
        padding: 0;
    }

    .site-content {
        margin-top: -65px;
    }

    .privacy-hero-section .content .text-wrapper {
        padding-left: 18px;
    }

    .privacy-hero-section .content .line-animate,
    .privacy-hero-section .content .line-animate::before,
    .privacy-hero-section .content .line-animate::after {
        background-color: #7E98CD;
    }

    .privacy-hero-section .content {
        padding-bottom: 40px;
        min-height: 220px;
    }

    /* header end */
    /* footer css start */
    .footer-brand {
        flex-direction: column;
    }

    .brand-tagline {
        margin-top: 20px;
    }

    .footer-logo {
        height: 70px;
    }

    .footer-social .affiliate img {
        height: 80px;
    }

    .footer-cta-section .footer-cta-content {
        padding-bottom: 0;
    }

    /* footer css end */
}

@media (max-width: 767px) {
    .back-link {
        top: 100px !important;
    }
    .footer-cta-section .footer-cta-content {
        padding-top: 0;
    }
    .pl-text {
        padding-left: 0 !important;
    }
    .megamenu-col-right {
        margin-top: 30px;
    }
    .megamenu-col-right-row {
        padding-left: 20px;
    }
    .megamenu-col-right-row.aos-animate .line-animate {
        left: 5px;
    }
    .leadership-item .line-animate {
        bottom: 6px;
        /*top: initial !important;*/
    }
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .footer-brand {
        padding: 26px 0;
    }

    .footer-middle {
        padding: 30px 0;
    }

    .footer-bottom {
        padding: 0 0 30px;
    }

    .footer-brand {
        flex-direction: column;
        align-items: center;
    }

    .footer-bottom .copyright {
        margin-top: 0;
    }

    .f-logo-info {
        margin-left: 10px;
    }

    .site-footer .footer-middle .col-12+.col-12 {
        margin-top: 35px;
    }

    .site-footer .f-contact-col p {
        max-width: 125px;
        margin-left: auto;
        margin-right: auto;
    }

    .site-footer .footer-col,
    .site-footer .footer-bottom .copyright {
        text-align: center;
        margin: 0;
    }

    .site-footer .footer-col ul,
    .site-footer .footer-social .social-icons,
    .site-footer .footer-social .affiliate {
        align-items: center;
        justify-content: center;
    }

    h1 {
        font-size: 30px;
        line-height: 110%;
    }

    h2 {
        font-size: 32px;
        line-height: 140%;
    }

    h3 {
        font-size: 22px;
        line-height: 140%;
    }

    h4 {
        font-size: 18px;
        line-height: 140%;
    }

    h5 {
        font-size: 14px;
        line-height: normal;
    }

    p,
    .full-width-accordion-section .acc-title,
    body {
        font-size: 16px;
        line-height: 150%;
    }

    p:not(:last-child) {
        margin: 0 0 15px 0;
    }

    ul li:not(:last-child),
    ol li:not(:last-child) {
        margin-bottom: 8px;
    }

    .site-content ul li,
    ul li,
    ol li,
    p,
    .site-content ol li {
        font-size: 16px;
        line-height: 150%;
    }

    .p-22 {
        font-size: 18px;
        line-height: 150%;
    }

    .sample-page-section .left-panel-wrap .left-panel {
        position: static;
    }

    .footer-col a {
        font-size: 16px;
        line-height: 150%;
    }

    .footer-cta-section .cta-right {
        width: 100%;
        text-align: start;
        margin-top: 30px;
    }

    .footer-cta-section .cta-left {
        padding-left: 22px;
        width: 100%;
    }

    .site-footer .f-logo-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 8px;
        display: block;
        margin-bottom: 8px;
    }

    .site-footer .brand-since {
        font-size: 10px;
        font-weight: 500;
        line-height: 7px;
        display: block;
    }

    .footer-cta-section .cta-left h2 {
        font-size: 28px;
        line-height: 39.2px;
    }

    .site-footer .f-logo-text {
        font-size: 12px;
        font-weight: 500;
        line-height: 8px;
        display: block;
        margin-bottom: 8px;
    }

    .site-footer .brand-since {
        font-size: 10px;
        font-weight: 500;
        line-height: 7px;
        display: block;
    }

    .site-footer .brand-tagline {
        margin-top: 20px;
        text-align: center;
    }

    .site-footer .footer-social .affiliate {
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
    }

    .site-footer .copyright p {
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        color: var(--dark-blue);
        opacity: 0.6;
        margin: 0;
    }

    .footer-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .full-width-accordion-section .accordion-item.active .accordion-header .acc-title::before,
    .full-width-accordion-section .accordion-item:hover .accordion-header .acc-title::before {
        color: var(--mid-blue);
    }

    .header-logo-text,
    .footer-social .affiliate span {
        margin-left: 10px;
    }

    .footer-social .affiliate span {
        font-size: 12px;
        margin-left: 30px;
    }

    .site-branding .site-logo-text {
        font-size: 12px;
        line-height: 10px;
        margin-bottom: 8px;
    }

    .site-branding .h-logo-text {
        font-size: 10px;
        line-height: 10px;
    }

    .privacy-policy .left-panel-wrap,
    .privacy-policy .right-panel-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .privacy-policy .right-panel-wrap {
        margin-top: 30px;
    }

    .full-width-accordion-section .accordion-item {
        padding: 16px 16px;
    }

    .privacy-hero-section .content .line-animate {
        top: 7px;
    }
    .megamenu-col-left, .megamenu-col-right-row , .megamenu-col-right, .megamenu-col-middle {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .megamenu-col-right-row {
        flex-wrap: wrap;
    }
    .megamenu-col h4 {
        font-size: 16px;
    }
    .megamenu-col-lef {
        margin-bottom: 30px;
    }
    .mobile-hide {
        display: none !important;
    }
}

@media (max-width: 575px) {

    /* header start */
    .site-branding .site-logo-text {
        font-size: 12px;
        line-height: normal;
    }

    .site-branding .site-logo img {
        /*width: 76px;
        height: 38px;*/
        width: auto;
        height: 70px;
    }

    .site-header .contact-wrapper,
    .site-header .contact-btn {
        width: 100%;
    }

    /* header end */
    .footer-cta-section .cta-right,
    .footer-cta-section .cta-right .btn-white {
        width: 100%;
    }

    .site-footer .copyright {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .button-block {
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }

    .button-block .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .button-block .btn {
        width: 100%;
    }
}

.no-herobanner {
    padding-top: 150px;
}

.picontext {
    overflow: hidden;
  }
  .light-grey {
    background: var(--light-gray, #EFEEF2);
  }

section.textimage-section .button-block .btn:last-child:hover {
    /*color: #B8141D;
    color: var(--white);*/
    border: 2px solid #B8141D;
}



section.textimage-section .button-block .btn:not(:last-child):hover {
    border: 2px solid var(--red);
}


.header-right {
    justify-content: end;
}

.header-right .top-header-menu {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

.header-right .top-header-menu .link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    color: var(--dark-blue);
    font-family: var(--geist-mono);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.header-right .top-header-menu .link:last-child {
    margin-right: 0;
}

.header-right .top-header-menu .header-desktop-language.link {
    padding-left: 23px;
}

.header-right .top-header-menu .header-desktop-language.link::before {
    position: absolute;
    left: 0;
    top: 0;
    /*transform: translateY(-50%);*/
    content: url('images/icons/icon-globe.svg');
}

@media (max-width: 1024px) {
    .header-right .top-header-menu {
        display: flex;
        order: 3;
        margin: 0;
        margin-top: 20px;
        padding: 10px 16px;
    }
    /*.header-right .top-header-menu .link {
        display: block;
        margin-bottom: 10px;
    }
    .header-right .top-header-menu .link:last-child {
        margin-bottom: 0;
    }*/
    .header-right {
        background: rgba(255, 255, 255, 0.80) !important;
        backdrop-filter: blur(12px);
    }
    .header-right .sidebar-header {
        background: rgba(255, 255, 255, 0.80) !important;
        backdrop-filter: blur(12px);
    }
}

/** JUNE 22 2026 **/

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.flex-container .flex-item {
    flex: 1 0 auto;
    width: 100%;
    box-sizing: border-box;
    align-self: stretch;
}

.full_width_image_header .hero-content {
    padding-bottom: 80px;
}

.full_width_image_header .hero-content .text-wrapper p.small-title {
    color: #FFF;
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
}

.full_width_image_header .hero-content h1 {
    margin: 0;
}


.dark_blue_text_and_image_section .content h4 {
    margin-bottom: 30px;
}

.dark_blue_text_and_image_section .button-block {
    margin-top: 30px;
}

section.careers-section .section-textimage-left {
    max-width: 100%;
    width: 100%;
}

section.featured-post.bg-grey {
    background-color: var(--light-gray);
}

section.featured-post .container {
    max-width: 1240px;
    padding-left: 16px;
    padding-right: 16px;
    width: calc(100% - 32px);
}

section.featured-post .wrapper-textimage {
    justify-content: space-between;
}

section.featured-post .text-content {
    max-width: calc(50% - 15px);
    padding-left: 0;
    padding-right: 0;
    align-self: stretch;
}

section.featured-post .text-content .content-left-textimage {
    height: 100%;
    align-content: start;
}

section.featured-post .text-content .content-left-textimage .text {
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.featured-post .text-content .content-left-textimage .text .textimage-content {
    margin-bottom: 16px;
}

section.featured-post .text-content .featured-image-title {
    display: none;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    aspect-ratio: 16 / 9;
}

@media (max-width: 991px) {
    section.featured-post .text-content {
        max-width: 100%;
        padding-top: 0;
    }
    section.featured-post .text-content .featured-image-title {
        display: block;
    }
}

section.featured-post .post-title {
    margin: 0;
}

@media (max-width: 991px) {
    section.featured-post .post-title {
        color: var(--dark-blue);
        font-family: "Funnel Display";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 25.2px */
    }
}

section.featured-post .post-detail {
    margin-top: 16px;
}

section.featured-post .post-detail.btn {
    margin-top: auto;
    max-width: fit-content;
}

section.featured-post .post-categories .category {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 6px;
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 6px;
    background-color: rgba(19, 39, 78, 0.08);
}

section.featured-post.case-study .post-categories.post-detail {
    margin: 0;
    margin-bottom: 16px;
}

section.featured-post.case-study .post-categories .category {
     background-color: transparent;
     padding: 0;
}

section.featured-post.case-study .post-categories .category img {
    margin-right: 10px;
	width: 24px;
}

section.featured-post.case-study .post-categories .category img,
section.featured-post.case-study .post-categories .category span {
    display: inline-block;
    vertical-align: middle;
}

section.featured-post .post-categories .category:last-child {
    margin-right: 0;
}

section.featured-post .post-date span {
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

section.featured-post .featured-image {
    max-width: calc(50% - 15px);
    width: 100%;
    align-self: stretch;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0;
    padding-right: 0;
    aspect-ratio: 16 / 9;
}


section.featured-post .featured-image .mobile {
    display: none;
}

@media (max-width: 991px) {
    section.featured-post .featured-image {
        max-width: 100%;
        width: 100%;
        background-image: none !important;
        aspect-ratio: unset;
    }
    /*section.featured-post .featured-image .mobile {
        display: block;
    }
    section.featured-post .featured-image .mobile .img-wrapper img {
        width: 100%;
        height: auto;
    }*/
}


section.post-listing .filter-box {
    justify-content: space-between;
}

@media (max-width: 991px) {
    section.post-listing {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

section.post-listing .filter-box .flex-item.half {
    position: relative;
    max-width: calc(50% - 15px);
    width: 100%;
}

section.post-listing .filter-box .flex-item.search-text-box:after {
    position: absolute;
    content: url('images/icons/icon-search.svg');
    bottom: 12px;
    right: 16px;
    height: 24px;
    width: 24px;
}

section.post-listing .filter-box .flex-item.search-text-box.has-text:after {
    content: url('images/icons/icon-search-red.svg');
}

section.post-listing .filter-box .flex-item.select-categories-box:after {
    position: absolute;
    content: url('images/icons/icon-chevron-down.svg');
    bottom: 12px;
    right: 16px;
}

section.post-listing .filter-box .flex-item.select-categories-box.opened:after {
    content: url('images/icons/icon-chevron-down-art-red.svg');
}

@media (max-width: 991px) {
    section.post-listing .filter-box .flex-item.half {
        max-width: 100%;
    }
}

section.post-listing .filter-box .flex-item.full {
    max-width: 100%;
    width: 100%;
}

section.post-listing label.text {
    display: block;
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

section.post-listing input[type="text"],
section.post-listing .selected-categories-text {
    max-width: 100%;
    width: 100%;
    appearance: none;
    color: rgba(19, 39, 78, 0.3);
    padding: 10px 16px;
    padding-right: 45px;
    font-family: "Funnel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    border: 2px solid var(--light-gray);
}

section.post-listing input[type="text"]:focus,
section.post-listing input[type="text"]:not(:placeholder-shown) {
    color: var(--red-2);
    border-color: var(--red-2);
}

section.post-listing .select-categories-box {
    position: relative;
}

@media (max-width: 991px) {
    section.post-listing .select-categories-box {
        margin-top: 30px;
    }
}

section.post-listing .select-categories-box.active {
    position: relative;
}

section.post-listing .selected-categories-text {
    cursor: pointer;
}

section.post-listing .selected-categories-text.active,
section.post-listing .selected-categories-text.opened {
    position: relative;
    border-color: var(--red);
    color: var(--red);
}

section.post-listing .select-categories-box .categories-checkboxes {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    border: 2px solid var(--light-gray);
    background: var(--white);
    padding: 16px;
    z-index: 4;
}

section.post-listing .select-categories-box .categories-checkboxes label {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}

section.post-listing .select-categories-box .categories-checkboxes label:last-child {
    margin-bottom: 0;
}

section.post-listing .select-categories-box .categories-checkboxes label input {
    display: inline-block;
    vertical-align: middle;
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid var(--light-gray);
    margin-right: 10px;
}

section.post-listing .select-categories-box .categories-checkboxes label input:checked {
    background-image: url('images/icons/icon-checkbox.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--red-2);
    border: 2px solid var(--red-2);
}

section.post-listing .select-categories-box .categories-checkboxes label input:checked ~ span {
    color: var(--red);
}

section.post-listing .select-categories-box .categories-checkboxes label span {
    display: inline-block;
    vertical-align: middle;
    color: var(--dark-blue);
    font-family: "Funnel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

section.post-listing .selected-categories {
    display: none;
    margin-top: 30px;
}

section.post-listing .selected-categories .category {
    display: inline-block;
    vertical-align: middle;
    padding: 6px;
    background: rgba(57, 47, 97, 0.10);
    margin-right: 10px;
    line-height: 0;
}

section.post-listing .selected-categories .category:last-child {
    margin-right: 0;
}

section.post-listing .selected-categories .category span {
    display: inline-block;
    vertical-align: middle;
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 6px;
}

section.post-listing .selected-categories .category .remove-category {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-image: url('images/icons/icon-filter-close.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

section.post-listing .results-count-clear-filter {
    margin-top: 30px;
}

section.post-listing .results-count-clear-filter .results-count {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--dark-blue);
    font-family: "Funnel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

section.post-listing .results-count-clear-filter .clear-filter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: var(--red-2);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 28px;
    margin-left: 15px;
}

section.post-listing .results-count-clear-filter .clear-filter:before {
    position: absolute;
    content: url('images/icons/icon-filter-clear-red.svg');
    left: 0;
    top: -2px;
}

section.post-listing .results-box {
    justify-content: flex-start;
    gap: 30px;
    margin-left: 0;
    margin-right: 0;
}

section.post-listing .results-box > p {
    max-width: calc(100% - 30px);
    width: 100%;
    margin: auto;
    padding: 40px 0 40px;
    display: block;
}

section.post-listing .results-box .expert-insight-single {
    max-width: calc(33% - 17px);
    margin-top: 80px;
    padding: 0;
}

section.post-listing .results-box .expert-insight-single.case-study-single {
    max-width: calc(50% - 17px);
    margin-top: 80px;
    padding: 0;
}

section.post-listing .results-box .expert-insight-single.case-study-single .categories .category img.hover {
    display: none;
}

section.post-listing .results-box .expert-insight-single.case-study-single:hover .categories .category img.hover {
    display: inline-block;
    transition: 0.3s;
}

section.post-listing .results-box .expert-insight-single.case-study-single:hover .categories .category span {
    color: var(--mid-blue);
    transition: 0.3s;
}

section.post-listing .results-box .expert-insight-single.case-study-single:hover .categories .category img.dark {
    display: none;
    transition: 0.3s;
}

@media (max-width: 991px) {
    section.post-listing .results-box {
        margin-top: 40px;
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
        gap: 0;
    }
    section.post-listing .results-box .expert-insight-single {
        margin-top: 0;
        margin-bottom: 0;
        max-width: calc(50% - 15px);
        padding: 0;
    }
}

@media (max-width: 767px) {
    section.post-listing .results-box .expert-insight-single {
        max-width: calc(100%);
    }
}

section.post-listing .results-box .expert-insight-single .imagelink-item {
    width: 100%;
}

section.post-listing .results-box .expert-insight-single .imagelink-item h4::after {
    display: none;
}

section.post-listing .results-box .expert-insight-single .imagelink-item .overflow-hidden,
section.post-listing .results-box .expert-insight-single .imagelink-item .overflow-hidden > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.post-listing .results-box .expert-insight-single .imagelink-item .overflow-hidden > a .industries-icon-text-wrapper {
    margin-top: auto;
}

section.post-listing .results-box .expert-insight-single .imagelink-item .overflow-hidden > a .industries-icon-text-wrapper .other-details {
    margin-top: 16px;
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap {
    margin-bottom: 0;
    height: unset;
}

section.post-listing .results-box .expert-insight-single.case-study-single .card-industries-image-wrap {
    margin-bottom: 0;
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap .image-box {
    /*height: unset;*/
    margin-bottom: 20px;
    overflow: hidden;
    /*aspect-ratio: 16 / 9;*/
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap .image-box {
    aspect-ratio: 16 / 9;
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap .categories {
    margin-bottom: 20px;
    position: relative;
}

section.post-listing .results-box .case-study-single.expert-insight-single .card-industries-image-wrap .categories:after,
body.single-case_studies section.post-listing.related-posts .results-box .expert-insight-single .card-industries-image-wrap .categories:after {
    position: absolute;
    content: url('images/icons/icon-right-arrow-db.svg');
    top: 0;
    right: 0;
}

section.post-listing .results-box .case-study-single.expert-insight-single:hover .card-industries-image-wrap .categories:after,
body.single-case_studies section.post-listing.related-posts .results-box .expert-insight-single:hover .card-industries-image-wrap .categories:after {
    content: url('images/icons/icon-right-arrow-red.svg');
}


section.post-listing .results-box .expert-insight-single .card-industries-image-wrap .categories .category {
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap .categories .category img {
    margin-right: 10px;
    max-width: 24px;
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap .categories .category img,
section.post-listing .results-box .expert-insight-single .card-industries-image-wrap .categories .category span {
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap .categories .category img.hover {
    display: none;
}

section.post-listing .results-box .expert-insight-single:hover .card-industries-image-wrap .categories .category img.dark {
    display: none;
}
section.post-listing .results-box .expert-insight-single:hover .card-industries-image-wrap .categories .category img.hover {
    display: inline-block;
}
section.post-listing .results-box .expert-insight-single:hover .card-industries-image-wrap .categories .category span {
    color: var(--red);
}

*:hover .card-industries-image-wrap .categories .category img {
    transform: scale(1);
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap h4 {
    margin: 0;
}

section.post-listing .results-box .expert-insight-single .card-industries-image-wrap h4:after,
section.post-listing .results-box .expert-insight-single .card-industries-image-wrap:hover h4:after {
    background: none;
}

section.post-listing .results-box .expert-insight-single .imagelink-item .other-details .categories {
    margin-bottom: 15px;
}

section.post-listing .results-box .expert-insight-single .imagelink-item .other-details .categories .category {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 6px;
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 6px;
    background: rgba(57, 47, 97, 0.10);
}

section.post-listing .results-box .expert-insight-single .imagelink-item .other-details .date {
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

section.post-listing .results-box .expert-pagination {
    margin-top: 80px;
    padding: 0;
}

section.post-listing .results-box .expert-pagination ul {
    list-style-type: none;
    text-align: center;
}

section.post-listing .results-box .expert-pagination ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

section.post-listing .results-box .expert-pagination ul li:before {
    display: none;
}

section.post-listing .results-box .expert-pagination ul li a,
section.post-listing .results-box .expert-pagination ul li span {
    display: grid;
    place-items: center;
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid var(--light-gray);
    text-decoration: none ;
    cursor: pointer;
}

section.post-listing .results-box .expert-pagination ul li.disabled a,
section.post-listing .results-box .expert-pagination ul li.disabled span {
    opacity: 0.6;
    cursor: default;
}

section.post-listing .results-box .expert-pagination ul li.current span,
section.post-listing .results-box .expert-pagination ul li.current:hover span  {
    cursor: default;
    background-color: var(--dark-blue);
    border-color: var(--dark-blue);
    color: var(--white);
}

section.post-listing .results-box .expert-pagination ul li.arrow.prev {
    margin-right: 10px;
}

section.post-listing .results-box .expert-pagination ul li.arrow.next {
    margin-left: 10px;
}

section.post-listing .results-box .expert-pagination ul li.arrow a,
section.post-listing .results-box .expert-pagination ul li.arrow span,
section.post-listing .results-box .expert-pagination ul li.arrow:hover a,
section.post-listing .results-box .expert-pagination ul li.arrow:hover span {
    background-color: transparent;
    border-color: transparent;
}

section.post-listing .results-box .expert-pagination ul li:hover a,
section.post-listing .results-box .expert-pagination ul li:hover span {
    background-color: var(--light-gray);
}

@media (max-width: 991px) {
    section.post-listing .results-box .expert-pagination {
        margin-top: 10px;
    }
}

section.dark_blue_text_and_image_section.single-page {
    padding-top: 142px;
}

section.dark_blue_text_and_image_section.single-page .section-title {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    section.dark_blue_text_and_image_section.single-page {
        padding-top: 104px;
    }

    section.dark_blue_text_and_image_section.single-page .section-title {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
}

section.dark_blue_text_and_image_section.single-page .section-title .return-to-archive {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 20px;
}

section.dark_blue_text_and_image_section.single-page .section-title .return-to-archive:before {
    content: url('images/icons/icon-arrow-left.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

section.dark_blue_text_and_image_section.single-page.case-study .wrapper {
    margin-left: 0;
    margin-right: 0;
}

section.dark_blue_text_and_image_section.single-page .wrapper .col-left {
    align-self: stretch;
}

section.dark_blue_text_and_image_section.single-page.case-study .wrapper .col-left {
    padding-left: 0;
}

section.dark_blue_text_and_image_section.single-page .wrapper .col-left .content {
    height: 100%;
    align-content: center;
    padding-left: 0;
}

section.dark_blue_text_and_image_section.single-page.case-study .wrapper .col-left .content {
    padding-left: 0;
}

section.dark_blue_text_and_image_section.single-page .wrapper .col-left .text .post-title {
    margin: 0;
}

@media (max-width: 767px) {
    section.dark_blue_text_and_image_section.single-page .wrapper .col-left .text .post-title {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
    }
}

section.dark_blue_text_and_image_section.single-page .wrapper .col-left .text .categories {
    margin-top: 20px;
}

section.dark_blue_text_and_image_section.single-page .wrapper .col-left .text .categories .category {
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 6px;
    margin-right: 6px;
    background: rgba(255, 255, 255, 0.20);
}

section.dark_blue_text_and_image_section.single-page.case-study .wrapper .col-left .text .categories {
    margin-top: 0;
    margin-bottom: 20px;
}

section.dark_blue_text_and_image_section.single-page.case-study .wrapper .col-left .text .categories .category {
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    margin-right: 6px;
    background: none;
}

section.dark_blue_text_and_image_section.single-page.case-study .wrapper .col-left .text .categories .category img {
    margin-right: 10px;
	width: 24px;
}

section.dark_blue_text_and_image_section.single-page.case-study .wrapper .col-left .text .categories .category img,
section.dark_blue_text_and_image_section.single-page.case-study .wrapper .col-left .text .categories .category span {
    display: inline-block;
    vertical-align: middle;
}

section.dark_blue_text_and_image_section.single-page .wrapper .col-left .text .categories .category:last-child {
    margin-right: 0;
}

section.dark_blue_text_and_image_section.single-page .wrapper .col-left .text .post-date {
    color: var(--white);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

section.dark_blue_text_and_image_section.single-page .wrapper .featured-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*min-height: 330px;*/
    aspect-ratio: 16 / 9;
}

section.dark_blue_text_and_image_section.single-page .wrapper .featured-image img {
    display: none;
    aspect-ratio: 16 / 9;
}

@media (max-width: 991px) {
    section.dark_blue_text_and_image_section.single-page .wrapper .featured-image {
        background-image: none !important;
    }
    section.dark_blue_text_and_image_section.single-page .wrapper .featured-image img {
        display: block;
    }
}

section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section {
    width: 100%;
    padding-top: 80px;
} 

@media (max-width: 991px) {
    section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section {
        padding-top: 40px;
    } 
}

section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid {
    margin-bottom: 0;
}

section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid .about-item {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid .about-item {
        width: 100%;
        margin-bottom: 40px;
    }
    section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid .about-item:last-child {
        margin-bottom: 0;
    }
}

section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid .about-item .line-animate,
section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid .about-item .line-animate:before,
section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid .about-item .line-animate:after {
    background: var(--white);
}

section.dark_blue_text_and_image_section.single-page.case-study .key_facts_section .about-grid .about-item .about-number .number {
    font-size: 60px;
    line-height: 140%;
    line-height: 50px;
    color: var(--white);
}

main.single-page section.page-builder {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    main.single-page section.page-builder {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

main.single-page section.page-builder .flex-container {
    justify-content: space-between;
}

section.page-builder .sidebar {
    max-width: 33%;
    background-color: var(--light-gray);
    align-self: flex-start;
    position: sticky;
    top: 147px;
}

@media (max-width: 991px) {
    section.page-builder .sidebar {
        max-width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 0;
    }
}

section.page-builder .sidebar .row {
    display: block;
    padding: 0 18px;
    border: 2px solid var(--light-gray);
    border-top: none;
    border-bottom: none;
    text-decoration: none;
    margin: 0;
    margin-bottom: 20px;
    color: var(--dark-blue);
    font-family: "Funnel Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

section.page-builder .sidebar .row.header-row {
    padding-top: 22px;
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

section.page-builder .sidebar .row.header-row:hover {
    color: unset;
}

section.page-builder .sidebar .row.active {
    border-left: 2px solid var(--red-2);
    color: var(--red-2);
}

section.page-builder .sidebar .row:hover {
    color: var(--red-2);
}

section.page-builder .sidebar .row.footer-divider {
    max-width: calc(100% - 40px);
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #9C97B0;
    margin: auto;
    margin-bottom: 30px;
}

section.page-builder .sidebar .row.footer-divider:before,
section.page-builder .sidebar .row.footer-divider:after {
    background-color: #9C97B0;
}

section.page-builder .sidebar .row.footer-divider:hover {
    border-left: none;
}

section.page-builder .sidebar .row.title {
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

section.page-builder .sidebar .row.title.before-socials {
    margin-bottom: 20px;
}

section.page-builder .sidebar .row.socials .social {
    position: relative;
    display: inline-grid;
    vertical-align: middle;
    place-items: center;
    width: 44px;
    height: 44px;
    background-color: var(--white);
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 6px;
    margin-right: 6px;
}

section.page-builder .sidebar .row.socials .social:last-child {
    margin-right: 0;
}

section.page-builder .sidebar .row.socials .social:hover svg path {
    fill: var(--red-2);
}

section.page-builder .sidebar .row.socials .social.copy-link .copy-tooltip {
    position: absolute;
    bottom: -5px;
    left: 100%;
    transform: translateX(-50%);
    color: var(--white);
    padding: 2px 4px;
    background-color: var(--mid-blue);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease;
    font-family: "Geist Mono";
    font-size: 8px;
    line-height: 100%;
}

section.page-builder .sidebar .row.socials .social.copy-link .copy-tooltip.show {
    opacity: 1;
    visibility: visible;
}

section.page-builder .sections {
    max-width: calc(66% - 30px);
}

@media (max-width: 991px) {
    section.page-builder .sections {
        max-width: 100%;
        margin-top: 40px;
    }
}

section.section {
    padding-top: 60px;
}

section.section:first-child {
    padding-top: 0;
}

@media (max-width: 991px) {
    section.section {
        padding-top: 40px;
    }
}

section.section h1,
section.section h2,
section.section h3,
section.section h4,
section.section h5 {
    margin-bottom: 20px;
}

section.section.cpt-text-and-accordions h1,
section.section.cpt-text-and-accordions h2,
section.section.cpt-text-and-accordions h3,
section.section.cpt-text-and-accordions h4,
section.section.cpt-text-and-accordions h5 {
    margin-bottom: 16px;
}


section.section h6,
section.section .large-paragraph {
    color: var(--dark-blue);
    font-family: "Funnel Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 30.8px */
    margin-bottom: 30px;
}

section.section h1:last-child,
section.section h2:last-child,
section.section h3:last-child,
section.section h4:last-child,
section.section h5:last-child,
section.section h6:last-child {
    margin-bottom: 0;
}

section.section p {
    margin-bottom: 30px;
}

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

section.section h1 > a,
section.section h2 > a,
section.section h3 > a,
section.section h4 > a,
section.section h5 > a,
section.section h6 > a,
section.section .large-paragraph > a,
section.section p > a {
    text-decoration: underline;
    font-weight: 500;
}

section.section ul:last-child,
section.section ol:last-child {
    margin-bottom: 0;
}

section.section ul li,
section.section ol li {
    margin-bottom: 30px;
}

section.section ul li:before,
section.section ol li:before {
    left: 9px;
    font-size: 16px;
    font-weight: 500;
}

section.section ul.checklist li:before,
section.section ol.checklist li:before {
    content: url('images/icons/icon-check-red.svg');
    background: none;
    width: 16px;
    height: auto;
    top: 2px;
    left: 0;
    right: unset;
  
}

section.section .footer-divider {
    margin-top: 60px;
}

section.section:last-child .footer-divider {
    display: none;
}

@media (max-width: 991px) {
    section.section .footer-divider {
        margin-top: 40px;
    }
}

section.section .ctas-box {
    display: block;
    margin-top: 30px;
}

section.section .ctas-box .cta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 9px 16px;
    color: var(--white);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background-color: var(--red);
    border: 2px solid var(--red);
    text-align: center;
}

section.section .ctas-box .cta:hover {
    background-color: #B8141D;
    border: 2px solid #B8141D;
}

section.section .ctas-box .cta.secondary {
    color: var(--red-2);
    background-color: var(--white);
    border: 2px solid var(--light-gray);
}

section.section .ctas-box .cta.secondary:hover {
    background-color: var(--light-gray);
}

section.section .ctas-box .cta:last-child {
    margin-right: 0;
}

@media (max-width: 991px) {
    section.section .ctas-box .cta {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    section.section .ctas-box .cta:last-child {
        margin-bottom: 0;
    }
}

section.section.two-column .flex-container {
    justify-content: space-between;
}

section.section.two-column .flex-container .column {
    max-width: calc(50% - 15px);
}

section.section.two-column .image-column {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.section.two-column .image-column img {
    display: none;
}

section.section.two-column.switch .text-column {
    order: 2;
}

section.section.two-column.switch .image-column {
    order: 1;
}

@media (max-width: 991px) {
    section.section.two-column .flex-container .column {
        max-width: 100%;
    }
    section.section.two-column .text-column {
        order: 2;
    }
    section.section.two-column .image-column {
        order: 1;
        margin-bottom: 30px;
    }
    section.section.two-column .image-column img {
        display: block;
    }
}

section.cpt-title-cta-box {
    padding: 0;
    padding: 40px;
    margin-top: 60px;
}


section.cpt-title-cta-box.two-column .title.column {
    max-width: calc(70% - 15px);
    width: 100%;
    color: var(--dark-blue);
    font-family: "Funnel Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 30.8px */
    margin: 0;
    align-self: auto;
}

section.cpt-title-cta-box.two-column .cta.column {
    max-width: calc(20% - 15px);
    width: 100%;
    text-align: center;
    align-self: auto;
}

@media (max-width: 991px) {
    section.cpt-title-cta-box {
        padding: 20px;
        margin-top: 40px;
    }
    section.cpt-title-cta-box.two-column .title.column {
        max-width: 100%;
    }
    section.cpt-title-cta-box.two-column .cta.column {
        max-width: 100%;
        margin-top: 30px;
    }
}

section.cpt-text-cta-box {
    padding: 0;
    padding: 40px;
    margin-top: 60px;
}

section.cpt-text-cta-box .cta {
    margin-top: 0;
}

@media (max-width: 991px) {
    section.cpt-text-cta-box {
        padding: 20px;
        margin-top: 40px;
    }
}

section.cpt-text-and-accordions.two_columns_text_and_accordions_section .accordion-wrapper {
    margin-top: 40px;
}

section.cpt-text-and-numbered-boxes.two_columns_text_and_numbered_boxes .numbered-boxes-wrapper {
    margin-top: 40px;
}

section.cpt-two-column-text-cta-boxes .column {
    padding: 40px;
}

section.cpt-two-column-text-cta-boxes .column .cta {
    width: 100%;
}

@media (max-width: 991px) {
    section.cpt-two-column-text-cta-boxes .column {
        padding: 20px;
    }

    section.cpt-two-column-text-cta-boxes .column.right-column {
        margin-top: 40px;
    }
}

section.cpt-key-facts-section .about-grid .about-item .about-number {
    margin-bottom: 30px;
}

section.cpt-key-facts-section .about-grid .about-item .about-number .number {
    color: var(--dark-blue);
    font-family: "Funnel Display";
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 70%; /* 58.8px */
    margin-bottom: 0;
}

@media (max-width: 991px) {
    section.cpt-key-facts-section .about-grid .about-item .about-number {
        margin-bottom: 24px;
    }

    section.cpt-key-facts-section .about-grid .about-item .about-number .number {
        font-size: 40px;
    }
}

section.cpt-image-slider .swiper .swiper-slide {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.cpt-image-slider .swiper .swiper-slide img {
    aspect-ratio: 16 / 9;
    visibility: hidden;
}

section.cpt-image-slider .slider-controls {
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

section.cpt-image-slider .slider-controls .control {
    max-width: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    align-content: center;
}

section.cpt-image-slider .slider-controls .control:hover svg path {
    fill: var(--mid-blue);
}

section.cpt-image-slider .slider-controls .slider-count {
    width: fit-content;
    text-align: center;
    color: var(--mid-blue);
    font-family: "Geist Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    align-content: center;
}

section.cpt-video-player {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin-top: 60px;
}

section.cpt-video-player #play-video {
    color: var(--red-2);
    font-family: "Geist Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 16px;
    background-color: var(--white);
    cursor: pointer;
}

section.cpt-video-player #play-video:hover {
    background-color: var(--light-gray);
}

section.cpt-video-player #play-video svg {
    margin-right: 10px;
}

section.cpt-video-player #play-video svg,
section.cpt-video-player #play-video span {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    section.cpt-video-player {
        margin-top: 40px;
    }
}

.video-lightbox {
    display: none;
    place-items: center;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

.video-lightbox .lightbox-content {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 80%;
}

#player {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
}

.video-close{
    position:absolute;
    right:0;
    top:-40px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

section.post-listing.related-posts {
    padding: 80px 0;
}

section.post-listing.related-posts .header-text,
section.post-listing.related-posts .archive-url {
    max-width: 50%;
    align-self: center;
    margin-bottom: 50px;
}
section.post-listing.related-posts .header-text h2 {
    margin-bottom: 0;
}
section.post-listing.related-posts .archive-url {
    text-align: right;
}

section.post-listing.related-posts .results-box .expert-insight-single {
    max-width: calc(50% - 17px);
}

section.post-listing.related-posts .results-box .expert-insight-single .imagelink-item .overflow-hidden > a .industries-icon-text-wrapper {
    margin-top: 20px;
}

@media (max-width: 991px) {
    section.post-listing.related-posts {
        padding: 40px 0;
    }
    section.post-listing.related-posts .header-text,
    section.post-listing.related-posts .archive-url {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    section.post-listing.related-posts .header-text,
    section.post-listing.related-posts .archive-url {
         max-width: 100%;
         margin: 0;
    }
    section.post-listing.related-posts .archive-url {
        margin-top: 30px;
    }
    section.post-listing.related-posts .archive-url a {
        width: 100%;
    }
    section.post-listing.related-posts .results-box {
        margin-top: 10px;
    }
    section.post-listing.related-posts .results-box .expert-insight-single {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .four-column.industries-section .section-header {
        margin-bottom: 40px !important;
    }
}


@media (max-width: 991px) {
    .testimonials-section .wrapper .col-left .content {
        margin-bottom: 0;
    }
}

/** JULY 09 2026 **/

section.image-text-slider-section {
    padding: 100px 0 100px;
    background-color: #FFFFFF;
}

section.image-text-slider-section.bg-grey {
    background-color: #EFEEF2;
}

@media (max-width: 899px) {
    section.image-text-slider-section {
        padding: 60px 0 60px;
    }
}

section.image-text-slider-section .image-text-slide {
    justify-content: space-between;
    align-items: center;
    height: auto;
}

section.image-text-slider-section .image-text-slide .half-column {
    max-width: calc(50% - 30px);
    width: 100%;
}

@media (max-width: 991px) {
    section.image-text-slider-section .image-text-slide .half-column {
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 899px) {
    section.image-text-slider-section .image-text-slide .half-column {
        max-width: 100%;
    }
}


section.image-text-slider-section .image-text-slide .text-content {
    align-self: stretch;
    align-content: center;
}

section.image-text-slider-section .image-text-slide .image-content {
    align-self: stretch;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.image-text-slider-section .image-text-slide.switch-columns .text-content {
    order: 2;
}

section.image-text-slider-section .image-text-slide.switch-columns .image-content {
    order: 1;
}

section.image-text-slider-section .image-text-slide .image-content img {
    display: none;
}

@media (max-width: 899px) {
    section.image-text-slider-section .image-text-slide {
        justify-content: flex-start;
        align-self: flex-start;
    }
    section.image-text-slider-section .image-text-slide .text-content {
        order: 2;
        margin-top: 30px;
        align-self: unset;
    }

    section.image-text-slider-section .image-text-slide .image-content {
        order: 1;
        background: none !important;
        align-self: unset;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }
    section.image-text-slider-section .image-text-slide .image-content img {
        display: block;
    }
}


section.image-text-slider-section .image-text-slider .footer-divider {
    margin-top: 30px;
}

section.image-text-slider-section .image-text-slider .slider-navigation {
    justify-content: space-between;
    margin-top: 13px;
}

section.image-text-slider-section .image-text-slider .slider-navigation .counter {
    max-width: 50%;
    max-height: 24px;
    text-align: center;
    align-self: flex-end;
    color: var(--dark-blue);
    font-family: "Geist Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

section.image-text-slider-section .image-text-slider .slider-navigation .swiper-button-prev,
section.image-text-slider-section .image-text-slider .slider-navigation .swiper-button-next {
    position: relative;
    max-width: 24px;
    max-height: 24px;
    left: unset;
    right: unset;
    align-self: flex-end;
}

section.image-text-slider-section .image-text-slider .slider-navigation .swiper-button-prev:after,
section.image-text-slider-section .image-text-slider .slider-navigation .swiper-button-next:after {
    display: none;
}

section.image-text-slider-section .image-text-slider .slider-navigation .nav-button:hover > svg > path {
    fill: #392F61;
}