@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --main-cl: #081b39;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
@media (min-width: 64rem) {
    body, html {
        font-size: 1vw;
    }
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}

#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(2rem);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 0.5rem 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #FFF
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}
h1, h2, h3, h4, h5, h6 {color: #000;}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 600;
}
div#logo {
    display: none;
}

ul.list_logo_header {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-between;
}

.header-main {
    height: auto;
}

body .header.show-on-scroll,body  .stuck .header-main {
    height: auto !important;
}

ul.list_logo_header img {
    height: 3rem;
    width: auto;
    padding: 10px 0;
}

ul.list_logo_header li {
    margin: 0 !important;
}

ul.list_logo_header li+li {
    margin-left: 2rem !important;
}

.header-inner {
    padding: .5rem 0 !important;
    justify-content: center;
}

.section3 .row {
    margin: 0 !important;
}

.section3 .row .col {
    padding: 0 !important;
}

img.bg {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.section3 .text-inner img {
    filter: brightness(0) invert(1);
    height: 5rem;
    width: auto;
    margin: 0;
}

body {
    color: #000;
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'SVN-Futura';
    font-weight: normal;
}

.text-box {
    font-size: 0.9rem !important;
}

body header#header {
    height: auto !important;
}

.header-main {
    height: auto !important;
}

.header-bg-color {
    background: #fff;
}

header#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.container-width, .full-width .ubermenu-nav, .container, .row{
    max-width: 74rem;
}

.form_steps .wpforms-field fieldset {
    DISPLAY: flex;
    flex-wrap: wrap;
}

.form_steps .wpforms-field ul {
    order: 2;
    width: 100%;
}

.form_steps {
    padding: 4rem;
    background: #FFF;
    box-shadow: 0rem 0rem 1.5rem 0rem rgba(63, 63, 63, 0.10);
    margin-top: 2.5rem;
}

.form_steps .wpforms-container {
    margin: 0 !important;
}

.form_steps  .wpforms-page-indicator.progress {
    display: none;
}

.form_steps legend.wpforms-field-label,.form_steps .wpforms-field-text .wpforms-field-label {
    font-size: 1.1rem;
    font-weight: 600;
}

.form_steps .wpforms-field-description {
    color: #666 !important;
    font-size: 0.9rem !important;
    margin-bottom: 2rem !important;
    width: 100%;
}

.form_steps li {
    border-radius: 0.5rem;
    border: 1px solid #C3C3C3 !important;
    display: flex !important;
    height: auto !important;
    align-items: center !important;
    padding: 0.5rem !important;
    min-height: 4rem;
}

