* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --font-rebuchet-ms:'Trebuchet MS';
    --blue: #00215B;
    --dark: #1D1A34;
    --dark-text: rgba(0, 33, 91, 0.85);
    --white: #FFF;
    --red: #B5121B;
    --neutral: #F2F4F7;
    --neutral-darker: #C6CFDC;
    --gray: #E5E9EF;
    --hover-bg: #F2F4F7;
    --transition: all 400ms ease-in-out;
}

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

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

body {
	font-family: var(--font-rebuchet-ms);
	color: var(--dark-text);
    font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
    touch-action: pan-x pan-y;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
}
.container { max-width: 1390px; }
.small-container{
    max-width: 884px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
a {
	color: var(--dark-blue);
    font-weight: 600;
	text-decoration: none;
	transition: .3s;
}
html, body {
    height: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
b,strong{
    font-weight: 600;
}
a:hover { color: var(--dark-text);}
p a{text-decoration: underline; color: var(--red); font-weight: 700;}
p a:hover{color: var(--blue);text-decoration: underline;}
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { display: block; }
input:focus, textarea:focus { outline: none;  }
img { max-width: 100%; display: block; }
label { font-weight: inherit; }
input:focus, textarea:focus { outline: none;  }
video, iframe { width: 100% }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: var(--font-rebuchet-ms); font-weight: 700;color: #12153E;}

h1,.h1 { font-size: 65px; line-height: normal; font-weight: 700; margin: 0 0 20px; color: var(--blue); font-family: var(--font-rebuchet-ms);}
h2,.h2 { font-size: 45px; line-height: 59px; font-weight: 700;margin: 0 0 20px; color: var(--blue); font-family: var(--font-rebuchet-ms);}
h3,.h3 { font-size: 32px; line-height: 42px; font-weight: 700;margin: 0 0 20px; color: var(--blue); font-family: var(--font-rebuchet-ms);}
h4,.h4 { font-size: 22px; line-height: 32px; font-weight: 700;margin: 0 0 20px; color: var(--blue); font-family: var(--font-rebuchet-ms);}
h5,.h5 { font-size: 18px; line-height: 24px; font-weight: 700;margin: 0 0 20px; color: var(--blue); font-family: var(--font-rebuchet-ms);}

.small-title{font-size: 14px; line-height: 22px;font-weight: 700;margin: 0 0 24px; color: var(--red); font-family: var(--font-rebuchet-ms);
}
.text-block  .small-title{
    margin: 0 0 25px;
}
.p-18{
    font-size: 18px; line-height: 28px; 
}

p { font-size: 16px; line-height: 26px; font-weight: 400;color: var(--dark-text);margin-bottom: 25px;}
p:last-child{margin-bottom: 0px;}
p:empty { display: none; }
.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;
}

/*gravity form*/

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

.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{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-left: 16px;
    margin: 0 0 15px;
    position: relative;
    color: var(--dark-text);
}
.site-content ol {
    list-style: none;
    counter-reset: list-counter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 26px;
    position: relative;
    color: var(--dark-text);
}

.site-content ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 27px;
    margin-bottom: 15px;
}
.site-content ol li:last-child{
    margin-bottom: 0px;
}
.site-content ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: 700;
}
.site-content ol li:last-child{
    margin-bottom: 0px;
}

.site-content ul li {
    list-style-type: none;
}
.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 li:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0px;
    right: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
}

.site-content ul li a,.site-content ol li a{
    text-decoration: underline;
    color: var(--red);
}
.site-content ul li a:hover,.site-content ol li a:hover{
    color: var(--blue);
}
li::marker,
.menu li::marker {
    color: var(--brown);
}

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

