:root{
    --main-cl: #111827;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 8px;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    overflow-x: hidden;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page img,
.load_home_page svg {
    width: 550px;
    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: #FFF;
    /*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 img,
.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: Signature1;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #211E1F;
    stroke-width: 3px;
    stroke-dasharray: 9999;
    stroke-dashoffset: 9999;
    fill: transparent;
}

.path-2{
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: #BCBEC0;
    stroke-width: 3px;
    stroke-dasharray: 9999;
    stroke-dashoffset: 9999;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: #BCBEC0;
}
.load_home_page.complete .path-1{
    fill: #211E1F
}
@keyframes Signature1 {
    to {
        stroke: #211E1F;
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #BCBEC0;
        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: 3.90625rem;
    height: 3.90625rem;
    background-color: #FFF;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 5.208rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid var(--fs-color-primary);
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: var(--fs-color-primary);
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: var(--fs-color-primary);
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.button-change-video .video-wrap span.text-white{
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
}
.button-change-video .video-wrap video,
.button-change-video .video-wrap iframe{
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 300/170;
}
.button-change-video .show video,
.button-change-video .show iframe{
    opacity: 0 !important;
}
.button-change-video .show span.text-white{
    opacity: 1 !important;
}
.technology-tabs{
    width: 100%;
}
.technology-tabs .technology-tab{
    display: none;
}
.technology-tabs .technology-tab > .mx-auto{
    margin-bottom: 20px;
}
.technology-tabs .technology-tab.active{
    display: block;
}
.header-menu .menu-item-has-children > .relative{
    padding: 10px 0;
}
.header-menu .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    pointer-events: unset !important;
}
.footer-logo{
    width: 400px;
    height: auto;
}
header{
    z-index: 99999;
}
.tt-pagination .active{
    --tw-ring-color: rgba(0, 0, 0, .1);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    background-color: #FFF !important;
}
.tt-pagination .disabled{
    pointer-events: none !important;
}
.products-wrap{
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.products-wrap > .flex{
    width: 18%;
}
.products-wrap > .flex > button,
.products-wrap > .flex > a{
    width: 100%;
    text-align: center;
}
.products-wrap > .products-grid{
    width: 82%;
}
.network-thumbnail{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent
}
.network-select .network-options{
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}
.network-select:hover .network-options{
    opacity: 1;
    transition: all 0.4s;
    pointer-events: unset;
    margin-top: 0 !important;
}
.network-select:hover .network-options .active > .absolute{
    display: block !important;
}
.network-select:hover .network-options .active .font-normal{
    font-weight: 600;
}
.network-map iframe{
    width: 100%;
    height: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-bottom: 1px solid red !important;
    text-align: center;
    color: red;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-bottom: 1px solid #333333 !important;
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 12px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-not-valid {
    border-color: red !important;
    color: red !important;
}
span.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
}

.CRcft_wrap {
    position: relative;
}
.CRform_def input:not([type=submit]):hover,
.CRform_def textarea:hover{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 40px hsl(177deg 59% 64% / 20%);
    box-shadow: 0px 4px 40px hsl(177deg 59% 64% / 20%);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CRform_def textarea{
    height: 70px !important;
    padding: 15px !important;
}
.CRform_def input::placeholder,
.CRform_def textarea::placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #ffffff;
    opacity: 0.7;
    text-transform: uppercase;
}
.CRform_def input:not([type=submit]), .CRform_def textarea {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-box-shadow: 0px 4px 40px transparent;
    box-shadow: 0px 4px 40px transparent;
    outline: none !important;
    padding: 0 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: normal;
    color: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px solid rgb(255 255 255 / 20%);
    box-sizing: border-box;
    border-radius: 100px;
    background: transparent;
}
.CRform_def input[type=submit]:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #ffffff;
    background-color: #111827;
}
.CRform_def input[type=submit] {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 60px 0 45px;
    position: relative;
    margin: 0;
    border-radius: 28px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.CRform_def .top{
    margin-bottom: 10px;
}
.CRform_def .top .title{
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    color: #333333;
    margin-bottom: 20px;
    word-break: break-word;
    max-width: 100%;
}
.CRform_def .top p{
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 0;
}
.CRform_def ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.CRform_def label{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #000000;
    margin: 20px 0 15px;
}
.CRform_def label span {
    color: #cd0707;
    margin: 0 0 0 5px;
    font-size: 12px;
}
.CRform_def .def-form-field {
    width: 100%;
}
.CRform_def .def-form-field.def-form-field-half {
    width: 48%;
}
.CRform_def .def-form-field:not(:last-child) {
    margin-bottom: 10px;
}
.CRform_def .gr-def-form-btn {
    position: relative;
    margin: 20px 0 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.CRform_def .gr-def-form-btn:hover:after{
    background-color: #ffffff;
    color: #333333;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.CRform_def .gr-def-form-btn:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    background: #111827;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    pointer-events: none;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 0;
}
.wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    margin: 20px 0 0;
}
.wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
}
.wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    border: 1px solid #ffffff;
    margin: 0;
}
.wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    min-width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
}

.CRcontact_page .container{
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.CRcontact_page .container .row{
    display: flex;
}
.CRcontact_page .container .row .col-12,
.CRcontact_page .container .row .col-6{
    width: 100%;
}
.CRcontact_page .CRintro_contact {
    padding: 80px 0 45px;
}
.CRcontact_page .CRintro_contact .des {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    margin: 20px auto 0;
}
.CRform_contact .container > .content {
    box-shadow: 0px 4px 60px rgb(6 6 6 / 8%);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.CRform_contact .contact_form {
    padding: 60px 100px 40px;
    height: 100%;
    background-color: #ffffff;
    position: relative;
}
.CRform_contact .contact_form .head {
    margin-bottom: 10px;
}
.CRform_contact .contact_form .head .title {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #111827;
    margin: 0 0 20px;
}
.CRform_contact .contact_form .head .title b{
    display: block;
}
.CRform_contact .contact_form .head p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    margin: 0;
}
.CRform_contact .contact_form .CRform_def input::placeholder,
.CRform_contact .contact_form .CRform_def textarea::placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #666666;
    text-transform: initial;
}
.CRform_contact .contact_form .CRform_def textarea{
    padding: 15px !important;
    height: 134px !important;
}
.CRform_contact .contact_form .CRform_def input:not([type=submit]),
.CRform_contact .contact_form .CRform_def textarea{
    background: #FFFFFF;
    border: 1px solid #D0D5E0;
    border-radius: 0;
    color: #333333;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    padding: 0 15px;
}
.CRform_contact .contact_form .CRform_def input[type=submit] {
    color: #ffffff;
    background-color: #111827;
    border-color: #111827;
}
.CRform_contact .contact_form .CRform_def input[type=submit]:hover {
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #111827;
    background-color: #ffffff;
}
.CRform_contact .contact_form .CRform_def .gr-def-form-btn:hover:after{
    background-color: #111827;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJIMjAuMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy41IDUuMjVMMjAuMjUgMTJMMTMuNSAxOC43NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
}
.CRform_contact .contact_form .CRform_def .gr-def-form-btn:after{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTJIMjAuMjUiIHN0cm9rZT0iIzlFMUMyNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEzLjUgNS4yNUwyMC4yNSAxMkwxMy41IDE4Ljc1IiBzdHJva2U9IiM5RTFDMjYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    color: #111827;
}
.CRform_contact .contact_form  .wpcf7 form.invalid .wpcf7-response-output,
.CRform_contact .contact_form  .wpcf7 form.unaccepted .wpcf7-response-output{
    left: 0;
    right: 0;
    bottom: 0;
}
.CRform_contact .contact_info {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111827;
    padding: 80px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.CRform_contact .contact_info .logo img{
    height: 75px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.CRform_contact .contact_info .logo{
    margin-bottom: 50px;
}
.CRform_contact .contact_info .name {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.CRform_contact .contact_info .list li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.CRform_contact .contact_info .list li:first-child{
    border: none;
}
.CRform_contact .contact_info .list li:not(:first-child) b{
    display: block;
    width: 100%;
}
.CRform_contact .contact_info .list a b {
    font-weight: 700;
    margin-right: 5px;
}
.CRform_contact .contact_info .list a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}
.CRform_contact .contact_info .socials a {
    font-size: 20px;
    color: #ffffff !important;
}
.CRform_contact .contact_info .socials a img{
    height: 18px;
    width: auto;
}
.CRform_contact .contact_info .socials li:not(:last-child) {
    margin-right: 20px;
}
.CRform_contact .contact_info .socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0;
}
.CRcontact_page .CRmap_contact {
    margin-top: -100px;
    height: 600px;
    position: relative;
    z-index: 0;
}
.CRcontact_page .CRmap_contact iframe {
    width: 100%;
    height: 100%;
}
.page-template-contact main.mb-28{
    margin-bottom: 0 !important;
}
.CRtitle_group{
    position: relative;
}
.CRtitle_group .title{
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #111827;
    margin:0 auto;
}
.CRtitle_group .title b{
    font-weight: 800;
}
.CRtitle_group .sub_title{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #666666;
    text-align: center;
    margin: 0 auto 15px;
}
.CRtitle_group .overlay_title {
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translate(-50%,-35%);
    -ms-transform: translate(-50%,-35%);
    transform: translate(-50%,-35%);
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-style: normal;
    font-weight: 800;
    font-size: 120px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow:
            -1px -1px 0 rgb(34 55 113 / 15%),
            1px -1px 0 rgb(34 55 113 / 15%),
            -1px 1px 0 rgb(34 55 113 / 15%),
            1px 1px 0 rgb(34 55 113 / 15%);
    z-index: -1;
    opacity: 0.7;
}
.default-page h1{
    margin-bottom: 40px;
}
.default-page .content-wrap{
    font-size: 17px;
    line-height: 1.4;
}
.default-page .content-wrap p{
    margin-bottom: 1.2em;
}
.default-page .content-wrap h2,
.default-page .content-wrap h3,
.default-page .content-wrap h4,
.default-page .content-wrap h5{
    margin-bottom: 1.4em;
    line-height: 1.4;
    font-weight: 700;
}
.default-page .content-wrap h2{
    font-size: 30px;
}
.default-page .content-wrap h3{
    font-size: 27px;
}
.default-page .content-wrap h4{
    font-size: 24px;
}
.default-page .content-wrap h3{
    font-size: 20px;
}
.custom-ul-element ul{
    padding-left: 35px;
    list-style: disc;
}
#headlessui-portal-root .fixed{
    height: 100vh;
}
#headlessui-portal-root{
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
#headlessui-portal-root .absolute{
    transform: translateX(100%);
    transition-delay: 0.1s;
    transition: all 0.4s;
}
#headlessui-portal-root.active .absolute{
    transform: translateX(0);
}
#headlessui-portal-root.active{
    opacity: 1;
    pointer-events: unset;
    visibility: visible;
}
#headlessui-portal-root .menu-mobile-item.active >div > svg{
    transform: rotate(90deg);
}
.content-left-rd ul{
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 32px;
}
.content-left-rd h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}
.content-left-rd ul li{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}
.quality-content-3-item.active button,
.quality-content-1-item.active button{
    background-color: #030612;
    color: #FFF;
}
.quality-content-1-item.activated .hidden.h-px,
.quality-content-3-item.activated .hidden.h-px{
    background-color: #030612;
}
.quality-content-1-item.active .hidden.w-px,
.quality-content-3-item.active .hidden.w-px{
    background-color: #030612;
}
.social-images-2{
    /*max-height: 70vh;*/
    /*overflow: auto !important;*/
}
.map-wrap{
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.map-wrap > img,
.map-wrap > svg{
    width: 100%;
    height: 100%;
}
.map-wrap > svg{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.map-wrap .map-dot{
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
    left: 76.5%;
    top: 55%;
    transition: all 2s;
}
.map-wrap.active .map-dot{
    top: var(--top);
    left: var(--left);
}
.map-wrap .map-dot .dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main-cl);
    position: relative;
}
.map-wrap .map-dot .dot:before{
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--main-cl);
    animation: scaleBorder 1s infinite;
    border-radius: 50%;
}
.map-wrap .map-dot .map-tooltip{
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: max-content;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none !important;
}
.map-wrap .map-dot .map-tooltip > .flex-box{
    padding: 2px 8px;
    gap: 4px;
    border-radius: 20px;
    background-color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    display: flex;
    align-items: center;
}
.map-wrap .map-dot .map-tooltip img{
    width: 20px;
    height: auto;
    object-fit: contain;
}
.map-wrap .map-dot:hover{
    z-index: 99;
}
.map-wrap .map-dot:hover .map-tooltip{
    opacity: 1;
}
.clip-path-to-bot path{
    transition: all 2s;
    clip-path: inset(0 0 100% 0);
}
.clip-path-to-left path{
    transition: all 2s;
    clip-path: inset(0 0 0 100%);
}
.clip-path-to-right path{
    transition: all 2s;
    clip-path: inset(0 100% 0 0);
}
.active > .clip-path-to-left path,
.clip-path-to-left.active path,
.active > .clip-path-to-right path,
.clip-path-to-right.active path,
.active > .clip-path-to-bot path,
.clip-path-to-bot.active path{
    clip-path: inset(0 0 0 0);
}
.map-wrap > svg > path{
    transition: all 2s;
    clip-path: inset(0 0 0 100%);
}
.map-wrap.active > svg > path{
    clip-path: inset(0 0 0 0);
}
.map-wrap .flag{
    display: flex;
    transform: translateX(50%) translateY(-50%);
    position: absolute;
    right: 20.5%;
    top: 55%;
    z-index: 3;
}
.click-toggle-technologies:not(.active) > svg{
    transform: rotate(90deg);
}
.back-to-top-btn{
    opacity: 0;
    pointer-events: none;
}
.back-to-top-btn.active{
    opacity: 1;
    pointer-events: unset;
}
.show-tablet{
    display: none;
}
@media only screen and (max-width: 1199px) {
    :root{
        --container-w: 950px
    }
    .load_home_page img,
    .load_home_page svg {
        width: 320px;
    }
    .CRcontact_page .container{
        width: 920px;
    }
    .environment-sec-6 .col-span-3{
        padding-right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page img,
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .products-wrap{
        flex-wrap: wrap;
    }
    .products-wrap > .products-grid,
    .products-wrap > .flex{
        width: 100%;
    }
    .products-wrap > .flex > button, .products-wrap > .flex > a{
        width: max-content;
    }
    .CRcontact_page .container{
        width: 720px;
    }
    .CRform_contact .contact_form{
        padding: 40px;
    }
    .CRtitle_group .overlay_title {
        font-size: 60px;
    }
    .environment-sec-6 .grid-cols-7{
        grid-template-columns: 1fr;
        padding-bottom: 50px;
    }
    .environment-sec-6 .grid-cols-7 .w-\[70\%\]{
        width: 100%;
    }
    .environment-sec-6 .grid-cols-7 > div{
        grid-column: unset !important;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .environment-sec-6 .grid-cols-7 .grid-cols-2{
        width: 100%;
        max-width: 100%;
    }
    .fixed-sidebar{
        display: flex !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        height: 100vh;
        width: 100vw;
        opacity: 0;
        transition: all 0.4s;
        pointer-events: none;
        visibility: hidden;
    }
    .fixed-sidebar.active{
        visibility: visible;
        pointer-events: unset;
        opacity: 1;
    }
    .fixed-sidebar:after{
        z-index: 4;
        position: absolute;
        content: '';
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        background-color: rgba(17,24,39,.8);
    }
    .fixed-sidebar.active .shadow-right{
        transform: translateX(0);
    }
    .fixed-sidebar .shadow-right{
        max-width: 20rem;
        position: relative;
        z-index: 9;
        transform: translateX(-100%);
        transition: all 0.4s;
    }
    .show-tablet{
        display: flex;
    }
    .fixed-sidebar .show-tablet{
        left: 20rem;
        top: 0;
        z-index: 9;
        transform: translateX(-20rem);
    }
    .fixed-sidebar.active .show-tablet{
        transform: translateX(0);
    }
    .environment-custom{
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .environment-custom{
        margin-top: 120px;
    }
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page img,
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .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;
    }
    .footer-logo{
        width: 100%;
    }
    .CRtitle_group .overlay_title, .CRitem_vision .line {
        display: none;
    }
    .CRcontact_page .container .row{
        flex-wrap: wrap;
    }
    .CRcontact_page .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .CRtitle_group .title {
        font-size: 25px;
        line-height: normal;
    }
    .CRcontact_page .CRintro_contact {
        padding: 0 0 45px;
    }
    .CRform_contact .col-6{
        width: 100%;
    }
    .CRform_contact .contact_form {
        padding: 30px 20px 30px;
    }
    .CRform_contact .contact_info {
        padding: 30px;
    }
    .CRform_contact .contact_info .logo img{
        height: 60px;
    }
    .default-page .content-wrap{
        font-size: 15px;
    }
    .default-page .content-wrap h2{
        font-size: 23px;
    }
    .default-page .content-wrap h3{
        font-size: 21px;
    }
    .default-page .content-wrap h4{
        font-size: 19px;
    }
    .default-page .content-wrap h3{
        font-size: 17px;
    }
    .environment-sec-6 .grid-cols-7 > div{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .CRform_contact .contact_form .CRform_def input:not([type=submit]), .CRform_contact .contact_form .CRform_def textarea{
        font-size: 16px !important;
    }
}