.form_steps .wpforms-page-button,
.form_steps [type="submit"]{
    border: 1px solid var(--1, #081b39)!important;!important;
    background: #081b39  !important;
    border-radius: 12px !important;
    min-width: 7.25rem !important;
    height: 2.5rem !important;
    font-size: 0.8rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

div.wpforms-container-full input[type=checkbox], div.wpforms-container-full input[type=radio] {
    flex: 0 0 auto;
}

div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before,div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(45, 55, 70, 0.50);
    box-shadow: none;
}

div.wpforms-container-full input[type=radio]:checked:after {
    display: none;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input {
    width: 1.25rem;
    height: 1.25rem;
}

div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    /* background-color: #8F0984; */
    border-color: none;
    background-image: url(../images/icon_check.svg) !important;
    background-position: center;
    background-size: 121%;
    border: none;
    top: 0px;
    left: 0px;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button+.wpforms-page-button {
    float: right;
    margin: 0;
}
.form_steps input[type="text"],
.form_steps input[type="email"] {
    width: 100% !important;
    max-width: 100%;
    border: none !important;
    border-bottom: 1px solid #DEDEDE !important;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.wpforms-container .wpforms-field.wpforms-field-textarea {
    display: flex;
    flex-wrap: wrap;
}
.required_check legend:after {
    content: "*";
    color: #d63637;
}
.form_steps textarea {
    order: 2;
}
.form_steps .wpforms-field-name {
    display: flex;
    flex-wrap: wrap;
}

.form_steps .wpforms-field-name input {
    order: 3;
}

.form_steps .wpforms-page.wpforms-page-7.last label {
    font-size: 1.3rem;
    font-weight: 600;
}

a.button.style_2 i:before {
    opacity: 0;
}
.h1, .h2, h1, h2 {
    line-height: 1.4;
}
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}
div#content {padding-top: 4rem;}


.wpforms-field-label-inline.truncate {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.wpforms-readmore-toggle {
    display: inline-block;
    margin-top: 4px;
    color: #0054a6;
    font-size: 14px;
    cursor: pointer;
}
.wpforms-readmore-toggle {
    flex: 0 0 auto;
    font-weight: 400;
    margin-left: .2rem !important;
    text-decoration: underline;
}
.wpforms-page{
    /*display: block !important;*/
}
.wpforms-field-content  ul {
    list-style: disc !important;
}

.wpforms-field.wpforms-field-content .wpforms-field-row ul {
    padding: 0 !important;
    list-style: disc !important;
}

.wpforms-field.wpforms-field-content .wpforms-field-row li {
    border: none !important;
    list-style: decimal !important;
    padding: 0 !important;
    align-items: flex-start !important;
    min-height: unset;
    padding-right: 5.8rem !important;
    position: relative;
    line-height: 1.7;
}

body .wpforms-field.wpforms-field-content .wpforms-field-row ul li:before {
    content: '';
    width: .3rem;
    height: .3rem;
    background: #000;
    border-radius: 50%;
    margin-right: .7rem !important;
    flex: 0 0 auto !important;
    display: inline-block;
    transform: translateY(-.15rem);
}
.wpforms-field-content li.truncate-li {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

.wpforms-readmore-toggle-li {
    display: inline-block;
    color: #0054a6;
    cursor: pointer;
    font-size: 13px;
    margin-left: 6px;
}
.wpforms-field.wpforms-field-content .wpforms-field-row {
    width: 100% !important;
    max-width: 100% !important;
}
span.wpforms-readmore-toggle-li {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
}
li.processed-readmore:not(.truncate-li) {
    display: block !important;
}
.wpforms-field.wpforms-field-content .wpforms-field-row ul {
    padding: 0 !important;
}

body .wpforms-field.wpforms-field-content .wpforms-field-row ul {
    padding-inline-start: 10px !important;
}
div.wpforms-container-full input[type=checkbox]:before {
    border-radius: 0;
}
div.wpforms-container-full input[type=checkbox]:checked:before {background: #081b39 !important;border-radius: 0;}

div.wpforms-container-full input[type=checkbox]:before {
    border-radius: 0 !important;
}

div.wpforms-container-full input[type=checkbox]:checked:after {
    top: .1em;
    left: .1em;
    border-color: #fff;
}
ul.header-nav {
    justify-content: center;
    padding: 0 0 0 1rem;
}
li.html.custom.html_topbar_left {
    width: 100%;
}

.header-inner:after {
    display: none;
}

/*.flex-col.hide-for-medium.flex-right {*/
/*    display: none;*/
/*}*/
li.has-dropdown.header-language-dropdown a {
    font-size: 0;
}

li.has-dropdown.header-language-dropdown {
    border-left: 1px solid rgb(255 255 255 / 40%);
    transition: .3s all;
    display: flex;
}

li.has-dropdown.header-language-dropdown>a {
    width: 5rem !important;
    justify-content: center;
    align-items: center;
    padding: 0;
}

li.has-dropdown.header-language-dropdown i.icon-angle-down {
    display: none;
}

.stuck li.has-dropdown.header-language-dropdown {
    top: 0;
    height: 100%;
}
li.has-dropdown.header-language-dropdown img {
    width: 1.8rem;
    height: 1.1rem;
    object-fit: cover;
    border-radius: 4px;
}

li.has-dropdown.header-language-dropdown i.icon-image {
    display: inline-block;
    width: 100%;
}

li.has-dropdown.header-language-dropdown .nav-dropdown {
    min-width: unset;
    background: #ffffff5c;
    border-radius: 1rem;
    right: .6rem !important;
    padding: .2rem;
    margin-top: 1.5rem;
}

li.has-dropdown.header-language-dropdown .nav-dropdown a,li.has-dropdown.header-language-dropdown .nav-dropdown a i {
    display: flex !important;
    justify-content: center;
}
button.wpforms-page-button.wpforms-page-next:only-child {
    float: right;
    margin: 0 !important;
}
.section3 .flickity-viewport img {
    filter: brightness(0) invert(1);
    height: 3.5rem;
    width: auto;
    margin: 0;
}
.section3  ol.flickity-page-dots {
    bottom: -1.5rem;
    pointer-events: unset !important;
}
.wpforms-container .wpforms-form *{
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
}
.wpforms-container .wpforms-form .wpforms-field-label, .wpforms-container .wpforms-form .wpforms-field-sublabel, .wpforms-container .wpforms-form .wpforms-field-description, .wpforms-container .wpforms-form textarea, .wpforms-container .wpforms-form li, .wpforms-container .wpforms-form th {
    line-height: 1.5;
}
.radio_check ul li {
    background-color: #e8e8e8 !important;
    border-color: #000 !important;
}
.section1  h1 {
    font-size: 2.5rem;
}

.wpforms-form {
    font-family: 'SVN-Futura';
}

div.wpforms-container-full input[type=checkbox]+label, div.wpforms-container-full input[type=radio]+label {
    font-size: 1rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label {
    font-weight: normal;
}

.form_steps legend.wpforms-field-label, .form_steps .wpforms-field-text .wpforms-field-label {
    font-weight: normal;
    font-family: 'SVN-FuturaBold';
}
.wpforms-form {
    font-family: 'SVN-Futura';
    font-weight: normal;
}
b, strong {
    font-weight: normal;
}
#footer .col{
    padding: 0 15px 0;
}
.header-bg-color {
    background: #fff !important;
}
.wpforms-container .wpforms-form .wpforms-field-label,.wpforms-page h4,body .wpforms-field.wpforms-field-content .wpforms-field-row h4 {
    font-family: 'SVN-FuturaBold';
    font-size: 1.1rem;
}
.wpforms-container .wpforms-form .size_small label,.wpforms-container .wpforms-form .size_small legend {
    font-size: 1rem;
}
.section3 .flickity-viewport .img img {
    filter: unset;
    height: auto;
}
.section4 .row {
    align-items: center;
}
.section4  ol.flickity-page-dots {
    bottom: 2rem !important;
    left: 50vw;
    justify-content: flex-start;
    display: flex;
    padding-left: 6rem;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}
i.image-icon {
    display: flex;
}
div.wpforms-container-full .wpforms-confirmation-container-full{
    background: #e0ffc7;
    border: 1px solid #b4d39b;
    box-sizing: border-box;
    text-align: center;
}
.wpcf7{
    display: none!important;
}
@media only screen and (min-width: 1200px){
    html{
        font-size: 1.15vw;
    }
}
@media only screen and (min-width: 1600px){
    html{
        font-size: 1vw;
    }
}
@media only screen and (max-width: 1199px) {
    html{
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 991px) {
    .header-main li.html.custom {
        display: block;
        justify-content: center;
        text-align: center;
    }

    ul.list_logo_header img {
        width: auto !important;
        height: 3rem;
    }

    .medium-logo-left .flex-left {
        width: 100% !important;
        flex: unset;
    }

    .header-inner {
        padding: .8rem 1rem !important;
    }

    ul.mobile-nav.nav.nav-left {
        justify-content: center;
    }
    .form_steps {
        padding: 1.5rem;
    }
}
@media only screen and (max-width: 767px) {
    html{
        font-size: 3.5vw;
    }
    body{
        font-size: 1.2rem;
    }
    .section1  h1 {
        font-size: 1.6rem;
    }
    .section1  h1 br{
        display: none !important;
    }
    div#content {
        padding-top: 4.5rem;
    }
    div.wpforms-container-full input[type=checkbox]+label, div.wpforms-container-full input[type=radio]+label,.form_steps .wpforms-page-button, .form_steps [type="submit"] {
        font-size: 1.2rem;
    }
    footer#footer .col {
        padding-bottom: 0;
    }
    .section4 ol.flickity-page-dots {
        padding: 0;
        transform: translateX(-50%);
        justify-content: center;
    }
    .flex-col.hide-for-medium.flex-right {
        display: block !important;
    }
}