.btn{
    background-color: var(--gray) !important;
    border-radius: 100px !important;
    color: var(--blue) !important;
    padding: 15px 25px !important;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    transition: var(--transition) !important;
    position: relative;
    margin: 0 !important;

}
.btn.white{
    background: var(--white) !important;
}
.btn:hover{
    background-color: var(--hover-bg) !important;
}
.btn.white:hover{
    background-color: #E5E9EF !important;
}
.btn::before,
.btn::after{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(images/icons/solar_arrow-up-outline.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 10px;
    flex-shrink: 0;
}
.btn.download::before,
.btn.download::after{
    background-image: url(images/icons/prime_download.svg);
}
.btn::after{
    transform: translateX(0);
    opacity: 1;
}
.btn::before{
    position: absolute;
    right: 25px;
    transform: translateX(-120%);
    opacity: 0;
}
/* Hover animation */
.btn:hover::after{
    transform: translateX(120%);
    opacity: 0;
}

.btn:hover::before{
    transform: translateX(0);
    opacity: 1;
}

/* Download (Vertical Effect) */
.btn.download::after{
    transform: translateY(0);
    opacity: 1;
}

.btn.download::before{
    position: absolute;
    right: 25px;
    transform: translateY(-120%);
    opacity: 0;
}
.btn.download:hover::after{
    transform: translateY(120%);
    opacity: 0;
}

.btn.download:hover::before{
    transform: translateY(0);
    opacity: 1;
}

@keyframes arrowEffect {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    30% {
        transform: translateX(50%);
        opacity: 0;
    }
    31% {
        transform: translateX(-50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.header-right a.btn.active{
    color: var(--red) !important;
}

a + a {
    margin-left: 25px !important;
}

.mb-100{
    margin-bottom: 100px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-0{
    margin-bottom: 0px; 
}
.mb-75{
    margin-bottom: 75px;
}
.pb-80{
    padding-bottom: 80px;
}
/* .grecaptcha-badge {
    visibility: hidden;
    right: 0 !important;
} */

.p-20{
    font-size: 20px;
}
.p-18{
    font-size: 18px;
}
.p-14{
    font-size: 14px;
}
.p-13{
    font-size: 13px;
}
.inline-cta{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color: var(--red);
    transition: var(--transition);
    text-decoration: none;
}
.inline-cta:hover{
    color: var(--dark-blue);
    text-decoration: none;
}

.inline-cta:hover::after{
    background-image: url(images/Icons/Arrow-Right-Light-Blue.svg);
}
.inline-cta.white{
    color: var(--white);
}

.inline-cta.white:hover{
    color: var(--red);
}
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;
}

.page-template-page-news_insight .site-content{
    background: var(--neutral);
}
.page-template-page-news_insight .site-content .loading{
    background-color: rgb(242 244 247 / 50%);
}

.label{
    border-radius: 100px;
    background: var(--gray);
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--blue);
    margin-bottom: 25px;
    width: max-content;
}

/*----------- 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(--blue);
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 10px;
    font-weight: 400;
    transition: var(--transition);
}
body .gform_wrapper.gravity-theme .gfield_required{
    font-size: 16px;
    line-height: 21px;
    font-style: normal!important;
    color: var(--red) !important;
}
body .gform_wrapper input, body select, body textarea{
    background-color: rgba(255, 255, 255, 0.20);
    border: 1px solid var(--neutral-darker) !important;
    border-radius: 100px !important;
    color: var(--blue);
    font-size: 14px !important;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0;
    padding: 16px 20px 16px 20px !important;
    font-family: var(--font-rebuchet-ms);
    transition: var(--transition);
}

body .gform_wrapper.gravity-theme input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: var(--dark-text);
    opacity: 0.5;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
    resize: none;
    border-radius: 20px !important;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px;
    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 {
    -webkit-appearance: none;
    background-color: var(--gray) !important;
    border-radius: 100px !important;
    color: var(--blue) !important;
    padding: 17.5px 59px 17.5px 25px !important;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    overflow: hidden;
    font-size: 16px !important;
    line-height: normal;
    font-weight: 700;
    transition: var(--transition) !important;
    position: relative;
    margin: 0px !important;
    cursor: pointer;
    border: 0px !important;
    background-image: url(images/icons/solar_arrow-up-outline.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: calc(100% - 25px) 50%;
    height: 54px;
}
body .gform_wrapper .gform_footer .gform_button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #1870E3 0%, #BCD9FF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
body .gform_wrapper .gform_footer{
    background: var(--bg-gredient);
    position: relative;
}
body .gform_wrapper .gform_footer .gform_button:hover{
    background-color: var(--hover-bg) !important;
}

body .gfield_html{
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 0px;
    font-weight: 400;
    color: var(--dark-text);
}
body .gfield_html a + a{
    margin-left: 0px !important;
}
body .gfield_html a{
    color: var(--red);
}
body .gfield_html a:hover{
    color: var(--light-grey-3) !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: 1px solid var(--blue) !important;
}

body .gform_wrapper.gravity-theme .isvalue .gfield_label,body .gform_wrapper.gravity-theme .isvalue .gfield_label .gfield_required{
    color: var(--dark-purple) !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: 14px !important;
    margin-top: 0px !important;
    padding: 10px 0px 0px 0px !important;
    font-weight: 400;
    line-height: normal !important;
    color: var(--red) !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(--white) !important;
    text-align: center;
    background-color: var(--blue);
    font-family: var(--font-rebuchet-ms);
    font-weight: 600;
    padding: 12px;
    border-radius: 12px;
}
body .gform_wrapper.gravity-theme .gfield-choice-input + label,.ginput_container_consent input + label{
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: var(--blue);
    cursor: pointer;
    display: flex;
    align-items: center;
}
  
.ginput_container_checkbox .gchoice label:before,.ginput_container_consent input + label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    width: 18px;
    height: 18px;
    border: 1px solid var(--neutral-darker);
    border-radius: 3px;
    background-color: transparent;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: 0px;
    flex-shrink: 0;
}
  
.ginput_container_checkbox .gchoice input:checked + label:before, .ginput_container_consent input:checked + label:before {
    border-color: var(--red);
    background-color: var(--red);
}

.ginput_container_checkbox .gchoice input:checked + label:after,.ginput_container_consent input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield-choice-input ,.ginput_container_consent input{
    display: none;
}
.ginput_container_checkbox .gchoice,.ginput_container_consent {
    position: relative;
}
.ginput_container_checkbox .gchoice:not(:last-child) {
    margin-bottom: 12px;
}
.gfield--type-checkbox .gfield_description{
    color: var(--red);
    padding-bottom: 10px;
    padding-top: 0px;

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

/*----------- Gravity Form End -------------*/

/*---------- Header Start -----------*/
.header-sticky{
    position: fixed;
    z-index: 99;
    top: 0px;
}
header.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: var(--transition);
}
header.site-header.sticky{
    background: var(--white);
    border-bottom: 1px solid var(--neutral-darker);
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.site-branding{
    position: relative;
}
.dark-header .site-branding .white{
    display: block;
}
.dark-header .site-branding .dark{
    display: none;
}
.site-branding .white{
    display: none;
}
.site-branding .dark{
    display: block;
}
.site-branding .main-logo-white-top{
    max-width: 192px;
}
.site-branding .main-logo-white-bottom{
    max-width: 58px;
    position: absolute;
    bottom: -10px;
    left: 0px;
}
:not(.home).header.sticky {
    background-color: var(--white);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
}
.site-header.sticky .site-branding .dark {
    display: block;
}
.site-header.sticky .site-branding .white {
    display: none;
}

.site-header.sticky .lang-btn a{
    color: var(--dark);
}
.site-header.sticky .lang-btn a::before{
    background-image: url(images/icons/tabler_world-blue.svg);
}

.dark-header .main-navigation ul li.active > .nav-link::after,
.site-header.sticky .main-navigation ul li.active:hover .nav-link::after{
    background-image: url(images/icons/ep_arrow-down-copy-red.svg) !important;
}

.main-navigation ul li.active.menu-active > a::after{
    background-image: url(images/Icons/Arrow-Nav-dark-Blue.svg) !important;  
}
.site-header.sticky .main-navigation ul li.active > a::after{
    background-image: url(images/Icons/Arrow-Nav-Blue.svg) !important;  
}

.main-navigation ul li.active > a{
    color: var(--dark-blue);
}
.dark-header .main-navigation ul li.active-menu-item > a{
    color: var(--red);
}
.dark-header  header.site-header{
    background: transparent;
}
.dark-header .sticky.site-header{
    position: fixed;
}

.single-resources.dark-header header.site-header {
    background: var(--neutral);
}
.single-resources.dark-header header.site-header.sticky{
    background: var(--white);
}
.main-navigation ul{
    display: flex;
    list-style: none;
}
.dark-header .main-navigation ul li > a{
    color: var(--white);
}

.main-navigation ul li:hover > a,.main-navigation ul li.active > a,
.dark-header .main-navigation ul li:hover > a{
    color: var(--red);
}
.main-navigation ul li > a,
.dark-header .site-header.sticky .main-navigation ul li > a{
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: var(--blue);
    transition: var(--transition);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    pointer-events: auto;
    padding: 0px 17.5px;
}
.main-navigation ul li.active-menu-item > a{
    color: var(--red);
}

.main-navigation ul li a:hover,.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a,.megamenu-open .main-navigation ul li.menu-active a{
    color: var(--red);
}
.slider-svg-path {
    touch-action: none;
    cursor: pointer;
    pointer-events: none;
}


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



.button-wrap a + div.lang-btn{
    margin-left: 30px !important;
}
.megamenu-wrap{
    position: relative;
    z-index: 1;
}
/*------ Mobile Menu ------*/
.mobile-menu-icon{
    display: none;
}
.mobile-icons-wrap{
    display: none;
}
.sticky-logo {
    display: none;
}
.hamburger-close{
    display: none;
}
.hamburger-open{
    display: flex;
}
.hamburger-open,.hamburger-close{
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
header.sticky .hamburger-open,header.sticky .hamburger-close{
    background: var(--gray);
}
.menu-open .hamburger-close{
    background: var(--gray);
}
.hamburger-open img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.hamburger-close img{
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.mobile-button{
    display: none;
    margin-top: 35px;
    padding: 0px 15px;
}
.nav-links.mobile-nav{
    display: none;
}
.header-right{
    display: flex;
    align-items: center;
}
.header-right.mobile{
    display: none;
}
.header-right .nav-links{
    margin-right: 16px;
}

/* .header-right a.btn.active::before{
    opacity: 1;
    transform: scale(1);
}
.header-right a.btn.active::after {
    opacity: 1;
    transform: scale(1);
} */

.header-main .menu-wrap .menu-item.menu-item-has-children .nav-link::after,
.dark-header .site-header.sticky .header-main .menu-wrap .menu-item.menu-item-has-children .nav-link::after{
    content: "";
    position: relative;
    background-image: url(images/icons/ep_arrow-down-black.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-left: 5px;
    transition: var(--transition);
    flex-shrink: 0;
}

.dark-header .header-main .menu-wrap .menu-item.menu-item-has-children .nav-link::after{
    background-image: url(images/icons/ep_arrow-down-copy.svg);

}
.dark-header .header-main .menu-wrap .menu-item.menu-item-has-children.active-menu-item .nav-link::after{
    background-image: url(images/icons/ep_arrow-down-copy-red.svg);

}
.header-main .menu-wrap .menu-item.menu-item-has-children.active-menu-item .nav-link::after {
    background-image: url(images/icons/ep_arrow-down-copy-red.svg);
}
.megamenu-open .header-main .menu-wrap .menu-item.menu-item-has-children.active .nav-link::after,
.header-main .menu-wrap .menu-item.menu-item-has-children.active .nav-link::after{
    transform: rotate(180deg);
    background-image: url(images/icons/ep_arrow-down-copy-red.svg);

}

.megamenu .dropdown-menu {
    opacity: 0;
    transition: opacity .3s cubic-bezier(.36, .66, .04, 1) 0s;
    background: transparent;
}
.main-navigation > ul.megamenu-open .dropdown-menu {
    opacity: 0;
}
  
.megamenu.menu-active .dropdown-menu {
    opacity: 1;
    transform: translateX(-50%);
    pointer-events: auto;
}


.default-menu-with-megamenu ul .megamenu.menu-active .dropdown-menu{
    opacity: 1;
    transition: opacity .4s cubic-bezier(.36,.66,.04,1) .15s,transform .5s cubic-bezier(.36,.66,.04,1) 0s;
    visibility: visible;
}

.megamenu-categories-link h5 {
    margin-bottom: 5px;
    font-size: 16px;
    transition: var(--transition);
}
.megamenu-categories-link:hover h5{
    color: var(--red);
}
.megamenu-categories-link p{
    font-size: 14px;
    line-height: 20px;
}
.megamenu-categories-link:not(:last-child){
    margin-bottom: 25px;
}
.product-menu{
    margin: 0px -25px;
}
.megamenu-col{
    padding: 0px 25px;
    height: auto;
}
.dropdown-menu-inr .container{
    max-width: 1170px;
}

.default-menu-with-megamenu ul li.currentpage a.nav-link:after,
.default-menu-with-megamenu ul li:hover a.nav-link:after {
    transition: opacity .3s cubic-bezier(.36, .66, .04, 1) .15s;
    opacity: 1;
}

.dropdown.megamenu:before {
    position: absolute;
    height: 52px;
    width: 100%;
    top: 60px;
    left: 0
}
.dropdown.megamenu:hover:before {
    content: "";
}
.default-menu-with-megamenu ul li .nav-link:focus-within:before,
.default-menu-with-megamenu ul li .nav-link:hover:before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0 0;
}
.default-menu-with-megamenu ul.megamenu-open #nextractor {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    margin: 0 auto;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
}

.default-menu-with-megamenu ul.megamenu-open:hover #nextractor {
    opacity: 1;
}

@media only screen and (min-width: 991px){
    .default-menu-with-megamenu .menu-wrap:hover li.currentpage a:after{
        opacity: 0;
    }
    .default-menu-with-megamenu .menu-wrap:hover li.currentpage:hover a:after{
        opacity: 1;
    }
}
.default-menu-with-megamenu ul li:hover .dropdown-menu {
    opacity: 1;
}

.default-menu-with-megamenu ul li:hover .megamenu .dropdown-menu,
.megamenu.single-col:hover .dropdown-menu-small {
    -webkit-animation: delayPointerEvents .15s ease 0s 1 normal forwards running;
    animation: delayPointerEvents .15s ease 0s 1 normal forwards running;
    opacity: 1;
    pointer-events: all;
    transition: opacity .4s cubic-bezier(.36, .66, .04, 1) .15s, transform .5s cubic-bezier(.36, .66, .04, 1) 0s;
    visibility: visible;
}

.megamenu .dropdown-menu-inr {
    padding: 30px 0px;
    background: transparent;
    box-shadow: none;
    left: 0px;
    top: 109px;
    z-index: 9;
    position: absolute;
    border-radius: 0px 0px 20px 20px;
    margin-top: 1px;
    max-width: 100%;
    display: block;
    opacity: 0;
    border-top: 1px solid var(--neutral-darker);
    min-height: 317px;
    transition: transform .5s cubic-bezier(.36, .66, .04, 1) 0s, opacity .4s cubic-bezier(.36, .66, .04, 1) 1s;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
}

.default-menu-with-megamenu ul li:hover .dropdown-menu-inr {
    transform: translateY(0);
    opacity: 1;
    transition: transform .5s cubic-bezier(.36, .66, .04, 1) .15s, opacity .4s cubic-bezier(.36, .66, .04, 1) .15s;
}

.default-menu-with-megamenu ul li.megamenu:focus-within .dropdown-menu-inr,
.default-menu-with-megamenu ul li.megamenu:hover .dropdown-menu-inr {
    pointer-events: all;
    -webkit-animation: delayPointerEvents .15s ease 0s 1 normal forwards running;
    animation: delayPointerEvents .15s ease 0s 1 normal forwards running;
}

.default-menu-with-megamenu .dropdown-content-cover {
    opacity: 0;
    transition: transform .5s cubic-bezier(.36, .66, .04, 1) 0s, opacity .4s cubic-bezier(.36, .66, .04, 1) 0s;
}

.default-menu-with-megamenu ul li.megamenu:hover .dropdown-content-cover,
.default-menu-with-megamenu ul li:focus-within .dropdown-content-cover {
    opacity: 1;
    transition: transform .5s cubic-bezier(.36, .66, .04, 1) 0s, opacity .4s cubic-bezier(.36, .66, .04, 1) 0s;
}

.default-menu-with-megamenu ul li.megamenu.after .dropdown-content-cover {
    transform: translateX(3rem);
    opacity: 0;
    transition: transform .5s cubic-bezier(.36, .66, .04, 1) 0s, opacity .4s cubic-bezier(.36, .66, .04, 1) 0s;
}

.default-menu-with-megamenu ul li.megamenu.before .dropdown-content-cover {
    transform: translateX(-3rem);
    opacity: 0;
    transition: transform .5s cubic-bezier(.36, .66, .04, 1) 0s, opacity .4s cubic-bezier(.36, .66, .04, 1) 0s;
}

.default-menu-with-megamenu ul.megamenu-open:after {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 48px 96px -8px rgba(47, 46, 65, .15);
    opacity: 0;    
    transition: opacity .3s cubic-bezier(.36, .66, .04, 1) 0s, height .2s ease-out 0s;
}

.default-menu-with-megamenu ul.megamenu-open:focus-within:after,
.default-menu-with-megamenu ul.megamenu-open:hover:after {
    opacity: 1;
    transition: opacity .3s cubic-bezier(.36, .66, .04, 1) .15s, height .2s ease-out 0s;
}

.default-menu-with-megamenu ul.megamenu-open:after {
    content: none !important;
}

  
  /* When megamenu open */
body.header-active .site-header,
.site-header.white-header {
background: #fff;
box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
body.header-active{
    overflow: hidden;
}
/* Optional overlay effect */
body.header-active::after {
    content: "";
    position: fixed;
    inset: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgb(255 255 255 / 50%);
    z-index: 9;
  }
  
  /* 🔥 Dark version */
  body.header-active.was-dark-header::after {
    background: rgb(29 26 52 / 80%);
  }
/*------  large image-based CTA card -------*/
.large-image-based-cta-card{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;

}
.large-image-based-text {
    position: relative;
    bottom: 0px;
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
}
.large-image-based-text *{
    color: var(--white);
}
.large-image-based-image {
    position: absolute;
    width: 100%;
    height: 100%;
}
.large-image-based-image::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(29, 26, 52, 0.45) 0%, rgba(29, 26, 52, 0.45) 100%);
}
.large-image-based-image img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.large-image-based-text .top{
    margin-bottom: 40px;
}
.large-image-based-text h5{
    margin-bottom: 5px;
}
.large-image-based-text p{
    color: var(--neutral);
    font-size: 14px;
    line-height: 20px; 
}
.large-image-based-text .btn{
    color: var(--blue);
}
/*----- Static intro block --------*/
.static-intro-block h5{
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}
.static-intro-block p{
    font-size: 14px;
    line-height: 20px
}

.menu-gray-bg .dropdown-menu-inr{
    /* position: relative; */
    padding: 0px !important;
}

.menu-col-gray{
    width: 37%;
    background: var(--neutral);
    padding-left: calc((100% - 1140px) / 2);
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.services-menu-wrap{
    width: 63%;
    display: flex;
    padding-right: calc((100% - 1140px) / 2);
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu-col-links{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
}
.services-menu{
    display: flex;
    min-height: 317px;
}
.custom-language-dropdown{
    position: relative;
    display: inline-block;
    margin-left: 25px;
}
  
.lang-toggle,.header.sticky .lang-toggle{
    cursor: pointer;
    background: none;
    border: none;
    color: var(--blue);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
    font-family: var(--font-rebuchet-ms);

}
.dark-header .lang-toggle{
    color: var(--white);
}
.lang-toggle:hover,.custom-language-dropdown.active .lang-toggle{
    color: var(--red);
}

.lang-toggle::before,.header.sticky .lang-toggle:before{
    background-image: url(images/icons/tabler_world-blue.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    flex-shrink: 0;
    transition: var(--transition);

}
.dark-header .lang-toggle::before {
    background-image: url(images/icons/tabler_world.svg);
}
.lang-toggle::after,.header.sticky .lang-toggle:after{
    background-image: url(images/icons/ep_arrow-down-black.svg);  
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    flex-shrink: 0;
    transition: var(--transition); 
}
.dark-header .lang-toggle::after {
    background-image: url(images/icons/ep_arrow-down-copy.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.lang-toggle:hover::before,.custom-language-dropdown.active .lang-toggle::before{
    background-image: url(images/icons/tabler_world-red.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.lang-toggle:hover::after{
    background-image: url(images/icons/ep_arrow-down-copy-red.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.custom-language-dropdown.active .lang-toggle::after{
    transform: rotate(180deg);
    background-image: url(images/icons/ep_arrow-down-copy-red.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat; 
}
.lang-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 5px 0px;
    margin: 0;
    border-radius: 8px;
    display: none;
    z-index: 99;
    box-shadow: 0 4px 24px 0 rgba(52, 52, 52, 0.25);
    width: 100%;
}
  
.lang-menu li {
    padding: 8px 10px;
    text-align: center;
    transition: var(--transition);
}
.lang-menu li a{
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: normal;
}

.lang-menu li:hover{
    background:#f5f5f5;
}






/*---------- Header End -----------*/

/*---------- Footer Start -----------*/
.site-content{
    position: relative;
    z-index: 9;
    border-radius: 0px 0px 60px 60px;
    background: var(--white);
}
footer{
    margin-top: -100px;
    padding: 220px 0px 25px 0px;
    background: var(--dark);
    position: -webkit-sticky;
    position: sticky;
    top: calc(100vh - 100px);
    border-radius: 60px 60px 0px 0px;
    z-index:1;
}

footer *{
    color: var(--white);
}
footer p{
    color: rgba(255, 255, 255, 0.85);
}
.footer-top-left{
    width: 38%;
}
.footer-logo{
    display: flex;
    align-items: center;
    width: 50%;
}
.footer-logo .primary-logo{
    max-width: 206px;
}
.footer-logo .secondary-logo{
    max-width: 100px;
    margin-left: 15px;
}
.footer-top-right{
    width: 62%;
    max-width: 570px;
    margin-left: auto;
}
.call-wrapper{
    display: flex;
    align-items: center;

}
.call-text{
    margin-left: 25px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    line-height: normal;
    color: var(--white);
}
.call-wrapper p a{
    color: var(--white);
    text-decoration: none;
    margin-top: 2px;
}
.call-wrapper p a:hover{
    color: var(--red);
}
footer ul li{
    list-style: none;
}
.footer-menu-wrapper{
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.footer-menu-wrapper .footer-menu-item:not(:last-child){
    margin-right: 75px;
}
.footer-menu-item p{
    color: var(--blue);
    font-weight: 600;
}
.footer-menu-item h5{
    margin-bottom: 25px;
}
.footer-menu-item ul li a{
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    transition: var(--transition);
    opacity: 0.85;
}
.footer-menu-item ul li a:hover{
    opacity: 1;
}
.footer-menu-item ul li:not(:last-child){
    margin-bottom: 15px;
}
.footer-menu-item ul li a:hover{
    color: var(--electric-blue);
}
.footer-menu-item ul li.current-menu-item a{
    color: var(--blue);
}
.footer-bottom .row{
    justify-content: space-between;
    align-items: flex-end;
}
.footer-bottom-links ul{
    display: flex;
}
.footer-bottom-links ul li a{
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    transition: var(--transition);
}
.footer-bottom-links ul li a:hover{
    color: var(--red);
}
.footer-bottom-links ul li:not(:last-child){
    margin-right: 25px;
}
.social-media{
    display: flex;
}
.social-media a{
    width: 34px;
    height: 34px;
    display: block;
}
.social-media a:not(:last-child){
    margin-right: 15px;
}
.social-media a img, .social-media a svg{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.social-media a svg rect{
    transition: var(--transition);
}
.social-media a + a{
    margin-left: 0px !important;
    margin-top: 0px;
}
.social-media .svg-icon:hover svg rect{
    fill: var(--blue);
}

.newsletter-form form .gform_body .gform_fields .gfield .ginput_container input {
    border: 1px solid var(--electric-blue) !important;
    border-radius: 100px !important;
    color: var(--text-color);
    height: 59px;
    padding: 0 126px 0 25px !important;
    background: var(--white);
}
.newsletter-form form .gform_body .gform_fields .gfield .ginput_container input::placeholder{
    color: var(--text-color);
}
body .newsletter-form .gform_wrapper .gform_footer input[type=submit] {
    background-color: var(--yellow);
    border: none;
    border-radius: 100px !important;
    color: var(--dark-blue);
    cursor: pointer;
    font-family: var(--font-rebuchet-ms);
    font-size: 15px !important;
    letter-spacing: 0;
    line-height: 150% !important;
    margin: 0;
    margin: 0 !important;
    min-height: auto;
    padding: 12px 24px !important;
    text-align: center;
    transition: var(--transition);
    width: max-content !important;
}
body .newsletter-form .gform_wrapper .gform_footer input[type=submit]:hover{
    background-color: var(--blue);
    color: var(--white);
}
.newsletter-form  form  .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important; 
    right: 6px;
    top: 6px;
    z-index: 9;
}
.newsletter-form .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 12px;
}
.newsletter-form form {
    position: relative;
}
.footer-top{
    padding-bottom: 100px;
}
.copyright-text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: var(--white);
    opacity: 0.5;
}
.copyright-bar{
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(255 255 255 / 25%);
    margin-top: 25px;
    padding-top: 15px;
}
.copyright-bar .row{
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
footer .row{
    margin: 0px;
}
.resoureclogo{
    background: linear-gradient(180deg, #D2EBF9 0%, #F7F9FC 100%);
    transition: var(--transition);
}
.resoureclogo .logo{
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.resoureclogo .logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.resource-item:hover .resoureclogo .logo img{
    transform: scale(1);
}
.resource-item:hover .resoureclogo{
    background: linear-gradient(180deg, #D2EBF9 0%, #F7F9FC 235.43%);
}
.resoureclogo a{
    height: 100%;
    width: 100%;
    display: block;
}
/*---------- Footer End -----------*/


/*---------- Pre Footer Start -----------*/
.pre-footer{
    border-radius: 60px;
    background: linear-gradient(180deg, rgba(0, 33, 91, 0.00) 0%, rgba(0, 33, 91, 0.10) 100%), #C6CFDC;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.pre-footer .row{
    align-items: center;
}
.prefooter-stack-img-1{
    max-width: 393px;
    margin-bottom: -40px;
    margin-top: -20px;
}

.prefooter-stack-img-2{
    max-width: 335px;
    margin: 0 auto;
}
.pre-footer-large-icon{
    position: absolute;
    right: 0;
    bottom: -94px;
    max-width: 648px;
}
.prefooter-stack-photos{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 97px;
    z-index: 1;
    position: relative;
    margin-left: auto;
    max-width: 393px;
    overflow: hidden;
        padding-top: 30px;
}
.prefooter-stack-img-1,
.prefooter-stack-img-2 {
  will-change: transform;
}
.pre-footer-content{
    padding-right: 146px;
}
.pre-footer-text{
    padding: 100px 0px;
}
.pre-footer-text-wrap{
    max-width: 591px;
}
.pre-footer-images{
    position: absolute;
    width: 55%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    margin-bottom: -20px;
}
/*---------- Pre Footer End -----------*/


.animte-content h1,
.animte-content h2,
.animte-content h3,
.animte-content h4,
.animte-content h5 {
  overflow: hidden;
}

.animte-content .word {
  display: inline-block;
  will-change: transform;
}
.loader-wrap{
    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(--red);
    border-radius: 100%;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 30% !important;
    transform: translateX(-50%);
    width: 50px;
    z-index: 999;
}

@-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);
    }
}

.privacy-policy-sec{
    padding: 135px 0px 73px 0px;
}
.privacy-policy-sec .main-title{
    text-align: center;
    margin-bottom: 50px;
}
.privacy-policy-sec .main-title h1{
    margin: 0px 0px 12px 0px;
}
.privacy-policy-content section:last-child{
    margin-bottom: 0px;
}     


/*------- 404 Start ------*/
 .error-banner{
    background: var(--dark);
    padding: 214px 15px 209px 15px;
    overflow: hidden;
    z-index: 0;
 }   
.error-content{
    max-width: 854px;
    margin: 0 auto;
    text-align: center;
}
.error-banner{
    position: relative;
}
.error-content *{
    color: var(--white);
}
.error-content h1 span,.error-content h1 span .word {
    color: var(--red) !important;
}
.error-content .button-wrap{
    margin-top: 40px;
}
.error-large-icon{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    width: 100%;
}
.error404 .site-content,.error404{
    background: var(--dark);
}
.error-content .button-wrap{
    justify-content: center;
}
.error-large-icon img{
    margin: 0 auto;
    max-width: 690px;
}
.error-content p{
    color: var(--neutral);
}
/*------- 404 End ------*/

.parallax_scroll_image {
    transition: .5s;
}

.nosection-header .site-main {
    padding-top: 150px;
}
