@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  --col1: #000;
  --col1-rgb: 0, 0, 0;
  --col2: #fff;
  --col2-rgb: 255, 255, 255;
  --col3: #134682;
  --col3-rgb: 19 70 130;
  --col4: #C8C9C7;
  --col4-rgb: 200, 201, 199;
  --col5: #EAEAEA;
  --col5-rgb: 234, 234, 234;
  --col6: #003A70;
  --col6-rgb: 0 58 112;
  --scrollbarWidth: 0px;
  --vw100: calc(100vw - var(--scrollbarWidth));
  --wp--preset--font-size--small: 20px;
  --wp--preset--font-size--normal: 24px;
  --wp--preset--font-size--medium: 28px;
  --wp--preset--font-size--large: 32px;
  font-family: "Neue Montreal", sans-serif;
  background: var(--col2);
  color: var(--col1);
  text-rendering: auto;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  min-height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 769px) {
  html,
body {
    --wp--preset--font-size--medium: 32px;
    --wp--preset--font-size--large: 40px;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 20px;
}
html[lang] {
  margin-top: 0 !important;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
}
body > * {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  body > * {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  body > * {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 420px) {
  body > * {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrap {
  margin: 0 auto;
  max-width: 1130px;
}
@media (min-width: 1801px) {
  .wrap {
    max-width: 1530px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.wp-block-image,
.wp-block-video,
.wp-block-columns {
  margin-bottom: 24px;
}
.wp-block-image:last-child,
.wp-block-video:last-child,
.wp-block-columns:last-child {
  margin-bottom: 0;
}

.wp-block-media-text {
  margin-bottom: 24px;
}
.wp-block-media-text:last-child {
  margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 32px;
  padding-right: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    padding: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content:not(:last-child),
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media:not(:last-child) {
    margin-bottom: 24px;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 32px;
}

.wp-block-group:not(:last-child) {
  margin-bottom: 48px;
}

.wp-block-separator {
  border-top-width: 0 !important;
  border-bottom-width: 1px;
  border-color: var(--linecol, var(--col4));
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/neue-montreal-regular.woff2") format("woff2"), url("../fonts/neue-montreal-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Neue Montreal";
  src: url("../fonts/neue-montreal-bold.woff2") format("woff2"), url("../fonts/neue-montreal-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "flexcon-icons";
  src: url("../fonts/flexcon-icons.ttf?shkazi") format("truetype"), url("../fonts/flexcon-icons.woff?shkazi") format("woff"), url("../fonts/flexcon-icons.svg?shkazi#flexcon-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 24px;
  line-height: 1;
}

h1, h2 {
  margin-bottom: 32px;
}

h1,
h2 {
  font-size: 64px;
}
@media (max-width: 768px) {
  h1,
h2 {
    font-size: 40px;
    margin-bottom: 0.8rem;
  }
}

h3,
.h3,
.card--inline,
h4,
.h4 {
  font-size: 32px;
  line-height: 1.125;
}
@media (max-width: 768px) {
  h3,
.h3,
.card--inline,
h4,
.h4 {
    font-size: 24px;
    line-height: 1.166;
  }
}
h3.large, .modal[data-type=modal-single] .modal__body > h3,
.h3.large,
.large.card--inline,
h4.large,
.h4.large {
  font-size: 40px;
  line-height: 1;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 1.166;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1.2;
}

p,
.paragraph,
.info,
.popup__preview .block-editor-block-list__layout ul,
.modal[data-type=modal-single] .modal__body ul,
.section__content ul {
  font-size: 24px;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 0;
}
p:not(:last-child),
.paragraph:not(:last-child),
.info:not(:last-child),
.popup__preview .block-editor-block-list__layout ul:not(:last-child),
.modal[data-type=modal-single] .modal__body ul:not(:last-child),
.section__content ul:not(:last-child) {
  margin-bottom: 24px;
}
p.text--label,
.paragraph.text--label,
.text--label.info,
.popup__preview .block-editor-block-list__layout ul.text--label,
.modal[data-type=modal-single] .modal__body ul.text--label,
.section__content ul.text--label {
  margin: 0;
  color: #C8C9C7;
}
p.text--small,
.paragraph.text--small,
.text--small.info,
.popup__preview .block-editor-block-list__layout ul.text--small,
.modal[data-type=modal-single] .modal__body ul.text--small,
.section__content ul.text--small {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  p.text--small,
.paragraph.text--small,
.text--small.info,
.popup__preview .block-editor-block-list__layout ul.text--small,
.modal[data-type=modal-single] .modal__body ul.text--small,
.section__content ul.text--small {
    font-size: 16px;
    line-height: 1.25;
  }
}
p.text--large,
.paragraph.text--large,
.text--large.info,
.popup__preview .block-editor-block-list__layout ul.text--large,
.modal[data-type=modal-single] .modal__body ul.text--large,
.section__content ul.text--large {
  font-size: 40px;
  line-height: 1;
}

.has-small-font-size {
  line-height: 1.2;
}

a {
  color: currentcolor;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.hover--brand {
  transition: color 0.2s linear;
}
a.hover--brand:hover {
  color: var(--col6);
}

.cta {
  --coltext: var(--col1);
  --colbg: var(--col2);
  font-size: 20px;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  display: inline-flex;
  align-items: center;
  color: var(--coltext);
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.cta--text {
  --coltext: currentColor;
  padding: 0;
  border-width: 0;
  justify-content: flex-start;
}
.cta--filled {
  background: var(--colbg);
  border-color: transparent;
}
.cta--filled:not(.cta--invert):hover {
  background: #EAEAEA;
}
.cta--invert {
  color: var(--colbg);
  background: var(--coltext);
}
.cta--brand {
  --coltext: var(--col3);
}
.cta--brand.cta--invert {
  --colbg: #fff;
}
.cta--brand.cta--invert:hover {
  --coltext: var(--col6);
}
.cta--hover i {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta--hover.diagonal i.icon-arrow {
  display: inline-block;
  transform: rotate(45deg);
}
.cta--hover.diagonal:hover i.icon-arrow {
  transform: none;
}
.cta--hover.horizontal i.icon-arrow {
  display: inline-block;
  transform: rotate(45deg);
}
.cta--hover.horizontal:hover i.icon-arrow {
  transform: translateX(6px) rotate(45deg);
}
.cta.loading i {
  display: none !important;
}
.cta.loading::after {
  content: "";
  border: 1px solid currentColor;
  border-radius: 50%;
  border-top: 1px solid transparent;
  width: 12px;
  height: 12px;
  animation: spin 1.2s linear infinite;
  margin-left: 4px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class^=icon-], [class*=" icon-"] {
  font-family: "flexcon-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-top:before {
  content: "";
}

.wide-xl, .wide-lg, .alignwide,
.wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media (max-width: 768px) {
  .wide-xl, .wide-lg, .alignwide,
.wide {
    max-width: 100%;
  }
}

.wide-lg {
  max-width: 900px;
}

.wide-xl {
  max-width: 1080px;
}

.line:after, .boxes .wp-block-column > h1:after, .boxes .wp-block-column > h2:after, .boxes .wp-block-column > h3:after, .boxes .wp-block-column > h4:after, .card__body > :not(:last-child):not(.last-item):after, .modal[data-type=modal-single] .modal__body > h1:after, .modal[data-type=modal-single] .modal__body > h2:after, .modal[data-type=modal-single] .modal__body > h3:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: var(--linecol, #C8C9C7);
}

@media (max-width: 768px) {
  .hidden--md {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .hidden--sm {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .visible--md {
    display: none !important;
  }
}

@media (min-width: 577px) {
  .visible--sm {
    display: none !important;
  }
}

.list-unstyled, .breadcrumbs, .footer__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyled li, .breadcrumbs li, .footer__menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.has-brand-background-color {
  background-color: #134682;
}

.has-text-background-color {
  background-color: #000;
}

.has-text-low-background-color {
  background-color: #C8C9C7;
}

.has-bg-low-background-color {
  background-color: #EAEAEA;
}

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

.has-brand-color {
  color: #134682;
}

.has-text-color {
  color: #000;
}

.has-text-low-color {
  color: #C8C9C7;
}

.has-bg-low-color {
  color: #EAEAEA;
}

.has-bg-color {
  color: #fff;
}

.header {
  --opencol1: #fff;
  --opencol2: #134682;
  --opentime: 0.2s;
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 420px) {
  .header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.header:before {
  content: "";
  display: block;
  background: var(--col2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), black);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), black);
  max-height: var(--header, 92px);
}
.header a {
  text-decoration: none;
}
.header .menu-item a {
  transition: opacity 0.1s linear;
  opacity: 0.6;
}
.header .menu-item.current-menu-item a, .header .menu-item:hover a {
  opacity: 1;
}
.header__logo {
  display: inline-flex;
  order: 0;
}
.header__brand-logo, .header__product-logo {
  display: inline-flex;
  align-items: center;
}
.header__symbol {
  display: inline-flex;
  align-items: center;
}
.header__symbol svg {
  fill: var(--col3);
  transition: fill var(--opentime) linear;
}
.header__brand-logo svg {
  width: 135px;
  height: auto;
}
@media (max-width: 420px) {
  .header__brand-logo svg {
    width: 130px;
  }
}
.header__product-logo {
  margin-left: 16px;
  padding-left: 16px;
}
.header__product-logo svg {
  width: auto;
  height: 31px;
  max-width: 135px;
}
@media (max-width: 420px) {
  .header__product-logo svg {
    height: 30px;
    max-width: 130px;
  }
}
.header__product-logo::before {
  content: "";
  position: relative;
  left: -16px;
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--col3);
  transition: background-color var(--opentime) linear;
}
@media (max-width: 576px) {
  .header__product-logo {
    display: none;
  }
}
.header__preview {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
  position: relative;
}
.header__preview__slide {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  transition: width 0.2s ease-in-out, padding 0.2s ease-in-out;
  text-align: right;
  padding-right: 6px;
}
.header__preview__slide .cta {
  opacity: 0;
  transition: opacity 0.2s linear;
}
@media (max-width: 360px) {
  .header__preview__slide .cta i {
    display: none;
  }
}
.header__preview nav {
  display: flex;
  transition: opacity 0.2s 0.1s linear;
  color: var(--col1);
  margin-left: -150px;
}
@media (max-width: 1280px) {
  .header__preview nav {
    display: none;
  }
}
.header__preview nav ul {
  display: flex;
  margin: 0;
  padding: 0 8px;
  list-style: none;
}
@media (max-width: 1440px) {
  .header__preview nav ul {
    padding: 0 6px;
  }
}
.header__preview nav ul > li {
  margin: 0 8px;
  padding: 0;
  display: block;
  position: relative;
}
@media (max-width: 1440px) {
  .header__preview nav ul > li {
    margin: 0 6px;
  }
}
.header__preview nav ul > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 8px 0;
}
.header__preview nav ul > li.menu-item-has-children > a {
  padding-right: 14px;
}
.header__preview nav ul > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  transform: translateY(-4px) rotate(45deg);
  vertical-align: middle;
  opacity: 0.7;
}
.header__preview nav ul > li.menu-item-has-children .submenu-toggle {
  display: none;
}
.header__preview nav ul > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -14px;
  min-width: 180px;
  flex-direction: column;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: var(--col2);
  color: var(--col1);
  white-space: normal;
  z-index: 60;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.header__preview nav ul > li .sub-menu li {
  margin: 0;
  padding: 0;
}
.header__preview nav ul > li .sub-menu li a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 16px;
  white-space: nowrap;
}
.header__preview nav ul > li:hover > .sub-menu, .header__preview nav ul > li:focus-within > .sub-menu {
  display: flex;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header__menu:before {
  content: "";
  display: block;
  pointer-events: none;
  background: var(--opencol2);
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), black);
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), black);
  transition: transform 0.1s linear, background 0.1s linear;
  transform: translateY(-100%);
}
.header__menu__wrap {
  transform: translateY(-100%);
  background: var(--opencol2);
  color: var(--opencol1);
  padding: 140px 40px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  pointer-events: all;
  overflow-y: auto;
  overscroll-behavior: contain;
  transition: transform 0.32s cubic-bezier(0.86, 0, 0.07, 1), background 0.1s linear;
  height: 100%;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .header__menu__wrap {
    display: block;
    padding: 120px 30px 30px;
  }
}
@media (max-width: 576px) {
  .header__menu__wrap {
    padding: 110px 20px 20px;
  }
}
@media (max-width: 420px) {
  .header__menu__wrap {
    padding: 100px 16px 16px;
  }
}
.header__menu__wrap .menu__lang {
  width: 100%;
  display: flex;
  align-self: flex-end;
  position: sticky;
  bottom: 0;
  opacity: 0;
  transform: translateY(200%);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s linear;
}
@media (max-width: 768px) {
  .header__menu__wrap .menu__lang {
    position: relative;
  }
}
.header__menu__wrap .menu__lang .cta {
  font-size: 16px;
  min-width: 52px;
  --coltext: var(--opencol1);
  --colbg: var(--opencol2);
  text-transform: uppercase;
}
.header__menu__wrap .menu__lang .cta:not(.cta--filled) {
  background: var(--opencol2);
}
.header__menu__wrap nav {
  opacity: 0;
  border-top: 1px solid var(--opencol1);
  flex-grow: 1;
  width: 100%;
  transform: translateY(80vh);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s linear, color 0.1s linear;
}
.header__menu__wrap nav > ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.header__menu__wrap nav > ul > li {
  position: relative;
}
.header__menu__wrap nav > ul > li:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  height: 1px;
  left: 0;
  background: currentcolor;
  opacity: 0.4;
}
.header__menu__wrap nav > ul > li:last-child:after {
  display: none;
}
.header__menu__wrap nav > ul > li > a {
  line-height: 1;
  font-size: 40px;
  padding: 32px 0;
  display: block;
}
@media (max-width: 1024px) {
  .header__menu__wrap nav > ul > li > a {
    padding: 24px 0;
  }
}
@media (max-width: 420px) {
  .header__menu__wrap nav > ul > li > a {
    padding: 16px 0;
    font-size: 32px;
  }
}
.header__menu__wrap nav > ul > li.menu-item-has-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__menu__wrap nav > ul > li.menu-item-has-children > a {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 16px;
}
.header__menu__wrap nav > ul > li.menu-item-has-children .submenu-toggle {
  flex: 0 0 auto;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  position: relative;
}
.header__menu__wrap nav > ul > li.menu-item-has-children .submenu-toggle::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  transform: translateY(-3px) rotate(45deg);
  transition: transform 0.2s ease;
}
.header__menu__wrap nav > ul > li.menu-item-has-children.is-open .submenu-toggle::before {
  transform: translateY(2px) rotate(225deg);
}
.header__menu__wrap nav > ul > li.menu-item-has-children.is-open > .sub-menu {
  max-height: 800px;
  opacity: 1;
}
.header__menu__wrap nav > ul > li .sub-menu {
  flex: 1 0 100%;
  margin: 0;
  padding: 0 0 8px;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.2s linear;
}
.header__menu__wrap nav > ul > li .sub-menu li {
  position: relative;
}
.header__menu__wrap nav > ul > li .sub-menu li a {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  padding: 16px 0 16px 24px;
  opacity: 0.7;
}
@media (max-width: 420px) {
  .header__menu__wrap nav > ul > li .sub-menu li a {
    font-size: 20px;
    padding: 12px 0 12px 16px;
  }
}
.header__menu__wrap nav > ul > li .sub-menu li.current-menu-item a, .header__menu__wrap nav > ul > li .sub-menu li:hover a {
  opacity: 1;
}
.header__hamburger {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.header__hamburger + label {
  order: 5;
  display: block;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 59;
  flex-shrink: 0;
  border: 1px solid currentcolor;
  width: 44px;
  height: 44px;
  transition: background 0.1s linear, color 0.1s linear, border 0.1s linear;
}
.header__hamburger + label:hover {
  background: var(--col3);
  color: var(--col2);
  border-color: transparent;
}
.header__hamburger + label i,
.header__hamburger + label i:after,
.header__hamburger + label i:before {
  pointer-events: none;
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  transition: transform 0.15s ease;
  background: currentcolor;
}
.header__hamburger + label i {
  left: 11px;
  top: 50%;
  display: block;
  margin-top: -1px;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}
.header__hamburger + label i:before, .header__hamburger + label i:after {
  width: 100%;
  content: "";
}
.header__hamburger + label i:after {
  bottom: -6px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header__hamburger + label i:before {
  top: -6px;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.header__hamburger:checked + label {
  transition: none;
}
.header__hamburger:checked + label i {
  transition: transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
  background: var(--opencol1) !important;
}
.header__hamburger:checked + label i:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
  transform: none;
}
.header__hamburger:checked + label i:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, background 0s linear;
  transform: rotate(-90deg);
}
body.open-menu .header {
  color: var(--opencol1);
}
body.open-menu .header__symbol svg {
  fill: var(--opencol1);
}
body.open-menu .header__product-logo:before {
  background-color: var(--opencol1);
}
body.open-menu .header__menu:before {
  transition: transform 0.1s 0.2s linear, background 0.1s linear;
  transform: translateY(0);
}
body.open-menu .header__menu__wrap {
  transform: translateY(0);
}
body.open-menu .header__menu__wrap nav {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.35s 0.15s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.35s 0.15s linear, color 0.1s linear;
}
body.open-menu .header__menu__wrap .menu__lang {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.2s 0.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s 0.2s linear;
}
body.open-menu .header__preview__slide .cta {
  color: var(--opencol2);
  background: var(--opencol1);
}
body.open-menu .header__hamburger + label:hover {
  border-color: var(--opencol1);
  color: var(--opencol1);
  background: var(--opencol2);
}
body.open-menu .header .header__preview nav, body.scrolled .header .header__preview nav {
  transition: opacity 0.2s linear;
  opacity: 0;
  pointer-events: none;
}
body.open-menu .header .header__preview__slide, body.scrolled .header .header__preview__slide {
  width: 150px;
  padding-right: 16px;
}
@media (max-width: 420px) {
  body.open-menu .header .header__preview__slide, body.scrolled .header .header__preview__slide {
    padding-right: 10px;
  }
}
@media (max-width: 360px) {
  body.open-menu .header .header__preview__slide, body.scrolled .header .header__preview__slide {
    width: 110px;
    padding-right: 0;
  }
}
body.open-menu .header .header__preview__slide .cta, body.scrolled .header .header__preview__slide .cta {
  opacity: 1;
}
@media (max-width: 420px) {
  body:not(.open-menu) .header .header__preview__slide {
    width: 0;
  }
  body:not(.open-menu) .header .header__preview__slide .cta {
    opacity: 0;
  }
}

.main {
  position: relative;
  flex-grow: 1;
}

.footer {
  background: var(--col3);
  color: #fff;
  padding: 40px;
}
@media (max-width: 1024px) {
  .footer {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 20px;
  }
}
@media (max-width: 420px) {
  .footer {
    padding: 16px;
  }
}
.footer__shout {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid;
}
@media (max-width: 576px) {
  .footer__shout {
    display: block;
  }
}
.footer__shout h2 {
  margin-bottom: 0;
  margin-right: 1.2rem;
  max-width: 1300px;
}
@media (max-width: 576px) {
  .footer__shout h2 {
    margin-bottom: 1.2rem;
    margin-right: 0;
  }
}
.footer__shout .cta {
  flex-shrink: 0;
  --coltext: var(--col3);
  --colbg: #fff;
}
.footer__observer {
  position: absolute;
  bottom: -4rem;
}
.footer__widgets {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1024px) {
  .footer__widgets {
    flex-direction: column;
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
  }
}
.footer__about {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .footer__about {
    margin-bottom: 1.6rem;
  }
}
.footer__about p {
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .footer__about p {
    margin-bottom: 1.2rem;
  }
}
.footer__about p:last-child {
  margin-bottom: 0;
}
.footer__social {
  display: flex;
}
.footer__social a {
  display: flex;
  align-items: center;
}
.footer__social a:not(:last-child) {
  margin-right: 0.4rem;
}
.footer__social i {
  font-size: 24px;
}
.footer__menu {
  display: flex;
  flex: 0 0 75%;
  max-width: 75%;
  font-size: 0.8rem;
  line-height: 1.25;
}
.footer__menu a {
  display: inline-block;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .footer__menu a {
    margin-bottom: 16px;
  }
}
.footer__menu .menu {
  display: flex;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .footer__menu .menu {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .footer__menu .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.6rem 0.8rem;
    width: 100%;
    margin-left: 0;
  }
  .footer__menu .menu .last-row {
    order: 1;
  }
}
@media (max-width: 420px) {
  .footer__menu .menu {
    grid-template-columns: 1fr;
  }
}
.footer__menu .menu > li {
  min-width: 120px;
  max-width: 220px;
  margin-right: 3rem;
}
.footer__menu .menu > li:last-child {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .footer__menu .menu > li {
    flex-basis: 30%;
    max-width: 30%;
    min-width: 0;
    margin-right: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .footer__menu .menu > li {
    flex-basis: auto;
    max-width: 100%;
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .footer__menu .menu > li {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .footer__menu .menu > li > a {
    font-weight: bold;
  }
}
.footer__menu .sub-menu li a {
  opacity: 0.5;
}
.footer__menu .sub-menu li.current-menu-item a {
  opacity: 0.8;
}
.footer__menu .sub-menu li:last-child a {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footer__about, .footer__menu {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__info,
.footer__info p {
  font-size: 0.8rem;
  line-height: 1.25;
  margin: 0;
}
@media (max-width: 1280px) {
  .footer__legal {
    margin-bottom: 0.8rem;
  }
}
.footer__legal-menu > a {
  margin-right: 1.2rem;
}
@media (max-width: 768px) {
  .footer__legal-menu > a {
    display: block;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}

.hero {
  padding-top: 3.2rem;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 0.4rem;
  }
}
.hero__controls {
  font-size: 16px;
  line-height: 1.25;
  padding-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .hero__controls {
    padding-bottom: 2.4rem;
  }
}
.hero__controls > *:not(:last-child) {
  margin-bottom: 1.6rem;
}
.hero:not(.hero--has-content) .hero__breadcrumbs {
  color: var(--col4);
}
.hero__product-logo {
  margin-bottom: 2.4rem;
}
.hero__product-logo svg {
  width: 220px;
  height: auto;
}
@media (min-width: 577px) {
  .hero__product-logo {
    display: none;
  }
}
.hero__content > * {
  max-width: 1020px;
}
@media (min-width: 1801px) {
  .hero__content > * {
    max-width: 1530px;
  }
}
.hero .slider:not(:first-child) {
  margin-top: 4.8rem;
}
@media (max-width: 768px) {
  .hero .slider:not(:first-child) {
    margin-top: 3.2rem;
  }
}
.hero .slider:not(:last-child) {
  margin-bottom: 2.4rem;
}
.hero .slider--images {
  margin-bottom: 0;
}
.error404 .hero {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .error404 .hero {
    padding: 3.2rem 0;
  }
}
.hero--has-breadcrumbs {
  padding-top: 1.8rem;
  padding-bottom: 0;
}
.hero--has-content {
  padding-bottom: 6rem;
}

.section {
  padding-top: 5.2rem;
  padding-bottom: 6rem;
  position: relative;
  scroll-margin-top: var(--header, 92px);
}
@media (max-width: 1024px) {
  .section {
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .section {
    padding-top: 3.2rem;
  }
}
.section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: currentcolor;
}
.section__content .wp-block-columns {
  margin-top: -2.4em;
}
.section__content .wp-block-columns .wp-block-column {
  margin-top: 2.4em;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  z-index: -999;
  transition: all 0.2s linear 0.3s;
}
.modal.show {
  visibility: visible;
  pointer-events: all;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.2s linear;
}
.modal__dialog {
  position: relative;
  top: 100%;
  width: 100%;
  height: 100%;
  max-height: 600px;
  background-color: white;
  transition: transform 0.32s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translate3d(0, 0, 0);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media screen and (max-height: 600px) {
  .modal__dialog {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .modal__dialog {
    border-radius: 20px 20px 0 0;
    max-height: calc(100% - 80px);
  }
}
.show .modal__dialog {
  transform: translate3d(0, -100%, 0);
  transition-delay: 0.1s;
}
.modal__content {
  display: flex;
  height: 100%;
  padding: 40px 40px 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .modal__content {
    flex-wrap: wrap;
    padding: 0 16px 0;
  }
}
.modal__content > * {
  padding-left: 20px;
  padding-right: 20px;
}
.modal__title {
  position: sticky;
  top: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  z-index: 1;
}
.modal__title > *:last-child {
  margin-bottom: 0;
}
.modal__title img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 96px;
  height: 96px;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .modal__title img {
    width: 76px;
    height: 76px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .modal__title {
    flex-basis: 0px;
    flex-grow: 1;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    order: 1;
    background-color: white;
  }
  .modal__title::before {
    content: "";
    display: block;
    background: white;
    position: absolute;
    width: 100vw;
    height: 40px;
    top: calc(100% - 16px);
    left: 0;
    z-index: -1;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), black, black);
  }
}
.modal__body {
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .modal__body {
    flex-basis: 100%;
    max-width: 100%;
    order: 3;
  }
}
.modal__body::after {
  content: "";
  display: block;
  height: 2rem;
  width: 100%;
}
.modal__close {
  position: sticky;
  top: 0;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 1;
}
@media (max-width: 768px) {
  .modal__close {
    padding-top: 40px;
    padding-bottom: 16px;
    margin-bottom: 24px;
    max-width: 50px;
    flex-basis: 0;
    background-color: white;
    order: 2;
  }
}
.modal__close i {
  font-size: 27px;
}
.modal__backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 99;
  transition: all 0.1s linear;
}
.modal__backdrop.fade {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal[data-type=modal-single] .modal__body > h1, .modal[data-type=modal-single] .modal__body > h2, .modal[data-type=modal-single] .modal__body > h3 {
  position: relative;
  margin-top: 80px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .modal[data-type=modal-single] .modal__body > h1, .modal[data-type=modal-single] .modal__body > h2, .modal[data-type=modal-single] .modal__body > h3 {
    margin-top: 64px;
  }
}
.modal[data-type=modal-single] .modal__body > h1:first-child, .modal[data-type=modal-single] .modal__body > h2:first-child, .modal[data-type=modal-single] .modal__body > h3:first-child {
  margin-top: 0rem;
}
@media (max-width: 768px) {
  .modal[data-type=modal-single] .modal__body > h3 {
    font-size: 24px;
    line-height: 1.166;
  }
}
.modal[data-type=modal-single] .modal__body > p {
  max-width: 670px;
}
@media (max-width: 768px) {
  .modal[data-type=modal-single] .modal__body > p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .modal[data-type=modal-single] .modal__body ul {
    font-size: 20px;
    line-height: 1.2;
  }
}
.modal[data-type=modal-single] .modal__body > .wp-block-image {
  margin-top: 2rem;
  max-width: 785px;
}
.modal[data-type=modal-contact-form] .modal__body > h1, .modal[data-type=modal-contact-form] .modal__body > h2, .modal[data-type=modal-contact-form] .modal__body > h3 {
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .modal[data-type=modal-contact-form] .modal__body > h1, .modal[data-type=modal-contact-form] .modal__body > h2, .modal[data-type=modal-contact-form] .modal__body > h3 {
    margin-bottom: 1.2rem;
  }
}

.archive {
  display: flex;
  flex-direction: column;
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .archive {
    margin-top: 1.2rem;
  }
}
@media (min-width: 769px) {
  .archive--two-columns, .archive--three-columns {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    margin-bottom: -1.2rem;
  }
  .archive--two-columns .archive__item, .archive--three-columns .archive__item {
    flex-basis: 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 0.6rem 1.2rem;
  }
}
@media (min-width: 1025px) {
  .archive--three-columns .archive__item {
    max-width: 33.3%;
    flex-basis: 33.3%;
  }
}
.archive__item {
  margin-bottom: 1.2rem;
}
.archive__item:last-child {
  margin-bottom: 0;
}

.card {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 1.2rem;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--col5);
  transition: background-color 0.1s linear, box-shadow 0.1s linear, color 0.1s linear;
}
@media (max-width: 768px) {
  .card {
    flex-direction: column;
  }
}
.card:not(.card--static):not(.no-link):hover {
  --linecol: var(--col5);
  background-color: var(--col3);
  color: var(--col2);
  box-shadow: 0px 4px 40px rgba(0, 58, 112, 0.3);
}
.card--static:not(.no-link):hover {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}
.card--static:not(.no-link):hover.light {
  box-shadow: 0px 0px 20px rgba(200, 201, 199, 0.4);
}
.card__icon {
  margin-bottom: 1.2rem;
}
@media (min-width: 769px) {
  .card__icon {
    flex: 0 0 18%;
    max-width: 18%;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .card__icon + .card__body {
    flex: 0 0 82%;
    max-width: 82%;
  }
}
.card__icon img {
  width: 96px;
  height: 96px;
  max-width: calc(100% - 20px);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .card__icon img {
    width: 76px;
    height: 76px;
  }
}
.card__icon svg {
  fill: currentColor;
}
@media (max-width: 768px) {
  .card__icon svg {
    width: 76px;
    height: 76px;
  }
}
.card__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.card__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__body {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
}
.card__body > * {
  margin-bottom: 0;
  margin-top: 0;
}
.card__header > *:last-child, .card__content > *:last-child {
  margin-bottom: 0;
}
.card__header .card__logo img {
  height: auto;
  width: 100%;
  max-width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.2s;
}
@media (min-width: 769px) {
  .card__header .card__logo img {
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
  }
}
.card__header .card__logo img:not(:only-child) {
  margin-bottom: 1.2rem;
}
.card:not(.no-link):hover .card__header .card__logo img {
  filter: none;
  -webkit-filter: brightness(1);
}
@media (min-width: 769px) {
  .card__header h3 {
    font-size: 40px;
    line-height: 1;
  }
}
.card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.card__content .text:not(:last-child) {
  margin-bottom: 24px;
}
.card__content p,
.card__content ul {
  font-size: inherit;
}
.card__featured-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
  margin-top: auto;
  overflow: hidden;
  border-radius: 8px;
}
.card__featured-image:not(:last-child) {
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .card__featured-image {
    padding-top: 60%;
    margin-top: 0;
  }
}
.card__featured-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__cta {
  margin-top: auto;
  align-items: flex-start;
}
.card__cta i {
  line-height: inherit;
}
.card .cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card--inline .card__cta {
  font-size: 30px;
  line-height: 1.3;
}
.card--inline .card__cta i {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .card--inline .card__cta i {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .card--inline .card__body, .card--inline .card__body * {
    display: inline;
  }
}
.card--inline .card__body > * {
  margin-left: 1rem;
}
.card--inline .card__body > *:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .card--inline .card__body > * {
    margin-left: 0;
  }
}
.card--inline .card__body > *:not(:last-child)::after {
  display: none;
}
.card--inline .card__body .card__header {
  position: relative;
  margin-right: 1rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .card--inline .card__body .card__header {
    margin-right: 0;
  }
}
.card--inline .card__body .card__header::after {
  display: block;
  width: 2rem;
  margin: 0.8rem 0;
}
@media (max-width: 768px) {
  .card--inline .card__body .card__header::after {
    background-color: currentColor;
  }
}
@media (min-width: 769px) {
  .card--inline .card__body .card__header::after {
    position: absolute;
    left: 100%;
    bottom: 0;
    margin: 0 1rem;
    height: 1.125em;
    width: 1px;
  }
}
.card--inline .card__body .card__header h3 {
  font-size: inherit;
}
@media (min-width: 769px) {
  .card--slider .card__header h3 {
    font-size: 32px;
    line-height: 1.125;
  }
}
.card--with-background {
  min-height: 520px;
  background-color: transparent;
  background-image: linear-gradient(180deg, var(--col5) 24.5%, rgba(var(--col5-rgb), 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-color 0.2s;
}
@media (max-width: 1800px) {
  .card--with-background {
    min-height: 460px;
  }
}
@media (max-width: 768px) {
  .card--with-background {
    min-height: 380px;
    background-color: rgba(var(--col5-rgb), 80%);
  }
}
@media (max-width: 576px) {
  .card--with-background {
    min-height: 420px;
  }
}
.card--with-background .card__content,
.card--with-background .card__cta {
  transition: opacity 0.2s;
}
@media (min-width: 769px) {
  .card--with-background .card__content,
.card--with-background .card__cta {
    opacity: 0;
  }
}
.card--with-background.non-animated-content .card__content {
  opacity: 1;
}
@media (min-width: 769px) {
  .card--with-background.non-animated-content .card__content::after {
    opacity: 0;
    transition: opacity 0.2s;
  }
}
@media (min-width: 769px) {
  .card--with-background:hover {
    background-color: var(--col5);
  }
}
.card--with-background:hover .card__content,
.card--with-background:hover .card__content::after,
.card--with-background:hover .card__cta {
  opacity: 1;
  transition: opacity 0.3s;
}

.popup {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .popup {
    margin-bottom: 1.2rem;
  }
}
.popup:not(:only-child):first-of-type {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .popup:not(:only-child):first-of-type {
    margin-top: 1.2rem;
  }
}
.popup:last-of-type {
  margin-bottom: 0;
}
.popup--admin {
  padding: 0 10px;
  border: 1px solid;
  border-radius: 10px;
}
.popup__preview {
  background: white;
  box-shadow: 0px 0px 18px #c8c9c7;
  margin: 16px 8px 48px;
  padding: 24px;
}
.popup__preview .block-editor-block-list__layout:empty::before {
  content: "Add modal content";
  color: gray;
}
.popup__preview .block-editor-block-list__layout {
  background: inherit;
}
.popup__preview .block-editor-block-list__layout > h1, .popup__preview .block-editor-block-list__layout > h2, .popup__preview .block-editor-block-list__layout > h3 {
  position: relative;
  margin-top: 4rem;
  border-bottom: 1px solid #C8C9C7;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.popup__preview .block-editor-block-list__layout > h1:first-child, .popup__preview .block-editor-block-list__layout > h2:first-child, .popup__preview .block-editor-block-list__layout > h3:first-child {
  margin-top: 0;
}
.popup__preview .block-editor-block-list__layout > .wp-block-image {
  margin-top: 2rem;
  max-width: 785px;
}
/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper {
  --swiper-pagination-color: var(--col3);
  --swiper-pagination-bullet-inactive-color: var(--col3);
  --swiper-pagination-bullet-inactive-opacity: 0.24;
}

.full-page, .slider--images, .slider--cards, .slider--products, .slider-fullpage {
  width: auto;
}
.full-page--xl, .slider--images, .slider-fullpage {
  margin: 0 -40px;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .full-page--lg, .slider--images, .slider-fullpage {
    margin: 0 -30px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .full-page--md, .slider--cards, .slider--products {
    margin: 0 -30px;
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .full-page--sm, .slider--images, .slider--cards, .slider--products, .slider-fullpage {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media (max-width: 420px) {
  .full-page--xs, .slider--images, .slider--cards, .slider--products, .slider-fullpage {
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}

.swiper-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 24px;
  margin-top: 0.8rem;
}
@media (min-width: 769px) {
  .swiper-controls {
    font-size: 32px;
    line-height: 1.125;
  }
}
.swiper-controls .swiper-pagination-fraction.swiper-pagination-horizontal {
  min-width: 4.5rem;
  padding: 0 0.8rem;
  text-align: center;
}
@media (min-width: 769px) {
  .swiper-controls .swiper-pagination-fraction.swiper-pagination-horizontal {
    min-width: 6rem;
  }
}
.swiper-controls .swiper-pagination {
  position: relative;
  left: 0;
  bottom: 0;
}
.swiper-controls .swiper-pagination[data-pagination-type=fraction] {
  width: auto;
}
.swiper-controls .swiper-pagination[data-pagination-type=bullets] {
  font-size: 16px;
}

.swiper-horizontal .swiper-scrollbar {
  background-color: var(--col4);
  position: relative;
  left: 0;
  bottom: 0;
  border-radius: 0;
  margin-top: 3.2rem;
  height: 2px;
  width: 100%;
}
@media (max-width: 768px) {
  .swiper-horizontal .swiper-scrollbar {
    margin-top: 1.2rem;
  }
}
.swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--col3);
  border-radius: 0;
}

.slider-fullpage {
  overflow: hidden;
}
.slider-fullpage .slider {
  overflow: visible;
}
@media screen and (min-width: 1130px) {
  .slider-fullpage {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: 0;
    padding: 0 40px;
  }
  .slider-fullpage .slider {
    max-width: 1130px;
  }
}
@media (min-width: 1801px) {
  .slider-fullpage .slider {
    max-width: 1530px;
  }
}

.slider--products {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .slider--products {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .slider--products .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0 -0.6rem -1.2rem;
    width: auto;
  }
}
.slider--products .swiper-slide {
  height: initial;
  width: calc(100% - 32px);
}
@media (min-width: 769px) {
  .slider--products .swiper-slide {
    width: auto;
    max-width: 50%;
    flex-basis: 50%;
    flex-grow: 1;
    padding: 0 0.6rem 1.2rem;
  }
}
@media (min-width: 769px) {
  .slider--products .swiper-slide.col-1 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 1025px) {
  .slider--products .swiper-slide.col-3 {
    max-width: 33.3%;
    flex-basis: 33.3%;
  }
}

.slider--cards {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .slider--cards {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .slider--cards .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0 -0.6rem -1.2rem;
    width: auto;
  }
}
.slider--cards .swiper-slide {
  height: initial;
  width: calc(100% - 32px);
  max-width: 460px;
}
@media (min-width: 769px) {
  .slider--cards .swiper-slide {
    width: auto;
    max-width: 50%;
    flex-basis: 50%;
    flex-grow: 1;
    padding: 0 0.6rem 1.2rem;
  }
}
@media (min-width: 1025px) {
  .slider--cards .swiper-slide {
    max-width: 33.3%;
    flex-basis: 33.3%;
  }
}

.slider--images {
  max-width: none;
  margin-bottom: 2.4rem;
  height: var(--desktop-height);
}
@media (max-width: 768px) {
  .slider--images {
    height: var(--mobile-height);
  }
}
.slider--images .swiper-slide {
  height: initial;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.slider--images .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.breadcrumbs li {
  display: inline;
}

.card-list:not(:only-child) {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .card-list:not(:only-child) {
    margin-top: 1.2rem;
  }
}
.card-list .card-list__item {
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .card-list .card-list__item {
    margin-bottom: 1.2rem;
  }
}
.card-list .card-list__item:last-child {
  margin-bottom: 0;
}

.banner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 10px;
  padding: 1.6rem;
  background-color: var(--col3);
  color: #fff;
}
.section__content > .banner:not(:only-child) {
  margin-top: 120px;
}

.modal__body > .banner:not(:only-child):not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .modal__body > .banner:not(:only-child):not(:first-child) {
    margin-top: 64px;
  }
}

.boxes + .banner:not(:only-child) {
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .boxes + .banner:not(:only-child) {
    margin-top: 1.2rem;
  }
}

@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.2rem;
  }
}
.banner--slim {
  padding: 0.5rem;
}
.banner__content {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .banner__content:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.banner__cta {
  --coltext: #000;
  --colbg: #fff;
  margin-left: 2rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .banner__cta {
    margin-left: 0;
  }
}

.boxes {
  --wp--style--block-gap: 2.4em;
}
.section__content > .boxes:not(:first-child) {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .section__content > .boxes:not(:first-child) {
    margin-top: 1.2rem;
  }
}

@media (max-width: 768px) {
  .boxes .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .boxes .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
}
.boxes .wp-block-columns,
.boxes .wp-block-column {
  font-size: 10px;
}
.boxes .wp-block-columns {
  margin-top: -2.4em;
  margin-bottom: 2.4em;
}
.boxes .wp-block-column {
  padding: 1.6rem;
  border-radius: 10px;
  margin-top: 2.4em;
}
.boxes .wp-block-column:not(:empty) {
  background-color: var(--col5);
}
@media (max-width: 768px) {
  .boxes .wp-block-column {
    padding: 1.2rem;
  }
  .boxes .wp-block-column:empty {
    padding: 0;
    margin: 0;
  }
}
.boxes .wp-block-column > h1, .boxes .wp-block-column > h2, .boxes .wp-block-column > h3, .boxes .wp-block-column > h4 {
  position: relative;
  margin-bottom: 0;
}
.boxes .wp-block-column > h1:first-child, .boxes .wp-block-column > h2:first-child, .boxes .wp-block-column > h3:first-child, .boxes .wp-block-column > h4:first-child {
  margin-top: 0rem;
}
@media (min-width: 769px) {
  .boxes .wp-block-column h3 {
    font-size: 40px;
    line-height: 1;
  }
}
.boxes .wp-block-column p {
  font-size: 20px;
  line-height: 1.2;
}
.boxes .wp-block-column ul {
  padding-left: 1.2em;
  font-size: 20px;
  line-height: 1.2;
}
.boxes .wp-block-column .wp-block-image {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.boxes .wp-block-column .banner {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.boxes .wp-block-column .banner:last-child {
  margin-top: 2.4rem;
}
.boxes .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-contact-form-7-contact-form-selector {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .wp-block-contact-form-7-contact-form-selector {
    margin-top: 2.4rem;
  }
}

form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  form.wpcf7-form {
    margin-right: 0;
    margin-left: 0;
  }
}
form.wpcf7-form > p {
  width: calc(50% - 20px);
  margin: 0 10px 40px;
}
@media (max-width: 768px) {
  form.wpcf7-form > p {
    width: 100%;
    margin: 0 0 40px;
  }
}
form.wpcf7-form input[type=text],
form.wpcf7-form input[type=email],
form.wpcf7-form input[type=tel],
form.wpcf7-form input[type=url],
form.wpcf7-form textarea,
form.wpcf7-form select {
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.4em 0;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
}
form.wpcf7-form input[type=text]::placeholder,
form.wpcf7-form input[type=email]::placeholder,
form.wpcf7-form input[type=tel]::placeholder,
form.wpcf7-form input[type=url]::placeholder,
form.wpcf7-form textarea::placeholder,
form.wpcf7-form select::placeholder {
  color: #C8C9C7;
  transition: color 0.1s linear;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form textarea:focus,
form.wpcf7-form select:focus {
  outline: none;
}
form.wpcf7-form input[type=text]:hover::placeholder,
form.wpcf7-form input[type=email]:hover::placeholder,
form.wpcf7-form input[type=tel]:hover::placeholder,
form.wpcf7-form input[type=url]:hover::placeholder,
form.wpcf7-form textarea:hover::placeholder,
form.wpcf7-form select:hover::placeholder {
  color: #EAEAEA;
}
form.wpcf7-form select {
  overflow: hidden;
  background: transparent;
  -webkit-appearance: none;
          appearance: none;
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABiSURBVHgBpZCBCQAhCEX/CDeCIzSSozRKG91tcKvcRVoRhFYPokh9qEDhwh7UP97/BKwRpK42wPJBTgFJPo8Br2gqUKIhUkGEwUzkFvSiG21p+X5WBKOIdgVKQhkh4RC2Ej5pMhX0+83LbwAAAABJRU5ErkJggg==);
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 30px;
}
form.wpcf7-form select.placeholder {
  color: #C8C9C7;
}
form.wpcf7-form select option[value=""][disabled] {
  display: none;
}
form.wpcf7-form button[type=submit] {
  display: block;
  margin-left: auto;
}
@media (max-width: 768px) {
  form.wpcf7-form button[type=submit] {
    margin-left: 0;
  }
}
form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  overflow: visible;
  font-size: 0;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #dc3232;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.25rem 0;
  display: block;
  width: 100%;
  color: #dc3232;
}
form.wpcf7-form .wpcf7-response-output {
  padding: 16px 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  width: 100%;
  margin: 40px 0 0 !important;
  border-width: 1px;
  border-color: #C8C9C7 !important;
}
@media (min-width: 769px) {
  form.wpcf7-form .wpcf7-response-output {
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 10px !important;
    border-width: 0 !important;
  }
}
form.wpcf7-form .wpcf7-form-submit {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin: 0 10px;
}
form.wpcf7-form .wpcf7-form-submit > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  form.wpcf7-form .wpcf7-form-submit {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
  }
  form.wpcf7-form .wpcf7-form-submit > *:not(:last-child) {
    margin-bottom: 40px;
  }
}

.info {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 1024px) {
  .info {
    flex-direction: column;
  }
}
.info__title {
  display: inline-flex;
  color: var(--col4);
}
@media (max-width: 1024px) {
  .info__title {
    margin-bottom: 0.8rem;
  }
}
.info__title::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  margin: 0 1rem;
  background-color: currentColor;
}
@media (max-width: 1024px) {
  .info__title::after {
    display: none;
  }
}
.acf-block-preview .info {
  flex-direction: column;
}
.acf-block-preview .info .info__title::after {
  display: none;
}

.product-table {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  .product-table {
    margin-top: 1.2rem;
  }
}
.product-table__mask {
  position: sticky;
  top: 0;
  height: var(--header, 92px);
  width: 100%;
  background-color: var(--col2);
  z-index: 10;
}
.product-table__table {
  width: 100%;
  margin-top: -56px;
}
.product-table__head {
  position: sticky;
  top: var(--header, 92px);
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: var(--col2);
  border-bottom: 1px solid var(--col3);
  min-height: 56px;
}
.product-table__head span {
  width: 20%;
  padding: 16px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .product-table__head span {
    width: 33.3%;
  }
}
@media (max-width: 420px) {
  .product-table__head span {
    font-size: 18px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.product-table__body {
  display: flex;
  flex-direction: column;
  padding: 16px 0 24px;
}
.product-table__body:not(.expanded) .product-table__row:not(:first-child) {
  display: none;
}
.product-table__body:not(:last-child) {
  border-bottom: 1px solid var(--col3);
}
.product-table__row {
  display: flex;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .product-table__row {
    flex-wrap: wrap;
    padding-top: 24px;
  }
}
.product-table__row--head {
  padding-top: 0;
  cursor: pointer;
}
.product-table__row--head .product-table__data--desc {
  position: relative;
}
@media (max-width: 768px) {
  .product-table__row--head .product-table__data--desc {
    padding-bottom: 24px;
  }
}
.product-table__row--head .product-table__data--desc::after, .product-table__row--head .product-table__data--desc::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 8px;
  height: 16px;
  width: 1px;
  background-color: currentColor;
  transform: rotate(90deg);
  transition: 0.2s;
  will-change: transform;
  transform-origin: center;
}
.product-table__row--head .product-table__data--desc::after {
  transform: rotate(0deg);
}
.expanded .product-table__row--head .product-table__data--desc::after {
  transform: rotate(90deg);
}
.product-table__row--head:only-child .product-table__data--desc::before, .product-table__row--head:only-child .product-table__data--desc::after {
  display: none;
}
.product-table__data {
  width: 20%;
  text-align: center;
}
@media (max-width: 768px) {
  .product-table__data {
    width: 33.3%;
  }
}
.product-table__data--desc {
  width: 40%;
  padding-left: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  .product-table__data--desc {
    width: 100%;
  }
}
.product-table__data--check {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
@media (max-width: 768px) {
  .product-table__data--check {
    font-size: 20px;
  }
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 3.2rem -0.6rem -1.2rem;
}
@media (max-width: 768px) {
  .card-grid {
    margin: 1.2rem 0 0;
  }
}
.card-grid__item {
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 0.6rem 1.2rem;
}
@media (max-width: 768px) {
  .card-grid__item {
    padding: 0 0 1.2rem;
  }
}
@media (min-width: 769px) {
  .card-grid.col-1 {
    margin-bottom: -1.6rem;
  }
}
@media (min-width: 769px) {
  .card-grid.col-1 .card-grid__item {
    padding-bottom: 1.6rem;
  }
}
@media (min-width: 769px) {
  .card-grid.col-2 .card-grid__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 769px) {
  .card-grid.col-3 .card-grid__item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  .card-grid.col-3 .card-grid__item {
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
}

.scroll-up {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .scroll-up {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 576px) {
  .scroll-up {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 420px) {
  .scroll-up {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.scroll-up__widget {
  position: sticky;
  top: calc(100vh - 72px);
  height: 48px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 24px;
  background-color: var(--col5);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  z-index: 49;
  color: var(--col3);
  pointer-events: all;
  opacity: 0;
  transform: translateY(72px);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  will-change: transform, opacity;
}
.scroll-up__widget span {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .scroll-up__widget span {
    display: none;
  }
}
.scroll-up__widget i {
  font-size: 16px;
  color: #134682;
}
body.scrolled .scroll-up__widget {
  opacity: 1;
  transform: translateY(0px);
}
