html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
}
.kanit {
  font-family: 'Kanit', sans-serif;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-gap {
  gap: 20rem;
}
.grid-gap-15 {
  gap: 15rem;
}
.grid-gap-10 {
  gap: 10rem;
}
.row {
  display: flex;
}
.vc {
  align-items: center;
}
.hc {
  justify-content: center;
}
.vstretch {
  align-items: stretch;
}
.hstretch {
  width: 100%;
}
.centered {
  justify-content: center;
  align-items: center;
}
.wrap {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100%;
  padding: 0 3.15789474vw;
}
a {
  outline: 0 !important;
}
img {
  object-fit: cover;
  object-position: center;
}
#__bs_notify__ {
  display: none !important;
}
.clear:after {
  display: block;
  clear: both;
  width: 100%;
  content: "";
}
.lp0 {
  padding-left: 0;
}
.rp0 {
  padding-right: 0;
}
.hide-scrollbars {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
header {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140rem;
  background: transparent;
  z-index: 999;
}
header ::-webkit-scrollbar {
  display: none;
}
header .wrap {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
header .logo {
  position: absolute;
  width: 200rem;
  height: 100%;
  left: 40rem;
  top: 0;
  z-index: 940;
}
header .logo:before,
header .logo:after {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: inherit;
  height: inherit;
  background-size: contain;
}
header .logo:before {
  background: transparent url(../images/logo_rgb_v2.svg) left center no-repeat;
}
header .logo:after {
  background: transparent url(../images/logo_rgb_v2_black.svg) left center no-repeat;
  opacity: 0;
}
header .hamburger {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: auto;
  margin: auto;
  cursor: pointer;
  width: 90rem;
  height: 90rem;
  background: transparent;
  z-index: 950;
}
header .hamburger .icon {
  position: relative;
  width: 31px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
header .hamburger .icon span {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  display: block;
  background: white;
  width: 100%;
  height: 3px;
  overflow: hidden;
  border-radius: 0;
}
header .hamburger .icon span:nth-of-type(1) {
  width: 75%;
}
header .hamburger .icon span:nth-of-type(2) {
  position: relative;
}
header .hamburger .icon span:nth-of-type(2):before {
  content: "";
  display: block;
  background: white;
  width: 5px;
  height: 100%;
  margin: 0 5px 0 auto;
}
header .hamburger .icon span:nth-of-type(3) {
  width: 80%;
}
header .back-level-2 {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 23rem;
  height: 11rem;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 90rem;
  height: 90rem;
  z-index: 950;
  background: transparent url(../images/icons/header_back.svg) center center no-repeat;
}
header nav {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  display: flex;
  z-index: 900;
  height: 100%;
  position: relative;
  padding: 0 19.63157895vw 0 72rem;
  background-color: rgba(246, 246, 250, 0);
  width: 935rem;
}
header nav .nav-level1 {
  font-size: 36rem;
  display: flex;
  align-items: center;
  margin-left: -15rem;
}
header nav .nav-level1 > li {
  display: inline-block;
  margin: 0 0.52631579vw 0 0;
  position: static;
}
header nav .nav-level1 > li > a {
  font-family: 'Kanit', sans-serif;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.72916667vw;
  line-height: 1.42857143;
  font-weight: 400;
  color: white;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  letter-spacing: 2.3rem;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15rem 18rem;
}
@media screen and (max-width: 1645.71428571px) {
  header nav .nav-level1 > li > a {
    font-size: 12px;
  }
}
header nav .nav-level1 > li > a:hover {
  color: #F85D43;
  text-decoration: none;
}
header nav .nav-level1 > li > a .ico {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 2rem 0 0 4rem;
}
header nav .nav-level1 > li > a .ico:after,
header nav .nav-level1 > li > a .ico:before {
  width: 8px;
  height: 2px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F85D43;
  content: "";
  transform-origin: 50% 50%;
  transform: rotateZ(360deg);
}
header nav .nav-level1 > li > a .ico:before {
  transform: rotateZ(450deg);
}
header nav .nav-level1 > li > a:before {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #CFCFE1;
  border-radius: 16rem;
  z-index: -1;
  opacity: 0;
}
header nav .nav-level1 > li > .holder {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  background: white;
  padding: 0 72rem;
}
header nav .nav-level1 > li .showall {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.625vw;
  line-height: 1.5;
  font-weight: 400;
  color: #5A5A93;
  text-transform: uppercase;
  letter-spacing: 2.25rem;
  position: relative;
}
@media screen and (max-width: 1440px) {
  header nav .nav-level1 > li .showall {
    font-size: 9px;
  }
}
header nav .nav-level1 > li .showall:after {
  width: 10rem;
  height: 10rem;
  content: "";
  display: inline-block;
  background: transparent url(../images/icons/btn_plus.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 2px 5px;
}
header nav .nav-level1 > li .showall:hover {
  color: #F85D43;
}
header nav .nav-level1 > li.open.with-submenu > .holder {
  max-height: 670rem;
  opacity: 1;
  padding-top: 49rem;
  padding-bottom: 73rem;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 900;
}
header nav .nav-level1 > li.open.with-submenu > a > .ico:before {
  transform: rotateZ(0deg);
}
header nav .nav-level1 > li.open.with-submenu > a > .ico:after {
  transform: rotateZ(0deg);
}
header nav .nav-level1 > li.open.with-submenu > a:before {
  opacity: 0.34;
}
header nav .nav-level1 > li.keyboard-open.with-submenu > .holder {
  max-height: 670rem;
  opacity: 1;
  padding-top: 49rem;
  padding-bottom: 73rem;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 900;
}
header nav .nav-level1 > li.keyboard-open.with-submenu > a > .ico:before,
header nav .nav-level1 > li.keyboard-open.with-submenu > a > .ico:after {
  transform: rotateZ(0deg);
}
header nav .nav-level1 > li.keyboard-open.with-submenu > a:before {
  opacity: 0.34;
}
header nav .nav-level2 {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  break-inside: avoid;
}
header nav .nav-level2 > li {
  min-height: 44rem;
  margin: 0 0 31rem 0;
  margin-right: 1.57894737vw;
  max-width: 300rem;
}
header nav .nav-level2 > li > a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 1.04166667vw;
  line-height: 1.25;
  font-weight: 400;
  color: #5A5A93;
  display: block;
  letter-spacing: -0.19rem;
}
@media screen and (max-width: 1536px) {
  header nav .nav-level2 > li > a {
    font-size: 16px;
  }
}
header nav .nav-level2 > li > a:hover {
  color: #F85D43;
}
header nav .social {
  display: none;
}
header .langswitch {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.15789474vw;
  height: 50rem;
  margin: auto;
}
header .langswitch ul {
  height: 100%;
}
header .langswitch ul li {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 2px;
}
header .langswitch ul li a {
  font-family: 'Kanit', sans-serif;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.72916667vw;
  line-height: 1.42857143;
  font-weight: 400;
  color: white;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  letter-spacing: 2.3rem;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 18rem;
  border-radius: 16rem;
  border: 2px solid #5A5A93;
}
@media screen and (max-width: 1645.71428571px) {
  header .langswitch ul li a {
    font-size: 12px;
  }
}
header .langswitch ul li a:after {
  width: 8rem;
  height: 8rem;
  display: inline-block;
  content: "";
  background: transparent url(../images/icons/btn_plus.png) center center no-repeat;
  background-size: cover;
  margin: 0 0 0 10rem;
}
header .langswitch ul li:first-of-type {
  height: 100%;
  opacity: 1;
}
header .langswitch ul:hover li {
  opacity: 1;
  height: 100%;
}
header .langswitch ul:hover li a {
  border-color: white;
  background: white;
  color: #5A5A93;
}
header .langswitch ul:hover li:first-of-type a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
header .langswitch ul:hover li:last-of-type a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
header .langswitch ul:hover li:hover a {
  color: #1B1B37;
  border-color: #CFCFE1;
  background: #CFCFE1;
}
header.scrolled {
  height: 100rem;
  background: #1B1B37;
}
header.sub .logo {
  background-size: 50%;
}
header.sub .logo:before {
  display: none;
}
header.dark {
  background: #1B1B37;
}
header.open nav {
  background-color: #f6f6fa;
}
header:has(nav .nav-level1 > li.open.with-submenu) nav {
  background-color: #f6f6fa;
}
header.open nav .nav-level1 > li > a {
  color: #1B1B37;
}
header:has(nav .nav-level1 > li.open.with-submenu) nav .nav-level1 > li > a {
  color: #1B1B37;
}
header.open nav .nav-level1 > li > a:hover {
  color: #F85D43;
}
header:has(nav .nav-level1 > li.open.with-submenu) nav .nav-level1 > li > a:hover {
  color: #F85D43;
}
header.open .langswitch ul li a {
  color: #1B1B37;
}
header:has(nav .nav-level1 > li.open.with-submenu) .langswitch ul li a {
  color: #1B1B37;
}
@media screen and (max-width: 1250px) {
  header {
    z-index: 700;
  }
  header .logo {
    z-index: 900;
  }
  header nav {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: transform, color, background, font-size;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    background: #1B1B37;
    z-index: 500;
    overflow: hidden;
    padding: 0;
  }
  header nav ul.nav-level1 {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: transform, color, background, font-size;
    flex-direction: column;
    padding: 120px 30px 0;
    box-sizing: border-box;
    margin: 0;
    opacity: 0;
    width: 100%;
    height: calc(100vh - 110px);
    overflow: scroll;
    display: block;
    position: static;
  }
  header nav ul.nav-level1 > li {
    display: block;
  }
  header nav ul.nav-level1 > li > a {
    font-size: 16px;
    color: white;
    display: block;
    padding: 10px 0;
    text-align: left;
  }
  header nav ul.nav-level1 > li.with-submenu .holder {
    width: 0;
    top: 0;
    left: 100%;
    padding: 120px 0 0;
    box-sizing: border-box;
    background: white;
    opacity: 0;
    z-index: 750;
    margin: 0;
    max-height: none !important;
    overflow: auto;
  }
  header nav ul.nav-level1 > li.with-submenu .showall {
    display: block;
    padding: 30px;
    background: #ededf5;
  }
  header nav ul.nav-level1 > li.with-submenu.open .holder {
    left: 0;
    width: 100%;
    opacity: 1;
    padding: 120px 0 0;
  }
  header nav ul.nav-level2 {
    display: block;
    padding: 0 30px;
    overflow: auto;
    height: calc( 100% - 73px );
  }
  header nav .social {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ededf5;
    height: 110px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    z-index: -1;
  }
  header nav .social a {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: transform, color, background, font-size;
    width: 49rem;
    height: 49rem;
    display: inline-flex;
    border: 2px solid #5A5A93;
    align-items: center;
    justify-content: center;
    border-radius: 18rem;
    margin: 0 10px 0 0;
  }
  header nav .social a svg {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: transform, color, background, font-size;
    fill: #5A5A93;
  }
  header nav .social a.fb svg {
    width: 13rem;
    height: 22rem;
  }
  header nav .social a.in svg {
    width: 23rem;
    height: 23rem;
  }
  header nav .langswitch {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: transform, color, background, font-size;
    margin: 0;
    top: auto;
    bottom: 150px;
    left: 30px;
    right: auto;
  }
  header nav .langswitch ul {
    height: auto;
    display: block;
  }
  header nav .langswitch ul li {
    opacity: 0.6;
    height: auto;
    overflow: hidden;
    margin-bottom: 2px;
    display: inline-block;
    background: transparent;
    color: #1B1B37;
  }
  header nav .langswitch ul li a {
    font-family: 'Kanit', sans-serif;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    will-change: transform, color, background, font-size;
    font-size: 16px;
    line-height: 24px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    text-decoration: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 18rem;
    border: 0;
    background: transparent !important;
    color: #1B1B37 !important;
    border-radius: 0 !important;
    padding-left: 0;
    padding-left: 20px;
  }
  header nav .langswitch ul li a:after {
    display: none;
  }
  header nav .langswitch ul li.current-lang {
    opacity: 1;
  }
  header nav .langswitch ul li:first-of-type a {
    padding-left: 0;
  }
  header .hamburger {
    display: flex;
    z-index: 800;
  }
  header .hamburger.open .icon span {
    width: 100%;
    background: #1B1B37;
  }
  header .hamburger.open .icon span:nth-of-type(1) {
    transform: translate(0, 11px) rotateZ(45deg);
    height: 3px;
  }
  header .hamburger.open .icon span:nth-of-type(2) {
    display: none;
  }
  header .hamburger.open .icon span:nth-of-type(3) {
    transform: translate(0, -11px) rotateZ(-45deg);
    height: 3px;
  }
  header.open .logo:before {
    opacity: 0;
  }
  header.open .logo:after {
    opacity: 1;
  }
  header.open nav {
    padding: 0;
  }
  header.open nav ul.nav-level1 {
    opacity: 1;
  }
  header.open nav ul.nav-level1 li.open.with-submenu .holder {
    left: 0;
  }
  header.open nav .searchbox {
    opacity: 1;
  }
  header.open nav ul.soc {
    opacity: 1;
  }
  header.open-level-2 nav ul.nav-level1 {
    height: 100vh !important;
    overflow: auto;
  }
  header.open-level-2 .logo {
    opacity: 0;
    z-index: -1;
  }
  header.open-level-2 .back-level-2 {
    opacity: 1;
    display: block;
  }
  header.open-level-2 .langswitch {
    z-index: -1;
    opacity: 0;
  }
}
.fxv-flytop {
  transform: translate(0, 80rem);
  opacity: 0;
  transition: transform 1300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 1300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  will-change: transform, opacity;
}
.fxv-flytop.fx-visible {
  transform: translate(0, 0);
  opacity: 1;
}
.fxv-flytop.l1 {
  transition-delay: 0.15s;
}
.fxv-flytop.l2 {
  transition-delay: 0.3s;
}
.fxv-flytop.l3 {
  transition-delay: 0.45s;
}
.fxv-flytop.l4 {
  transition-delay: 0.6s;
}
.fxv-flytop.l5 {
  transition-delay: 0.75s;
}
.fxv-flybottom {
  transform: translate(0, -80rem);
  opacity: 0;
  transition: transform 1300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 1300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  will-change: transform, opacity;
}
.fxv-flybottom.fx-visible {
  transform: translate(0, 0);
  opacity: 1;
}
.fxv-flybottom.l1 {
  transition-delay: 0.15s;
}
.fxv-flybottom.l2 {
  transition-delay: 0.3s;
}
.fxv-flybottom.l3 {
  transition-delay: 0.45s;
}
.fxv-flybottom.l4 {
  transition-delay: 0.6s;
}
.fxv-flybottom.l5 {
  transition-delay: 0.75s;
}
.fxv-opacity {
  opacity: 0;
  transition: transform 1300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.8s, opacity 1300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}
.fxv-opacity.fx-visible {
  opacity: 1;
}
.fxv-opacity.l1 {
  transition-delay: 0.15s;
}
.fxv-opacity.l2 {
  transition-delay: 0.3s;
}
.fxv-opacity.l3 {
  transition-delay: 0.45s;
}
.fxv-opacity.l4 {
  transition-delay: 0.6s;
}
.fxv-opacity.l5 {
  transition-delay: 0.75s;
}
.dynamic_size {
  width: 22 19.2vw;
}
:focus {
  outline: 0;
}
html {
  font-size: 0.05208333vw;
  line-height: 1.33;
  margin: 0;
  padding: 0;
}
html.noscroll {
  overflow: hidden;
  max-height: 90vh;
}
html.noscroll body {
  overflow: hidden;
  max-height: 90vh;
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 0.75px;
  }
}
body {
  font-family: 'Kanit', sans-serif;
  font-size: 18rem;
  line-height: 2em;
  font-weight: 400;
  color: #1B1B37;
  margin: 0;
  padding: 0;
  text-align: left;
  min-height: 100vh;
  max-width: 100%;
}
body a {
  text-decoration: none;
  outline: 0 !important;
}
.mainwrap {
  overflow: hidden;
  max-width: 100%;
}
p {
  margin: 0 0 50rem;
  font-size: 1.04166667vw;
  line-height: 1.5;
  font-weight: 200;
  color: inherit;
  letter-spacing: -0.19rem;
}
@media screen and (max-width: 1440px) {
  p {
    font-size: 15px;
  }
}
a.miniplus {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 51rem;
  height: 51rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5A5A93;
  position: relative;
  border-radius: 16rem;
  background: transparent url(../images/icons/btn_plus.png) center center no-repeat;
}
a.miniplus:hover {
  border-color: #1B1B37;
}
a.back {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.67708333vw;
  line-height: 1.38461538;
  font-weight: 400;
  color: #5A5A93;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}
@media screen and (max-width: 1920px) {
  a.back {
    font-size: 13px;
  }
}
a.back:before {
  width: 15rem;
  height: 10rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../images/icons/arrow_left.svg) center center no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 5px 3px 0;
}
a.back:hover {
  color: #F85D43;
}
.boxlist .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25rem 51rem 25rem 37rem;
  background: #FFF;
  margin: 0 0 15rem;
}
.boxlist .item span {
  display: block;
}
.boxlist .item .thumb {
  width: 140rem;
  height: 65rem;
  flex: 0 0 auto;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.boxlist .item .title {
  flex: 1 1 auto;
}
.boxlist .item .caret {
  flex: 0 0 auto;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 51rem;
  height: 51rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #5A5A93;
  position: relative;
  border-radius: 16rem;
}
.boxlist .item .caret svg {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 7rem;
  height: 13rem;
  stroke: #5A5A93;
}
.boxlist .item .caret:hover {
  border-color: #1B1B37;
}
.boxlist .item .caret:hover svg {
  stroke: #F85D43;
}
.btn {
  font-family: 'Kanit', sans-serif;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  color: #5A5A93;
  background: transparent;
  height: 56rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #CFCFE1;
  padding: 0 40rem;
  position: relative;
  border-radius: 16rem;
  font-size: 12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18rem;
  letter-spacing: 2.25rem;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
}
.btn span {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  position: relative;
  z-index: 10;
}
.btn:hover {
  border-color: #5A5A93;
}
.btn.blue {
  border-color: #5A5A93;
  color: white;
}
.btn.blue:hover {
  color: #F85D43;
  background: #5A5A93;
}
.btn.light {
  border-color: #8383AE;
  color: white;
}
.btn.light:hover {
  border-color: white;
  color: #8383AE;
}
.btn.orange {
  border-color: #F85D43;
}
.btn.orange:hover {
  color: #F85D43;
}
.btn.text span {
  color: #1B1B37;
  font-weight: 700;
}
.btn.plus:after {
  width: 12rem;
  height: 12rem;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../images/icons/btn_plus.png) center center no-repeat;
  background-size: contain;
  margin-left: 10rem;
}
.title {
  display: block;
}
.title.tiny {
  font-size: 0.9375vw;
  line-height: 1.44444444;
  font-weight: 400;
  color: inherit;
  letter-spacing: 3.6rem;
  text-transform: uppercase;
  margin-bottom: 30rem;
}
@media screen and (max-width: 1440px) {
  .title.tiny {
    font-size: 13.5px;
  }
}
.title.mid {
  font-size: 1.25vw;
  line-height: 1.79166667;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.23px;
}
@media screen and (max-width: 1440px) {
  .title.mid {
    font-size: 18px;
  }
}
.title.big {
  font-size: 1.97916667vw;
  line-height: 1.15789474;
  font-weight: 200;
  color: inherit;
  letter-spacing: -0.36rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1212.63157895px) {
  .title.big {
    font-size: 24px;
  }
}
.title.super {
  font-size: 3.64583333vw;
  line-height: 1.14285714;
  font-weight: 200;
  color: inherit;
}
@media screen and (max-width: 822.85714286px) {
  .title.super {
    font-size: 30px;
  }
}
.title.orange {
  color: #F85D43;
}
.title.white {
  color: white;
}
.title.blue,
.title.black {
  color: #1B1B37;
}
.text.size26 {
  font-size: 1.35416667vw;
  line-height: 1.38461538;
  font-weight: 200;
  color: inherit;
  letter-spacing: -0.24rem;
}
@media screen and (max-width: 1440px) {
  .text.size26 {
    font-size: 19.5px;
  }
}
.text.size30 {
  font-size: 1.5625vw;
  line-height: 1.4;
  font-weight: 200;
  color: inherit;
}
@media screen and (max-width: 1440px) {
  .text.size30 {
    font-size: 22.5px;
  }
}
.text.size32,
.text.big {
  font-size: 1.66666667vw;
  line-height: 1.34375;
  font-weight: 200;
  color: inherit;
}
@media screen and (max-width: 1080px) {
  .text.size32,
  .text.big {
    font-size: 18px;
  }
}
.text.ital {
  font-style: italic;
}
.text.center {
  text-align: center;
}
.text.white {
  color: white;
}
.text.black {
  color: #1B1B37;
}
.text.blue {
  color: #5A5A93;
}
.text.light {
  color: #8383AE;
}
.text.orange {
  color: #F85D43;
}
.center {
  text-align: center;
}
.slider-controls {
  display: inline-flex;
}
.slider-controls span {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 60rem;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16rem;
  border: 2px solid rgba(27, 27, 55, 0.306408);
  cursor: pointer;
  opacity: 0.5;
  margin: 0 14rem 0 0;
}
.slider-controls span svg {
  width: 10rem;
  height: 18rem;
  stroke: #1B1B37;
  fill: none;
}
.slider-controls span.next {
  margin: 0 0 14rem;
}
.slider-controls span.prev svg {
  transform: rotateZ(180deg);
}
.slider-controls span:hover {
  opacity: 1;
}
.slider-controls span:last-of-type {
  margin: 0;
}
.form .field-name {
  font-size: 0.83333333vw;
  line-height: 1.75;
  font-weight: 300;
  color: #5A5A93;
  display: block;
  margin: 0 0 8rem;
}
@media screen and (max-width: 1440px) {
  .form .field-name {
    font-size: 12px;
  }
}
.form .acc {
  font-size: 0.83333333vw;
  line-height: 1.75;
  font-weight: 300;
  color: #5A5A93;
  margin: 0 0 10rem;
}
@media screen and (max-width: 1440px) {
  .form .acc {
    font-size: 12px;
  }
}
.form .acc input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.form .acc span {
  display: inline-block;
  vertical-align: middle;
}
.form .acc a {
  font-size: 0.83333333vw;
  line-height: 1.75;
  font-weight: 300;
  color: #5A5A93;
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .form .acc a {
    font-size: 12px;
  }
}
.form .acc a:hover {
  color: #1B1B37;
}
.form input[type='text'],
.form input[type='email'],
.form textarea {
  font-family: 'Kanit', sans-serif;
  font-size: 0.9375vw;
  line-height: 1.5;
  font-weight: 300;
  color: #1B1B37;
  background: rgba(90, 90, 147, 0.137374);
  border-radius: 7rem;
  padding: 24rem 43rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  outline: 0;
}
@media screen and (max-width: 1440px) {
  .form input[type='text'],
  .form input[type='email'],
  .form textarea {
    font-size: 13.5px;
  }
}
.form textarea {
  height: 243rem;
}
.form br {
  display: none;
}
.decor {
  width: 175rem;
  height: 96rem;
  position: absolute;
  display: block;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/decors/pattern-orange.svg);
  z-index: 1;
}
.decor.mob {
  display: none;
  width: 123px;
  height: 68px;
  background-size: contain;
}
.decor.lopacity {
  opacity: 0.25;
}
.decor.gray {
  background-image: url(../images/decors/gray.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .decor {
    display: none;
  }
  .decor.mob {
    display: block;
  }
}
.bloglist .article {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  display: block;
  width: 344rem;
  background: white;
  overflow: hidden;
}
.bloglist .article .thumb {
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  display: block;
  padding-bottom: 64.244%;
  background-size: cover;
  background-position: center center;
  transform-origin: 50% 100%;
}
.bloglist .article .title {
  font-size: 1.04166667vw;
  line-height: 1.3;
  font-weight: 400;
  color: #1B1B37;
  display: block;
  min-height: 5.47368421vw;
  padding: 2.42105263vw 1.73684211vw;
}
@media screen and (max-width: 1536px) {
  .bloglist .article .title {
    font-size: 16px;
  }
}
.bloglist .article:hover {
  box-shadow: -1px 30px 57px -40px rgba(0, 0, 0, 0.3);
}
.bloglist .article:hover .thumb {
  transform: scale(1.1);
}
.support-flyer {
  position: fixed;
  top: 90vh;
  right: 3.15789474vw;
  z-index: 300;
}
.support-flyer.scrolled {
  background: #1B1B37;
}
@media screen and (max-width: 768px) {
  .support-flyer {
    display: none;
  }
}
.mobile-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}
.hide-scrollbars {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}
section {
  box-sizing: border-box;
  position: relative;
}
section .wrap.semi {
  display: flex;
}
section .wrap.semi aside {
  flex: 0 0 auto;
  width: 28.94736842vw;
  padding-left: 10vw;
  padding-right: 50rem;
  box-sizing: border-box;
}
section .wrap.semi aside .title.tiny {
  font-size: 14px;
}
section .wrap.semi main {
  overflow: hidden;
  flex: 1 0 0;
}
section .wrap.frame {
  padding: 0 3.15789474vw;
}
section .wrap.frame-left {
  padding: 0 0 0 3.15789474vw;
}
section .wrap.no-right-pad {
  padding-right: 0;
}
section .row {
  display: flex;
  flex: 1;
}
section .row.top {
  align-items: flex-start;
}
section .row .center {
  align-items: center;
}
section .row.stretch {
  align-items: stretch;
}
section .row.pad > .col {
  padding-top: 8.52631579vw;
  padding-bottom: 8.52631579vw;
}
section.pad {
  padding: 7.84210526vw 0 6.31578947vw;
}
@media screen and (max-width: 768px) {
  section.pad {
    padding: 50px 0 80px;
  }
}
section.pad-low {
  padding: 0 0 7.89473684vw;
}
section.header-pad {
  position: relative;
  margin-top: 140rem;
}
section.header-pad:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 140rem;
  left: 0;
  bottom: 100%;
  background: #1B1B37;
}
section.blue {
  background: #1B1B37;
  color: white;
}
section.sub main {
  overflow: visible !important;
}
section.sub main img {
  max-width: 100%;
  margin-bottom: 50rem;
}
section.sub .wrap {
  padding-right: 11.89473684vw;
}
section.sub .cnt {
  width: 700px;
  max-width: 70%;
}
section.sub .cnt h2 {
  font-size: 1.97916667vw;
  line-height: 1.15789474;
  font-weight: 200;
  color: #1B1B37;
  letter-spacing: -0.36rem;
  margin: 0 0 2.10526316vw;
}
@media screen and (max-width: 1111.57894737px) {
  section.sub .cnt h2 {
    font-size: 22px;
  }
}
section.sub .cnt ul {
  margin: 0 0 30rem;
}
section.sub .cnt ul li {
  font-size: 1.04166667vw;
  line-height: 2;
  font-weight: 200;
  color: #1B1B37;
  break-inside: avoid;
  padding: 0 1.57894737vw 0 44rem;
  position: relative;
}
@media screen and (max-width: 1344px) {
  section.sub .cnt ul li {
    font-size: 14px;
  }
}
section.sub .cnt ul li strong {
  font-weight: 400;
}
section.sub .cnt ul li:before {
  width: 20rem;
  height: 3rem;
  position: absolute;
  content: "";
  display: block;
  background: #F85D43;
  left: 0;
  top: 23rem;
}
section.sub .offgrid {
  width: 71.89473684vw;
  position: relative;
  left: -15.89473684vw;
}
section.sub .offgrid p {
  margin: 0 8% 40px;
}
section.sub .endblock {
  margin: 3.15789474vw 0 0;
}
section.sub .endblock ul {
  display: grid;
  gap: 1.05263158vw;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
section.sub .endblock ul li {
  font-size: 1.25vw;
  line-height: 1.66666667;
  font-weight: 200;
  color: #1B1B37;
  break-inside: avoid;
  padding: 0 1.57894737vw 0 44rem;
  position: relative;
}
@media screen and (max-width: 1440px) {
  section.sub .endblock ul li {
    font-size: 18px;
  }
}
section.sub .endblock ul li strong {
  font-weight: 400;
}
section.sub .endblock ul li:before {
  width: 20rem;
  height: 3rem;
  position: absolute;
  content: "";
  display: block;
  background: #F85D43;
  left: 0;
  top: 23rem;
}
section.sub .endboxes {
  margin: 40rem 5%;
  text-align: center;
  position: relative;
}
section.sub .endboxes .box {
  width: 165rem;
  height: 200rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #F6F6FA;
  margin: 0 8px 15px;
}
section.sub .endboxes .box img {
  width: 102rem;
  height: 75rem;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
}
section.sub .endboxes .box span {
  display: block;
  width: 100%;
  color: #F85D43;
}
section.sub.pad {
  padding: 5.78947368vw 0 5.78947368vw;
}
@media screen and (max-width: 768px) {
  section.sub.pad {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  section.sub.sub .offgrid {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  section.sub.sub .offgrid {
    width: auto;
    left: 0;
  }
  section.sub.sub .offgrid br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.sub .cnt {
    max-width: 95%;
  }
  section.sub main {
    padding: 0 ;
  }
  section.sub main ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  section .wrap.semi {
    flex-direction: column;
  }
  section .wrap.semi aside {
    width: 100%;
    padding: 0 10vw;
  }
  section .wrap.semi main {
    flex-basis: auto;
    padding: 0 10vw;
  }
}
section.hp-hero {
  height: 100vh;
  min-height: 550px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  position: relative;
}
section.hp-hero .wrap.semi {
  padding-top: 14.21052632vw;
  padding-right: 0;
  width: 100%;
  height: 100%;
}
section.hp-hero .wrap.semi aside {
  width: 550rem;
  padding-top: 74rem;
  padding-left: 0;
  position: relative;
  box-sizing: border-box;
}
section.hp-hero .wrap.semi aside .orange-box {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #F85D43;
  padding: 2.89473684vw 3.94736842vw;
  text-align: left;
  box-sizing: border-box;
  z-index: 10;
  color: white;
}
section.hp-hero .wrap.semi aside .orange-box .btns {
  padding: 0 3.26315789vw 0 0;
}
section.hp-hero .wrap.semi aside .orange-box .btns span {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 52rem;
  height: 52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16rem;
  border: 2px solid rgba(27, 27, 55, 0.306408);
  cursor: pointer;
  opacity: 0.5;
}
section.hp-hero .wrap.semi aside .orange-box .btns span svg {
  width: 7rem;
  height: 13rem;
  stroke: #1B1B37;
  fill: none;
}
section.hp-hero .wrap.semi aside .orange-box .btns span.next {
  margin: 0 0 14rem;
}
section.hp-hero .wrap.semi aside .orange-box .btns span.prev svg {
  transform: rotateZ(180deg);
}
section.hp-hero .wrap.semi aside .orange-box .btns span:hover {
  opacity: 1;
}
section.hp-hero .wrap.semi aside .orange-box .cnt {
  align-self: center;
  position: relative;
  width: 100%;
  height: 102px;
}
section.hp-hero .wrap.semi aside .orange-box .cnt .slide {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
section.hp-hero .wrap.semi aside .orange-box .cnt .slide.active {
  opacity: 1;
}
section.hp-hero .wrap.semi aside .orange-box .cnt .title {
  font-size: 1.97916667vw;
  line-height: 1.13157895;
  font-weight: 200;
  color: inherit;
  letter-spacing: -0.35624999px;
  margin: 0 0 10rem;
}
@media screen and (max-width: 1440px) {
  section.hp-hero .wrap.semi aside .orange-box .cnt .title {
    font-size: 28.5px;
  }
}
section.hp-hero .wrap.semi aside .orange-box .cnt p {
  font-size: 0.9375vw;
  line-height: 1.38888889;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.17px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1440px) {
  section.hp-hero .wrap.semi aside .orange-box .cnt p {
    font-size: 13.5px;
  }
}
section.hp-hero .wrap.semi aside .orange-box:hover {
  background: rgba(248, 93, 67, 0.8);
}
section.hp-hero .wrap.semi aside .title.tiny {
  font-size: 18rem;
}
section.hp-hero .wrap.semi main {
  padding: 60rem 0 0 0;
  position: relative;
  overflow: visible;
}
section.hp-hero .wrap.semi main .title {
  margin-bottom: 40rem;
  z-index: 10;
  position: relative;
}
section.hp-hero .wrap.semi main .cta {
  position: absolute;
  right: 3.15789474vw;
  bottom: 3.15789474vw;
  z-index: 10;
}
section.hp-hero .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 768px) {
  section.hp-hero {
    height: 100vh;
    min-height: 0;
  }
  section.hp-hero .wrap.semi {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
  section.hp-hero .wrap.semi aside {
    width: 100%;
    padding: 10vh 0 0;
    text-align: left;
    position: static !important;
  }
  section.hp-hero .wrap.semi aside .orange-box {
    left: 0;
    flex-direction: row;
    padding: 30px !important;
    box-sizing: border-box;
  }
  section.hp-hero .support {
    display: none;
  }
}
section.hp-about {
  overflow: hidden;
}
section.hp-about main {
  position: relative;
  max-width: 43.15789474vw;
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  section.hp-about {
    overflow: hidden;
    padding: 90px 0 160px;
  }
  section.hp-about main {
    max-width: 100%;
  }
  section.hp-about .decor.topright {
    right: -100rem !important;
  }
  section.hp-about br {
    display: none;
  }
}
section.hp-services {
  background: #f6f6fa;
  overflow: visible;
}
section.hp-services aside .slider-controls {
  position: absolute;
  left: 13.15789474vw;
  bottom: 8.52631579vw;
}
section.hp-services main {
  padding: 8.52631579vw 0 5.36842105vw !important;
  background: #eeeef5 url(../images/bg/hp-services.png) bottom right no-repeat;
  background-size: cover;
  overflow: hidden;
}
section.hp-services .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}
section.hp-services .slide {
  -webkit-transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 400ms ease, opacity 400ms ease;
  -moz-transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 400ms ease, opacity 400ms ease;
  -ms-transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 400ms ease, opacity 400ms ease;
  -o-transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 400ms ease, opacity 400ms ease;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 400ms ease, opacity 400ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 13.26315789vw;
  min-width: 250px;
  min-height: 334rem;
  padding: 2.31578947vw 2.42105263vw;
  background: white;
  margin: 0 20rem 3.15789474vw 0;
  box-shadow: -1px 30px 57px -40px rgba(0, 0, 0, 0.3);
}
section.hp-services .slider.is-sliding .slide {
  opacity: 0.82;
}
section.hp-services .slider.is-sliding .slide.swiper-slide-active,
section.hp-services .slider.is-sliding .slide.swiper-slide-next,
section.hp-services .slider.is-sliding .slide.swiper-slide-next + .slide {
  opacity: 1;
}
section.hp-services .slide img {
  max-width: 6.05263158vw;
  min-width: 70px;
}
section.hp-services .slide .mid {
  line-height: 1.25;
}
section.hp-services .slide .low {
  position: absolute;
  bottom: 2.31578947vw;
  left: 2.42105263vw;
  right: 2.31578947vw;
}
section.hp-services .slide .low .title {
  margin-bottom: 25rem;
}
section.hp-services .slide .low .hide {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  overflow: hidden;
  max-height: 0;
}
section.hp-services .slide:hover {
  box-shadow: -1px 30px 57px -40px rgba(0, 0, 0, 0.7);
}
section.hp-services .slide:hover .low .hide {
  max-height: 80rem;
}
@media screen and (max-width: 768px) {
  section.hp-services {
    padding: 77px 0 47px;
    margin-bottom: 50px;
  }
  section.hp-services aside {
    background: transparent;
    padding-bottom: 0 !important;
  }
  section.hp-services aside .title {
    margin-bottom: 20px;
  }
  section.hp-services aside .slider-controls {
    display: none;
  }
  section.hp-services main {
    background: transparent;
    padding: 50px 0 20px 10vw !important;
  }
  section.hp-services .slider {
    padding-bottom: 40px;
  }
  section.hp-services .slide {
    width: 210px;
    min-width: 0;
    min-height: 296px;
    height: auto;
    padding: 20px;
  }
  section.hp-services .slide img {
    margin-bottom: 50px;
    width: 37%;
    height: 70px;
    max-width: none;
    min-width: 0;
    object-fit: contain;
  }
  section.hp-services .slide .low {
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
  }
  section.hp-services .slide .low .hide {
    max-height: 200px;
  }
  section.hp-services:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 94px;
    background: #eeeef5 url(../images/bg/hp-services.png) bottom right no-repeat;
  }
}
section.hp-products aside {
  background: #1B1B37;
}
section.hp-products main {
  background: #1B1B37 url(../images/bg/hp-products-2x.jpg) bottom right no-repeat;
  background-size: cover;
}
section.hp-products main .text.white {
  font-size: 0.98958333vw;
  line-height: 1.05263158;
  font-weight: 300;
  color: white;
}
@media screen and (max-width: 1440px) {
  section.hp-products main .text.white {
    font-size: 14.25px;
  }
}
section.hp-products main .text.size26 {
  max-width: 300px;
}
section.hp-products main:after {
  width: 32.42105263vw;
  height: 19.26315789vw;
  content: "";
  position: absolute;
  background: transparent url(../images/bg/hp-products-mapa.svg) center center no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 10%;
  margin: auto;
}
section.hp-products .cnt title.big {
  font-size: 2.8125vw;
  line-height: 1;
  font-weight: 200;
  color: white;
}
@media screen and (max-width: 1440px) {
  section.hp-products .cnt title.big {
    font-size: 40.5px;
  }
}
@media screen and (max-width: 768px) {
  section.hp-products {
    padding: 76px 0 0;
    margin-bottom: 50px;
    background: #1B1B37;
  }
  section.hp-products .wrap {
    max-width: 100%;
    padding: 0;
  }
  section.hp-products aside {
    padding-bottom: 0 !important;
  }
  section.hp-products aside .title {
    margin-bottom: 0;
  }
  section.hp-products main {
    padding-top: 20px !important;
    padding-bottom: 60vw !important;
    background-color: #1B1B37;
    background-size: 170% auto;
  }
  section.hp-products main:after {
    top: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 90%;
    height: 44vw;
  }
}
section.hp-branches {
  padding: 76px 0 0;
  background: transparent url(../images/bg/hp_branches.png) bottom right no-repeat;
  background-size: cover;
}
section.hp-branches aside .slider-controls {
  position: absolute;
  left: 13.15789474vw;
  bottom: 40px;
}
section.hp-branches .slide {
  width: 284px;
  min-height: 150px;
  padding: 30rem 26rem;
  background: white;
  background-size: cover;
  margin: 0 20rem 60rem 0;
  box-shadow: -1px 30px 57px -40px rgba(0, 0, 0, 0.3);
}
section.hp-branches .slide .big {
  font-size: 1.04166667vw;
  line-height: 2.15;
  font-weight: 400;
  color: white;
}
@media screen and (max-width: 1440px) {
  section.hp-branches .slide .big {
    font-size: 15px;
  }
}
section.hp-branches .slide .low {
  position: absolute;
  bottom: 30rem;
  left: 26rem;
}
section.hp-branches .slide .low .title {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  margin-bottom: 0;
}
section.hp-branches .slide .low a {
  margin-top: 15rem;
}
section.hp-branches .slide .low .hide {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  overflow: hidden;
  max-height: 0;
}
section.hp-branches .slide:before {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #1D1D38 60%);
}
section.hp-branches .slide:hover .low .hide {
  max-height: 80rem;
}
section.hp-branches .slide:hover:before {
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  section.hp-branches {
    padding: 76px 0 66px;
    background: #f6f6fa;
  }
  section.hp-branches .wrap {
    padding: 0;
  }
  section.hp-branches main {
    padding-right: 0 !important;
  }
  section.hp-branches aside .big {
    margin-bottom: 30px;
  }
  section.hp-branches aside .slider-controls {
    display: none;
  }
  section.hp-branches .slide {
    width: 241px;
    min-height: 148px;
    height: auto;
  }
  section.hp-branches .slide .low {
    position: relative;
    left: auto;
    bottom: auto;
  }
  section.hp-branches .slide .low .hide {
    max-height: 80px;
  }
}
section.logos {
  text-align: center;
}
section.logos .big {
  margin-bottom: 50px;
}
section.logos .slider {
  max-width: 1500px;
  width: 90%;
  margin: 40rem auto;
}
section.logos .slide {
  height: 142rem;
  position: relative;
  background-size: 0;
}
section.logos .slide:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 190rem;
  height: 142rem;
  content: "";
  margin: auto;
  max-width: 100%;
  background-image: inherit;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.hp-references .slide {
  mix-blend-mode: luminosity;
  opacity: 0.4;
  filter: saturate(0%);
}
@media screen and (max-width: 768px) {
  section.hp-references {
    padding: 72px 0 94px;
  }
}
section.hp-certificates {
  background: transparent url(../images/bg/hp_certs.jpg) center center no-repeat;
  background-size: cover;
}
section.hp-certificates .slider {
  max-width: 1000px;
  overflow: hidden;
}
section.hp-certificates .slide:before {
  width: 174rem;
  height: 85rem;
}
section.hp-blog {
  background: #f6f6fa;
}
section.hp-blog .bloglist .article {
  width: 100%;
  margin: 0 25rem 0 0;
}
section.hp-blog .slider .slide {
  width: 344rem;
}
@media screen and (max-width: 768px) {
  section.hp-blog {
    padding: 77px 0 85px;
  }
  section.hp-blog .wrap {
    padding: 0;
  }
  section.hp-blog main {
    padding-right: 0 !important;
  }
  section.hp-blog aside {
    background: transparent;
    padding-bottom: 0 !important;
  }
  section.hp-blog aside .big {
    margin-bottom: 30px;
  }
  section.hp-blog aside .slider-controls {
    display: none;
  }
  section.hp-blog .slider {
    padding-bottom: 29px;
  }
  section.hp-blog .slide {
    height: auto;
  }
  section.hp-blog .slide .low {
    position: relative;
    left: auto;
    bottom: auto;
  }
  section.hp-blog .slide .low .hide {
    max-height: 80px;
  }
  section.hp-blog:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 96px;
    background: #eeeef5;
  }
}
section.subhero {
  background: #1B1B37;
  background-size: 75% auto;
  margin-bottom: 225rem;
  overflow: visible;
  background: transparent url(../images/bg/subhero-bg.png) center center no-repeat;
  background-size: cover;
}
section.subhero .wrap {
  padding-right: 11.89473684vw;
}
section.subhero aside {
  padding-top: 180rem;
  position: relative;
}
section.subhero .wrap.semi aside .title.tiny {
  font-size: 18rem;
}
section.subhero main {
  overflow: visible !important;
  position: relative;
}
section.subhero main .title {
  margin: 150rem 0 310rem;
  position: relative;
  z-index: 10;
}
section.subhero main .minititle {
  display: block;
  font-size: 1.14583333vw;
  line-height: 1.54545455;
  font-weight: 300;
  color: white;
  padding: 10rem 0;
}
@media screen and (max-width: 1570.90909091px) {
  section.subhero main .minititle {
    font-size: 18px;
  }
}
section.subhero main img {
  position: absolute;
  width: 100%;
  height: 450rem;
  bottom: 0;
  transform: translate(0, 50%);
}
section.subhero main .content-menu {
  display: flex;
  position: absolute;
  padding: 2.31578947vw 9.47368421vw;
  box-sizing: border-box;
  background: #f6f6fa;
  bottom: 0;
  left: -9.47368421vw;
  width: 100%;
  justify-content: space-between;
}
section.subhero main .content-menu li {
  display: inline-block;
  margin-right: 20px;
}
section.subhero main .content-menu li a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.72916667vw;
  line-height: 1.42857143;
  font-weight: 400;
  color: #5A5A93;
  letter-spacing: 2.63rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1782.85714286px) {
  section.subhero main .content-menu li a {
    font-size: 13px;
  }
}
section.subhero main .content-menu li a:hover {
  color: #F85D43;
}
section.subhero.noimage {
  margin-bottom: 0;
}
section.subhero.--product {
  box-shadow: 0px 10px 60px -30px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  section.subhero {
    height: auto;
    margin-bottom: 40px;
  }
  section.subhero .semi {
    flex-direction: column;
  }
  section.subhero aside {
    width: 100%;
    margin-top: 4vh;
    padding-top: 0;
  }
  section.subhero main {
    padding: 20px 0 80px 10vw !important;
  }
  section.subhero main h2.title {
    margin: 0 0 40px;
  }
  section.subhero main img {
    display: none;
  }
  section.subhero main .content-menu {
    display: none;
  }
  section.subhero.noimage aside {
    margin-top: 8vh;
  }
  section.subhero.noimage main {
    padding-right: 0;
  }
  section.subhero.noimage main h2.title {
    margin: 0 0 40px;
  }
}
section.subimage {
  display: none;
  height: 30px;
}
section.subimage img {
  transform: translate(0, -150px);
  height: 180px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  section.subimage {
    display: block;
  }
}
section.content-menu {
  /* IE and Edge */
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  display: none;
  padding: 28px 3.15789474vw;
  background: #f6f6fa;
  overflow: auto;
}
section.content-menu::-webkit-scrollbar {
  display: none;
}
section.content-menu ul {
  display: flex;
  padding: 0 10vw;
  box-sizing: border-box;
  width: 100%;
  justify-content: space-between;
  min-width: 700px;
}
section.content-menu ul li {
  display: inline-block;
  margin-right: 20px;
}
section.content-menu ul li a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.72916667vw;
  line-height: 1.42857143;
  font-weight: 400;
  color: #5A5A93;
  letter-spacing: 2.63rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1782.85714286px) {
  section.content-menu ul li a {
    font-size: 13px;
  }
}
section.content-menu ul li a:hover {
  color: #F85D43;
}
@media screen and (max-width: 768px) {
  section.content-menu {
    display: block;
  }
}
section.post {
  padding: 280rem 0  90rem;
}
section.post h1 {
  font-size: 2.91666667vw;
  line-height: 1.25;
  font-weight: 200;
  color: #1B1B37;
  margin: 0 0 94rem;
}
@media screen and (max-width: 822.85714286px) {
  section.post h1 {
    font-size: 24px;
  }
}
section.post .mainimg {
  width: 100%;
  height: 454rem;
  object-fit: cover;
  object-position: center center;
}
section.post .cnt strong {
  font-weight: 400;
}
section.post .cnt img {
  width: 100%;
  height: auto;
  margin: 0;
}
section.post .cnt figure.wp-block-image {
  margin: 0 0 40rem;
}
section.post .cnt figure.wp-block-image figcaption {
  font-size: 0.72916667vw;
  line-height: 1.14285714;
  font-weight: 300;
  color: #1B1B37;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1645.71428571px) {
  section.post .cnt figure.wp-block-image figcaption {
    font-size: 12px;
  }
}
section.certificates {
  background: transparent;
  border-top: 1px solid #CFCFE1;
}
section.certificates .slider {
  max-width: 1000px;
  overflow: hidden;
}
section.certificates .slide:before {
  width: 174rem;
  height: 85rem;
}
section.team-educations {
  background: #f6f6fa;
}
section.team-educations .slider {
  margin-bottom: 46rem;
}
section.team-educations .slide {
  width: 165rem;
  height: auto;
  background: white;
  padding: 25rem 30rem;
  box-sizing: border-box;
}
section.team-educations .slide .thumb {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 23rem;
}
section.team-educations .slide .thumb:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
section.team-educations .slide span {
  font-size: 0.625vw;
  line-height: 1.16666667;
  font-weight: 400;
  color: #1B1B37;
  letter-spacing: -0.14rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  section.team-educations .slide span {
    font-size: 9px;
  }
}
section.cta .wrap {
  display: flex;
  gap: 14rem;
  max-width: 1421px;
  text-align: center;
  padding: 0 50rem;
}
section.cta .box {
  padding: 5.15789474vw 4.42105263vw;
  background: rgba(248, 93, 67, 0.0531031);
  flex: 1 1;
}
section.cta .box .big {
  margin: 0 0 40rem;
}
section.cta .box.gray {
  background: #f6f6fa;
}
@media screen and (max-width: 768px) {
  section.cta .wrap {
    flex-direction: column;
  }
  section.cta .box {
    max-width: 95%;
    width: 400px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
section.services {
  background: #f6f6fa;
  overflow: hidden;
}
section.services .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15rem;
}
section.services article {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  display: block;
  position: relative;
  min-height: 422rem;
  padding: 2.31578947vw 2.42105263vw;
  background: white;
  box-sizing: border-box;
}
section.services article img {
  max-width: 6.05263158vw;
  min-width: 70px;
}
section.services article .mid {
  line-height: 1.25;
}
section.services article .low {
  position: absolute;
  bottom: 2.31578947vw;
  left: 2.42105263vw;
  right: 2.31578947vw;
}
section.services article .low .title {
  margin-bottom: 25rem;
}
section.services article .low .hide {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  overflow: hidden;
  max-height: 0;
}
section.services article:hover {
  box-shadow: -1px 30px 57px -40px rgba(0, 0, 0, 0.3);
}
section.services article:hover .low .hide {
  max-height: 80rem;
}
section.services .support {
  position: absolute;
  bottom: 2.10526316vw;
  right: 3.15789474vw;
}
@media screen and (max-width: 1500px) {
  section.services .wrap {
    padding-right: 3.15789474vw;
  }
  section.services .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1024px) {
  section.services .support {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.services .list {
    max-width: 350px;
    margin: auto;
    grid-template-columns: 1fr;
  }
  section.services article {
    height: auto;
    width: 100%;
    min-width: 0;
    min-height: 296px;
    padding: 30px;
  }
  section.services article img {
    margin-bottom: 50px;
    width: 37%;
    height: 70px;
    max-width: none;
    min-width: 0;
    object-fit: contain;
  }
  section.services article .low {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  section.services article .low .hide {
    max-height: 200px;
  }
}
section.contact .cnt {
  max-width: 830px;
}
section.contact .contacts {
  display: grid;
  gap: 30rem;
  grid-template-columns: 1fr 1fr 130px;
  color: #5A5A93;
  margin: 0 0 30rem;
}
section.contact .contacts p {
  font-size: 1.04166667vw;
  line-height: 1.4;
  font-weight: 300;
  color: inherit;
}
@media screen and (max-width: 1440px) {
  section.contact .contacts p {
    font-size: 15px;
  }
}
section.contact .contacts .social a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 49rem;
  height: 49rem;
  display: inline-flex;
  border: 2px solid #5A5A93;
  align-items: center;
  justify-content: center;
  border-radius: 18rem;
  margin: 0 10px 0 0;
}
section.contact .contacts .social a svg {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  fill: #5A5A93;
}
section.contact .contacts .social a.fb svg {
  width: 13rem;
  height: 22rem;
}
section.contact .contacts .social a.in svg {
  width: 23rem;
  height: 23rem;
}
section.contact .contacts .social a:hover {
  border-color: #1B1B37;
}
section.contact .contacts .social a:hover svg {
  fill: #F85D43;
}
section.contact .contacts a,
section.contact .contacts span {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 1.04166667vw;
  line-height: 1.4;
  font-weight: 300;
  color: #5A5A93;
}
@media screen and (max-width: 1440px) {
  section.contact .contacts a,
  section.contact .contacts span {
    font-size: 15px;
  }
}
section.contact .contacts a:hover {
  color: #1B1B37;
}
section.contact .map {
  height: 472rem;
}
@media screen and (max-width: 1024px) {
  section.contact .cnt {
    max-width: 100%;
    width: auto;
  }
  section.contact .contacts {
    grid-template-columns: 1fr 1fr;
  }
  section.contact .contacts p {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  section.contact {
    text-align: center;
  }
  section.contact .wrap {
    padding: 0;
  }
  section.contact .contacts {
    grid-template-columns: 1fr;
    text-align: center;
  }
  section.contact .contacts p {
    margin: 0 0 10px;
  }
  section.contact .contacts .social a {
    margin: 0 5px;
  }
}
section.contact-form {
  background: #f6f6fa;
}
section.contact-form main {
  max-width: 830px;
}
section.contact-form main .form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15rem 3.10526316vw;
}
section.contact-form main .form label.wide {
  grid-column: span 2;
}
@media screen and (max-width: 1024px) {
  section.contact-form .wrap {
    padding: 0 10vw;
  }
}
@media screen and (max-width: 768px) {
  section.contact-form .wrap {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  section.contact-form main .form {
    grid-template-columns: 1fr;
  }
  section.contact-form main .form label {
    display: block;
    width: 100%;
  }
  section.contact-form main .form label.wide {
    grid-column: span 1;
  }
}
section.related-services {
  background: #f6f6fa;
}
section.related-services .wrap {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.related-services .wrap {
    padding: 0;
  }
  section.related-services .boxlist .item {
    padding: 15px;
  }
  section.related-services .boxlist .item .thumb {
    width: 50px;
    margin-right: 20rem;
  }
  section.related-services .boxlist .item .title {
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
  }
}
section.product .props {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 5.26315789vw 0 1.57894737vw;
}
section.product .props .prop {
  width: 25%;
  margin: 0 30px 20rem 0;
}
section.product .props .prop img {
  width: 62rem;
  height: 62rem;
  margin: 0;
  object-fit: contain;
  object-position: center;
}
section.product .props .prop h4 {
  font-size: 1.25vw;
  line-height: 1.79166667;
  font-weight: 400;
  color: #1B1B37;
  margin: 10rem 0 5rem;
}
@media screen and (max-width: 1600px) {
  section.product .props .prop h4 {
    font-size: 20px;
  }
}
section.product .props .prop p {
  font-size: 0.83333333vw;
  line-height: 1.5;
  font-weight: 300;
  color: #1B1B37;
  margin: 0;
}
@media screen and (max-width: 1680px) {
  section.product .props .prop p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  section.product {
    margin-top: 40px;
  }
  section.product .wrap.semi main {
    padding-right: 0;
  }
  section.product .props {
    flex-direction: column;
    text-align: left;
  }
  section.product .props .prop {
    padding-left: 70px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  section.product .props .prop img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
  }
}
section.product--benefits {
  background: #979797 url(../images/bg/bg_product_benefits.jpg) left bottom no-repeat;
  background-size: cover;
  box-shadow: 0px 10px 60px -30px rgba(0, 0, 0, 0.5);
}
section.product--benefits .wrap {
  padding-right: 0;
}
section.product--benefits aside {
  padding: 7.84210526vw 0 6.31578947vw;
  flex: 0 0 500px;
}
section.product--benefits main {
  flex: 0 1 ;
  width: 0;
  background: white;
  position: relative;
}
section.product--benefits .tabs {
  width: 58%;
  overflow: hidden;
}
section.product--benefits .tabs.full {
  width: 100%;
}
section.product--benefits .tabs .controls {
  padding: 8.05263158vw 40rem 0 7vw;
  background: #ededf5;
  display: flex;
  align-items: flex-end;
}
section.product--benefits .tabs .controls ul li {
  display: inline-block;
  padding-right: 25rem;
  cursor: pointer;
}
section.product--benefits .tabs .controls ul li span {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.9375vw;
  line-height: 2.38888889;
  font-weight: 400;
  color: #9F9FB4;
  display: block;
  position: relative;
  padding: 0 15rem 20rem 0;
}
@media screen and (max-width: 1706.66666667px) {
  section.product--benefits .tabs .controls ul li span {
    font-size: 16px;
  }
}
section.product--benefits .tabs .controls ul li span:after {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #F85D43;
  opacity: 0;
}
section.product--benefits .tabs .controls ul li.active span {
  font-size: 1.25vw;
  line-height: 1.79166667;
  font-weight: 400;
  color: #1B1B37;
}
@media screen and (max-width: 1600px) {
  section.product--benefits .tabs .controls ul li.active span {
    font-size: 20px;
  }
}
section.product--benefits .tabs .controls ul li:hover span:after,
section.product--benefits .tabs .controls ul li.active span:after {
  opacity: 1;
}
section.product--benefits .tabs .contents {
  padding: 80rem 40rem 0 7vw;
  overflow: hidden;
  display: block;
}
section.product--benefits .tabs .contents .slider {
  overflow: hidden;
}
section.product--benefits .tabs .contents p {
  font-size: 0.83333333vw;
  line-height: 1.625;
  font-weight: 300;
  color: #1B1B37;
}
@media screen and (max-width: 1680px) {
  section.product--benefits .tabs .contents p {
    font-size: 14px;
  }
}
section.product--benefits .tabs .contents strong {
  font-size: 1.04166667vw;
  line-height: 1.5;
  font-weight: 200;
  color: #1B1B37;
}
@media screen and (max-width: 1536px) {
  section.product--benefits .tabs .contents strong {
    font-size: 16px;
  }
}
section.product--benefits .image {
  position: absolute;
  display: block;
  width: 42%;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  background-size: cover;
}
section.product--benefits .image img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  opacity: 0;
}
section.product--benefits .image img.active {
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  section.product--benefits .tabs {
    width: 75%;
  }
  section.product--benefits .image {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  section.product--benefits .wrap.semi {
    padding: 0;
  }
  section.product--benefits .wrap.semi aside {
    background: #ededf5;
    padding: 40rem 7vw 0;
  }
  section.product--benefits .wrap.semi main {
    width: auto;
    padding: 0;
  }
  section.product--benefits .tabs {
    width: 100%;
  }
  section.product--benefits .tabs .controls {
    /* IE and Edge */
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    overflow: auto;
  }
  section.product--benefits .tabs .controls::-webkit-scrollbar {
    display: none;
  }
  section.product--benefits .tabs .controls ul {
    white-space: nowrap;
  }
  section.product--benefits .image {
    position: relative;
    width: 100%;
    height: 180px;
  }
}
section.product--advantages .grid .item {
  font-size: 1.04166667vw;
  line-height: 1.4;
  font-weight: 400;
  color: #1B1B37;
  letter-spacing: -0.19rem;
  margin: 0 2.10526316vw 3.73684211vw 0;
  max-width: 312px;
  padding: 22rem 0 0 0;
  border-top: 1px solid #cfcfe1;
  position: relative;
}
@media screen and (max-width: 1536px) {
  section.product--advantages .grid .item {
    font-size: 16px;
  }
}
section.product--advantages .grid .item:before {
  width: 12rem;
  height: 12rem;
  position: absolute;
  content: "";
  display: block;
  background: transparent url(../images/icons/btn_plus.png) center center no-repeat;
  top: -6.5rem;
  left: 0;
}
@media screen and (max-width: 600px) {
  section.product--advantages .wrap.semi main {
    padding-right: 10px;
  }
  section.product--advantages .grid {
    grid-template-columns: 1fr;
  }
  section.product--advantages .grid .item {
    margin-bottom: 30px;
  }
}
section.product--modules {
  background: #f6f6fa;
  margin: 0 0 5.78947368vw;
}
section.product--modules main {
  width: 0;
}
section.product--modules .tabs .controls {
  display: flex;
  align-items: flex-end;
}
section.product--modules .tabs .controls ul li {
  display: inline-block;
  margin-right: 25rem;
  cursor: pointer;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.9375vw;
  line-height: 2.38888889;
  font-weight: 400;
  color: #9F9FB4;
  position: relative;
  padding: 0 15rem 20rem 0;
}
@media screen and (max-width: 1706.66666667px) {
  section.product--modules .tabs .controls ul li {
    font-size: 16px;
  }
}
section.product--modules .tabs .controls ul li:after {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #F85D43;
  opacity: 0;
}
section.product--modules .tabs .controls ul li.active {
  font-size: 1.25vw;
  line-height: 1.79166667;
  font-weight: 400;
  color: #1B1B37;
}
@media screen and (max-width: 1440px) {
  section.product--modules .tabs .controls ul li.active {
    font-size: 18px;
  }
}
section.product--modules .tabs .controls ul li:hover:after,
section.product--modules .tabs .controls ul li.active:after {
  opacity: 1;
}
section.product--modules .tabs .slider {
  width: 100%;
}
section.product--modules .tabs .slider .swiper-slide {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  background: #f6f6fa;
  opacity: 0 !important;
}
section.product--modules .tabs .slider .swiper-slide .contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10rem 0 0;
}
section.product--modules .tabs .slider .swiper-slide .contents p {
  font-size: 1.04166667vw;
  line-height: 1.5;
  font-weight: 200;
  color: #1B1B37;
  margin: 30rem 10px 0 0;
}
@media screen and (max-width: 1728px) {
  section.product--modules .tabs .slider .swiper-slide .contents p {
    font-size: 18px;
  }
}
section.product--modules .tabs .slider .swiper-slide .contents p strong {
  font-size: 0.83333333vw;
  line-height: 1.625;
  font-weight: 300;
  color: #1B1B37;
}
@media screen and (max-width: 1680px) {
  section.product--modules .tabs .slider .swiper-slide .contents p strong {
    font-size: 14px;
  }
}
section.product--modules .tabs .slider .swiper-slide .contents img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  margin: 0 0 40rem 40rem;
  width: 41%;
  transform: translate(0, 40rem);
  opacity: 0;
}
section.product--modules .tabs .slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
section.product--modules .tabs .slider .swiper-slide.swiper-slide-active .contents img {
  transform: translate(0, 0);
  opacity: 1;
}
section.product--modules .tabs .slider .swiper-slide .boxes {
  padding: 3.15789474vw 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.product--modules .tabs .slider .swiper-slide .boxes .box {
  max-width: 314px;
  margin: 0 30px 30px 0;
  border-top: 1px solid #cfcfe1;
  position: relative;
}
section.product--modules .tabs .slider .swiper-slide .boxes .box h3 {
  font-size: 1.04166667vw;
  line-height: 1.4;
  font-weight: 400;
  color: #1B1B37;
  padding: 30rem 0 40rem;
}
@media screen and (max-width: 1536px) {
  section.product--modules .tabs .slider .swiper-slide .boxes .box h3 {
    font-size: 16px;
  }
}
section.product--modules .tabs .slider .swiper-slide .boxes .box p {
  font-size: 0.83333333vw;
  line-height: 1.625;
  font-weight: 300;
  color: #1B1B37;
}
@media screen and (max-width: 1680px) {
  section.product--modules .tabs .slider .swiper-slide .boxes .box p {
    font-size: 14px;
  }
}
section.product--modules .tabs .slider .swiper-slide .boxes .box:before {
  width: 24rem;
  height: 3rem;
  position: absolute;
  content: "";
  display: block;
  background: #F85D43;
  top: -1.5rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.product--modules .wrap.semi {
    padding: 0;
  }
  section.product--modules .wrap.semi main {
    width: auto;
  }
  section.product--modules .tabs .controls {
    text-align: center;
    overflow: auto;
    /* IE and Edge */
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  section.product--modules .tabs .controls::-webkit-scrollbar {
    display: none;
  }
  section.product--modules .tabs .controls ul {
    white-space: nowrap;
  }
  section.product--modules .tabs .slider .swiper-slide .contents {
    margin: 0 0 30px;
  }
  section.product--modules .tabs .slider .swiper-slide .contents p {
    display: flex;
    flex-direction: column;
  }
  section.product--modules .tabs .slider .swiper-slide .contents img {
    width: 100%;
    order: 5;
    margin: 10px 0 30px;
  }
  section.product--modules .tabs .slider .boxes {
    flex-direction: column;
  }
}
section.blog {
  background: #f6f6fa;
}
section.blog .bloglist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.blog .bloglist .article {
  margin: 0 25rem 25rem 0;
}
section.cookiesbar {
  background: white;
  padding: 24rem 0;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  text-align: center;
}
section.cookiesbar a,
section.cookiesbar p {
  display: inline-flex;
  vertical-align: middle;
  color: inherit;
  font-size: 14px;
  margin: 0 20rem 0 0;
}
section.cookiesbar p {
  line-height: 1.3;
}
section.cookiesbar .btn {
  margin: 0 40rem;
}
section.cookiesbar .info:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1420px) {
  section.cookiesbar p {
    display: block;
    margin: 0 0 30rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 400px) {
  section.cookiesbar .info {
    display: block;
    margin-top: 30rem;
  }
}
section.error404 {
  padding: 280rem 0  90rem;
}
section.error404 .wrap {
  max-width: 1420px;
  position: relative;
  padding: 0;
}
section.error404 .back {
  position: absolute;
  top: 0;
  left: 0;
}
section.error404 p {
  text-align: center;
  font-size: 8.75vw;
  line-height: 1.25;
  font-weight: 200;
  color: #1B1B37;
}
@media screen and (max-width: 1440px) {
  section.error404 p {
    font-size: 126px;
  }
}
footer {
  background: #1B1B37;
  padding: 8.52631579vw 10vw 0;
  display: block;
}
footer .wrap {
  max-width: 1520px;
  display: grid;
  gap: 30rem;
  grid-template-columns: repeat(4, 1fr);
}
footer .upper .col {
  margin-bottom: 40rem;
}
footer .upper .col.wide {
  grid-column: span 2;
}
footer .upper .logo {
  display: block;
  width: 198rem;
  height: 59rem;
  background: transparent url(../images/logo_rgb_v2.svg) center left no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .upper a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 0.83333333vw;
  line-height: 2.0625;
  font-weight: 400;
  color: white;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 1680px) {
  footer .upper a {
    font-size: 14px;
  }
}
footer .upper a:hover {
  color: #F85D43;
}
footer .upper ul li {
  display: block;
  margin: 5px 0;
}
footer .upper ul.twocol {
  columns: 2;
}
footer .upper ul.twocol li {
  break-inside: avoid;
  margin-right: 30rem;
}
footer .upper p {
  font-size: 0.83333333vw;
  line-height: 1.375;
  font-weight: 300;
  color: #5A5A93;
}
@media screen and (max-width: 1680px) {
  footer .upper p {
    font-size: 14px;
  }
}
footer .upper .contacts a,
footer .upper .contacts span {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  font-size: 1.04166667vw;
  line-height: 1.4;
  font-weight: 300;
  color: #5A5A93;
}
@media screen and (max-width: 1440px) {
  footer .upper .contacts a,
  footer .upper .contacts span {
    font-size: 15px;
  }
}
footer .upper .contacts a:hover,
footer .upper .contacts span:hover {
  color: white;
}
footer .upper .social a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  width: 49rem;
  height: 49rem;
  display: inline-flex;
  border: 2px solid #5A5A93;
  align-items: center;
  justify-content: center;
  border-radius: 18rem;
  margin: 0 10px 0 0;
}
footer .upper .social a svg {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  fill: #5A5A93;
}
footer .upper .social a.fb svg {
  width: 13rem;
  height: 22rem;
}
footer .upper .social a.in svg {
  width: 23rem;
  height: 23rem;
}
footer .upper .social a:hover {
  border-color: rgba(90, 90, 147, 0.270979);
}
footer .upper .social a:hover svg {
  fill: white;
}
footer .copy {
  padding: 40rem 3.15789474vw;
  font-size: 0.83333333vw;
  line-height: 1.375;
  font-weight: 300;
  color: #5A5A93;
}
@media screen and (max-width: 1440px) {
  footer .copy {
    font-size: 12px;
  }
}
footer .copy a,
footer .copy span {
  font-size: 0.83333333vw;
  line-height: 1.375;
  font-weight: 300;
  color: #5A5A93;
}
@media screen and (max-width: 1440px) {
  footer .copy a,
  footer .copy span {
    font-size: 12px;
  }
}
footer .copy a {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  will-change: transform, color, background, font-size;
  text-decoration: underline;
}
footer .copy a:hover {
  color: white;
  text-decoration: none;
}
footer .copy:before {
  content: "";
  position: absolute;
  display: block;
  left: 3.15789474vw;
  right: 3.15789474vw;
  top: 0;
  height: 1px;
  background: #5A5A93;
}
@media screen and (max-width: 1024px) {
  footer .copy {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  footer .upper {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .upper .col.wide {
    grid-column: span 1;
  }
  footer .upper .col.wide ul {
    columns: 1;
  }
  footer .upper .col.wide ul li {
    margin-right: 0;
  }
  footer .col-logo {
    order: -1;
  }
  footer .placeholder {
    display: none;
  }
  footer .copy {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  footer .upper {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    padding-bottom: 30px;
  }
  footer .col {
    padding: 0 10vw;
    margin: 0 !important;
  }
  footer p {
    margin-bottom: 0;
  }
  footer a.logo {
    margin: 10px auto 0;
  }
}
.is-style-text-orange {
  font-size: 1.35416667vw;
  line-height: 1.38461538;
  font-weight: 200;
  color: inherit;
  letter-spacing: -0.24rem;
  color: #F85D43;
}
@media screen and (max-width: 1440px) {
  .is-style-text-orange {
    font-size: 19.5px;
  }
}

.skip-to-content {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100000;
  transform: translateY(-160%);
  padding: 12px 18px;
  border-radius: 6px;
  background: #1B1B37;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease;
}
.skip-to-content:focus {
  transform: translateY(0);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #F85D43;
  outline-offset: 4px;
}
header nav .nav-level1 > li > a:focus-visible,
header .hamburger:focus-visible,
header .langswitch a:focus-visible {
  outline: 2px solid #F85D43;
  outline-offset: 2px;
  border-radius: 16rem;
  color: #F85D43;
}
header nav .nav-level1 > li > a:focus-visible:before {
  opacity: 0.34;
}
section.hp-services .swiper-wrapper {
  transition-duration: 520ms !important;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
}
section.hp-services .slide {
  animation: none !important;
}

/* Keep the clicked language selector open while preserving the original menu motion. */
header .langswitch.open ul li,
header .langswitch:focus-within ul li {
  opacity: 1;
  height: 100%;
}
header .langswitch.open ul li a,
header .langswitch:focus-within ul li a {
  border-color: white;
  background: white;
  color: #5A5A93;
}
header .langswitch.open ul li:first-of-type a,
header .langswitch:focus-within ul li:first-of-type a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
header .langswitch.open ul li:last-of-type a,
header .langswitch:focus-within ul li:last-of-type a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
header .langswitch.open ul li:hover a,
header .langswitch:focus-within ul li:hover a {
  color: #1B1B37;
  border-color: #CFCFE1;
  background: #CFCFE1;
}

/* Keep the cookie settings control visible and recognizable after a choice. */
#moove_gdpr_save_popup_settings_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  background: #373737;
  cursor: pointer;
  pointer-events: auto;
  transition: width .3s ease, background-color .3s ease;
}
#moove_gdpr_save_popup_settings_button:hover,
#moove_gdpr_save_popup_settings_button:focus-visible {
  width: 228px;
  background: #000;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_text {
  display: block;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  transition: max-width .3s ease, opacity .2s ease, padding .3s ease;
}
#moove_gdpr_save_popup_settings_button:hover .moove_gdpr_text,
#moove_gdpr_save_popup_settings_button:focus-visible .moove_gdpr_text {
  max-width: 180px;
  opacity: 1;
  padding: 0 15px 0 5px;
}
html[lang="sk"] #moove_gdpr_save_popup_settings_button:hover,
html[lang="sk"] #moove_gdpr_save_popup_settings_button:focus-visible {
  width: 272px;
}
html[lang="sk"] #moove_gdpr_save_popup_settings_button:hover .moove_gdpr_text,
html[lang="sk"] #moove_gdpr_save_popup_settings_button:focus-visible .moove_gdpr_text {
  max-width: 220px;
  padding-right: 20px;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_icon svg {
  display: block;
  width: 30px;
  height: 30px;
}
#moove_gdpr_save_popup_settings_button .moove_gdpr_icon svg * {
  fill: currentColor !important;
}

