@font-face { font-family: "Noto Sans"; src: local(""), url(https://145896409.fs1.hubspotusercontent-eu1.net/hubfs/145896409/raw_assets/public/PVS_Europe_August2025/fonts/noto-sans-v27-latin-ext-900.woff2) format("woff2"), url(https://145896409.fs1.hubspotusercontent-eu1.net/hubfs/145896409/raw_assets/public/PVS_Europe_August2025/fonts/noto-sans-v27-latin-ext-900.woff) format("woff"); font-style: normal; font-weight: 900; }
@font-face { font-family: "Astra"; src: url(https://145896409.fs1.hubspotusercontent-eu1.net/hubfs/145896409/raw_assets/public/PVS_Europe_August2025/fonts/astra.woff) format("woff"), url(https://145896409.fs1.hubspotusercontent-eu1.net/hubfs/145896409/raw_assets/public/PVS_Europe_August2025/fonts/astra.ttf) format("truetype"), url(https://145896409.fs1.hubspotusercontent-eu1.net/hubfs/145896409/raw_assets/public/PVS_Europe_August2025/fonts/astra.svg) format("svg"); font-style: normal; font-weight: normal; font-display: fallback; }

.custom-header {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  position: fixed;
  z-index: 999;
  padding: 0 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3B3C3E;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}
.widget-type-form .hs-richtext,
.widget-type-form p{
  color: #fff;
}

form input[type=search], 
form input[type=text],
form input[type=email], 
form input[type=password],
form input[type=tel], 
form input[type=number], 
form input[type=file], 
form select, 
form textarea {
  width: 100% !important;
}
.custom-header .lang_select a img {
  margin-left: 5px;
}
.custom-header:before {
  position: absolute;
  content: "";
  width: 265px;
  height: 500px;
  right: 0px;
  top: 85px;
  background: #fff;
  -webkit-transform: rotate(-38deg);
  transform: rotate(-38deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.systems-page form span,
.systems-page form p {
  color: #ffff;
}
.systems-page .form-container {
  color: #fff;
}
.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h3{
  color:#fff;
}
.subscribe-options p label span,
.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_email_subscriptions h1,
.hs_cos_wrapper_type_email_subscriptions h2{
  color:#fff;  
}

.custom-header .page-center {
  margin: 0;
  display: flex;
} 

.custom-header .mobile_logo {
  text-decoration: none !important;
  display: none;
}

.custom-header .logo.mobile_logo a {
  text-decoration: none;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  z-index: 99;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 105px;
  transition: all 0.4s ease-in-out;
}
.custom-header .main-menu-container {
  display: block;
}

.custom-header .main-menu-container ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  flex-wrap: nowrap;
}

ul.hs-menu-children-wrapper {}

.custom-header .main-menu-container ul li.hs-item-has-children ul {
  display: none;
}

.custom-header .main-menu-container ul li {margin: 0;margin-left: 42px;}

.custom-header .main-menu-container ul li.hs-item-has-children a {
  padding-right: 32px;
}

.custom-header .main-menu-container ul li:first-child {
  margin-left: 0;
}

.custom-404-page .error-page .hs-button {
  background: #fff;
  color: #ec6607;
  border: 1px solid #ec6607;
  border-radius: 30px;
}

.custom-404-page .error-page .hs-button:hover {
  background: #ec6607;
  color: #fff;
}
.custom-header .lang_select span {
  line-height: 30px;
  padding-right: 25px;
  position: relative;
  padding-bottom: 5px;
  order: 1;
  flex-direction: column;
}

.custom-header .main-menu-container ul li.hs-item-has-children>a:before {
  background: url(https://145896409.fs1.hubspotusercontent-eu1.net/hubfs/145896409/PVS_Europe_August2025/Images/arrow-down-black.svg) center no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: 18px;
  height: 36px;
}

.custom-header .secondary {
  display: flex;
  align-items: center;

}


.custom-header .lang_select {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  text-transform: capitalize;
  padding-top: 5px;
  margin-left: 50px;
  font-size: 25px;
  color: #3B3C3E;
}

.custom-header .lang_select {}

.custom-header .lang_select a {
  position: absolute;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  left: -10px;
  right: -10px;
  line-height: 30px;
  background: #fff;
  color: var(--wp--preset--color--primary);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



.custom-header .lang_select a:first-child {
  top: 38px;
}

.custom-header .lang_select  img {
  width: 30px;

}
.custom-header .lang_select i {
  font-style: normal;
  display: inline-block;
  width: 30px;
  white-space: nowrap;
}
.custom-header .menu-toggle {
  display: none;
}
.custom-header .lang_select span :after {
  background: url(https://145896409.fs1.hubspotusercontent-eu1.net/hubfs/145896409/PVS_Europe_August2025/Images/arrow-down-black.svg) center no-repeat;
  background-size: contain;
  width: 18px;
  height: 36px;
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-header .desktop_logo {
  width: 200px;
  position: relative;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;}




.custom-header .page-center {
  max-width: 100%;
  width:100%;
  justify-content:flex-end;

}
.custom-header .main-menu-container ul li:nth-child(5) a {
  white-space: unset;
}



.custom-header .lang_select span img {
  position: relative;
  top: -2px;
  left: 5px;
}
.custom-footer {
  line-height: 1.75em;
  padding: 50px 40px 58px;
  font-size: 16px;
  background: linear-gradient(90deg, #F28E00 0%, #E2002B 100%);
}


.custom-footer .contact {
  font-size: 20px;
  line-height: 35px;
}
.custom-footer .left {
  display: flex;
  width: auto!important;
  padding: 0;
}

.custom-footer .left .logo {
  margin-top: 90px;
  margin-right: 70px;
}
.custom-footer .flex_row {
  justify-content: center;
}

.custom-footer .contact div:nth-child(2) {
  margin-top: 1em;
}

.custom-footer .right {
  display: flex;
  padding: 0;
  width: auto!important;
  margin-left: auto;

}

.custom-footer .right .center {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 250px;
}
.custom-footer .right .right1 {
  width: 210px;
  margin-right: 40px;
  margin-left: auto;
}



.custom-footer .right .right2 {
  width: 190px;
  margin-right: 20px;
}






.footer.footer_section__2 .footer-section-1 .col-section.num2 {
  width: auto;
}

.custom-footer .logo img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;

}

.custom-footer .right li {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.custom-footer ul>li.hs-menu-depth-1 {margin: 0;margin-top: 20px;}

.custom-footer .center  ul>li.hs-menu-depth-1 {
  margin-top: 0;
}

.custom-footer .social-icon .footer-content {
  justify-content: center;
  position: relative;
  z-index: 10;
  margin-bottom: 15px;
  gap: 20px;
  display: flex;
}

.custom-footer .footer-bottom .flex_row {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.custom-footer .footer-bottom .social-icon {
}

.custom-footer .social-icon a {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: auto;
  max-height: 28px;
}

.custom-footer .social-icon svg {
  width: auto;
  max-height: 28px;
}


.custom-footer .footer-bottom .col-section {
  padding: 0;
  width:100% !important;
}

.custom-footer .footer-bottom p {
  text-align: center;
  font-weight: 400;

}
.custom-footer ul > li.hs-item-has-children>a {
  font-weight: bold;
}




.custom-header .lang_select a:nth-child(2) {
  top: 78px;
}

.custom-header .lang_select a:nth-child(3) {
  top: 118px;
}

.custom-header .lang_select span:hover .custom-header .lang_select  a {
  opacity: 1;
  pointer-events: all;
}

.custom-header .lang_select:hover + .custom-header .lang_select a {
  opacity: 1;
  pointer-events: all;
}

.custom-header .lang_select:hover a {
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
.scrolled .custom-header:before {
  width: 150px;
}

.custom-banner.simple-banner {
  padding-top: 40px;
}
.custom-banner {
  min-height: 540px;
  box-shadow: 0px 0px   #00000070;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px;
  margin-right: 0px;
  overflow: visible;
  order: initial;
  border-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: padding-box;
  row-gap: 20px;
  column-gap: 0px;
  margin-left: calc( -50vw + 50%);
  margin-right: calc( -50vw + 50%);
  width: 100vw;
  max-width: initial !important;
}

.custom-banner .page-center {
  max-width: min( 100%, 1200px);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 20px;
  column-gap: 0px;
  width: 100%;
  position: relative;
  display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
}

.custom-banner .flex_row {
  width: 100%;
  text-align: left;
  min-height: 0px;
  box-shadow: 0px 0px   #00000070;
  padding-top: 250px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: !important;
  margin-bottom: !important;
  overflow: visible;
  order: initial;
  border-color: inherit;
  background-color: ;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 20px;
  column-gap: 20px;
}

.custom-banner h1 {
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.4em;
  font-weight: 900;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  word-break: break-word;
  display: inline-block;
  position: relative;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .4);
  font-size: 130px;
}
.custom-banner .banner-content-inner{
  padding:0
}
.custom-footer .back_to_top.bord_pri_color:hover {
  color: #f2f2f1;
  background-color: #ec6607 !important;
}
.custom-footer .back_to_top.bord_pri_color {
  right: 30px;
  bottom: 30px;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  border-radius: 2px;
  content: "";
  outline: inherit;
  background-color: #ec6607;
  display: block;
  font-size: 15px;
  transform: rotate(180deg);
}

.back_top_top.pre svg {
  display: none;
}

.back_to_top.bord_pri_color svg {
  display: none;
}

.back_to_top.bord_pri_color::before {
  content: "\e900";
  font-family: Astra;
  text-decoration: inherit;
}
.custom-footer .copyright {
  font-size: 20px;
  line-height: 35px;

}
.footer .right2  ul >li:last-child {
  font-weight: bold;
}
.custom-footer .right1 .hs-menu-wrapper>ul > li:nth-child(2) {
  font-weight: bold;
}
.custom-header .main-menu-container ul li:hover>a {
  color: #EA6600;
}
.custom-header .lang_select a:hover {
  background-color: #EA6600;
  color: #fff;
}
.custom-header .lang_select img {
  margin-left: 5px;
}
.custom-footer a {
  cursor: pointer;
}
@media(min-width: 1220px) and (max-width: 1300px){
  .custom-header .main-menu-container ul li{
    margin-left: 20px;
  }
}
@media(min-width:1220px){
  .custom-footer .flex_row{
    position:relative;
  }
  .scrolled .custom-header .desktop_logo {
    width: 130px;
  }
  .custom-header .lang_select span img{
    left:0
  }
  .custom-header .desktop_logo img{
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .custom-header .desktop_logo>.hs_cos_wrapper {

  }
  .scrolled .custom-header .desktop_logo>.hs_cos_wrapper {
    width: 130px;
  }
  .custom-header .desktop_logo a {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    z-index: 99;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 105px;
    transition: all 0.4s ease-in-out;}
  .custom-header .main-menu-container ul a {
    color: var(--wp--preset--color--text);
    text-decoration: none;
    font-size: 25px;
    line-height:26px;
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 105px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #111111;
    white-space:nowrap;
  }
  .custom-header .main-menu-container ul a:active {
    color: #EA6600;
  }
  .custom-header .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 105px;
  }
  .custom-header  a {
    color: var(--wp--preset--color--text);
    text-decoration: none;
    font-size: 25px;
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 105px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .custom-header .main-menu-container ul li.hs-item-has-children li {
    margin: 0;
  }

  .custom-header .main-menu-container ul li.hs-item-has-children li a {
    font-size: 25px;
    height: auto;
  }

  .custom-header .main-menu-container ul li.hs-item-has-children ul {
    margin: 0;
    min-width: 25vw;
    background: #F2F2F1;
    margin-right: 50px;
    position: absolute;
    top: 105px;
    left: -60px;
    right: 0;
    width: calc(100vw + 40px);
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 100px 50px;
  }

  .custom-header .main-menu-container ul li.hs-item-has-children:hover > ul {display: block;}

  .custom-header .main-menu-container ul li.hs-item-has-children li+li {
    margin: 18px 0 0 0;
  }
}
@media(min-width:1375px){
  .custom-footer .footer-bottom .col-section {
    margin-top: -50px;
  }

  .custom-footer .footer-bottom .col-section {
    margin-top: -50px;
  }



  .custom-header .lang_select img{
    margin-left:0;
  }


  .custom-footer .right .center li {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
  }
}
@media (max-width: 1450px) {
  .custom-header .main-menu-container ul a{
    font-size:19px;
  }
}
@media(max-width:1599.98px){

  .custom-footer .contact {
    font-size: 18px;
    line-height: 1.75em;
  }
  .custom-footer .copyright {
    font-size: 18px;
    line-height: 1.75em;

  }
  .custom-footer .left .logo{
    margin-right: 30px;
    margin-top: 70px;
  }
  .custom-header .lang_select a{
    left: -5px;
    right: -5px;
  }
  .custom-header .lang_select  img{
    width: 20px;
  }
  .custom-footer .right .right1{
    margin-right: 30px;
    width: auto;
    max-width: 180px;
    margin-right: 20px;
  }
  .custom-footer .right .right2{
    margin-right: 30px;
    width: auto;
    max-width: 180px;
    margin-right: 20px;
  }
  .custom-footer .social-icon svg {
    width: 30px;
    height: 30px;
  }
}
@media(max-width: 1375px){
  .custom-footer .right .right1{
    margin-left: 0;
  }
  .custom-footer .contact {
    font-size: 16px;
  }
  .custom-footer .copyright {
    font-size: 16px;
    line-height: 1.75em;

  }
  .custom-footer .logo img {

    max-width: 120px !important;
  }
  .custom-footer .left .logo {
    margin-right: 30px;
    margin-top:0px;
  }
  .custom-footer .right .center{
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    margin-left: auto;
    margin-right: 30px;
  }
}
@media(max-width:1219.98px){
  .custom-header .mobile_logo img {
    max-width:115px;
    width: 115px!important;
  }
  .custom-header .page-center.lp-page {
    justify-content: flex-end;
  }

}
@media(max-width:1219px){

.main-menu-container .hs-menu-wrapper > ul ul > li > a:hover {
    color: #3B3C3E;
}
.custom-header .main-menu-container ul li.li-border > a {
    color: #ec6607;
}

  .custom-header .main-menu-container ul li:nth-child(2) .child-trigger.child-open {
    right: 113px;
    top: 4px;
  }

  .custom-header .main-menu-container ul li:nth-child(3) .child-trigger.child-open {
    right: 98px;
    top: 12px;
  }

  .custom-header .main-menu-container ul li.hs-item-has-children ul {
    padding-top: 15px;
    padding-left: 15px;
  }

  .custom-header .main-menu-container ul li.hs-item-has-children>a:before{
    margin-left: 12px;
  }

  .custom-header .main-menu-container ul li.hs-item-has-children ul li {
    padding: 0;
    margin: 0;
  }
  .custom-header {
    height: 75px;
    padding-left: 20px;
    padding-right: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .custom-footer .flex_row{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .custom-footer .right{
    margin: 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .custom-footer .right .center{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 0;
  }

  .custom-footer .right .right2 li:nth-child(2) a {
    font-weight: bold;
  }
  .custom-header .menu-open {
    display: block;
    width: 40px;
    padding: 0;
    border: 0 none;
    background: transparent;
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
    margin-bottom: 0;
    cursor: pointer;
    z-index: 999;
    cursor: pointer;
    height: 40px;
    position: relative;
    top: 19px;
  }
  .custom-header .menu-close {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0 none;
    background: transparent;
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
    margin-bottom: 0;
    cursor: pointer;
  }
  .custom-header .menu-toggle{
    display:block;
  }
  .custom-header .menu-open i {
    width: 40px;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 3px;
    position: relative;
  }

  .custom-header .menu-open i:before {
    position: absolute;
    background: inherit;
    content: "";
    width: 40px;
    height: 2px;
    left: 0px;
    top: -8px;
  }

  .custom-header .menu-open i:after {
    bottom: -8px;
    position: absolute;
    background: transparent;
    content: "";
    width: 40px;
    height: 2px;
    left: 0px;
    background: #000;
  }
  .custom-header:before{
    width: 150px;
    top: 60px;
  }
  .custom-header .mobile_logo{
    display: block;
    position: relative;
    z-index: 10;
    order: 52;
  }
  .custom-header .main-menu-container ul li{
    margin-left: 0;
    margin-top: 15px;
    padding: 0;
    width: fit-content;
    position: relative;
  }
  .custom-header .main-menu-container{
    margin-top: auto;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
    padding-bottom: 30px;
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    border-left: 3px solid #EA6600;
    padding-left: 28px;
    padding-bottom: 80px;
  }
  .custom-header .nav_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 0;
    right: 0px;
    background: #f2f2f1;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 9999;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 90px;
  }
  .custom-header .nav_wrap.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .custom-header .desktop_logo{
    width: 100%;
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    height: auto;
  }
  .custom-header .desktop_logo img{
    width: 100% !important;
    top: auto;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
  }
  .custom-header .desktop_logo>.hs_cos_wrapper{
    width:auto
  }
  .custom-header .lang_select {
    position: absolute;
    top: 25px;
    left: 35px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    z-index: 99;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    min-height: 50px;
  }
  .custom-header .lang_select span :before{
    right:0;
  }
  .custom-header .lang_select img {
    width: 20px;
  }
  .custom-header .lang_select img {
    margin-left: 0;
  }
  .custom-header .lang_select a {
    left: 0;
    right: 0;
  }
  .custom-header .lang_select:hover {
    background: #fff;
  }
  .custom-header .main-menu-container ul{
    display: block;
    list-style: none;
    padding: 0;
    margin-top: 15px;
  }
  .custom-header .main-menu-container ul a{
    text-decoration: none;
    font-size: 25px;
    line-height: 33px;
    position: relative;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #3B3C3E;

  }
  .custom-header .page-center {
    max-width: 100%;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .custom-header .menu-toggle .label {
    display: none;
  }
  .custom-header .menu-close i {
    width: 40px;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 3px;
    position: relative;
    width: 20px;
    height: 20px;
    background: transparent;
  }
  .custom-header .menu-close i:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 30px;
    height: 2px;
    background: rgb(59,60,62);
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
  }

  .custom-header .menu-close i:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 30px;
    height: 2px;
    background: rgb(59, 60, 62);
    transform: translate(-50%, -50%) rotate(-45deg);
  }



  .custom-header .menu-close i:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    width: 30px;
    height: 2px;
    background: rgb(59,60,62);
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    bottom: -8px;
  }
  .custom-header .child-trigger {
    display: block;
    position: absolute;
    right: 0;
    width: 20px;
    height: 39px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
  }
}
@media(max-width:976px){
  .custom-banner h1{
    padding-top: 250px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: !important;
    margin-bottom: !important;
    order: initial;

  }
  .custom-banner{
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    order: initial;
    background-size: cover;
    background-clip: padding-box;
  }

}
@media(max-width:767.98px){
  .custom-banner .flex_row{
    padding-top: 250px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: !important;
    margin-bottom: !important;
    order: initial;
    background-color: ;
    flex-wrap: wrap;
  }
  .custom-banner h1{
    font-size:90px;
  }
}
@media(max-width:759.98px){
  .custom-header .mobile_logo img {
    max-width: 260px;
    max-height: 40px;
  }
  .custom-header .mobile_logo{
    display: block;
    position: relative;
    z-index: 10;
    order:51;
  }
  .custom-header{
    margin-bottom:20px
  }
  .custom-footer .right{
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 0 !important;
  }
  .custom-footer .right .center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 30px;
  }
  .custom-footer .right .right1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 30px;
  }
  .custom-footer .right .right2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 30px;
  }
  .custom-footer .right .right3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 30px;
  }

}
@media(max-width:600px){
  .custom-header:before{
    content:none;
  }
}
@media(max-width:480px){
  .custom-banner h1{
    font-size:64px;
  }
}

@media(max-width:399.98px){

  .custom-footer .left {
    webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .custom-footer .left .logo {
    margin-bottom: 30px;
  }
}
.custom-header .nav_wrap {
  font-size: 18px;
}
.