:root{
    --main-cl: var( --e-global-color-primary );
    --sub-cl: var(--e-global-color-secondary);
    --container-w: 75em;
}
/*body::-webkit-scrollbar-track {*/
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*    background-color: #F5F5F5;*/
/*}*/

/*body::-webkit-scrollbar-button{*/
/*    display: block !important;*/
/*}*/
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary);
    border-radius: 10px;
}

html.unscrollable{
    overflow: hidden !important;
}
html{
    overflow-x: hidden;
}
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{
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
.load_home_page svg {
    width: 29.167rem;
    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(--e-global-color-primary);
    /*backdrop-filter: blur(40px);*/
}

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 10px 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: 15s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 0.5px;
    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;
    }
}
.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: 75px;
    height: auto;
    background-color: #FFF;
    opacity: 1;
    aspect-ratio: 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(--e-global-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--e-global-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(--e-global-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 .search-item-thumbnail{
    border-radius: 10px;
    overflow: hidden;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-6{
    color: #666;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--e-global-color-primary)
}
.text-secondary{
    color: var(--e-global-color-secondary)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -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;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
body #page .fs-11{
    font-size: 0.573rem;
}
body #page .fs-12{
    font-size: 0.625rem;
}
body #page .fs-13{
    font-size: 0.677rem;
}
body #page .fs-14{
    font-size: 0.729rem;
}
body #page .fs-15{
    font-size: 0.78125rem;
}
body #page .fs-16{
    font-size: 0.833rem;
}
body #page .fs-17{
    font-size: 0.885rem;
}
body #page .fs-18{
    font-size: 0.9375rem;
}
body #page .fs-19{
    font-size: 0.99rem;
}
body #page .fs-20{
    font-size: 1.042rem;
}
body #page .fs-21{
    font-size: 1.09375rem;
}
body #page .fs-22{
    font-size: 1.146rem;
}
body #page .fs-23{
    font-size: 1.198rem;
}
body #page .fs-24{
    font-size: 1.25rem;
}
body #page .fs-25{
    font-size: 1.302rem;
}
body #page .fs-26{
    font-size: 1.354rem;
}
body #page .fs-28{
    font-size: 1.458rem;
}
body #page .fs-30{
    font-size: 1.5625rem;
}
body #page .lh-20{
    line-height: 1.042rem;
}
body #page .lh-21{
    line-height: 1.09375rem;
}
body #page .lh-22{
    line-height: 1.146rem;
}
body #page .lh-23{
    line-height: 1.198rem;
}
body #page .lh-24{
    line-height: 1.25rem;
}
body #page .lh-25{
    line-height: 1.302rem;
}
body #page .lh-26{
    line-height: 1.354rem;
}
body #page .lh-27{
    line-height: 1.40625rem;
}
body #page .lh-28{
    line-height: 1.458rem;
}
body #page .lh-29{
    line-height: 1.51rem;
}
body #page .lh-30{
    line-height: 1.5625rem;
}
body #page .lh-31{
    line-height: 1.615rem;
}
body #page .lh-32{
    line-height: 1.667rem;
}
body #page .lh-33{
    line-height: 1.71875rem;
}
body #page .lh-34{
    line-height: 1.771rem;
}
body #page .lh-40{
    line-height: 2.083rem
}
body #page .fw200{
    font-weight: 200;
}
body #page .fw300{
    font-weight: 300;
}
body #page .fw400{
    font-weight: 400;
}
body #page .fw500{
    font-weight: 500;
}
body #page .fw600{
    font-weight: 600;
}
body #page .fw700{
    font-weight: 700;
}
body #page .fw800{
    font-weight: 800;
}
body #page .fw900{
    font-weight: 900;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.m-0{
    margin: 0;
}
.p-0{
    padding: 0;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl-cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left-cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right-cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
span.required{
    color: #FF1B1B;
}
.site-content{
    display: block;
}
.bg-center{
    background-position: center;
}
.bg-custom{
    background-repeat: no-repeat;
}
.bg-cover{
    background-size: cover;
}
.bg-contain{
    background-size: contain;
}
.bg-primary{
    background-color: var(--e-global-color-primary);
}
.bg-white{
    background-color: #FFF;
}

@keyframes fade-up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper-button-lock{
    display: none !important;
}
.swiper-button-disabled{
    opacity: 0.4 !important;
}
svg,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;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.gradient-border{
    background-image: linear-gradient(#FFF0F9, #FFF0F9), radial-gradient(circle at top left, #D4922D,#FDBE5D);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.overflow-hidden{
    overflow: hidden;
}
.bdrs-10{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.bdrs-15{
    -webkit-border-radius: 0.78125rem;
    -moz-border-radius: 0.78125rem;
    border-radius: 0.78125rem;
}
.bdrs-20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
.show-mobile{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden;
}
.form-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.form-wrap .form-group{
    width: 100%;
    margin-bottom: 0.521rem;
}
.form-wrap .form-group:last-child{
    margin-bottom: 0 !important;
}
.form-wrap .form-group .wpcf7-form-control-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form-wrap .form-group .wpcf7-form-control-wrap .select{
    width: 100%;
}
.form-wrap .form-group .wpcf7-not-valid-tip{
    font-size: 0.729rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form{
    position: relative;
}
.wpcf7 form.wpcf7-form .wpcf7-spinner{
    position: absolute;
    display: none !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    position: absolute;
    width: 100%;
    margin: 0 !important;
}
.form-wrap .form-group.group-half{
    width: calc(50% - 0.26rem);
}
.form-wrap .form-group .select-styled,
.form-wrap .form-group .form-input{
    height: 2.865rem;
    font-weight: 500;
    font-size: 0.78125rem;
    line-height: 1.25rem;
    border: 1px solid #C6CDD9;
    transition: all 0.4s;
    color: #333;
    padding-left: 1.042rem;
    padding-right: 1.042rem;
    border-radius: 0.26rem;
    width: 100%;
}
.form-wrap .form-group .select-styled{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    gap: 1.042rem;
}
.form-wrap .form-group .select-styled > span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.form-wrap .form-group .select-styled:after{
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjM3NSA1Ljc1TDcgMTAuMTI1TDIuNjI1IDUuNzUiIHN0cm9rZT0iIzMzMzMzMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 0.833rem;
    min-width: 0.833rem;
    height: 0.833rem;
    content: '';
}
.form-wrap .form-group .select{
    position: relative;
}
.form-wrap .form-group .select-options{
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    background-color: #FFF;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #e7e7e7;
    list-style: none;
    max-height: 12.76rem;
    overflow: auto;
}
.form-wrap .form-group .select-options > li{
    font-weight: 500;
    font-size: 0.78125rem;
    line-height: 1.25rem;
    padding: 0.625rem 1.042rem;
    cursor: pointer;
    transition: all 0.4s;
}
.form-wrap .form-group .select-options > li+li{
    border-top: 1px solid #d5d5d5;
}
.form-wrap .form-group .select-options > li.active,
.form-wrap .form-group .select-options > li:hover{
    background-color: var(--e-global-color-primary);
    color: #FFF;
}
.form-wrap .form-group textarea.form-input{
    height: 5.208rem;
}
.form-wrap .form-group .form-input:focus{
    border-color: var(--e-global-color-primary);
}
.form-wrap .form-group.form-policy{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 0.9375rem;
    margin-top: 0.521rem;
    margin-bottom: 1.042rem;
}
.form-wrap .form-group.form-policy a{
    color: var(--e-global-color-primary);
    font-weight: 700;
    text-decoration: underline;
}
.form-wrap .form-group input[type='submit']{
    width: 100%;
    height: 2.865rem;
    text-align: center;
    background: linear-gradient(90deg, #1854B5 0%, #0DABDF 100%);
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: #FFF;
    border: none !important;
    border-radius: 5px;
}
.form-wrap .form-group.form-file input[type='file']{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.146rem;
    color: #666666;
    margin-top: 0.417rem;
    width: 100%;
    cursor: pointer;
}
.form-wrap .form-group.form-file input[type='file']::file-selector-button{
    padding: 0.417rem 1.25rem;
    background: #C6D6F04D;
    border: 0.5px solid var(--e-global-color-primary);
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.042rem;
    border-radius: 2.604rem;
    margin-right: 0.729rem;
    cursor: pointer;
    transition: all 0.4s;
}
.form-wrap .form-group.form-file input[type='file']:hover::file-selector-button{
    background: var(--e-global-color-primary);
    color: #FFF;
}
form.e-search-form .e-search-input{
    padding-left: 1.042rem !important;
    padding-right: 1.042rem !important;
    height: 1.823rem !important;
    min-height: unset !important;
}
/*4px  0.208*/
/*6px  0.3125*/
/*7px  0.365*/
/*8px  0.417*/
/*9px  0.46875*/
/*10px  0.521*/
/*11px  0.573*/
/*12px  0.625 */
/*13px  0.677*/
/*14px  0.729*/
/*15px  0.78125*/
/*16px  0.833*/
/*17px  0.885*/
/*18px  0.9375*/
/*19px  0.99*/
/*20px  1.042*/
/*21px  1.09375*/
/*22px  1.146*/
/*23px  1.198*/
/*24px  1.25*/
/*25px  1.302*/

/*26px  1.354*/
/*27px  1.40625*/
/*28px  1.458*/
/*29px  1.51 */
/*30px  1.5625*/
/*31px  1.615*/
/*32px  1.667*/
/*33px  1.71875*/
/*34px  1.771*/
/*35px  1.823*/
/*36px  1.875*/
/*37px  1.927*/
/*38px  1.979*/
/*39px  2.03125*/
/*40px  2.083*/
/*41px  2.135*/
/*42px  2.1875*/
/*43px  2.24*/
/*44px  2.292*/
/*45px  2.34375*/
/*46px  2.396*/
/*47px  2.448*/
/*48px  2.5*/
/*49px  2.552*/
/*50px  2.604*/
/*54px  2.8125*/
/*55px  2.865*/
/*58px  3.021*/
/*60px  3.125*/
/*65px  3.385*/
/*68px  3.542*/
/*72px  3.75*/
/*76px  3.958*/
/*80px  4.167*/
/*84px  4.375*/
/*90px  4.6875*/
/*92px  4.792*/
/*96px  5rem*/
/*350px  18.229*/
/*100px  5.208*/
/*106px  5.521*/
/*110px  5.729*/
/*112px  5.833*/
/*114px  5.9375*/
/*120px  6.25*/
/*140px  7.292*/
/*144px  7.5*/
/*150px  7.8125*/
/*160px  8.333*/
/*170px  8.854*/
/*174px  9.0625*/
/*215px  11.198*/
/*240px  12.5*/
/*250px  13.021*/
/*275px  14.323*/
/*290px  15.104*/
/*310px  16.146*/
/*334px  17.396*/
/*464px  24.167*/
/*465px  24.21875*/
/*515px  26.823*/
/*574px  29.896*/
/*800px  41.667*/
/*1172px  61.042*/
/*1200px  62.5*/
/*1660px  86.458*/
.sec-title{
    font-weight: 700;
    font-size: 2.083rem;
    line-height: 2.604rem;
}
.breadcrumbs{
    width: var(--container-w);
    padding-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
}
.breadcrumbs ol{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.breadcrumbs ol li{
    display: inline;
    font-weight: 500;
    font-size: 0.78125rem;
    line-height: 1.042rem;
    margin: 0;
    opacity: 0.5;
    color: #333333;
}
.breadcrumbs ol li:last-of-type{
    opacity: 1;
}
.breadcrumbs ol li span,
.breadcrumbs ol li a{
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.breadcrumbs ol li+li{
    margin-left: 1.042rem;
}
.breadcrumbs ol li+li:before{
    position: relative;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    opacity: 0.5;
    content: '';
    margin-right: 1.042rem;
    top: -3px;
    background-color: #333333;
}
.dark-style .breadcrumbs ol li{
    color: #FFF;
}
.dark-style .breadcrumbs ol li+li:before{
    background-color: #fff;
}
section.support-details{
    padding: 3.125rem 0 4.167rem;
}
section.support-details:before{
    left: 0;
    width: 100%;
    top: -5.729rem;
    background: linear-gradient(360deg, rgba(235, 248, 255, 0) 0%, #E7F7FF 92.58%);
    height: 56.25rem;
    position: absolute;
    content: '';
}
.z-5{
    z-index: 5;
}
section.support-details .date-term{
    display: flex;
    gap: 0.417rem;
    align-items: center;
}
section.support-details .col-8{
    padding-right: 2.604rem;
}
section.support-details .col-8 .date-term{
    margin-bottom: 0.521rem;
}
section.support-details .col-8 .post-title{
    margin-bottom: 1.042rem;
}
section.support-details .col-8 .post-excerpt{
    margin-bottom: 1.5625rem;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.302rem;
}
section.support-details .col-8 .post-content{
    position: relative;
    margin-bottom: 2.083rem;
}
.content-has-border{
    border-top: 2px solid #1854B51A;
    padding-top: 1.5625rem;
    position: relative;
}
.content-has-border:before{
    width: 25%;
    height: 2px;
    top: -2px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    content: '';
    left: 0;
}
.post-content,
.post-content p,
.post-content li{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.354rem;
}
.post-content li:last-of-type{
    margin-bottom: 0 !important;
}
.post-content ul,
.post-content ol{
    margin-bottom: 1.042rem;
}
.post-content li{
    margin-bottom: 0.833rem;
}
.post-content h2{
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.823rem;
    color: var(--e-global-color-primary);
    margin-top: 0;
}
.post-content h3{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.823rem;
    margin-top: 0;
    color: var(--e-global-color-primary);
}
.post-content h4{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-top: 0;
    color: var(--e-global-color-primary);
}
section.support-details .col-4{
    padding-left: 1.875rem;
}
.post-share {
    gap: 0.3125rem;
}
.post-share > span{
    margin-right: 1.042rem;
}
.post-content figcaption{
    margin-top: 0.625rem;
    font-size: 0.729rem;
    line-height: 0.9375rem;
}
.sidebar-box{
    padding: 1.302rem;
    background-color: #FFFFFFCC;
    border-radius: 0.78125rem;
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 30px 0px #DEECF24D;
}
.sidebar-box .title{
    margin-bottom: 1.458rem;
}
.sidebar-box .title:before{
    height: 100%;
    left: -1.302rem;
    top: 0;
    position: absolute;
    content: '';
    width: 2px;
    background-color: var(--e-global-color-secondary);
}
.sidebar-box .support-item{
    display: flex;
    gap: 1.042rem
}
.sidebar-box .support-item+.support-item{
    margin-top: 1.042rem;
    padding-top: 1.042rem;
    border-top: 1px solid rgba(24, 84, 181, 0.15);
}
.sidebar-box .support-item .img-wrap{
    aspect-ratio: 154/95;
    width: 8.021rem;
    min-width: 8.021rem;
    border-radius: 0.417rem;
    margin: 0;
}
.sidebar-box .support-item .date-term{
    margin-bottom: 0.417rem;
}
.sidebar-box .support-item h3{
    font-size: 0.9375rem;
    line-height: 1.146rem;
}
.sticky-box{
    position: sticky;
    top: 7.292rem;
}
.bubbles-pattern > span{
    position: absolute;
    aspect-ratio: 1;
    height: auto;
    background-image: url('../images/bubble-pattern.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.8;
    filter: blur(15px);
}
section.support-details .bubbles-pattern > .bubble-pattern:nth-of-type(1){
    right: 6.875rem;
    top: 13.125rem;
    width: 13.021rem;
}
section.support-details .bubbles-pattern > .bubble-pattern:nth-of-type(2){
    left: 4.53125rem;
    top: 27.8125rem;
    width: 5.208rem;
}
.support-item .img-wrap{
    aspect-ratio: 335/225;
    border-radius: 0.78125rem;
    margin-bottom: 1.042rem;
}
.support-item .img-wrap .date-term{
    margin-bottom: 0.521rem;
}
.reset-last > *:last-child{
    margin-bottom: 0 !important;
}
.related-supports{
    padding-bottom: 5.052rem;
}
.related-supports .grid-container{
    padding-top: 2.083rem;
    border-top: 2px solid #1854B51A
}
.related-supports .title-group{
    margin-bottom: 1.5625rem;
}
.related-supports .swiper{
    margin: 0 -0.625rem;
}
.related-supports .support-item{
    padding: 0 0.625rem;
}
.btn:not(.elementor-widget-button){
    padding: 0.677rem 0.833rem 0.677rem 1.146rem;
    border-radius: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.833rem;
    width: max-content;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.4s;
}
.btn .elementor-button{
    padding: 0.677rem 0.833rem 0.677rem 1.146rem !important;
    border-radius: 2.604rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.833rem !important;
    width: max-content !important;
    max-width: 100% !important;
    cursor: pointer !important;
    transition: all 0.4s !important;
    font-weight: 600 !important;
    font-size: 0.833rem !important;
    line-height: 1.042rem !important;
}
.btn .elementor-button .elementor-button-content-wrapper{
    align-items: center;
}
.btn span.text{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.042rem;
}
.btn span.icon{
    display: flex;
}
.btn span.icon svg{
    width: 1.25rem;
    height: auto;
}
.btn.btn-white .elementor-button span.elementor-button-icon svg,
.btn.btn-primary .elementor-button span.elementor-button-icon svg{
    width: 1.25rem;
    height: 1.25rem;
}
.btn.btn-primary .elementor-button,
.btn.btn-primary:not(.elementor-widget-button){
    background-image: linear-gradient(90deg, #1854B5 0.36%, #1854B5 39.97%, #1854B5 56.54%, #0DABDF 99.64%);
    background-size: 240%;
    color: #FFF;
}
.btn.btn-gradient .elementor-button,
.btn.btn-gradient:not(.elementor-widget-button){
    background-image: linear-gradient(90deg, #1854B5 0.36%, #0DABDF 39.97%, #0DABDF 56.54%, #1854B5 99.64%);
    background-size: 240%;
    color: #FFF;
}
.btn.btn-white .elementor-button,
.btn.btn-white:not(.elementor-widget-button){
    color: #FFF;
    background-color: transparent !important;
    border: 1px solid #FFF;
}
.btn.btn-bigger{
    padding: 0.885rem 2.083rem;
}
.btn.btn-smaller .elementor-button .elementor-button-text{
    font-size: 0.625rem;
    line-height: 0.833rem;
}
.btn.btn-secondary{
    border: 1px solid var(--e-global-color-primary);
    background-color: transparent;
}
.btn.btn-secondary span.text{
    color: var(--e-global-color-primary);
}
.post-details{
    padding-top: 4.479rem;
    padding-bottom: 5.99rem;
}
.post-details .post-content-wrap{
    width: 61.458rem;
    max-width: 100%;
}
.post-details .post-header{
    width: 49.792rem;
    max-width: 100%;
}
.post-details .post-header .post-title{
    margin-bottom: 1.667rem;
    font-size: var( --e-global-typography-b42ad12-font-size, 2.865rem );
    font-weight: var(--e-global-typography-b42ad12-font-weight);
    line-height: var(--e-global-typography-b42ad12-line-height 3.125rem);
    margin-top: 0;
}
.post-details .post-header .post-term{
    margin-bottom: 0.521rem;
}
.post-details .post-excerpt{
    margin-bottom: 3.229rem;
}
.post-details .post-banner{
    margin-bottom: 3.229rem;
}
.post-details .post-content p{
    margin-bottom: 1.042rem;
}
.post-details .post-content ol,
.post-details .post-content ul{
    margin-bottom: 1.042rem;
}
.post-details .post-tags{
    padding-top: 1.25rem;
    margin-top: 2.865rem;
    border-top: 1px solid #1854B538;
    width: 61.458rem;
    max-width: 100%;
    gap: 0.625rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
}
.post-details .post-tags > *{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.458rem;
    color: #666;
    transition: all 0.4s;
}
.post-details .post-tags > span{
    color: #333;
}
.post-details .post-tags > a:hover{
    color: #000;
    text-decoration: underline;
}
.post-details .post-date-share{
    margin-bottom: 1.667rem;
}
.post-details .post-date-share > svg{
    margin: 0 0.833rem;
}
.post-details .post-date-share .share > a{
    margin-left: 0.3125rem;
}
.post-details .post-date-share .share > span{
    display: block;
    margin-right: 0.3125rem;
}
.related-posts{
    padding-bottom: 4.167rem;
}
.related-posts h2{
    margin-bottom: 2.083rem;
}
.related-posts .swiper{
    margin: 0 -0.625rem;
}
.related-posts .post-item{
    padding: 0 0.625rem;
}
.post-item .date-term{
    margin-bottom: 0.3125rem;
    gap: 0.417rem
}
.post-item .img-wrap{
    border-radius: 0.521rem;
    margin-bottom: 0.729rem;
    aspect-ratio: 335/208;
}
.swiper-arrow{
    min-width: 2.1875rem;
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1854B580;
    cursor: pointer;
    transition: all 0.4s;
}
.swiper-arrow svg{
    width: 1.25rem;
    height: 1.25rem;
}
.box-swiper .swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.box-swiper .swiper-arrow.prev{
    left: -4.6875rem;
}
.box-swiper .swiper-arrow.next{
    right: -4.6875rem;
}
.banner-sec{
    height: 17.1875rem;
    overflow: hidden;
    position: relative;
}
.banner-sec .video-wrap:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(270deg, rgba(11, 188, 231, 0.5) 13.41%, rgba(24, 84, 181, 0.9) 86.9%);
    z-index: 2;
}
.banner-sec .img-wrap:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 4.854rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.4;
    z-index: 2;
}
.banner-sec.auto-height{
    height: auto;
}
.banner-sec .video-wrap,
.banner-sec .img-wrap{
    height: 100%;
    width: 100%;
    position: relative;
}
.video-wrap{
    overflow: hidden;
    display: block;
}
.video-wrap video{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.banner-sec .banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: calc(calc(100vw - var(--container-w)) / 2);
}
.sec-heading{
    font-size: var( --e-global-typography-b42ad12-font-size, 2.865rem );
    font-weight: var(--e-global-typography-b42ad12-font-weight);
    line-height: var(--e-global-typography-b42ad12-line-height 3.125rem);
}
.banner-sec .banner-content .banner-title{
    margin: 0 0 0.521rem;
}
.banner-sec .banner-content .banner-des{
    font-weight: 500;
    font-size: 1.042rem;
    line-height: 1.302rem;
}
.absolute-breadcrumb{
    position: absolute;
    left: calc(calc(100vw - var(--container-w)) / 2);
    top: 0;
}
.news-page:before{
    left: 0;
    height: 26.042rem;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #E7F7FF 0%, rgba(235, 248, 255, 0.830735) 25.49%, rgba(231, 247, 255, 0) 92.58%);
}
#posts-list .NK-load-more-btn{
    margin-top: 2.708rem;
}
.posts-list h2.sec-title{
    margin-top: 2.083rem;
    margin-bottom: 0;
}
#posts-list #posts-grid{
    margin-top: 2.083rem;
    grid-gap: 2.708rem 1.25rem;
}
section.posts-list{
    padding-bottom: 4.167rem;
    padding-top: 6.875rem;
}
.menu-tabs ul{
    padding: 0;
    gap: 0.521rem;
}
.menu-tabs ul > li > a{
    border: 1px solid #D2D2D2;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.458rem;
    padding: 0.417rem 1.042rem;
    display: block;
    border-radius: 2.604rem;
    color: #666666;
    transition: all 0.4s;
}
.menu-tabs ul > li.current-menu-item > a,
.menu-tabs ul > li:hover > a{
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}
.featured-posts{
    padding-top: 6.042rem;
}
.featured-posts .bubble-pattern{
    left: 7.5rem;
    top: 1.25rem;
    width: 10.9375rem;
}
.featured-posts .col-5{
    padding-left: 0.521rem;
}
.featured-posts .col-7{
    padding-right: 2.34375rem;
}
.featured-posts .col-7 .img-wrap{
    border-radius: 1.042rem;
}
.featured-posts .col-7 .excerpt{
    margin-top: 0.78125rem;
}
.featured-posts .col-5 .post-item{
    display: flex;
    gap: 1.042rem;
}
.featured-posts .col-5 .post-item .img-wrap{
    width: 11.354rem;
    min-width: 11.354rem;
    margin: 0;
    border-radius: 0.78125rem;
}
.featured-posts .col-5 .post-item+.post-item{
    margin-top: 2.34375rem;
}
section.posts-list .bubble-pattern:nth-of-type(1){
    width: 23.4375rem;
    top: -3.646rem;
    right: -11.979rem;
}
section.posts-list .bubble-pattern:nth-of-type(2){
    width: 23.4375rem;
    left: -6.875rem;
    bottom: -15.104rem;
}
.career-details{
    padding-top: 3.125rem;
    padding-bottom: 6.5625rem;
}
.career-details .general-information{
    margin-bottom: 1.667rem;
}
.career-details .general-information .col-9{
    padding-right: 0.9375rem;
}
.career-details .general-information .col-9 .cont-wrap{
    padding: 2.604rem 3.854rem 2.083rem 3.125rem;
    background-color: #F0F9FB;
    border-radius: 0.521rem;
}
.career-details .general-information .col-9 .information{
    gap: 1.042rem 1.354rem;
}
.career-details .general-information .col-9 .information svg{
    width: 0.9375rem;
    min-width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.417rem;
}
.career-details .general-information .col-9 .information .item{
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 1.042rem;
}
.career-details .general-information .col-9 h1{
    margin-bottom: 2.8125rem;
    margin-top: 0;
    position: relative;
}
.career-details .general-information .col-9 h1:before{
    height: 100%;
    left: -3.125rem;
    width: 0.15625rem;
    position: absolute;
    content: '';
    border-radius: 0.26rem;
    background-color: var(--e-global-color-primary);
}
.career-details .general-information .col-3 .contact-inner{
    background: radial-gradient(100% 224.42% at 100% 2.08%, #1854B5 39.66%, #0bace7 100%);
    border-radius: 0.521rem;
    padding: 1.667rem;
    word-break: break-word;
}
.career-details .general-information .col-3 .cont{
    padding-top: 0.78125rem;
    margin-top: 0.78125rem;
    position: relative;
}
.career-details .general-information .col-3 .cont:after{
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 48.56%, rgba(255, 255, 255, 0) 100%);
}
.career-details .general-information .col-3 .cont > a+a{
    margin-top: 0.3125rem;
}
.career-details .general-information .col-3 .cont > a.flex-col{
    gap: 0.521rem;
}
.career-details .general-information .col-3 .cont > a > svg{
    width: 2.1875rem;
    height: auto;
}
.career-details .details-information .item h2{
    margin-top: 0;
    margin-bottom: 1.042rem;
}
.career-details .details-information .item+.item{
    margin-top: 2.083rem;
    padding-top: 2.083rem;
    border-top: 1px solid #DADADA;
}
.career-details .details-information .col-9{
    padding-right: 6.771rem;
}
.career-details .details-information .item .post-content ul,
.career-details .details-information .item .post-content ol{
    padding-left: 1.302rem;
}
.career-details .details-information .item .post-content,
.career-details .details-information .item .post-content li,
.career-details .details-information .item .post-content p{
    font-size: 0.833rem;
}
.career-details .details-information .item .post-content li{
    margin-bottom: 0.208rem;
}
.career-details .details-information .col-3{
    padding-left: 1.25rem;
}
.career-details .details-information .col-3 .btn-primary{
    display: none !important;
}
.career-details .details-information .col-3 .career-item+.career-item{
    margin-top: 1.042rem;
    padding-top: 1.042rem;
    border-top: 2px solid #1854B50D;
}
.hidden-input{
    display: none !important;
}
.career-item h3{
    margin-top: 0;
    margin-bottom: 0.521rem;
}
.career-item .details{
    gap: 0.521rem 1.25rem;
}
.career-item .details > .flex-box{
    gap: 0.417rem;
}
.career-item .details > .flex-box > svg{
    width: 0.729rem;
    min-width: 0.729rem;
    height: auto;
}
.career-details .career-form{
    padding: 3.125rem 4.948rem;
    background: #FFFFFF33;
    box-shadow: 0rem 0.208rem 1.5625rem 0rem #C6D6F04D;
    backdrop-filter: blur(1.5625rem);
    border-radius: 0.521rem;
}
.sec-des{
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.302rem;
}
.career-details .career-form .wpcf7{
    margin-top: 1.771rem;
}
.career-details > .bubbles-pattern > .bubble-pattern:nth-of-type(1){
    width: 10.9375rem;
    left: 6.25rem;
    top: 1.667rem;
}
.career-details > .bubbles-pattern > .bubble-pattern:nth-of-type(2){
    width: 7.8125rem;
    top: 26.875rem;
    right: 8.229rem;
}
.career-details > .bubbles-pattern > .bubble-pattern:nth-of-type(3){
    width: 14.0625rem;
    bottom: 4.271rem;
    left: -3.125rem;
}
#career-form{
    padding-top: 4.271rem;
}
#career-form .bubbles-pattern > .bubble-pattern{
    top: -4.6875rem;
    right: -2.708rem;
    width: 12.5rem;
}
.career-page{
    padding: 4.792rem 0 6.25rem;
}
.career-page .bubble-pattern:nth-of-type(1){
    width: 14.0625rem;
    right: -2.396rem;
    top: -9.375rem;
}
.career-page .bubble-pattern:nth-of-type(2){
    width: 8.333rem;
    left: -1.042rem;
    top: 6.51rem;
}
.career-page .bubble-pattern:nth-of-type(3){
    width: 24.21875rem;
    right: -4.6875rem;
    bottom: -11.458rem;
}
.careers-list .career-item-wrap{
    padding: 0.625rem 0;
    border-top: 1px solid #E3E3E3;
}
.careers-list .career-item{
    padding: 1.042rem 2.5rem;
    border-radius: 0.521rem;
}
.careers-list .career-item-wrap:last-child{
    border-bottom: 1px solid #E3E3E3;
}
.careers-list .career-item h3.fs-18{
    font-size: 1.146rem;
}
.careers-list .career-item .btn{
    flex: 0 0 auto;
    margin-left: 2rem;
}
.banner-sec .banner-menu{
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #FFFFFF33;
    z-index: 9;
}
.banner-sec .banner-menu ul{
    gap: 3.75rem;
}
.banner-sec .banner-menu ul.sub-menu{
    display: none !important;
}
.banner-sec .banner-menu ul > li > a{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding: 0.9375rem 0;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #FFF;
    opacity: 0.75;
    transition: all 0.4s;
}
.banner-sec .banner-menu ul > li > a:before{
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #FFF;
    transition: all 0.4s;
    opacity: 0;
    position: absolute;
    content: '';
    top: -1px;
    width: 0;
}
.banner-sec .banner-menu ul > li:hover > a,
.banner-sec .banner-menu ul > li.current-menu-parent > a,
.banner-sec .banner-menu ul > li.current-menu-item > a{
    opacity: 1;
}
.banner-sec .banner-menu ul > li:hover > a:before,
.banner-sec .banner-menu ul > li.current-menu-parent > a:before,
.banner-sec .banner-menu ul > li.current-menu-item > a:before{
    width: 100%;
    opacity: 1;
}
.service-details{
    padding: 3.125rem 0 6.771rem;
}
.service-details > .bubbles-pattern > .bubble-pattern:nth-of-type(1){
    width: 5.208rem;
    right: 3.021rem;
    top: 9.635rem;
}
.service-details > .bubbles-pattern > .bubble-pattern:nth-of-type(2){
    top: 34.74rem;
    left: 6.5625rem;
    width: 13.021rem;
}
.service-details .col-4{
    padding-right: 6.25rem;
}
.service-details .col-4 ul > li > a{
    border-radius: 0.521rem;
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.354rem;
    padding: 0.625rem 1.5625rem;
    color: #333333;
    box-shadow: 0px 4px 30px 0px #DEECF24D;
    border-left: 2px solid transparent;
    transition: all 0.4s;
    background-color: rgba(255, 255, 255, 0.6);

}
.service-details .col-4 ul > li+li{
    margin-top: 0.521rem;
}
.service-details .col-4 ul > li > a > span.icon{
    display: flex;
    opacity: 0;
    transition: all 0.4s;
}
.service-details .col-4 ul > li > a > span.icon svg{
    width: 1.875rem;
    height: auto;
}
.service-details .col-4 ul > li > a.active,
.service-details .col-4 ul > li > a:hover{
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}
.service-details .col-4 ul > li > a.active > span.icon,
.service-details .col-4 ul > li > a:hover > span.icon{
    opacity: 1;
    transform: translateX(0.625rem);
}
.service-details .col-8 .sec-title{
    margin-bottom: 1.042rem;
}
.service-details .col-8 .post-excerpt{
    margin-bottom: 1.5625rem;
}
.service-details .col-8 .post-share{
    margin-top: 2.34375rem;
}
.post-content.fw500,
.post-content.fw500 p,
.post-content.fw500 li{
    font-weight: 500;
}
.post-content-wrap .post-content h2{
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.823rem;
}
.post-content-wrap .post-content h3{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.823rem;
}
.related-services{
    padding-bottom: 6.771rem;
}
.related-services .grid-container{
    padding-top: 2.083rem;
    border-top: 2px solid #1854B51A;
}
.related-services .title-group{
    margin-bottom: 1.5625rem;
}
.related-services .grid-box{
    grid-gap: 1.042rem;
}
.service-item{
    box-shadow: 0px 4px 30px 0px #0021350D;
    border: 1px solid #1854B50D;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    overflow: hidden;
    transition: all 0.4s;
}
.service-item .cont-wrap{
    left: 0;
    top: 0;
    padding: 2.1875rem 5.104rem 1.823rem 1.823rem;
}
.service-item .cont-wrap h3{
    margin-top: 0;
}
.service-item .img-wrap{
    padding-top: 5.208rem;
    aspect-ratio: 1;
}
.service-item .img-wrap:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(180deg, #FFFFFF 14.39%, rgba(255, 255, 255, 0.97167) 23.11%, rgba(255, 255, 255, 0.896781) 30.25%, rgba(255, 255, 255, 0.686634) 35.14%, rgba(255, 255, 255, 0) 43.07%);
}
.product-details > .grid-container{
    padding-top: 4.167rem;
}
.product-details:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 48.958rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #E7F7FF 0%, rgba(235, 248, 255, 0.830735) 25.49%, rgba(231, 247, 255, 0) 92.58%);
}
.product-details .product-gallery{
    padding-right: 1.458rem;
}
.product-details .product-summary {
    padding-left: 6.25rem;
}
.product-details .product-summary .product-term{
    margin-bottom: 0.417rem;
}
.product-details .product-summary .product-metas {
    gap: 0.5rem 1.042rem;
    margin-bottom: 1.5625rem;
}
.product-details .product-summary .product-name{
    margin-bottom: 1.25rem;
}
.product-details .product-summary .product-short-description{
    margin-bottom: 1.042rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.354rem;
}
.product-details .bubble-pattern:nth-of-type(1){
    width: 10.9375rem;
    right: -2.865rem;
    top: -2.604rem;
}
.product-details .bubble-pattern:nth-of-type(2){
    width: 5.729rem;
    right: 3.333rem;
    top: 11.198rem;
}
.product-details .bubble-pattern:nth-of-type(3){
    width: 18.229rem;
    top: calc(100% + 1.5625rem);
    left: -8.854rem;
}
.product-gallery .product-gallery-main{
    height: 25rem;
    margin-bottom: 1.042rem;
}
.product-gallery .product-gallery-main .img-wrap{
    height: 100%;
}
.product-gallery .product-gallery-main .img-wrap img{
    object-fit: contain;
}
.product-gallery .product-gallery-thumb-wrap{
    margin: 0 6.458rem;
}
.product-gallery .product-gallery-thumb{
    width: calc(100% / 4 * 3 + 3.125rem);
}
.product-gallery .product-gallery-thumb .swiper-slide{
    /*padding: 0 0.46875rem;*/
    padding-right: 0.9375rem;
}
.product-gallery .product-gallery-thumb .swiper-slide .img-wrap{
    border: 1px solid #1854B533;
    cursor: pointer;
    transition: all 0.4s;
}
.product-gallery .product-gallery-thumb .swiper-slide-thumb-active .img-wrap{
    border-color: #1854B5;
}
.product-gallery .product-gallery-thumb-wrap .video-item{
    width: calc(100% / 4);
}
.product-gallery .product-gallery-thumb-wrap .video-item .img-wrap svg{
    z-index: 5;
    width: 2.34375rem;
    height: 2.34375rem;
}
.product-gallery .product-gallery-thumb-wrap .video-item .img-wrap:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #0000004D;
    z-index: 2;
}
.p-middle{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*background: linear-gradient(360deg, rgba(231, 247, 255, 0) 0%, rgba(235, 248, 255, 0.830735) 67.1%,  92.58%);*/
}
.related-products{
    padding-top: 2.083rem;
    padding-bottom: 4.167rem;
}
.related-products .bubble-pattern{
    width: 10.9375rem;
    right: 16.40625rem;
    top: -5.46875rem;
}
.related-products:before{
    left: 0;
    bottom: 99%;
    position: absolute;
    content: '';
    background-image: url('../images/line-path.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 1920/63;
    width: 100%;
    height: auto;
}
.related-products h2.sec-title{
    margin-bottom: 2.1875rem;
    margin-top: 0;
}
.product-item{
    transition: all 0.4s;
    border: 1px solid #D2D9E3;
    padding: 1.25rem;
}
.product-item .img-wrap{
    aspect-ratio: 287/247;
    margin-bottom: 2.396rem;
}
.product-item .cont-wrap{
    transition: all 0.4s;
}
.product-item .cont-wrap h3.fs-18{
    margin-top: 0.26rem;
    margin-bottom: 1.042rem;
}
.product-item a.btn{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(50%) translateX(-50%);
    opacity: 0;
    pointer-events: none;
    padding-top: 0.417rem;
    padding-bottom: 0.417rem;
    gap: 0.208rem;
}
.product-item .item-attr{
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}
.product-item .item-attr .list-item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}
.product-item .item-attr .list-item .attribute-item{
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 0.99rem;
    position: relative;
}
.product-item .item-attr .type-2 .list-item{
    gap: 1.458rem;
}
.product-item .item-attr .type-2 .list-item .attribute-item+.attribute-item:before{
    position: absolute;
    left: -0.729rem;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}
.product-item .item-attr-group .note{
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.99rem;
    position: relative;
}
.related-products-swiper.swiper{
    margin: 0 -0.625rem;
    padding-bottom: 1.5625rem;
}
.related-products-swiper .swiper-slide{
    padding: 0 0.625rem;
}
.product-summary .attribute-group{
    display: flex;
    align-items: center;
    margin-bottom: 1.042rem;
}
.product-summary .attribute-group .label{
    min-width: 4.896rem;
    padding-right: 0.625rem;
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.458rem;
}
.product-summary .attribute-group .attributes{
    display: flex;
    flex-wrap: wrap;
}
.product-summary .attribute-group.type-2 .attributes{
    gap: 0.833rem;
}
.product-summary .attribute-group.type-2 .attributes .attribute-item{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.458rem;
    color: var(--e-global-color-primary);
    padding: 0.417rem 1.042rem;
    border-radius: 2.604rem;
    border: 1px solid var(--e-global-color-primary);
    transition: all 0.4s;
}
.product-summary .attribute-group.type-2 .attributes .attribute-item:hover{
    color: #FFF;
    background-color: var(--e-global-color-primary);
}
.product-summary .attribute-group.type-1 .attributes .attribute-item{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.354rem;
    position: relative;
    display: flex;
}
.product-summary .attribute-group.type-1 .attributes .attribute-item+.attribute-item:before{
    content: '/';
    display: inline-block;
    margin: 0 0.208rem;
}
.ZoomContainer {
    pointer-events: none !important;
    display: none;
}
.product-category{
    padding: 4.896rem 0 6.458rem;
}
.product-category:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 15.625rem;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #E7F7FF 0%, rgba(235, 248, 255, 0.830735) 25.49%, rgba(231, 247, 255, 0) 92.58%);
}
.product-category .product-filters{
    padding-bottom: 1.875rem;
    margin-bottom: 0.9375rem;
    border-bottom: 1px solid #D0D0D0
}
.product-category .product-filters > .flex-box{
    margin-top: 0.625rem;
    gap: 0.521rem;
}
.product-category .product-filters .filter-item{
    padding: 0.417rem 1.042rem;
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.458rem;
    color: #666666;
    border: 1px solid #D2D2D2;
    flex: 0 0 auto;
    border-radius: 2.604rem;
    transition: all 0.4s;
}
.product-category .product-filters .filter-item:hover,
.product-category .product-filters .filter-item.active{
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #FFF;
}
.product-category .product-sort{
    gap: 0.833rem
}
.product-category .product-sort .select{
    position: relative;
}
.product-category .product-sort .select-styled > span{
    font-weight: 500;
    font-size: 0.729rem;
    line-height: 0.9375rem;
}
.product-category .product-sort .select-styled{
    display: flex;
    border: 1px solid #C8D5DC;
    width: 8.854rem;
    padding: 0.625rem 1.25rem;
    gap: 0.521rem;
    border-radius: 2.604rem;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s;
}
.product-category .product-sort .select-styled:hover,
.product-category .product-sort .select-styled.active{
    border-color: var(--e-global-color-primary);
}
.product-category .product-sort .select-styled:before{
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjc1IDEyTDE0Ljc1MDEgMTdMMTguNzUgMTIuMDAwNyIgc3Ryb2tlPSIjMTg1NEI1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNC43NSA4LjVWMTYuNSIgc3Ryb2tlPSIjMTg1NEI1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xLjc1IDkuNUg4Ljc1IiBzdHJva2U9IiMxODU0QjUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEuNzUgMy41SDE0Ljc1IiBzdHJva2U9IiMxODU0QjUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEuNzUgMTUuNUg3Ljc1IiBzdHJva2U9IiMxODU0QjUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.042rem;
    height: 1.042rem;
    content: '';
}
.product-category .product-sort .select-styled:after{
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC42IiBkPSJNOS42ODc1IDQuMTI1TDYuMjUgNy41NjI1TDIuODEyNSA0LjEyNSIgc3Ryb2tlPSIjMzMzMzMzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    width: 0.625rem;
    height: 0.625rem;
    content: '';
    margin-left: auto;
}
.product-category .product-sort .select-options{
    z-index: 99;
    position: absolute;
    left: 0;
    top: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #FFF;
    box-shadow: 0 0 10px 0 #C8D5DC;
    width: 100%;
    border-radius: 0.521rem;
    overflow: hidden;
}
.product-category .product-sort .select-options > li{
    padding: 0.417rem 1.042rem;
    font-size: 0.729rem;
    line-height: 0.9375rem;
    font-weight: 400;
    margin: 0;
    transition: all 0.4s;
}
.product-category .product-sort .select-options > li+li{
    border-top: 1px solid #C8D5DC;
}
.product-category .product-sort .select-options > li.active,
.product-category .product-sort .select-options > li:hover{
    background-color: var(--e-global-color-primary);
    color: #FFF;
}
.product-category .product-count-sort{
    margin-bottom: 2.5rem;
}
.product-category .product-count-sort .product-result-count{
    font-weight: 600;
    font-size: 0.833rem;
    line-height: 1.25rem;
    color: var(--e-global-color-primary);
}
.product-grid{
    grid-gap: 2.34375rem 1.25rem;
}
.product-list .NK-load-more-btn{
    margin-top: 2.5rem;
}
.prize-item .img-wrap{
    border-radius: 0.78125rem;
    margin-bottom: 1.302rem;
}
.prize-item .cont-wrap .sub-title{
    margin-bottom: 0.521rem;
}
.prize-item .cont-wrap .title{
    margin: 0;
}
.custom-marquee{
    font-weight: 800;
    font-size: 4.6875rem;
    line-height: 7.292rem;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #FFF;
    font-family: 'Open Sans';
    opacity: 0.4;
}
.custom-marquee.style-2{
    -webkit-text-stroke: 1px #156CC0;
}
.custom-rotation-animation img{
    animation: custom-rotation 2.5s infinite;
}
@keyframes custom-rotation {
    0%{
        transform: rotate(0deg);
    }
    25%{
        transform: rotate(120deg);
    }
    50%{
        transform: rotate(240deg);
    }
    75%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.elementor-widget-text-editor > .elementor-widget-container > *:last-child{
    margin-bottom: 0 !important;
}
.elementor-widget-NK_quality{
    width: 100%;
}
.about-quality .img-wrap{
    border-radius: 1.042rem;
}
.about-quality .col-6:nth-of-type(1){
    padding-right: 1.302rem;
}
.about-quality .col-6:nth-of-type(1) .img-wrap{
    position: relative;
    height: 100%;
}
.about-quality .col-6:nth-of-type(1) .quality-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s;
}
.about-quality .col-6:nth-of-type(1) .quality-image.active{
    opacity: 1;
}
.about-quality .col-6:nth-of-type(2){
    padding: 1.823rem 0 1.823rem 5.104rem;
}
.about-quality .grid-box{
    grid-gap: 2.917rem 2.708rem;
}
.about-quality .grid-box .quality-item{
    padding-bottom: 1.823rem;
    padding-right: 0.729rem;
    position: relative;
}
.about-quality .grid-box .quality-item:before{
    bottom: 0;
    left: 0;
    width: 0;
    position: absolute;
    content: '';
    height: 2px;
    background-color: var(--e-global-color-secondary);
    transition: all 0.4s;
}
.about-quality .grid-box .quality-item.active:before,
.about-quality .grid-box .quality-item:hover:before{
    width: 100%;
}
.about-quality .grid-box .icon-wrap{
    width: 3.90625rem;
    height: 3.90625rem;
}
.about-quality .grid-box .icon-wrap svg,
.about-quality .grid-box .icon-wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: unset;
}
.about-quality .quality-item:hover .icon-wrap svg,
.about-quality .quality-item:hover .icon-wrap img{
    transition: all 0.4s;
}
.about-quality .grid-box .title{
    margin: 1.042rem 0 0.625rem;
    color: var(--e-global-color-primary)
}
.about-quality .grid-box .quality-item.active .title,
.about-quality .grid-box .quality-item:hover .title{
    color: var(--e-global-color-secondary)
}
.about-timeline .timeline-wrap::-webkit-scrollbar{
    display: none;
}
.about-timeline .timeline-wrap{
    display: flex;
    align-items: center;
    overflow: auto;
    max-width: 100vw;
}
.about-timeline .timeline-stage{
    display: flex;
    align-items: center;
}
.about-timeline  .stage-name-wrap{
    width: 15.625rem;
    height: 7.8125rem;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.833rem 1.25rem;
    background-color: var(--e-global-color-secondary);
}
.about-timeline  .stage-name-wrap .number{
    font-weight: 800;
    font-size: 3.125rem;
    line-height: 3.542rem;
    text-transform: uppercase;
}
.about-timeline .timeline-stage{
    flex: 0 0 auto;
}
.about-timeline .stage-years{
    display: flex;
    align-items: center;
}
.about-timeline .stage-years .year-item{
    width: 23.958rem;
    margin-left: 0.104rem;
}
.about-timeline .stage-years .cont-wrap{
    height: 12.5rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.about-timeline .stage-years .center-img{
    height: 7.8125rem;
    width: 100%;
    position: relative;
}
.about-timeline .stage-years .center-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.4s;
}
.about-timeline .stage-years .top-cont{
    padding-bottom: 2.083rem;
}
.about-timeline .stage-years .bottom-cont{
    padding-top: 2.083rem;
}
.about-timeline .stage-years .bottom-cont .cont {
    margin-top: auto;
}
.about-timeline .stage-years .cont-wrap .cont{
    padding-left: 1.823rem;
    padding-right: 3.646rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.354rem;
    max-height: 100%;
    overflow: auto;
    position: relative;
}
.about-timeline .stage-years .top-cont .year{
    margin-top: auto;
}
.about-timeline .stage-years .year{
    font-weight: 800;
    font-size: 4.6875rem;
    line-height: 5.208rem;
    color: var(--e-global-color-secondary);
    width: max-content;
    position: relative;
    z-index: 3;
}
.about-timeline .stage-years .year-item .center-img:before{
    left: -1px;
    height: calc(100% + 12.5rem);
    position: absolute;
    content: '';
    width: 1px;
    background-color: var(--e-global-color-secondary);
    opacity: 0.5;
}
.about-timeline .stage-years .year-item:nth-of-type(even) .center-img:before{
    top: 0;
}
.about-timeline .stage-years .year-item:nth-of-type(odd) .center-img:before{
    bottom: 0;
}
.about-timeline .stage-years .year-item:nth-of-type(odd) .top-cont:after{
    top: 0;
    left: -1px;
    position: absolute;
    content: '';
    background-color: var(--e-global-color-secondary);
    width: 0.417rem;
    height: 0.417rem;
    transform: translateX(-50%);
    border-radius: 50%;
}
.about-timeline .stage-years .year-item:nth-of-type(even) .bottom-cont:after{
    bottom: 0;
    left: -1px;
    position: absolute;
    content: '';
    background-color: var(--e-global-color-secondary);
    width: 0.417rem;
    height: 0.417rem;
    transform: translateX(-50%);
    border-radius: 50%;
}
.faq-item .img-wrap{
    aspect-ratio: 320/450;
    margin-bottom: 0.9375rem;
}
.faq-item .img-cont{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1.667rem 1.458rem;
    z-index: 3;
}
.faq-item .img-cont .logo{
    height: 2.083rem;
}
.faq-item .img-cont .logo img{
    height: 100%;
    width: auto;
    object-fit: contain;
}
.faq-item .img-cont .name{
    font-size: 1.875rem;
    line-height: 1.5;
}
.faq-item .cont-wrap h3{
    margin-bottom:0.3125rem;
}
.faq-grid{
    grid-gap: 3.385rem 2.1875rem;
}
.support-page{
    padding-top: 4.6875rem;
    padding-bottom: 5.208rem;
}
.support-page .group-heading{
    padding-bottom: 2.604rem;
    margin-bottom: 2.604rem;
    border-bottom: 1px solid #E0E0E0;
}
.faq-list .NK-load-more-btn {
    margin-top: 2.604rem;
}
.faq-terms-child{
    margin-bottom: 3.021rem;
}
.faq-terms-child .menu-tabs{
    margin-top: 0.625rem;
}
.video-list .video-first {
    margin-bottom: 3.385rem;
    margin-top: 0.625rem;
}
.video-list .video-first .img-wrap:before{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 49.93%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    border-radius: 0.78125rem;
}
.video-list .video-first .img-wrap:after{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    border-radius: 0.78125rem;
    opacity: 0;
    transition: all 0.4s;
}
.video-list .video-first .cont-wrap{
    bottom: 0;
    left: 0;
    padding-left: 3.021rem;
    padding-bottom: 2.5rem;
    z-index: 3;
}
.video-list .video-first .cont-wrap > .flex-box{
    width: 28.125rem;
    max-width: 100%;
}
.video-list .video-first .cont-wrap .play-btn{
    width: 3.90625rem;
    min-width: 3.90625rem;
    margin-right: 2.292rem;
}
.video-list .video-first .cont-wrap .video-term{
    margin-bottom: 0.417rem;
}
.play-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    transition: all 0.4s;
    border-radius: 50%;
}
.play-btn > svg{
    width: 30%;
    height: auto;
}
.play-btn:hover,
.play-btn.hovered{
    background-color: var(--e-global-color-secondary);
}
.video-item .play-btn{
    width: 2.34375rem;
    position: absolute;
    left: 1.146rem;
    bottom: 1.146rem;
    z-index: 3;
}
.video-item .img-wrap{
    margin-bottom: 1.302rem;
}
.video-item .img-wrap:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: 2;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.1;
    transition: all 0.4s;
}
.video-item .cont-wrap{
    padding-right: 1.5625rem;
}
.video-item .cont-wrap .video-term{
    margin-bottom: 0.521rem;
}
.video-grid{
    grid-gap: 2.5rem 2.604rem;
}
.video-list .NK-load-more-btn{
    margin-top: 3.125rem;
}
.support-term-group+.support-term-group{
    margin-top: 2.083rem;
    padding-top: 2.083rem;
    border-top: 1px solid #C9D7EE;
}
.support-term-group .title-group{
    margin-bottom: 1.302rem;
}
.support-term-group .grid-box{
    grid-gap: 1.5rem 2.604rem;
}
.support-term-group .grid-box .support-item .img-wrap{
    aspect-ratio: 436/245;
}
.faq-terms-child .is-fixed .menu-tabs{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 90;
    background-color: #FFF;
    padding: 0.625rem 1.25rem;
    margin: 0 !important;
    box-shadow: 0 0 10px 0 #d5d5d5;
    animation: MenuFadeDown 0.6s;
}
.faq-terms-child .is-fixed .menu-tabs ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.faq-terms-child .is-fixed .menu-tabs ul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #cedbff;
}
.faq-terms-child .is-fixed .menu-tabs ul::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-primary);
}
.faq-terms-child .is-fixed .menu-tabs ul{
    flex-wrap: nowrap;
    overflow: auto;
}
.faq-terms-child .is-fixed .menu-tabs ul li{
    flex: 0 0 auto;
}
@keyframes MenuFadeDown {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}
.support-list .support-grid{
    grid-gap: 1.667rem 2.604rem;
    margin-top: 2.083rem;
}
.support-list .support-grid .img-wrap{
    aspect-ratio: 436/245;
}
.support-list .NK-load-more-btn{
    margin-top: 3.646rem;
}
.item-has-favicon{
    position: relative;
}
.item-has-favicon:after{
    position: absolute;
    pointer-events: none;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(246.94deg, rgba(0, 160, 226, 0.5) 41.47%, #1854B5 95.11%);
    z-index: 4;
    opacity: 0;
    transition: all 0.4s;
    display: none !important;
}
.favicon-image{
    width: 2.708rem;
    height: 2.708rem;
    position: absolute;
    left: 1.042rem;
    bottom: 1.042rem;
    z-index: 6;
    pointer-events: none;
    background-image: var(--site-favicon);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.4s;
    display: none !important;
}
.hover-show-favicon:hover .item-has-favicon:after{
    opacity: 1;
}
.hover-show-favicon:hover .item-has-favicon .favicon-image{
    opacity: 1;
}
#page > footer{
    position: relative;
    z-index: 99;
}
.show-tablet{
    display: none !important;
}
.custom-home-pagination .swiper-pagination{
    padding-left: 13.28125rem;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2.1875rem;
}
.custom-home-pagination .swiper-pagination .swiper-pagination-bullet{
    width: 2.604rem;
    background-color: var(--e-global-color-primary);
    height: 3px;
    border-radius: 5px !important;
    overflow: hidden;

}
.elementor-widget-image-carousel.e-widget-swiper .swiper-slide .swiper-slide-image{
    display: block;
}
.home-solution-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6.458rem;
    width: 60rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.home-solution-nav .dot{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid var(--e-global-color-secondary);
    border-radius: 50%;
    cursor: pointer;
}
.home-solution-nav .dot .dot-inner{
    width: 100%;
    height: 100%;
    background-color: var(--e-global-color-secondary);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s;
}
.home-solution-nav .line{
    height: 1px;
    flex-grow: 1;
    background-color: var(--e-global-color-secondary);
    opacity: 0.4;
}
.home-solution-nav .dot .cont-wrap{
    position: absolute;
    left: 50%;
    top: 2.083rem;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
}
.home-solution-nav .dot .cont-wrap .title,
.home-solution-nav .dot .cont-wrap .sub-title{
    color: var(--e-global-color-primary);
    transition: all 0.4s;
}
.home-solution-nav .swiper-slide-thumb-active .dot .cont-wrap .title,
.home-solution-nav .dot.active .cont-wrap .title,
.home-solution-nav .swiper-slide-thumb-active .dot .cont-wrap .sub-title,
.home-solution-nav .dot.active .cont-wrap .sub-title{
    color: var(--e-global-color-secondary)
}
.home-solution-nav .swiper-slide-thumb-active .dot .dot-inner,
.home-solution-nav .dot.active .dot-inner{
    opacity: 1;
}
.swiper.home-swiper{
    padding: 1.5625rem;
    margin: -1.5625rem;
}
.swiper.home-swiper .swiper-slide{
    opacity: 0;
    transition: all 0.6s;
}
.swiper.home-swiper .swiper-slide.swiper-slide-active{
    opacity: 1;
}
.home-solution-item{
    border-radius: 2.604rem;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px #004E6A1A;
}
.home-solution-item .col-5 {
    padding: 4.375rem 4.375rem 3.4375rem 3.4375rem;
    background-image: url('../images/logo-solution.png');
    background-size: 11.979rem 11.146rem;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.home-solution-item .col-5 .sec-heading{
    margin-bottom: 0.78125rem;
}
.home-solution-item .col-5 .btn-primary{
    margin-top: 1.823rem;
}
.home-solution-content .swiper-arrows{
    left: 5rem;
    bottom: 5rem;
    z-index: 20;
    display: flex;
    gap: 0.417rem;
}
.elementor-widget-shortcode .featured-posts{
    padding-top: 0;
}
.mega-menu-item.mega-lang-item > a,
.menu-item.lang-item > a{
    width: 1.5625rem !important;
}
.mega-menu-item.mega-lang-item > a:before,
.menu-item.lang-item > a:before{
    position: relative !important;
    display: block !important;
    content: '';
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    height: auto !important;
    aspect-ratio: 29/21;
    z-index: 4;
    width: 1.5625rem !important;
    opacity: 1 !important;
}
.mega-menu-item.mega-lang-item.lang-item-en > a:before,
.menu-item.lang-item.lang-item-en > a:before{
    background-image: url('../images/GB.png') !important;
}
.mega-menu-item.mega-lang-item.lang-item-vi > a:before,
.menu-item.lang-item.lang-item-vi > a:before{
    background-image: url('../images/VN.svg') !important;
}
.mega-menu-item.mega-lang-item > a > img,
.menu-item.lang-item > a > img{
    display: none !important;
}
.career-details .general-information .col-3 .cont > a.flex-col rect{
    fill: transparent;
    transition: all 0.4s;
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -4px !important;
}
.fixed-buttons{
    position: fixed;
    bottom: 50%;
    right: 0;
    z-index: 99;
    transform: translateX(calc(100% - 2.396rem)) translateY(50%);
}
.fixed-buttons > .item{
    margin-top: 0.26rem;
    padding: 2px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0.417rem 0 0 0.417rem;
    -moz-border-radius: 0.417rem 0 0 0.417rem;
    border-radius: 0.417rem 0 0 0.417rem;
    -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;
    width: 100%;
}
.fixed-buttons > .item:hover{
    transform: translateX(calc(0rem - calc(100% - 2.396rem)));
}
.fixed-buttons > .item > .item-inner > a{
    display: flex;
    align-items: center;
    padding: 0.625rem;
    background: #00A0E2;
    -webkit-border-radius: 0.417rem 0 0 0.417rem;
    -moz-border-radius: 0.417rem 0 0 0.417rem;
    border-radius: 0.417rem 0 0 0.417rem;
}
.fixed-buttons > .item > .item-inner > a img{
    width: 1.146rem;
    height: auto;
    margin-right: 1.40625rem;
}
.fixed-buttons > .item span{
    font-size: 0.729rem;
    font-weight: 700;
    line-height: 1.042rem;
    color: #FFF;
}
.wrap-search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.4s;
}
.wrap-search-popup .search-form-wrap{
    width: 100%;
    background-color: #333;
    position: relative;
    z-index: 3;
    padding: 32px;
    transform: translateY(-100%);
    transition: all 0.4s;
}
.wrap-search-popup .search-form-wrap form{
    display: flex;
    justify-content: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    max-width: 100%;
}
.wrap-search-popup .search-form-wrap form input{
    background: #222;
    border: none;
    color: #FFF;
}
.wrap-search-popup .search-form-wrap form button{
    background-color: var(--sub-cl);
    border-color: var(--sub-cl);
    color: #FFF;
}
.wrap-search-popup .bg-close{
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.4s;
    cursor: pointer;
}
.wrap-search-popup.show{
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
.wrap-search-popup.show .bg-close{
    opacity: 0.6;
}
.wrap-search-popup.show .search-form-wrap{
    transform: translateY(0);
}
.search-toggle-button{
    display: flex;
    cursor: pointer;
}
.circle-animation{
    animation: circleScale 1.4s infinite linear;
    transform-box: fill-box;
    transform-origin: center;
}
.ehf-header #masthead{
    z-index: 9999 !important;
}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button{
    width: 40px;
    height: 40px;
}
@keyframes circleScale{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(0.5);
    }
}
.elementor-2627 .elementor-element.elementor-element-6ccda34,
.elementor-2626 .elementor-element.elementor-element-6ccda34,
.elementor-750 .elementor-element.elementor-element-6ccda34{
    overflow: hidden;
}
.custom-home-pagination.elementor-widget-image-carousel.e-widget-swiper .swiper-slide .swiper-slide-image{
    width: 100%;
}
.elementor-1982 .elementor-element.elementor-element-e73b78c img{
    width: 100%;
}
.elementor-147 .elementor-element.elementor-element-fd6aac3 .elementor-nav-menu--dropdown a{
    border: none !important;
}
.carousel-custom-padding .swiper{
    padding-top: 20px;
}
header#masthead .mega-menu-wrap{
    background: transparent;
}
header#masthead .mega-menu-wrap > ul.mega-menu{
    justify-content: space-between;
    display: flex !important;
    gap: 1.25rem;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li > a.mega-menu-link{
    padding: 0.833rem 0 !important;
    font-size: 0.78125rem !important;
    line-height: 1.042rem !important;
    font-weight: 700 !important;
    height: auto !important;
    text-transform: uppercase !important;
    background: transparent !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li > a.mega-menu-link:after{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var( --e-global-color-secondary );
    position: absolute !important;
    display: block !important;
    content: '';
    height: 3px;
    width: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.4s;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-current-menu-item > a.mega-menu-link,
header#masthead .mega-menu-wrap > ul.mega-menu > li:hover > a.mega-menu-link{
    color: var( --e-global-color-secondary ) !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-current-menu-item > a.mega-menu-link:after,
header#masthead .mega-menu-wrap > ul.mega-menu > li:hover > a.mega-menu-link:after{
    width: 100% !important;
    opacity: 1 !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children > ul.mega-sub-menu{
    background-color: #FFF !important;
    box-shadow: 0px 4px 20px 0px #0000000D !important;
    border-radius: 0.521rem !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-flyout > ul.mega-sub-menu{
    padding: 1.25rem !important;
    width: 14.583rem !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-flyout > ul.mega-sub-menu > li{
    background: transparent !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-flyout > ul.mega-sub-menu > li+li{
    margin-top: 0.78125rem !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-flyout > ul.mega-sub-menu > li > a{
    background: transparent !important;
    font-weight: 500 !important;
    font-size: 0.833rem !important;
    line-height: 1.042rem !important;
    color: #444444 !important;
    transition: all 0.4s;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-flyout > ul.mega-sub-menu > li:hover > a,
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-flyout > ul.mega-sub-menu > li.mega-current-menu-item > a{
    color: var(--e-global-color-primary) !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-grid > ul.mega-sub-menu{
    width: 46.875rem !important;
    padding: 3.125rem 5.208rem !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-grid > ul.mega-sub-menu .mega-menu-column{
    padding: 0 0.78125rem !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-grid > ul.mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li{
    padding: 0 !important;
    margin-bottom: 0.78125rem !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-grid > ul.mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li > a.mega-menu-link{
    font-weight: 700 !important;
    font-size: 0.833rem !important;
    line-height: 1.042rem !important;
    text-transform: initial !important;
    color: #444444 !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-grid > ul.mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li > ul.mega-sub-menu{
    margin-top: 0.417rem !important;
}
header#masthead .mega-menu-wrap > ul.mega-menu > li.mega-menu-item-has-children.mega-menu-grid > ul.mega-sub-menu .mega-menu-column > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a{
    font-weight: 400 !important;
    font-size: 0.78125rem !important;
    line-height: 1.042rem !important;
    margin-top: 0.3125rem !important;
    color: #444444 !important;
}
.home-solution-content .swiper-pagination,
.solution-menu .swiper-pagination{
    position: absolute;
    bottom: -1.5rem !important;
}
.home-solution-content .swiper-pagination-bullet,
.solution-menu .swiper-pagination .swiper-pagination-bullet{
    width: 0.417rem;
    height: 0.417rem;
    margin: 0 0.25rem !important;
    background: var(--e-global-color-secondary);
}
.solution-menu .solution-menu-swiper{
    border-radius: 5.208rem;
    background-color: #FFF;
    box-shadow: 0px 0px 80px 0px rgba(0, 77.99999999999996, 106, 0.10196078431372549);
}
.solution-menu .solution-menu-swiper .swiper-wrapper{
    align-items: unset;
}
.solution-menu .solution-menu-swiper .swiper-wrapper .swiper-slide{
    height: auto;
}
.solution-menu .solution-menu-swiper .swiper-slide .item{
    height: 100%;
}
.solution-menu .solution-menu-swiper .swiper-slide .item .icon-wrap{
    transition: all 0.4s;
}
.solution-menu .solution-menu-swiper .swiper-slide .item .icon-wrap img{
    width: 2.865rem;
    height: 2.865rem;
    object-fit: contain;
}
.solution-menu .solution-menu-swiper .swiper-slide .item .flex-box{
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 0.833rem;
    border-left: 1px solid #E1F3FB;
    padding: 1.875rem 1.25rem;
    transition: all 0.4s;
}
.solution-menu .solution-menu-swiper .swiper-slide .item .cont-wrap .sub-title{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.458rem;
    color: var(--e-global-color-primary);
    transition: all 0.4s;
}
.solution-menu .solution-menu-swiper .swiper-slide .item .cont-wrap .title{
    font-weight: 800;
    font-size: 1.042rem;
    line-height: 1.458rem;
    color: var(--e-global-color-primary);
    transition: all 0.4s;
}
.solution-menu .solution-menu-swiper .swiper-slide .item:hover > .flex-box,
.solution-menu .solution-menu-swiper .swiper-slide.current-url .item  > .flex-box,
.solution-menu .solution-menu-swiper .swiper-slide .item a.active+div{
    background-color: var(--e-global-color-secondary);
    border-left: 0;
}
.solution-menu .solution-menu-swiper .swiper-slide.current-url .item .title,
.solution-menu .solution-menu-swiper .swiper-slide.current-url .item .sub-title,
.solution-menu .solution-menu-swiper .swiper-slide .item:hover .title,
.solution-menu .solution-menu-swiper .swiper-slide .item:hover .sub-title,
.solution-menu .solution-menu-swiper .swiper-slide .item a.active+div .sub-title,
.solution-menu .solution-menu-swiper .swiper-slide .item a.active+div .title{
    color: #FFF;
}
.solution-menu .solution-menu-swiper .swiper-slide.current-url .item .icon-wrap,
.solution-menu .solution-menu-swiper .swiper-slide .item:hover .icon-wrap,
.solution-menu .solution-menu-swiper .swiper-slide .item a.active+div .icon-wrap{
    filter: brightness(0) invert(1);
}
.home-solution-nav .swiper-arrow{
    position: absolute;
    top: -0.417rem;
    z-index: 9;
    cursor: pointer;
}
.home-solution-nav .swiper-arrow.prev{
    left: -7.292rem;
}
.home-solution-nav .swiper-arrow.next{
    right: 11.042rem;
}
.home-solution-nav > .swiper{
    width: calc( 100% + 18.229rem);
    margin-right: -18.229rem;
    overflow: unset;
}
.home-solution-nav > .swiper .swiper-slide{
    opacity: 0;
    transition: all 0.4s;
}
.home-solution-nav > .swiper .swiper-slide.swiper-slide-active,
.home-solution-nav > .swiper .swiper-slide.swiper-slide-next,
.home-solution-nav > .swiper .swiper-slide.swiper-slide-next+.swiper-slide,
.home-solution-nav > .swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide{
    opacity: 1;
}
.home-solution-nav > .swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide .line{
    opacity: 0;
}
.tabs-container .tab-content{
    display: none;
    animation: fade-up 1s;
}
.tabs-container .tab-content.active{
    display: block;
}
.about-timeline-new{
    padding: 0.521rem 0.26rem;
}
.about-timeline-new .flex-box{
    row-gap: 4.167rem;
}
.about-timeline-new .stage{
    width: 25%;
}
.about-timeline-new .stage .title{
    margin: 0;
    padding: 0 1.25rem 1.042rem;
    font-weight: 700;
    font-size: 1.354rem;
    line-height: 1.4;
    color: var(--e-global-color-primary)
}
.about-timeline-new .stage .years{
    padding: 1.042rem 1.5625rem;
    border-left: 1px solid var(--e-global-color-secondary);
    position: relative;
}
.about-timeline-new .stage .years:after{
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background-color: var(--e-global-color-secondary);
    width: 0.417rem;
    height: 0.417rem;
    transform: translateX(-50%) translateY(50%);
    border-radius: 50%;
}
.about-timeline-new .stage .years .year-wrap{
    display: flex;
    gap: 1.042rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: 600;
}
.about-timeline-new .stage .years .year-wrap .year{
    font-weight: 900;
    color: var(--e-global-color-primary);
    min-width: 2.604rem;
    font-size: 1.042rem;
}
.about-timeline-new .stage .years .year-wrap+.year-wrap{
    margin-top: 0.521rem;
}
.about-timeline-new .stage .img-wrap{
    position: relative;
}
.about-timeline-new .stage .img-wrap .stage-text{
    z-index: 5;
    color: #FFF;
    font-size: 3.125rem;
    font-weight: 900;
    line-height: 1;
    top: 1.042rem;
    left: 1.042rem;
}
.about-timeline-new .stage .img-wrap:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: var(--e-global-color-primary);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.custom-justify .swiper-wrapper{
    justify-content: center;
}
.home-solution-nav > .swiper.home-solution-nav .next{
    right: -7.292rem;
}
.home-solution-nav > .swiper.home-solution-nav{
    width: 100% !important;
    margin: 0 !important;
}
.home-solution-nav > .swiper.home-solution-nav .nav-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.home-solution-nav > .swiper.home-solution-nav .nav-wrap:before{
    width: 100%;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    content: '';
    background-color: var(--e-global-color-secondary);
}
.home-solution-nav > .swiper.home-solution-nav .nav-wrap .item .dot{
    background-color: #EAF8FF;
}
.home-solution-nav > .swiper.home-solution-nav .nav-wrap .item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-solution-nav > .swiper.home-solution-nav .nav-wrap .item.active .title,
.home-solution-nav > .swiper.home-solution-nav .nav-wrap .item.active .sub-title{
    color: var(--e-global-color-secondary);
}
.home-solution-nav > .swiper.home-solution-nav .nav-wrap .item.active .dot-inner{
    opacity: 1;
}
.home-solution-nav > .swiper.home-solution-nav:not(.swiper-initialized) .swiper-wrapper{
    overflow: unset;
}
.home-solution-nav > .swiper.home-solution-nav:not(.swiper-initialized) .swiper-slide{
    width: initial;
    height: initial;
    flex-shrink: initial;
    opacity: 1 !important;
}
.solution-menu-swiper.slide-center-custom .swiper-wrapper{
    justify-content: center;
}
.home-solution-nav.swiper .swiper-wrapper{
    align-items: unset !important;
}
.home-solution-nav.swiper .swiper-wrapper .swiper-slide{
    height: auto;
}
.solution-menu-wrap{
    position: relative;
}
.solution-menu-wrap .swiper-arrow{
    position: absolute;
    top: 50%;
    z-index: 9;
    background: #FFF;
    border: none;
    box-shadow: 0 0 10px #dddddd;
}
.solution-menu-wrap .swiper-arrow.prev{
    left: 0;
    transform: translateX(-50%) translateY(-50%);
}
.solution-menu-wrap .swiper-arrow.next{
    right: 0;
    transform: translateX(50%) translateY(-50%);
}
.product-tabs-sec{
    padding: 6.5625rem 0 10.417rem;
    background-image: linear-gradient(180deg, #E7F7FF00 0%, #E7F7FF 100%);
}
.product-tabs-sec .tabs-container{
    width: 61.458rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.product-tabs-sec .tabs-container .tabs-title{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.875rem;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(24, 84, 181, 0) 0%, rgba(24, 84, 181, 0.22) 24.52%, rgba(24, 84, 181, 0.22) 78.85%, rgba(24, 84, 181, 0) 100%);
    border-image-slice: 1;
    margin-bottom: 3.125rem;
}
.product-tabs-sec .tabs-container .tabs-title .tab-title{
    padding: 0.833rem 0;
    align-items: center;
    display: flex;
    font-size: 1.042rem;
    color: #33333380;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.product-tabs-sec .tabs-container .tabs-title .tab-title:hover,
.product-tabs-sec .tabs-container .tabs-title .tab-title.active{
    border-color: #1854B5;
    color: #1854B5;
}
.product-tabs-sec .tabs-container .tab-inner{
    font-size: 0.9375rem;
    line-height: 1.4;
}
.product-tabs-sec .tabs-container .tab-inner p{
    margin-bottom: 1rem;
}
.product-tabs-sec .tabs-container .tab-inner li{
    margin-bottom: 0.4rem;
}
.elementor-147 .elementor-element.elementor-element-93ac670 .elementor-nav-menu--dropdown a:hover svg.fa-svg-chevron-down,
.elementor-147 .elementor-element.elementor-element-93ac670 .elementor-nav-menu--dropdown a:focus svg.fa-svg-chevron-down,
.elementor-147 .elementor-element.elementor-element-93ac670 .elementor-nav-menu--dropdown a.elementor-item-active svg.fa-svg-chevron-down,
.elementor-147 .elementor-element.elementor-element-93ac670 .elementor-nav-menu--dropdown a.highlighted svg.fa-svg-chevron-down{
    fill: #FFF;
}
@media (min-width: 1200px){
    .about-quality .grid-box .quality-item:hover .icon-wrap svg{
        transform: rotateY(360deg);
    }
    .post-share > a:hover > svg,
    .share > a:hover > svg{
        transform: scale(0.9);
    }
    .career-details .general-information .col-3 .cont > a.flex-col:hover rect{
        fill: #FFF;
    }
    .career-details .general-information .col-3 .cont > a.flex-col:hover path{
        stroke: #333;
    }
    .faq-item:hover h3{
        text-decoration: underline;
        color: var(--e-global-color-primary)
    }
    .prize-item:hover .title{
        color: var(--e-global-color-primary)
    }
    .post-item:hover .img-wrap img,
    .prize-item:hover .img-wrap > img{
        transform: scale(1.1);
    }
    .about-timeline .stage-years .year-item:hover{
        position: relative;
        z-index: 9;
    }
    .about-timeline .stage-years .year-item:hover .center-img img{
        transform: scale(1.2);
    }
    .product-item:hover{
        border-color: var(--e-global-color-primary);
    }
    .product-item:hover a.btn{
        opacity: 1;
        pointer-events: initial;
    }
    .product-item:hover .cont-wrap{
        transform: translateY(-0.521rem);
    }
    .careers-list .career-item:hover{
        background-color: #F2F5F9;
    }
    .swiper-arrow:hover{
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary);
    }
    .swiper-arrow:hover path{
        stroke: #FFF;
    }
    html{
        font-size: 1vw;
    }
    .service-item:hover .btn-primary,
    .btn.btn-primary .elementor-button:hover,
    .btn.btn-primary:hover{
        background-position: 90% 0%;
    }
    .btn.btn-gradient .elementor-button:hover,
    .btn.btn-gradient:not(.elementor-widget-button):hover{
        background-position: 90% 0%;
    }
    .service-item:hover .btn-primary span.icon svg,
    .btn.btn-plus .elementor-button:hover span.elementor-button-icon svg,
    .btn.btn-plus:hover span.icon svg{
        transform: rotate(360deg);
    }
    .btn-white.elementor-widget-button .elementor-button:hover .elementor-button-text{
        color: var(--e-global-color-primary);
    }
    .btn-white.elementor-widget-button .elementor-button:hover{
        background-color: #FFFF !important;
    }
    .btn-white.elementor-widget-button .elementor-button:hover path{
        stroke: var(--e-global-color-primary)
    }
    .service-item:hover {
        box-shadow: 0px 4px 35px 0px rgba(0, 33, 53, 0.2);
    }
    .video-list .video-first:hover .img-wrap img{
        transform: scale(1.1);
    }
    .video-list .video-first:hover .img-wrap:after{
        opacity: 1;
    }
    .video-item:hover .play-btn{
        background-color: var(--e-global-color-secondary);
    }
    .support-item:hover .img-wrap img,
    .video-item:hover .img-wrap img{
        transform: scale(1.05);
    }
    .video-item:hover .img-wrap:before{
        opacity: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1600px){
    html{
        font-size: 1.2vw;
    }
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 59.375rem
    }
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{
        display: block !important;
    }
    .service-details .col-4{
        padding-right: 2.5rem;
    }
    .service-item .cont-wrap{
        padding: 1.5rem;
    }
    .btn:not(.elementor-widget-button){
        padding: 0.5rem 1rem;
    }
    .post-details .post-header .post-title,
    .sec-title{
        font-size: var( --e-global-typography-b42ad12-font-size, 2rem );
        font-weight: var(--e-global-typography-b42ad12-font-weight);
        line-height: 1.4;
    }
    .career-details .general-information .col-3 .contact-inner{
        padding: 1rem;
    }
    .career-details .details-information .col-3{
        padding-left: 0;
    }
    #page{
        overflow: hidden;
    }
    .featured-posts .col-5 .post-item+.post-item{
        margin-top: 1.5rem;
    }
    .product-details .product-summary{
        padding-left: 0;
    }
    .product-details .product-summary .product-metas{
        gap: 0.5rem
    }
    .product-gallery .product-gallery-thumb-wrap{
        margin: 0 3rem;
    }
    .related-products{
        padding-top: 3rem;
        margin-top: 0;
    }
    .related-products:before{
        display: none !important;
    }
    .product-item a.btn {
        opacity: 1;
        pointer-events: initial;
    }
    .support-page{
        padding: 4rem 0;
    }
    .faq-item .img-cont .name{
        font-size: 1.5rem;
    }
    section.support-details .col-4{
        padding-left: 0;
    }
    .about-quality .col-6:nth-of-type(2){
        padding: 0 0 0 2rem;
    }
    .about-quality .col-6:nth-of-type(1){
        padding-right: 0;
    }
    .about-quality .grid-box .quality-item{
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    .about-quality .grid-box{
        grid-gap: 1.5rem
    }
    .about-timeline .stage-years .year{
        font-size: 3.8rem;
        line-height: 1.3;
    }
    .about-timeline .stage-years .top-cont{
        padding-bottom: 1.25rem;
    }
    .about-timeline .stage-years .bottom-cont{
        padding-top: 1.25rem;
    }
    .custom-home-pagination .swiper-pagination{
        padding-left: 0;
        justify-content: center;
        margin-bottom: 0;
    }
    .home-solution-item .col-5{
        padding: 2rem;
    }
    .home-solution-content .swiper-arrows{
        left: 3.5rem;
        bottom: 3.5rem;
    }
    .home-solution-nav{
        width: 42rem;
    }
    .product-item{
        padding-bottom: 1.75rem;
    }
    .home-solution-nav > .swiper .swiper-slide.swiper-slide-next+.swiper-slide .line{
        opacity: 0;
    }
    .home-solution-nav > .swiper .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide{
        opacity: 0;
    }
    .about-timeline-new .stage .img-wrap .stage-text{
        font-size: 2.25rem;
    }
    .about-timeline-new .flex-box{
        row-gap: 2.5rem;
    }
    .about-timeline-new .stage .title{
        padding: 0 1rem 0.75rem;
    }
    .about-timeline-new .stage .years{
        padding: 0.75rem 0 0.5rem 1rem;
    }
    .about-timeline-new .stage .years .year-wrap{
        font-size: 0.8rem;
    }
    .about-timeline-new .stage .years .year-wrap .year{
        font-size: 0.9rem;
    }
    .about-timeline-new .stage .title{
        font-size: 1.15rem;
    }
    .elementor-element.elementor-element-bd78d38 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
        bottom: 1rem !important;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 45rem
    }
    .load_home_page svg {
        width: 50%;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tablet-col-1{flex:0 0 auto;width:8.33333333% !important}
    .tablet-col-2{flex:0 0 auto;width:16.66666667% !important}
    .tablet-col-3{flex:0 0 auto;width:25% !important}
    .tablet-col-4{flex:0 0 auto;width:33.33333333% !important}
    .tablet-col-5{flex:0 0 auto;width:41.66666667% !important}
    .tablet-col-6{flex:0 0 auto;width:50% !important}
    .tablet-col-7{flex:0 0 auto;width:58.33333333% !important}
    .tablet-col-8{flex:0 0 auto;width:66.66666667% !important}
    .tablet-col-9{flex:0 0 auto;width:75% !important}
    .tablet-col-10{flex:0 0 auto;width:83.33333333% !important}
    .tablet-col-11{flex:0 0 auto;width:91.66666667% !important}
    .tablet-col-12{flex:0 0 auto;width:100% !important}
    .tablet-flex-col{
        flex-direction: column;
    }
    .left-cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl-cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right-cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr-cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet-grid-3{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tablet-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet-grid-1{
        grid-template-columns: 1fr;
    }
    .tablet-col-reverse{
        flex-direction: column-reverse;
    }
    .tablet-text-center{
        text-align: center;
    }
    .tablet-al-center{
        align-items: center;
    }
    .tablet-jus-center{
        justify-content: center;
    }
    .tablet-flex-wrap{
        flex-wrap: wrap;
    }
    .load_home_page svg {
        width: 320px;
    }
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{
        display: none !important;
    }
    .elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{
        font-size: 1.15em !important;
    }
    .service-details .col-4 ul > li > a{
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }
    .service-details{
        padding: 3rem 0 4rem;
    }
    .related-services .grid-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .related-services .grid-box .service-item{
        width: calc(50% - 0.5rem);
    }
    .related-services{
        padding-bottom: 4rem;
    }
    .banner-sec .banner-menu ul{
        gap: 2rem
    }
    .careers-list .career-item{
        padding: 1rem 1.5rem;
    }
    .career-details .general-information .col-9{
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .career-details .details-information .col-9{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .career-details .career-form{
        padding: 3rem;
    }
    .featured-posts .col-7{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .featured-posts{
        padding-top: 4rem;
    }
    .featured-posts .col-5{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
        padding: 0;
    }
    .featured-posts .col-5 .post-item+.post-item{
        margin: 0;
    }
    .featured-posts .col-5 .post-item .img-wrap{
        width: 45%;
        min-width: 45%;
    }
    section.posts-list{
        padding: 4rem 0 3rem;
    }
    .post-details{
        padding: 3rem 0;
    }
    .show-tablet{
        display: block !important;
    }
    .custom-swiper-pagination{
        position: relative;
        bottom: unset !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1.5rem;
        gap: 8px;
    }
    .custom-swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        background: var(--e-global-color-primary) !important;
        margin: 0 !important;
    }
    .product-category{
        padding: 3rem 0 4rem;
    }
    .product-details .product-summary .product-metas{
        flex-wrap: wrap;
    }
    .product-gallery .product-gallery-thumb-wrap{
        margin: 0;
    }
    .product-gallery .product-gallery-main{
        height: 18rem;
    }
    .menu-tabs ul > li > a{
        padding: 0.2rem 0.8rem;
    }
    .video-grid{
        grid-gap: 1.75rem
    }
    .video-item .cont-wrap{
        padding-right: 0;
    }
    .video-item .img-wrap{
        margin-bottom: 0.75rem;
    }
    .video-item .cont-wrap .video-term{
        margin-bottom: 0.2rem;
    }
    .banner-sec .banner-menu ul{
        overflow: auto;
    }
    .banner-sec .banner-menu ul > li{
        flex: 0 0 auto;
    }
    .sidebar-box .support-item{
        flex-direction: column;
        gap: 0.5rem;
    }
    .sidebar-box .support-item .img-wrap{
        width: 100%;
        min-width: 100%;
    }
    section.support-details .col-8{
        padding-right: 1.5rem;
    }
    .breadcrumbs ol li+li{
        margin-left: 0.4rem;
    }
    .breadcrumbs ol li+li:before{
        margin-right: 0.4rem;
    }
    .breadcrumbs{
        padding-top: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .about-quality .col-6:nth-of-type(2){
        padding-left: 0;
        padding-top: 2rem;
    }
    .about-quality .col-6:nth-of-type(1) .img-wrap{
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }
    .custom-home-pagination .swiper-pagination .swiper-pagination-bullet{
        width: 30px;
    }
    .home-solution-item .col-5{
        padding: 1rem;
    }
    .home-solution-item .col-5 .fs-18{
        font-size: 14px;
        line-height: 1.5;
    }
    .home-solution-item .col-5 .btn-primary{
        margin-top: 1rem;
    }
    .home-solution-item .col-5 .sec-heading{
        margin-top: 0;
    }
    .home-solution-content .swiper-arrows{
        left: 2.5rem;
        bottom: 2.5rem;
    }
    .home-solution-item{
        border-radius: 1.5rem;
    }
    .home-solution-nav{
        width: 32rem;
    }
    .home-solution-nav .dot .sub-title{
        font-size: 0.7rem !important;
    }
    .home-solution-nav .dot .title{
        font-size: 0.8rem !important;
    }
    .wpcf7 form.wpcf7-form .wpcf7-response-output{
        position: relative;
        margin-top: 1rem !important;
    }
    .wrap-search-popup .search-form-wrap form{
        width: 500px;
    }
    .wrap-search-popup .search-form-wrap{
        padding: 20px;
    }
    .search-toggle-button svg{
        width: 22px;
        height: 22px;
        margin: 0 12px;
    }

    .home-solution-nav > .swiper {
        width: calc(100% + 14rem);
        margin-right: -14rem;
    }
    .home-solution-nav .swiper-arrow.prev{
        left: -6.25rem;
    }
    .home-solution-nav .swiper-arrow.next {
        right: 7.75rem;
    }
    .home-solution-content .swiper-pagination{
        bottom: -0.5rem !important;
    }
    .about-timeline-new .stage{
        width: calc(100% / 3);
    }
    .product-tabs-sec .tabs-container .tabs-title .tab-title{
        font-size: 0.9rem;
        padding: 0.5rem 0;
    }
    .product-tabs-sec{
        padding: 4rem 0 6rem;
    }
}
@media only screen and (max-width: 767px) {
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 70%;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 3rem 0;
    }
    .search-page h1{
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    .form-wrap .form-group .select-styled, .form-wrap .form-group .form-input{
        height: 2.5rem;
        font-size: 0.85rem;
    }
    .form-wrap .form-group.group-half{
        width: 100%;
    }
    .show-mobile{
        display: block !important;
    }
    .hide-mobile{
        display: none !important;
    }
    .mobile-col-1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile-col-2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile-col-3{flex:0 0 auto;width:25% !important;}
    .mobile-col-4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile-col-5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile-col-6{flex:0 0 auto;width:50% !important;}
    .mobile-col-7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile-col-8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile-col-9{flex:0 0 auto;width:75% !important;}
    .mobile-col-10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile-col-11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile-col-12{flex:0 0 auto;width:100% !important;}
    .mobile-flex-col{
        flex-direction: column;
    }
    .mobile-al-center{
        align-items: center;
    }
    .mobile-al-start{
        align-items: flex-start;
    }
    .mobile-al-end{
        align-items: flex-end;
    }
    .mobile-jus-start{
        justify-content: flex-start;
    }
    .mobile-jus-end{
        justify-content: flex-end;
    }
    .mobile-jus-center{
        justify-content: center;
    }
    .mobile-jus-between{
        justify-content: space-between;
    }
    .mobile-grid-2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile-grid-1{
        grid-template-columns: 1fr;
    }
    .mobile-col-reverse{
        flex-direction: column-reverse;
    }
    .service-details .col-4{
        padding-right: 0;
        padding-top: 2rem;
    }
    .page-template-faq-products .service-details .col-4{
        padding: 0 0 2rem 0;
    }
    .service-details .col-4 ul > li > a{
        font-size: 1rem;
        line-height: 1.6;
    }
    .banner-sec .banner-content{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .related-services .grid-box .service-item{
        width: 100%;
    }
    .banner-sec .banner-content .banner-des{
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .related-services .grid-box+.show-mobile{
        margin-top: 2rem
    }
    .career-page{
        padding: 3rem 0;
    }
    .careers-list .career-item .mobile-flex-col{
        align-items: flex-start;
    }
    .careers-list .career-item{
        padding: 1rem 0rem;
    }
    .careers-list .career-item .btn{
        margin-left: 0;
        margin-top: 1rem;
    }
    .btn span.text{
        font-size: 0.75rem;
    }
    .btn:not(.elementor-widget-button){
        padding: 0.4rem 1rem;
    }
    .banner-sec .banner-menu ul{
        gap: 1rem
    }
    .banner-sec .banner-menu ul > li > a{
        font-size: 0.8rem;
        padding: 0.6rem 0;
    }
    .career-details .general-information .col-9 .cont-wrap{
        padding: 1rem;
    }
    .career-details .general-information .col-9 h1{
        margin-bottom: 1.25rem;
    }
    .career-details .general-information .col-9 .information .item{
        width: 100%;
    }
    .career-details .general-information .col-9 .information .item span{
        width: max-content;
        flex: 0 0 auto;
    }
    .career-details .career-form{
        padding: 2rem 1rem;
    }
    .career-details{
        padding: 2.5rem 0 3rem;
    }
    .prize-item .img-wrap{
        border-radius: 8px;
        margin-bottom: 0.5rem;
    }
    .prize-item .cont-wrap .sub-title{
        margin-bottom: 4px;
    }
    .prize-item .cont-wrap .title{
        font-size: 0.9rem;
    }
    .favicon-image{
        width: 2rem;
        height: 2rem;
    }
    .featured-posts .col-5{
        grid-template-columns: 1fr;
    }
    .menu-tabs ul > li > a{
        padding: 0.3rem 0.5rem;
        font-size: 0.8rem;
    }
    .post-details .post-banner,
    .post-details .post-excerpt{
        margin-bottom: 1.5rem;
    }
    .post-details .post-tags{
        margin-top: 1.5rem;
    }
    .related-posts h2{
        margin-bottom: 1.5rem;
    }
    .related-posts .post-item{
        padding: 0 0.5rem;
    }
    .related-posts .swiper{
        margin: 0 -0.5rem;
    }
    .post-details .post-tags > *{
        font-size: 0.85rem;
    }
    .related-posts{
        padding-bottom: 3rem;
    }
    .product-grid{
        grid-gap: 1rem
    }
    .related-products-swiper .swiper-slide{
        padding: 0 0.5rem;
    }
    .related-products-swiper.swiper{
        margin: 0 -0.5rem;
        padding-bottom: 1.2rem;
    }
    .related-products h2.sec-title{
        margin-bottom: 1.25rem;
    }
    .related-products{
        padding: 2.5rem 0;
    }
    .related-products .bubble-pattern{
        display: none !important;
    }
    .product-details > .grid-container{
        padding-top: 1rem;
    }
    .product-details .product-gallery{
        padding-right: 0;
    }
    .product-details .product-summary .product-metas{
        flex-direction: column;
    }
    .product-details .product-summary .product-short-description,
    .product-summary .attribute-group.type-1 .attributes .attribute-item,
    .product-details .product-summary .product-metas > .product-meta{
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .product-item{
        padding: 0.75rem 0.75rem 1rem;
    }
    .btn span.icon svg{
        width: 1rem;
    }
    .support-page .group-heading{
        gap: 1rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .mobile-text-center{
        text-align: center;
    }
    .faq-terms-child{
        margin-bottom: 2rem;
    }
    .video-grid{
        grid-gap: 1.5rem 1rem
    }
    .bdrs-15{
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .video-list .NK-load-more-btn{
        margin-top: 2rem;
    }
    .video-list .video-first .cont-wrap{
        width: 100%;
        padding: 1rem;
    }
    .video-list .video-first .cont-wrap .play-btn{
        width: 2.8rem;
        min-width: 2.8rem;
        margin-right: 1.25rem;
    }
    .video-list .video-first .cont-wrap h3{
        font-size: 1.025rem;
    }
    .video-list .video-first .img-wrap:before{
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
    }
    .video-list .video-first{
        margin-bottom: 2.5rem;
    }
    .support-page{
        padding: 3rem 0;
    }
    .faq-grid{
        grid-gap: 1.5rem 1rem;
    }
    .faq-item .img-cont{
        padding: 1rem;
    }
    .faq-item .img-cont .name{
        font-size: 1.35rem;
    }
    .support-term-group .grid-box{
        grid-gap: 1.5rem 1rem
    }
    .support-term-group .grid-box > .support-item:nth-of-type(odd):last-child{
        display: none !important;
    }
    .support-term-group .show-mobile{
        margin-top: 2rem;
    }
    .faq-terms-child .is-fixed .menu-tabs{
        padding: 0.2rem 1rem;
    }
    .faq-terms-child .is-fixed .menu-tabs ul{
        padding: 0.2rem 0;
    }
    .support-list .support-grid{
        grid-gap: 1.5rem 1rem
    }
    section.support-details .col-8{
        padding-right: 0;
    }
    section.support-details{
        padding: 2.5rem 0 3rem;
    }
    section.support-details .col-4 .sidebar-box{
        box-shadow: 0px 4px 20px 0px rgba(222, 236, 242, 1);
    }
    section.support-details .col-4{
        padding-top: 2rem;
    }
    .sidebar-box .support-item{
        flex-direction: row;
    }
    .sidebar-box .support-item .img-wrap{
        width: 45%;
        min-width: 45%;
    }
    .related-supports .show-mobile{
        margin-top: 2rem;
    }
    .related-supports{
        padding-bottom: 3rem;
    }
    .banner-sec .img-wrap:before{
        display: none !important;
    }
    .absolute-breadcrumb{
        position: relative;
        background-color: #FFF;
        padding-bottom: 0.5rem;
    }
    .absolute-breadcrumb.dark-style .breadcrumbs ol li+li:before{
        background-color: #333;
    }
    .absolute-breadcrumb.dark-style .breadcrumbs ol li{
        color: #333;
    }
    .home-solution-content .swiper-arrows{
        display: none !important;
    }
    .home-solution-nav{
        flex-direction: column;
        width: 100%;
        padding-bottom: 2rem;
        gap: .5rem
    }
    .home-solution-nav .dot .dot-inner{
        display: none !important;
    }
    .home-solution-nav .dot{
        width: 100%;
        height: auto;
        border: none !important;
    }
    .home-solution-nav .dot .cont-wrap{
        position: relative !important;
        left: unset;
        top: unset;
        transform: unset;
    }
    .home-solution-nav .dot .title {
        font-size: 0.9rem !important;
    }
    .home-solution-nav .dot .sub-title {
        font-size: 0.8rem !important;
    }
    .product-item{
        padding-bottom: 1.5rem;
    }
    .product-item .item-attr .list-item{
        gap: 0.45rem
    }
    .product-item .item-attr .type-2 .list-item{
        gap: 1rem
    }
    .product-item .item-attr .type-2 .list-item .attribute-item+.attribute-item:before{
        left: -0.5rem;
        width: 2px;
        height: 2px;
    }
    .product-grid{
        grid-gap: 2rem 1rem
    }
    .product-item .item-attr .list-item .attribute-item{
        font-size: 0.6rem;
        line-height: 1.3;
    }
    .wrap-search-popup .search-form-wrap form button{
        font-size: 0.8rem;
    }
    section.posts-list{
        padding: 3rem 0 2rem;
    }
    #posts-list #posts-grid,
    .posts-list h2.sec-title{
        margin-top: 1.5rem;
    }
    #posts-list #posts-grid{
        grid-gap: 1.5rem 1rem
    }
    .solution-menu .solution-menu-swiper .swiper-slide .item .flex-box{
        padding: 1rem;
    }
    .home-solution-nav > .swiper{
        width: 100%;
        margin-right: 0;
    }
    .home-solution-nav .swiper-arrow{
        display: none !important;
    }
    .home-solution-nav > .swiper .swiper-slide.swiper-slide-next+.swiper-slide{
        opacity: 0;
    }
    .about-timeline-new .stage{
        width: calc(100% / 2);
    }
    .about-timeline-new .stage .title{
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .about-timeline-new .stage .img-wrap .stage-text{
        font-size: 1.75rem;
    }
    .about-timeline-new .stage .years{
        padding: 0.5rem 0 0.5rem 0.5rem;
    }
    .about-timeline-new .stage .years .year-wrap{
        font-size: 0.7rem;
        gap: 0.5rem;
    }
    .about-timeline-new .stage .years .year-wrap .year{
        font-size: 0.8rem;
        min-width: 2.25rem;
    }
    .about-timeline-new .flex-box{
        row-gap: 1.5rem
    }
    .home-solution-nav > .swiper.home-solution-nav .nav-wrap:before{
        display: none !important;
    }
    footer .elementor-icon-list-item a{
        display: inline;
        color: #FFF;
    }
    .product-details .product-summary{
        margin-top: 1.5rem;
    }
    .product-tabs-sec .tabs-container .tabs-title{
        gap: 1rem;
        justify-content: flex-start;
        overflow: auto;
        margin-bottom: 1.5rem;
    }
    .product-tabs-sec .tabs-container .tabs-title .tab-title{
        font-size: 0.85rem;
        flex: 0 0 auto;
    }
    .product-tabs-sec .tabs-container .tab-inner{
        font-size: 15px;
    }
    .product-tabs-sec .tabs-container .tab-inner ul{
        padding-left: 0;
        list-style-position: inside;
    }
    .product-tabs-sec{
        padding: 3rem 0 4rem;
    }
    .product-tabs .tab-inner table{
        min-width: 100%;
    }
}