/* The static copy opens the dialog directly, without the plugin's lightbox wrapper. */
#moove_gdpr_cookie_modal[open] {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 32px !important;
  border: 0 !important;
  background: rgba(0, 0, 0, .88);
  overflow: hidden !important;
  content-visibility: visible !important;
}
#moove_gdpr_cookie_modal[open],
#moove_gdpr_cookie_modal[open] * {
  box-sizing: border-box;
}
#moove_gdpr_cookie_modal[open]::backdrop {
  background: rgba(0, 0, 0, .88);
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-content {
  width: min(1170px, 80vw) !important;
  max-width: 100%;
  max-height: calc(100vh - 64px);
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 0 1 auto;
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-close {
  top: 16px !important;
  right: 16px !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  cursor: pointer;
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-close span.gdpr-icon {
  position: relative;
  display: block;
  width: 44px !important;
  height: 44px !important;
  background: #f85d43 !important;
  border: 0 !important;
  border-radius: 50%;
  font-size: 0 !important;
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-close span.gdpr-icon::before,
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-close span.gdpr-icon::after {
  position: absolute;
  top: 21px;
  left: 11px;
  width: 22px;
  height: 2px;
  content: "";
  background: #fff;
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-close span.gdpr-icon::before {
  transform: rotate(45deg);
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-close span.gdpr-icon::after {
  transform: rotate(-45deg);
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-save-settings {
  display: inline-block !important;
}

/* Stable two-column layout for the standalone cookie dialog. */
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-content {
  display: grid;
  grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
  height: min(600px, calc(100vh - 64px));
  min-height: 0;
  overflow: hidden;
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-left-content,
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-right-content {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  float: none !important;
  width: auto !important;
  height: 100% !important;
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-left-content {
  grid-column: 1;
  padding: 40px 60px;
  overflow-y: auto;
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-right-content {
  grid-column: 2;
  padding: 40px 60px 130px;
  overflow-y: auto;
}
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-right-content .main-modal-content,
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-right-content .moove-gdpr-tab-content {
  max-height: none;
  overflow: visible;
}
@media (max-width: 900px) {
  #moove_gdpr_cookie_modal[open] .moove-gdpr-modal-content {
    display: block;
    width: min(640px, 100%) !important;
    height: auto;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
  }
  #moove_gdpr_cookie_modal[open] .moove-gdpr-modal-left-content,
  #moove_gdpr_cookie_modal[open] .moove-gdpr-modal-right-content {
    height: auto !important;
    overflow: visible;
  }
  #moove_gdpr_cookie_modal[open] .moove-gdpr-modal-left-content {
    padding: 28px 32px;
  }
#moove_gdpr_cookie_modal[open] .moove-gdpr-modal-right-content {
    min-height: 420px;
    padding: 32px 32px 120px;
  }
}

/* Self-contained cookie panel used by the static site. */
#aureus-cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, .88);
}
#aureus-cookie-modal[hidden] {
  display: none !important;
}
#aureus-cookie-modal *,
#aureus-cookie-modal *::before,
#aureus-cookie-modal *::after {
  box-sizing: border-box;
}
.aureus-cookie-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 40%) minmax(0, 60%);
  width: min(1170px, 100%);
  min-height: min(600px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border-radius: 7px;
  background: #f1f1f1;
  font-family: Arial, sans-serif;
}
.aureus-cookie-nav {
  position: relative;
  padding: 58px 60px 40px;
  background: #fff;
  box-shadow: 0 0 30px rgba(35, 35, 35, .1);
}
.aureus-cookie-logo {
  height: 120px;
}
.aureus-cookie-logo img {
  width: 92px;
  height: auto;
}
.aureus-cookie-mark {
  color: #1b1b37;
  font-size: 62px;
  font-weight: 800;
  letter-spacing: -8px;
}
.aureus-cookie-mark span {
  color: #f85d43;
}
.aureus-cookie-nav button {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  padding: 14px 20px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  background: #f1f1f1;
  color: #f85d43;
  cursor: pointer;
  font: 700 13px/1.2 Arial, sans-serif;
  text-align: left;
  text-transform: uppercase;
}
.aureus-cookie-nav button.is-selected {
  border-color: #e6e6e6;
  background: #fff;
  color: #111;
}
.aureus-cookie-branding {
  position: absolute;
  right: 60px;
  bottom: 34px;
  left: 60px;
  margin: 0;
  color: #000;
  font: 12px/1.3 Arial, sans-serif;
}
.aureus-cookie-content {
  position: relative;
  min-width: 0;
  padding: 58px 60px 130px;
  overflow-y: auto;
}
.aureus-cookie-content h2 {
  margin: 0 0 28px;
  color: #000;
  font-size: 28px;
  line-height: 1.2;
}
.aureus-cookie-content p {
  max-width: 620px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
#aureus-cookie-content [data-cookie-pane][hidden] {
  display: none !important;
}
.aureus-cookie-state {
  color: #2e9935 !important;
}
.aureus-cookie-static-toggle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.aureus-cookie-static-toggle input {
  position: absolute;
  opacity: 0;
}
.aureus-cookie-static-toggle span {
  position: relative;
  display: block;
  width: 50px;
  height: 30px;
  border-radius: 20px;
  background: #a0a0a0;
}
.aureus-cookie-static-toggle span::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.aureus-cookie-static-toggle b {
  color: #70bd5f;
  font: 700 16px/1 Arial, sans-serif;
}
.aureus-cookie-toggle {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
  cursor: pointer;
}
.aureus-cookie-toggle input {
  opacity: 0;
}
.aureus-cookie-toggle span {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: #a0a0a0;
  transition: .2s ease;
}
.aureus-cookie-toggle span::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: .2s ease;
}
.aureus-cookie-toggle input:checked + span {
  background: #2e9935;
}
.aureus-cookie-toggle input:checked + span::after {
  transform: translateX(24px);
}
.aureus-cookie-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 38px 60px;
  border-top: 1px solid #c9c8c8;
  background: #f1f1f1;
}
.aureus-cookie-actions button {
  min-width: 150px;
  padding: 16px 20px;
  border: 0;
  background: #f85d43;
  color: #fff;
  cursor: pointer;
  font: 700 13px/1 Arial, sans-serif;
}
.aureus-cookie-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: #f85d43;
  cursor: pointer;
}
.aureus-cookie-close span::before,
.aureus-cookie-close span::after {
  position: absolute;
  top: 25px;
  left: 14px;
  width: 24px;
  height: 2px;
  background: #fff;
  content: "";
}
.aureus-cookie-close span::before { transform: rotate(45deg); }
.aureus-cookie-close span::after { transform: rotate(-45deg); }
@media (max-width: 800px) {
  #aureus-cookie-modal { padding: 16px; }
  .aureus-cookie-panel {
    display: block;
    min-height: 0;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
  }
  .aureus-cookie-nav { padding: 36px 28px 18px; }
  .aureus-cookie-logo { height: 82px; }
  .aureus-cookie-logo img { width: 68px; }
  .aureus-cookie-nav button { margin-bottom: 10px; }
  .aureus-cookie-branding { display: none; }
  .aureus-cookie-content { min-height: 410px; padding: 28px 28px 118px; overflow: visible; }
  .aureus-cookie-actions { padding: 20px 28px; gap: 8px; }
  .aureus-cookie-actions button { min-width: 0; flex: 1; padding: 14px 8px; font-size: 11px; }
}
@media (max-width: 767px) {
  #moove_gdpr_cookie_modal[open] {
    padding: 16px !important;
  }
  #moove_gdpr_cookie_modal[open] .moove-gdpr-modal-content {
    width: 100% !important;
    max-height: calc(100vh - 32px);
  }
}

/* Map remains unloaded until external services are accepted or requested. */
.contact-map-placeholder {
  display: grid;
  min-height: 430px;
  place-items: center;
  align-content: center;
  gap: 18px;
  margin-top: 4rem;
  padding: 32px;
  background: #f3f3f6;
  color: #1b1b37;
  text-align: center;
}
.contact-map-placeholder p {
  max-width: 460px;
  margin: 0;
}
.contact-map-placeholder button {
  padding: 13px 24px;
  border: 2px solid #f85d43;
  background: transparent;
  color: #1b1b37;
  cursor: pointer;
  font: inherit;
}
.contact-map-placeholder button:hover,
.contact-map-placeholder button:focus-visible {
  background: #f85d43;
  color: #fff;
}
@media (max-width: 900px) {
  .contact-map-placeholder {
    min-height: 320px;
    margin-top: 2.5rem;
  }
}

/* The statement reuses the standard contact-page header, hero and footer. */
body.accessibility-page > .subhero,
body.accessibility-page > .subimage,
body.accessibility-page > .mainwrap {
  display: none;
}
