/** Shopify CDN: Minification failed

Line 4676:10 Unexpected "*"

**/
.apply-grid-and-padding {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .apply-grid-and-padding {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid-and-padding {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.apply-grid-without-padding {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .apply-grid-without-padding {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid-without-padding {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .mobile-section-padding {
    padding: 0 calc(46rem * 1 / 8.4375);
  }
}
.transition {
  transition: all 0.3s ease-in-out;
}
.orange {
  background-color: #FF9527;
  border-radius: 50%;
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
}
.blue {
  background-color: #004986;
  border-radius: 50%;
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
}
.link {
  display: flex;
  align-items: center;
  gap: calc(5rem * 1 / 18);
}
.link a {
  margin-left: calc(15rem * 1 / 18);
  color: #004986;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .link a {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .link a {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .link a {
    font-size: 20px;
    line-height: 40px;
  }
}
.orange-link {
  background-color: #FF9527;
  border-radius: 50%;
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .orange-link {
    width: 20px;
    height: 20px;
  }
}
.blue-link {
  background-color: #004986;
  border-radius: 50%;
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .blue-link {
    width: 20px;
    height: 20px;
  }
}
.white-link {
  background-color: white;
  border-radius: 50%;
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .white-link {
    width: 20px;
    height: 20px;
  }
}
:root {
  font-size: 0.9375vw;
  --text-multiplier: 1;
  --column-gap: calc(20rem * 1 / 18);
}
/* Stop scaling at 2000px */
@media only screen and (max-width: 900px) {
  html {
    margin-top: 0 !important;
  }
}
html {
  max-width: 100vw;
  overflow-y: auto;
  overflow-x: clip;
}
html:has(body.admin-bar) {
  margin-top: 32px !important;
}
@media only screen and (max-width: 900px) {
  html:has(body.admin-bar) {
    margin-top: 0 !important;
  }
}
html:has(body.admin-bar) .header {
  top: 32px !important;
}
@media only screen and (max-width: 900px) {
  html:has(body.admin-bar) .header {
    top: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  html {
    overflow-x: hidden;
  }
}
body {
  background-color: #fff;
  overflow-x: clip;
}
body.template-collection quick-add-component,
body.template-search quick-add-component,
body.template-list-collections quick-add-component {
  display: none;
}
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Open Sans", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
hr {
  border-bottom: 1px solid gray;
}
.maven {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sofia-sans-condensed {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.barlow-light {
  font-family: "barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.barlow-regular {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.barlow-medium {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.barlow-semiBold {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.barlow-bold {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.barlow-extraBold {
  font-family: "barlow", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.barlow-black {
  font-family: "barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.open-sans-regular {
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.open-sans-semiBold {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.open-sans-bold {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.open-sans-extraBold {
  font-family: "open-sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.font-italic {
  font-style: italic;
}
.capitalize {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
h1,
.h1,
.headlines {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(72rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(76rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 900px) {
  h1,
  .h1,
  .headlines {
    font-size: 72px;
    line-height: 76px;
  }
}
h2,
.h2,
.product-name {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 900px) {
  h2,
  .h2,
  .product-name {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 900px) {
  h2.title,
  .h2.title,
  .product-name.title {
    font-size: 44px;
    line-height: 56px;
  }
}
h3,
.h3,
.titles {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1.8rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  h3,
  .h3,
  .titles {
    font-size: 30px;
    line-height: 32px;
  }
}
h4,
.h4,
.feature-categories {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.88rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  h4,
  .h4,
  .feature-categories {
    font-size: clamp(15px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  h4,
  .h4,
  .feature-categories {
    line-height: clamp(18.4px, calc(25 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  h4,
  .h4,
  .feature-categories {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
}
h5,
.h5,
.highlight-categories {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.72rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  h5,
  .h5,
  .highlight-categories {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  h5,
  .h5,
  .highlight-categories {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  h5,
  .h5,
  .highlight-categories {
    font-size: 18px;
    line-height: 40px;
  }
}
.menu-font {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .menu-font {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .menu-font {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .menu-font {
    font-size: 20px;
    line-height: 40px;
  }
}
.menu-category {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.8rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .menu-category {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .menu-category {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .menu-category {
    font-size: 20px;
    line-height: 40px;
  }
}
.menu-item {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.72rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .menu-item {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .menu-item {
    line-height: clamp(18.4px, calc(36 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .menu-item {
    font-size: 18px !important;
    line-height: 36px !important;
  }
}
.menu-subcategory {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .menu-subcategory {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .menu-subcategory {
    line-height: clamp(18.4px, calc(36 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .menu-subcategory {
    font-size: 18px;
    line-height: 36px;
  }
}
.announcements {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .announcements {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .announcements {
    line-height: clamp(18.4px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .announcements {
    font-size: 16px;
    line-height: 22px;
  }
}
.body-headlines {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(54rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1.12rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .body-headlines {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .body-headlines {
    line-height: clamp(18.4px, calc(54 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .body-headlines {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
.body-copy {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: 0;
}
@media only screen and (max-width: 1400px) {
  .body-copy {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .body-copy {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .body-copy {
    font-size: 20px;
    line-height: 28px;
  }
}
.body-copy-bold {
  font-family: "open-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .body-copy-bold {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .body-copy-bold {
    line-height: clamp(18.4px, calc(30 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .body-copy-bold {
    font-size: 20px;
    line-height: 30px;
  }
}
.body-copy-semibold {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .body-copy-semibold {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .body-copy-semibold {
    line-height: clamp(18.4px, calc(30 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .body-copy-semibold {
    font-size: 20px;
    line-height: 30px;
  }
}
.product-listing {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .product-listing {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .product-listing {
    line-height: clamp(18.4px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .product-listing {
    font-size: 18px;
    line-height: 22px;
  }
}
.text-box {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .text-box {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .text-box {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .text-box {
    font-size: 16px;
    line-height: 40px;
  }
}
.carousel-text {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26.4rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .carousel-text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .carousel-text {
    line-height: clamp(18.4px, calc(26.4 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .carousel-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.locations {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .locations {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .locations {
    line-height: clamp(18.4px, calc(27 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .locations {
    font-size: 18px;
    line-height: 27px;
  }
}
.inStock {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .inStock {
    font-size: clamp(15px, calc(12 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .inStock {
    line-height: clamp(18.4px, calc(30 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .inStock {
    font-size: 12px;
    line-height: 30px;
  }
}
.large-price-superscript {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(46rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .large-price-superscript {
    font-size: clamp(15px, calc(46 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .large-price-superscript {
    line-height: clamp(18.4px, calc(38 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .large-price-superscript {
    font-size: 46px;
    line-height: 38px;
  }
}
.price-superscript {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .price-superscript {
    font-size: clamp(15px, calc(24 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .price-superscript {
    line-height: clamp(18.4px, calc(38 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .price-superscript {
    font-size: 24px;
    line-height: 38px;
  }
}
.price {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .price {
    font-size: clamp(15px, calc(30 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .price {
    line-height: clamp(18.4px, calc(38 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .price {
    font-size: 30px;
    line-height: 38px;
  }
}
.large-price {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(52rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 900px) {
  .large-price {
    font-size: 52px;
    line-height: 38px;
  }
}
.button-text {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.8rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .button-text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .button-text {
    line-height: clamp(18.4px, calc(25 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .button-text {
    font-size: 20px;
    line-height: 25px;
  }
}
.footer-menu {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.72rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .footer-menu {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .footer-menu {
    line-height: clamp(18.4px, calc(30 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .footer-menu {
    font-size: 18px;
    line-height: 30px;
  }
}
.cart-bubble {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(11rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .cart-bubble {
    font-size: clamp(15px, calc(11 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .cart-bubble {
    font-size: 11px;
  }
}
.maven-submenu {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .maven-submenu {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .maven-submenu {
    line-height: clamp(18.4px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .maven-submenu {
    font-size: 16px;
    line-height: 16px;
  }
}
.maven-20 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
}
@media only screen and (max-width: 1400px) {
  .maven-20 {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .maven-20 {
    line-height: clamp(18.4px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .maven-20 {
    font-size: 20px;
    line-height: 20px;
  }
}
.maven-18 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .maven-18 {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .maven-18 {
    line-height: clamp(18.4px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .maven-18 {
    font-size: 18px;
    line-height: 18px;
  }
}
.panel-title {
  font-family: "barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(56rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(70rem * 1 / 18 * var(--text-multiplier));
}
.panel-title b,
.panel-title strong {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 900px) {
  .panel-title {
    font-size: 56px;
    line-height: 70px;
  }
}
.panel-text {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .panel-text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .panel-text {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .panel-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.fps-title {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
}
.fps-title b,
.fps-title strong {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 900px) {
  .fps-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.keywords {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  letter-spacing: calc(0.3rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .keywords {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .keywords {
    font-size: 18px;
  }
}
.sofia-filter-label {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .sofia-filter-label {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .sofia-filter-label {
    font-size: 18px;
  }
}
.sofia-filter-title {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18);
  font-weight: 900;
  letter-spacing: calc(0.32rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .sofia-filter-title {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .sofia-filter-title {
    font-size: 16px;
  }
}
.sofia-filter-tag {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  letter-spacing: calc(0.36rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .sofia-filter-tag {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .sofia-filter-tag {
    font-size: 18px;
  }
}
.sofia-filter-clear {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18);
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .sofia-filter-clear {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .sofia-filter-clear {
    font-size: 16px;
  }
}
.sofia-price-label {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .sofia-price-label {
    font-size: 14px;
  }
}
.section-title {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .section-title {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .section-title {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.category-label {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(54rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(2rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .category-label {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .category-label {
    line-height: clamp(18.4px, calc(54 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .category-label {
    font-size: 20px;
    line-height: 54px;
  }
}
.spec-label {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .spec-label {
    font-size: clamp(15px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .spec-label {
    font-size: 18px;
  }
}
.spec-value {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .spec-value {
    font-size: clamp(15px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .spec-value {
    font-size: 18px;
  }
}
.card-title {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.1em;
}
@media only screen and (max-width: 1400px) {
  .card-title {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .card-title {
    font-size: 18px;
    line-height: 1.1em;
  }
}
.card-description {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.375em;
}
@media only screen and (max-width: 1400px) {
  .card-description {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .card-description {
    font-size: 14px;
    line-height: 1.375em;
  }
}
.link-text {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .link-text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .link-text {
    font-size: 18px;
  }
}
.large-quote {
  font-family: "barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 900px) {
  .large-quote {
    font-size: 48px;
    line-height: 72px;
  }
}
.about-headline {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(46rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 900px) {
  .about-headline {
    font-size: 38px;
    line-height: 45px;
  }
}
.search-input {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1em;
}
@media only screen and (max-width: 1400px) {
  .search-input {
    font-size: clamp(15px, calc(24 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .search-input {
    font-size: 22px;
    line-height: 1em;
  }
}
.form-input {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .form-input {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .form-input {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .form-input {
    font-size: 16px;
    line-height: 28px;
  }
}
.section-headline {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(54rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1.12rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .section-headline {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .section-headline {
    line-height: clamp(18.4px, calc(54 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .section-headline {
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 900px) {
  .header {
    background-color: #ffffff;
  }
}
.header__columns {
  padding-left: 0 !important;
  margin-left: calc(100rem * 1 / 18) !important;
  border-bottom: calc(1rem * 1 / 18) solid #ededed;
  background-color: #ffffff;
  padding-block-start: calc(20rem * 1 / 18);
  padding-block-end: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .header__columns {
    padding-block-start: 16px;
    padding-block-end: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .header__columns {
    margin-left: 0 !important;
    padding-right: 0;
  }
}
.header__column--left {
  justify-content: space-between;
}
.header__column--right {
  margin-left: calc(45rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu::after {
  display: none;
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item {
  position: relative;
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__link {
  padding: calc(25rem * 1 / 18) calc(35rem * 1 / 18);
  font-size: 16px;
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (min-width: 1800px) {
  .header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__link {
    font-size: 23px;
  }
}
@media only screen and (max-width: 1400px) {
  .header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__link {
    line-height: 1.2em;
  }
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu {
  width: calc(770rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__grid {
  padding-left: calc(25rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__grid .mega-menu__list {
  gap: 0 !important;
  display: block;
  column-count: 2;
  padding-top: calc(20rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column {
  padding: 0 0 calc(24rem * 1 / 18) 0;
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div {
  padding-right: calc(10rem * 1 / 18);
  margin-bottom: calc(8rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div a span {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
}
@media only screen and (max-width: 1400px) {
  .header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div a span {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div a span {
    line-height: clamp(18.4px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div a span {
    font-size: 16px;
    line-height: 16px;
  }
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div .mega-menu__link--parent {
  display: inline-flex;
  align-items: center;
  gap: calc(8rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div .mega-menu__link--parent::after {
  content: '';
  width: calc(7rem * 1 / 18);
  height: calc(7rem * 1 / 18);
  border-right: calc(2rem * 1 / 18) solid #FF9527;
  border-bottom: calc(2rem * 1 / 18) solid #FF9527;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div > ul {
  padding-left: calc(20rem * 1 / 18);
  margin-top: calc(8rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div > ul li {
  margin-bottom: calc(6rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div > ul li.mega-menu__child-item {
  padding-left: calc(30rem * 1 / 18);
}
.header__column--right .header-menu__inner .overflow-menu .menu-list__list-item .menu-list__submenu .mega-menu__column div .mega-menu__grandchild-list {
  padding-left: calc(30rem * 1 / 18);
  margin-top: calc(6rem * 1 / 18);
}
.header__column header-actions {
  display: none;
}
.header__column .search-action {
  margin-right: calc(45rem * 1 / 18);
}
@media only screen and (max-width: 975px) {
  .header__column .search-action {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .header__column .search-action {
    display: flex;
  }
}
.header__column .search-action .button .svg-wrapper {
  width: calc(40rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  transition: all 0.3s ease;
}
.header__column .search-action .button .svg-wrapper svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__row {
  height: calc(100rem * 1 / 18);
  transition: height 0.3s ease;
}
@media only screen and (max-width: 900px) {
  .header__row {
    height: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .header .header-drawer-icon--open {
    width: 26px !important;
    height: 18px !important;
    color: #004986;
  }
  .header .header-drawer-icon--open svg {
    width: 26px;
    height: 18px;
  }
  .header .header-drawer-icon--close {
    width: 26px !important;
    height: 18px !important;
    color: #004986;
  }
  .header .header-drawer-icon--close svg {
    width: 26px;
    height: 18px;
  }
  .header .header__columns {
    grid-template-areas: 'leftA center rightA rightB' !important;
    grid-template-columns: 1fr auto 44px 44px !important;
    padding-right: 0;
  }
  .header .header__columns .header-logo {
    grid-area: leftA !important;
    justify-self: start;
    margin-inline: 20px;
  }
  .header .header__columns .search-action {
    grid-area: rightA !important;
  }
  .header .header__columns .search-action .button .svg-wrapper {
    width: 24px !important;
    height: 24px !important;
  }
  .header .header__columns .search-action .button .svg-wrapper svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header .header__columns .header__drawer {
    grid-area: rightB !important;
  }
}
@media only screen and (max-width: 900px) {
  .header .menu-drawer {
    left: auto;
    right: 0;
    top: 60px;
    width: 100%;
    max-width: 100%;
    height: calc(100dvh - 60px);
    transform: translateX(100%);
    border: none;
  }
  .header .menu-open > .menu-drawer {
    transform: translateX(0);
  }
  .header .menu-drawer-container[open] > .menu-drawer {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    z-index: 18;
    padding: 20px;
  }
  .header .menu-drawer__backdrop {
    display: none;
  }
  .header .menu-drawer__close-button {
    display: none;
  }
  .header .menu-drawer__menu--childlist,
  .header .menu-drawer__menu--grandchildlist {
    display: none;
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
    width: 100%;
  }
  .header .menu-drawer__list-item--category {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-height: 0;
  }
  .header .menu-drawer__list-item--flat.childlist-open > .menu-drawer__menu--childlist {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
  }
  .header .menu-drawer__list-item--has-grandchildren.grandchildlist-open > .menu-drawer__menu--grandchildlist {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
  }
  .header .menu-drawer__list-item--child-item {
    padding-left: 16px;
  }
  .header .menu-drawer__list-item--flat:has(> .menu-drawer__menu--childlist) > .menu-drawer__menu-item--mainlist,
  .header .menu-drawer__list-item--has-grandchildren > .menu-drawer__menu-item--parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .menu-drawer__list-item--flat:has(> .menu-drawer__menu--childlist) > .menu-drawer__menu-item--mainlist::after,
  .header .menu-drawer__list-item--has-grandchildren > .menu-drawer__menu-item--parent::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FF9527;
    border-bottom: 2px solid #FF9527;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    margin-right: 4px;
    flex-shrink: 0;
  }
  .header .menu-drawer__list-item--flat.childlist-open > .menu-drawer__menu-item--mainlist::after,
  .header .menu-drawer__list-item--has-grandchildren.grandchildlist-open > .menu-drawer__menu-item--parent::after {
    transform: rotate(45deg);
  }
  .header .menu-drawer__list-item--has-children > .menu-drawer__menu-item--child {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .menu-drawer__list-item--has-children > .menu-drawer__menu-item--child::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FF9527;
    border-bottom: 2px solid #FF9527;
    transform: rotate(45deg);
    margin-right: 4px;
    flex-shrink: 0;
  }
}
.header .menu-drawer__menu-item--mainlist {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
  color: #004986;
}
@media only screen and (max-width: 1400px) {
  .header .menu-drawer__menu-item--mainlist {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .header .menu-drawer__menu-item--mainlist {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .header .menu-drawer__menu-item--mainlist {
    font-size: 20px;
    line-height: 40px;
  }
}
.header .menu-drawer__menu-item--parent {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.8rem * 1 / 18);
  color: #414141;
}
@media only screen and (max-width: 1400px) {
  .header .menu-drawer__menu-item--parent {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .header .menu-drawer__menu-item--parent {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .header .menu-drawer__menu-item--parent {
    font-size: 20px;
    line-height: 40px;
  }
}
.header .menu-drawer__menu-item--child {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.72rem * 1 / 18);
  color: #858585;
}
@media only screen and (max-width: 1400px) {
  .header .menu-drawer__menu-item--child {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .header .menu-drawer__menu-item--child {
    line-height: clamp(18.4px, calc(36 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .header .menu-drawer__menu-item--child {
    font-size: 18px !important;
    line-height: 36px !important;
  }
}
.header .header-logo__image {
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 901px) {
  .header[data-sticky-state='active']:not([data-scroll-direction='none']) .header__row {
    height: calc(65rem * 1 / 18);
  }
  .header[data-sticky-state='active']:not([data-scroll-direction='none']) .search-action .button .svg-wrapper {
    width: calc(30rem * 1 / 18);
    height: calc(30rem * 1 / 18);
  }
  .header[data-sticky-state='active']:not([data-scroll-direction='none']) .search-action .button .svg-wrapper svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header[data-sticky-state='active']:not([data-scroll-direction='none']) .header-logo__image {
    transform: scale(0.7);
  }
}
footer {
  position: relative;
  width: 100%;
  background-color: white;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  margin-top: calc(60rem * 1 / 18);
  padding-bottom: calc(130rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  footer {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
footer > .section {
  grid-template-columns: subgrid !important;
  grid-column: 1 / -1;
}
footer > .section .footer-content {
  grid-column: 2 / 24;
  display: grid;
  grid-template-columns: subgrid !important;
  background-color: white;
  position: relative;
}
footer > .section .footer-content-circle {
  width: calc(3951rem * 1 / 18);
  height: calc(3951rem * 1 / 18);
  background-color: #004986;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: calc(-352rem * 1 / 18);
}
footer > .section .footer-content-left {
  grid-column: 1 / 5;
  display: grid;
  grid-template-columns: subgrid !important;
  row-gap: calc(30rem * 1 / 18);
  position: relative;
  z-index: 1;
  margin-top: calc(100rem * 1 / 18);
  grid-auto-rows: min-content;
}
footer > .section .footer-content-dots {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: subgrid !important;
  margin-bottom: calc(20rem * 1 / 18);
}
footer > .section .footer-content-dots-dot {
  grid-column: span 1;
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
  border-radius: 50%;
}
footer > .section .footer-content-dots-dot.orange {
  background-color: #FF9527;
}
footer > .section .footer-content-dots-dot.blue {
  background-color: #004986;
}
footer > .section .footer-content-info {
  grid-column: 1 / 5;
}
footer > .section .footer-content-info > p {
  margin-bottom: calc(2rem * 1 / 18);
}
footer > .section .footer-content-info > p,
footer > .section .footer-content-info a {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
}
@media only screen and (max-width: 1400px) {
  footer > .section .footer-content-info > p,
  footer > .section .footer-content-info a {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  footer > .section .footer-content-info > p,
  footer > .section .footer-content-info a {
    line-height: clamp(18.4px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  footer > .section .footer-content-info > p,
  footer > .section .footer-content-info a {
    font-size: 18px;
    line-height: 22px;
  }
}
footer > .section .footer-content-info > p b,
footer > .section .footer-content-info a b {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer > .section .footer-content-info a {
  text-decoration: none;
  color: #004986;
}
footer > .section .footer-content-info a:hover {
  text-decoration: underline;
  color: #004986;
}
footer > .section .footer-content-right {
  grid-column: 14 / 23;
  position: relative;
  z-index: 1;
  margin-top: calc(145rem * 1 / 18);
}
footer > .section .footer-content-right .menu__details .menu__heading__default {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(54rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1.12rem * 1 / 18);
  text-transform: uppercase;
  color: white;
}
@media only screen and (max-width: 1400px) {
  footer > .section .footer-content-right .menu__details .menu__heading__default {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  footer > .section .footer-content-right .menu__details .menu__heading__default {
    line-height: clamp(18.4px, calc(54 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  footer > .section .footer-content-right .menu__details .menu__heading__default {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 2px;
  }
}
footer > .section .footer-content-right .menu__details .details-content {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: calc(10rem * 1 / 18);
  width: 100%;
}
footer > .section .footer-content-right .menu__details .details-content .list-unstyled {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: repeat(var(--rows, 1), auto);
  /* dynamic rows */
  grid-auto-flow: column;
}
footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item {
  grid-column: span 3;
  margin-block-start: 0;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  margin-bottom: calc(4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item {
    line-height: clamp(18.4px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item {
    font-size: 16px;
    line-height: 16px;
  }
}
footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item a {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  color: white;
}
@media only screen and (max-width: 1400px) {
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item a {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item a {
    line-height: clamp(18.4px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 900px) {
  footer {
    margin-top: 40px;
    padding-bottom: 80px;
    overflow: hidden;
  }
  footer > .section .footer-content {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: visible;
  }
  footer > .section .footer-content-circle {
    display: none;
  }
  footer > .section .footer-content-left {
    order: 1;
    margin-top: 0;
    padding: 60px 43px 60px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 2;
    background-color: white;
  }
  footer > .section .footer-content-dots {
    display: flex;
    gap: 20px;
    margin-bottom: 57px;
  }
  footer > .section .footer-content-dot {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  footer > .section .footer-content-dot.orange {
    background-color: #FF9527;
  }
  footer > .section .footer-content-dot.blue {
    background-color: #004986;
  }
  footer > .section .footer-content-info {
    margin-bottom: 24px;
  }
  footer > .section .footer-content-info > p,
  footer > .section .footer-content-info a {
    margin-bottom: 0;
  }
  footer > .section .footer-content-right {
    order: 2;
    margin-top: 0;
    padding: 100px 42px 80px;
    position: relative;
    z-index: 1;
  }
  footer > .section .footer-content-right::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -1300px;
    width: 3951px;
    height: 3951px;
    background-color: #004986;
    border-radius: 50%;
    z-index: -1;
  }
  footer > .section .footer-content-right .menu__details .menu__heading__default {
    margin-bottom: 28px;
    text-align: center;
  }
  footer > .section .footer-content-right .menu__details .details-content {
    display: block;
    width: 100%;
  }
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    gap: 0 16px;
  }
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item {
    grid-column: span 1;
    margin-bottom: 8px;
    color: #D9D9D9;
  }
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item a {
    color: #D9D9D9;
  }
}
@media only screen and (max-width: 600px) {
  footer {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  footer > .section .footer-content-left {
    padding: 40px 24px 0;
    gap: 0;
    margin-bottom: 60px;
  }
  footer > .section .footer-content-dots {
    gap: 16px;
    margin-bottom: 40px;
  }
  footer > .section .footer-content-dots-dot {
    width: 50px;
    height: 50px;
  }
  footer > .section .footer-content-info {
    margin-bottom: 20px;
  }
  footer > .section .footer-content-right {
    padding: 80px 24px 60px;
  }
  footer > .section .footer-content-right::before {
    top: -50px;
    left: -1450px;
  }
  footer > .section .footer-content-right .menu__details .menu__heading {
    text-align: center;
    margin-bottom: 20px;
  }
  footer > .section .footer-content-right .menu__details .menu__heading__default {
    margin-bottom: 20px;
    text-align: center;
  }
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    gap: 0 12px;
  }
  footer > .section .footer-content-right .menu__details .details-content .list-unstyled .menu__item {
    margin-bottom: 6px;
  }
}
.hs {
  position: relative;
  width: 100%;
  margin-top: calc(100rem * 1 / 18);
  margin-bottom: calc(100rem * 1 / 18);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .hs {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
.hs__content {
  width: 100%;
  padding: 0 calc(20rem * 1 / 18);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .hs__content {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .hs__content {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hs__text {
  grid-column: 2 / 14;
  margin-bottom: calc(40rem * 1 / 18);
  z-index: 2;
}
.hs__text-heading {
  color: #414141;
  margin: 0;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(54rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1.12rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .hs__text-heading {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .hs__text-heading {
    line-height: clamp(18.4px, calc(54 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .hs__text-heading {
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 900px) {
  .hs__text-heading {
    line-height: 1.4 !important;
    margin-bottom: 16px;
  }
}
.hs__text-title {
  color: #004986;
  margin: 0 0 calc(10rem * 1 / 18) 0;
  line-height: 1.2;
}
.hs__text-title.mobile {
  display: none;
}
.hs__orange {
  grid-column: 19;
  background-color: #FF9527;
  border-radius: 50%;
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
}
.hs__blue {
  grid-column: 20;
  background-color: #004986;
  border-radius: 50%;
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
}
.hs__carousel {
  grid-column: 1 / -1;
  position: relative;
  width: 100%;
  height: calc(690rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .hs__carousel {
    height: auto;
    margin-top: 20px;
    padding: 0;
    padding: 0 40px !important;
  }
}
.hs__carousel .swiper {
  width: 100%;
  height: 100%;
}
.hs__carousel .swiper-wrapper {
  height: 100%;
}
.hs__carousel .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs__carousel .hs__carousel-arrow {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  border: none;
  width: calc(80rem * 1 / 18);
  height: calc(80rem * 1 / 18);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .hs__carousel .hs__carousel-arrow {
    width: 48px;
    height: 48px;
    top: 240px;
    transform: none;
  }
}
.hs__carousel .hs__carousel-arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hs__carousel .hs__carousel-arrow::after {
  display: none;
}
.hs__carousel .hs__carousel-arrow:hover {
  background: #ffffff;
}
.hs__carousel .hs__carousel-arrow.left {
  left: calc(25rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .hs__carousel .hs__carousel-arrow.left {
    left: 6px;
  }
}
.hs__carousel .hs__carousel-arrow.right {
  right: calc(25rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .hs__carousel .hs__carousel-arrow.right {
    right: 6px;
  }
}
.hs__carousel-slides {
  display: flex;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
}
.hs__carousel-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hs__carousel-card {
  border-radius: calc(10rem * 1 / 18);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 900px) {
  .hs__carousel-card {
    border-radius: 0;
    padding: 0;
    padding-bottom: 60px;
  }
}
.hs__carousel-card:hover {
  transform: translateY(-5px);
}
.hs__carousel-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .hs__carousel-info {
    margin-bottom: 16px;
  }
}
.hs__carousel-gallery {
  display: none !important;
}
.hs__carousel-image {
  width: 100%;
  height: calc(380rem * 1 / 18);
  border-radius: calc(30rem * 1 / 18);
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}
@media only screen and (max-width: 900px) {
  .hs__carousel-image {
    height: 300px;
    border-radius: 30px;
    margin-bottom: 0px;
  }
}
.hs__carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hs__carousel-title {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  text-transform: uppercase;
  color: #004986;
  margin: 0;
  text-transform: none;
}
@media only screen and (max-width: 1400px) {
  .hs__carousel-title {
    font-size: clamp(15px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .hs__carousel-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .hs__carousel-title {
    padding: 0 0;
    margin-bottom: 4px;
  }
}
.hs__carousel-paragraph {
  color: #858585;
  margin: 0;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26.4rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .hs__carousel-paragraph {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .hs__carousel-paragraph {
    line-height: clamp(18.4px, calc(26.4 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .hs__carousel-paragraph {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .hs__carousel-paragraph {
    padding: 0 0;
    margin-bottom: 0;
  }
}
.hs__carousel-lamp {
  position: absolute;
  bottom: calc(-50rem * 1 / 18);
  right: calc(40rem * 1 / 18);
  width: calc(120rem * 1 / 18);
  height: calc(120rem * 1 / 18);
  border-radius: 50%;
  border: calc(5rem * 1 / 18) solid #d9d9d9;
  overflow: hidden;
  padding: calc(0rem * 1 / 18);
  background-color: #fff;
  display: block;
  cursor: pointer;
  z-index: 3;
}
@media only screen and (max-width: 900px) {
  .hs__carousel-lamp {
    bottom: 20px;
    right: 20px;
    width: 72px;
    height: 72px;
    border: 4px solid #d9d9d9;
    padding: 0px;
  }
}
.hs__carousel-lamp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .hs__content {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .hs__text {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .hs__text-title {
    margin: 0;
    display: none;
  }
  .hs__text-title.mobile {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .hs__orange {
    grid-column: auto;
    position: absolute;
    left: 43px;
    bottom: 3734px;
  }
}
@media only screen and (max-width: 900px) {
  .hs__blue {
    grid-column: auto;
    position: absolute;
    left: 123px;
    bottom: 3734px;
  }
}
.cit {
  position: relative;
  width: 100%;
  background-color: #F0F8F6;
  height: calc(740rem * 1 / 18);
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cit {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .cit {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .cit {
    height: auto;
    padding-top: 0px;
    padding-bottom: 60px;
    margin-top: 240px;
  }
}
.cit__circle {
  width: calc(400rem * 1 / 18);
  height: calc(400rem * 1 / 18);
  border-radius: 50%;
  background-color: #f1f1f1;
  position: absolute;
  bottom: 0;
  left: calc(-100rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cit__circle {
    width: 196px;
    height: 196px;
    left: -73px;
    bottom: auto;
    top: 949px;
    display: none;
  }
}
.cit__image {
  grid-column: 2 / 11;
  height: calc(602rem * 1 / 18);
  margin-top: calc(-60rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 900px) {
  .cit__image {
    grid-column: 1 / -1;
    height: auto;
    aspect-ratio: 340 / 296;
    margin-top: -100px;
    padding: 0 16px;
    overflow: hidden;
  }
  .cit__image::after {
    content: "";
    position: absolute;
    width: 65%;
    height: 65%;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    background-color: #F0F8F6;
    border-radius: 50%;
  }
}
.cit__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .cit__image img {
    object-fit: cover;
    aspect-ratio: 340 / 296;
  }
}
.cit__text {
  grid-column: 13 / 23;
  margin-top: calc(120rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cit__text {
    grid-column: 1 / -1;
    margin-top: 30px;
    padding: 0 16px;
  }
}
.cit__text-heading {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  position: relative;
  color: #414141;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .cit__text-heading {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .cit__text-heading {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .cit__text-heading {
    font-size: 20px;
    line-height: 28px;
  }
}
.cit__text-heading::after {
  content: "";
  position: absolute;
  width: calc(535rem * 1 / 18);
  height: 1px;
  left: calc(233rem * 1 / 18);
  right: 0;
  top: 50%;
  background-color: #696969;
}
@media only screen and (max-width: 900px) {
  .cit__text-heading::after {
    width: 50%;
    left: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .cit__text-heading::after {
    width: 144px;
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .cit__text-heading {
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}
.cit__text-title {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  text-transform: capitalize;
  margin-top: calc(50rem * 1 / 18);
  color: #004986;
}
@media only screen and (max-width: 900px) {
  .cit__text-title {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .cit__text-title.title {
    font-size: 44px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 900px) {
  .cit__text-title {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cit__text-paragraph {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: 0;
  max-width: calc(613rem * 1 / 18);
  opacity: 0.6;
  margin-top: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .cit__text-paragraph {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .cit__text-paragraph {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .cit__text-paragraph {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .cit__text-paragraph {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.cit__text-link {
  margin-top: calc(60rem * 1 / 18);
  display: flex;
  align-items: center;
  gap: calc(5rem * 1 / 18);
}
.cit__text-link a {
  margin-left: calc(15rem * 1 / 18);
  color: #004986;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .cit__text-link a {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .cit__text-link a {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .cit__text-link a {
    font-size: 20px;
    line-height: 40px;
  }
}
.cit__text-link .blue-link {
  margin-left: 4px;
}
.cit__text-link a {
  margin-left: 16px;
}
@media only screen and (max-width: 900px) {
  .cit__text-link {
    margin-top: 0;
  }
}
.ctp {
  position: relative;
  width: 100%;
  background-color: #F0F8F6;
  height: calc(770rem * 1 / 18);
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(80rem * 1 / 18);
  padding-bottom: calc(80rem * 1 / 18);
  overflow: hidden;
  background-color: white;
}
@media only screen and (max-width: 900px) {
  .ctp {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .ctp {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .ctp {
    height: auto;
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.ctp__left-panel {
  grid-column: 2 / 13;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .ctp__left-panel {
    grid-column: 1 / -1;
    border-radius: 20px;
    height: auto;
    margin: 0 8px 4px;
  }
  .ctp__left-panel img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.ctp__right-panel {
  grid-column: 13 / 24;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
  background-color: #004986;
  color: white;
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: subgrid;
  grid-auto-rows: min-content;
  padding: calc(110rem * 1 / 18) 0;
}
@media only screen and (max-width: 900px) {
  .ctp__right-panel {
    grid-column: 1 / -1;
    border-radius: 20px;
    margin: 0 8px;
    padding: 40px 23px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ctp__right-panel-content {
  grid-column: 2 / 9;
  height: fit-content;
}
@media only screen and (max-width: 900px) {
  .ctp__right-panel-content {
    width: 100%;
  }
}
.ctp__right-panel-content > h2 {
  margin-bottom: calc(30rem * 1 / 18);
  padding-right: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .ctp__right-panel-content > h2 {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.ctp__right-panel-content > p {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .ctp__right-panel-content > p {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ctp__right-panel-content > p {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ctp__right-panel-content > p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .ctp__right-panel-content > p {
    margin-bottom: 0;
  }
}
.ctp__link {
  grid-column: 2 / 9;
  margin-top: calc(60rem * 1 / 18);
  display: flex;
  align-items: center;
  gap: calc(5rem * 1 / 18);
}
.ctp__link a {
  margin-left: calc(15rem * 1 / 18);
  color: #004986;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .ctp__link a {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ctp__link a {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ctp__link a {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .ctp__link {
    margin-top: 30px;
    width: 100%;
  }
}
.ctp__link .white-link {
  margin-left: 4px;
}
.ctp__link a {
  color: white;
  margin-left: 16px;
}
.fps {
  position: relative;
  width: 100%;
  background-color: #F0F8F6;
  height: calc(680rem * 1 / 18);
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  overflow: hidden;
  background-color: white;
  padding-bottom: calc(80rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .fps {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .fps {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .fps {
    height: auto;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.fps__left {
  grid-column: 2 / 10;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
  position: relative;
  padding: calc(100rem * 1 / 18) 0;
  display: grid;
  grid-template-columns: subgrid;
}
@media only screen and (max-width: 900px) {
  .fps__left {
    order: 2;
    grid-column: 1 / -1;
    padding: 0 8px;
    margin-bottom: 40px;
  }
}
.fps__left-content {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
}
@media only screen and (max-width: 900px) {
  .fps__left-content {
    display: flex;
    flex-direction: column;
  }
}
.fps__left-subtitle {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  grid-column: 1 / -1;
  letter-spacing: 1.8px;
  color: #414141;
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .fps__left-subtitle {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .fps__left-subtitle {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .fps__left-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .fps__left-subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
}
.fps__left-subtitle > span {
  grid-column: 1 / 5;
}
@media only screen and (max-width: 900px) {
  .fps__left-subtitle > span {
    flex-shrink: 0;
    margin-right: 15px;
  }
}
.fps__left-subtitle::after {
  content: "";
  grid-column: 5 / 9;
  position: absolute;
  width: 100%;
  height: calc(1rem * 1 / 18);
  right: 0;
  top: 50%;
  background-color: #414141;
}
@media only screen and (max-width: 900px) {
  .fps__left-subtitle::after {
    position: static;
    flex-grow: 1;
    height: 1px;
  }
}
.fps__left-title {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  grid-column: 1 / 7;
  color: #004986;
  margin-bottom: calc(30rem * 1 / 18);
}
.fps__left-title b,
.fps__left-title strong {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 900px) {
  .fps__left-title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 900px) {
  .fps__left-title {
    margin-bottom: 30px;
  }
}
.fps__left-description {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  grid-column: 1 / 8;
  margin-bottom: calc(20rem * 1 / 18);
  padding-right: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .fps__left-description {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .fps__left-description {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .fps__left-description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .fps__left-description {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.fps__left-image {
  grid-column: 1 / 3;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .fps__left-image {
    width: 212px;
    height: 212px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
  }
}
.fps__left-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fps__right {
  grid-column: 10 / 25;
  margin-right: calc(-30rem * 1 / 18);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .fps__right {
    order: 1;
    grid-column: 1 / -1;
    margin-right: 0;
    height: 296px;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 600px) {
  .fps__right {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.fps__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fps__right::before {
  height: calc(1200rem * 1 / 18);
  width: calc(1200rem * 1 / 18);
  content: "";
  background-color: white;
  border-radius: 50%;
  left: calc(-1090rem * 1 / 18);
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  .fps__right::before {
    width: 400px;
    height: 400px;
    left: 133px;
    top: 148px;
    transform: translateX(-100%);
  }
}
.fps__links {
  grid-column: 3 / 9;
  margin-top: calc(30rem * 1 / 18);
  margin-left: calc(12rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .fps__links {
    grid-column: 1 / -1;
    margin-top: 30px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.fps__link {
  display: flex;
  align-items: center;
  gap: calc(5rem * 1 / 18);
}
.fps__link a {
  margin-left: calc(15rem * 1 / 18);
  color: #004986;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .fps__link a {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .fps__link a {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .fps__link a {
    font-size: 20px;
    line-height: 40px;
  }
}
.fps__link.pdf {
  margin-left: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .fps__link.pdf {
    margin-left: 0;
  }
}
.fps__link .blue-link {
  margin-left: 4px;
}
.fps__link a {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
  margin-left: 16px;
}
@media only screen and (max-width: 1400px) {
  .fps__link a {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .fps__link a {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .fps__link a {
    font-size: 20px;
    line-height: 40px;
  }
}
.fps__link-icon {
  width: calc(30rem * 1 / 18);
  height: calc(30rem * 1 / 18);
  margin-top: calc(4rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .fps__link-icon {
    width: 22px;
    height: 23px;
  }
}
.fps__link-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tps {
  position: relative;
  width: 100%;
  background-color: white;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  /* Header Styles */
  /* Applied Filters Section */
  /* Filter Categories */
  /* Boolean filters - always clickable */
}
@media only screen and (max-width: 900px) {
  .tps {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .tps {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.tps__title {
  grid-column: 2 / 20;
  display: block;
  padding: calc(80rem * 1 / 18) 0;
  color: #004986;
}
.tps__list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid !important;
  gap: 0 calc(10rem * 1 / 18) !important;
}
.tps__wrapper {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid !important;
  gap: 0 calc(10rem * 1 / 18) !important;
}
.tps__wrapper > .facets-block-wrapper,
.tps__wrapper > .facets-custom-wrapper {
  display: none;
}
.tps__products {
  grid-column: 2 / 25;
  display: grid;
  grid-template-columns: subgrid;
  margin-top: calc(60rem * 1 / 18);
}
.tps__products > .main-collection-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  gap: 0 calc(10rem * 1 / 18) !important;
}
.tps__products > .main-collection-grid > div {
  grid-column: 1 / -1 !important;
  display: grid;
  grid-template-columns: subgrid;
  container-type: normal !important;
  gap: 0 calc(10rem * 1 / 18) !important;
}
.tps__products > .main-collection-grid > div > .product-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  gap: calc(120rem * 1 / 18) calc(10rem * 1 / 18) !important;
}
.tps__product {
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: calc(16rem * 1 / 18);
}
.tps__product:nth-child(6n + 1) {
  grid-column: 1 / span 3;
}
.tps__product:nth-child(6n + 2) {
  grid-column: 5 / span 3;
}
.tps__product:nth-child(6n + 3) {
  grid-column: 9 / span 3;
}
.tps__product:nth-child(6n + 4) {
  grid-column: 13 / span 3;
}
.tps__product:nth-child(6n + 5) {
  grid-column: 17 / span 3;
}
.tps__product:nth-child(6n) {
  grid-column: 21 / span 3;
}
.tps__product .product-card__content {
  gap: calc(16rem * 1 / 18);
}
.tps__product .contents {
  display: block;
}
.tps__product .product-badges {
  display: none !important;
}
.tps__product slideshow-slides {
  overflow: visible !important;
}
.tps__product slideshow-slide {
  aspect-ratio: 1 / 1 !important;
}
.tps__product .card-gallery {
  overflow: visible !important;
}
.tps__product .product-media-container {
  overflow: visible !important;
  position: relative;
}
.tps__product .product-media-container::after {
  content: "";
  position: absolute;
  bottom: calc(10rem * 1 / 18);
  right: calc(14rem * 1 / 18);
  width: calc(80rem * 1 / 18);
  height: calc(80rem * 1 / 18);
  background-image: url(/cdn/shop/t/4/assets/icon-forward-arrow-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tps__product .product-media {
  border-radius: 50%;
  border: calc(5rem * 1 / 18) solid #d9d9d9;
  position: relative;
  width: calc(200rem * 1 / 18);
  min-width: calc(200rem * 1 / 18);
  max-width: calc(200rem * 1 / 18);
  height: calc(200rem * 1 / 18);
  min-height: calc(200rem * 1 / 18);
  max-height: calc(200rem * 1 / 18);
  overflow: hidden;
}
.tps__product .product-media img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  overflow: hidden;
}
.tps__product-title {
  margin-top: calc(16rem * 1 / 18) !important;
  font-weight: 700;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.8rem * 1 / 18);
  text-transform: uppercase;
  color: #004986;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .tps__product-title {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps__product-title {
    line-height: clamp(18.4px, calc(25 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .tps__product-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.tps__product-title b {
  font-weight: 700;
  text-transform: uppercase;
}
.tps__product-text {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
  color: #858585;
}
@media only screen and (max-width: 1400px) {
  .tps__product-text {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps__product-text {
    line-height: clamp(18.4px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .tps__product-text {
    font-size: 16px;
    line-height: 22px;
  }
}
.tps__download {
  gap: calc(12rem * 1 / 18) !important;
  display: flex;
  align-items: center;
  gap: calc(5rem * 1 / 18);
}
.tps__download a {
  margin-left: calc(15rem * 1 / 18);
  color: #004986;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .tps__download a {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps__download a {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .tps__download a {
    font-size: 20px;
    line-height: 40px;
  }
}
.tps__download-icon {
  width: calc(30rem * 1 / 18);
  height: calc(30rem * 1 / 18);
  margin-top: calc(4rem * 1 / 18);
}
.tps__download-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tps__download > span {
  color: #004986;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .tps__download > span {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps__download > span {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .tps__download > span {
    font-size: 20px;
    line-height: 40px;
  }
}
.tps .visually-hidden {
  position: absolute !important;
  width: calc(1rem * 1 / 18) !important;
  height: calc(1rem * 1 / 18) !important;
  padding: 0 !important;
  margin: calc(-1rem * 1 / 18) !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.tps .facets-custom-wrapper {
  --facets-custom-width: calc(410rem * 1 / 18);
  --facets-custom-padding: calc(20rem * 1 / 18);
  --facets-custom-bg: #ffffff;
  --facets-custom-border: calc(2rem * 1 / 18) solid #e0e0e0;
  --facets-custom-header-height: calc(50rem * 1 / 18);
  --facets-custom-header-bg: #ffffff;
  --facets-custom-header-border: calc(2rem * 1 / 18) solid #e0e0e0;
  --facets-custom-filter-header-height: calc(54rem * 1 / 18);
  --facets-custom-filter-header-bg: #ffffff;
  --facets-custom-checkbox-size: calc(24rem * 1 / 18);
  --facets-custom-checkbox-border: calc(2rem * 1 / 18) solid #696969;
  --facets-custom-text-color: #3f3f3f;
  --facets-custom-text-secondary: #a1a1a1;
  --facets-custom-applied-bg: #f1f1f1;
  --facets-custom-font-family: 'Sofia Sans Semi Condensed', sans-serif;
  --facets-custom-font-family-sort: 'Maven Pro', sans-serif;
  width: var(--facets-custom-width);
  background-color: var(--facets-custom-bg);
  font-family: var(--facets-custom-font-family);
}
.tps .facets-custom__form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tps .facets-custom__form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tps .facets-custom__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--facets-custom-header-height);
  padding: 0 calc(12rem * 1 / 18) 0 calc(16rem * 1 / 18);
  border-bottom: var(--facets-custom-header-border);
  margin-bottom: 0;
}
.tps .facets-custom__header-title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  color: var(--facets-custom-text-color);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1400px) {
  .tps .facets-custom__header-title {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps .facets-custom__header-title {
    line-height: clamp(18.4px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .tps .facets-custom__header-title {
    font-size: 20px;
    line-height: 20px;
  }
}
.tps .facets-custom__header-actions {
  display: flex;
  align-items: center;
  gap: calc(12rem * 1 / 18);
}
.tps .facets-custom__clear-all {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18);
  font-weight: 500;
  color: var(--facets-custom-text-secondary);
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
}
@media only screen and (max-width: 1400px) {
  .tps .facets-custom__clear-all {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps .facets-custom__clear-all {
    font-size: 16px;
  }
}
.tps .facets-custom__clear-all:hover {
  color: var(--facets-custom-text-color);
}
.tps .facets-custom__clear-all--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tps .facets-custom__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tps .facets-custom__applied {
  padding: calc(20rem * 1 / 18) 0;
  border-bottom: var(--facets-custom-header-border);
}
.tps .facets-custom__applied-title {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(16rem * 1 / 18);
  font-weight: 900;
  letter-spacing: calc(0.32rem * 1 / 18);
  color: var(--facets-custom-text-color);
  text-transform: uppercase;
  margin: 0 0 calc(20rem * 1 / 18) 0;
}
@media only screen and (max-width: 1400px) {
  .tps .facets-custom__applied-title {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps .facets-custom__applied-title {
    font-size: 16px;
  }
}
.tps .facets-custom__applied-tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(12rem * 1 / 18);
}
.tps .facets-custom__applied-tag {
  display: inline-flex;
  align-items: center;
  gap: calc(8rem * 1 / 18);
  background-color: var(--facets-custom-applied-bg);
  padding: calc(8rem * 1 / 18) calc(24rem * 1 / 18);
  border-radius: 0;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  letter-spacing: calc(0.36rem * 1 / 18);
  color: var(--facets-custom-text-color);
}
@media only screen and (max-width: 1400px) {
  .tps .facets-custom__applied-tag {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps .facets-custom__applied-tag {
    font-size: 18px;
  }
}
.tps .facets-custom__applied-tag-remove {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  width: calc(8rem * 1 / 18);
  height: calc(8rem * 1 / 18);
}
.tps .facets-custom__filters {
  display: flex;
  flex-direction: column;
}
.tps .facets-custom__filter-item {
  border-bottom: var(--facets-custom-header-border);
  padding: 0 calc(16rem * 1 / 18);
}
.tps .facets-custom__filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--facets-custom-filter-header-height);
  padding: 0;
  background-color: var(--facets-custom-filter-header-bg);
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
}
.tps .facets-custom__filter-header-title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-weight: 900;
  color: var(--facets-custom-text-color);
  text-transform: uppercase;
  letter-spacing: calc(0.36rem * 1 / 18);
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .tps .facets-custom__filter-header-title {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps .facets-custom__filter-header-title {
    line-height: clamp(18.4px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .tps .facets-custom__filter-header-title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .tps .facets-custom__filter-header-title {
    letter-spacing: 0.36px;
  }
}
.tps .facets-custom__filter-header-icon {
  width: calc(7.5rem * 1 / 18);
  height: calc(15rem * 1 / 18);
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.tps .facets-custom__filter-item[open] .facets-custom__filter-header-icon {
  transform: rotate(-90deg);
}
.tps .facets-custom__filter-content {
  padding: 0 0 calc(20rem * 1 / 18) 0;
}
.tps .facets-custom__filter-options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tps .facets-custom__filter-option {
  display: flex;
  align-items: center;
  gap: calc(12rem * 1 / 18);
  padding: calc(12rem * 1 / 18) 0;
  cursor: pointer;
}
.tps .facets-custom__filter-checkbox {
  width: var(--facets-custom-checkbox-size);
  height: var(--facets-custom-checkbox-size);
  border: var(--facets-custom-checkbox-border);
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none;
  position: relative;
}
.tps .facets-custom__filter-checkbox:checked {
  background-color: var(--facets-custom-text-color);
  border-color: var(--facets-custom-text-color);
}
.tps .facets-custom__filter-checkbox:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(8rem * 1 / 18);
  height: calc(8rem * 1 / 18);
  background-color: var(--facets-custom-bg);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.tps .facets-custom__filter-checkbox--boolean {
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
.tps .facets-custom__filter-checkbox--boolean[disabled] {
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.tps .facets-custom__filter-label--boolean {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.tps .facets-custom__filter-option:has(.facets-custom__filter-checkbox--boolean) {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.tps .facets-custom__filter-option:has(.facets-custom__filter-checkbox--boolean) label {
  cursor: pointer !important;
  pointer-events: auto !important;
}
.tps .facets-custom__filter-label {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  letter-spacing: calc(0.3rem * 1 / 18);
  color: var(--facets-custom-text-color);
  letter-spacing: calc(1rem * 1 / 18) !important;
  flex: 1;
}
@media only screen and (max-width: 1400px) {
  .tps .facets-custom__filter-label {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps .facets-custom__filter-label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .tps .facets-custom__filter-label {
    letter-spacing: 1px !important;
  }
}
.tps .facets-custom__filter-count {
  color: var(--facets-custom-text-secondary);
}
@media screen and (max-width: 749px) {
  .tps .facets-custom-wrapper {
    --facets-custom-width: 100%;
    z-index: 1000;
    overflow-y: auto;
  }
}
.tps .price-facet-custom {
  display: flex;
  flex-direction: column;
  gap: calc(16rem * 1 / 18);
  padding: calc(20rem * 1 / 18) 0;
}
.tps .price-facet-custom__inputs-wrapper {
  display: flex;
  align-items: center;
  gap: calc(12rem * 1 / 18);
  width: 100%;
}
.tps .price-facet-custom__field {
  flex: 1;
  position: relative;
}
.tps .price-facet-custom__input {
  width: 100%;
  padding: calc(8rem * 1 / 18) calc(12rem * 1 / 18) calc(8rem * 1 / 18) calc(32rem * 1 / 18);
  border: calc(2rem * 1 / 18) solid #696969;
  background: transparent;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  color: #3f3f3f;
  text-align: right;
  box-sizing: border-box;
}
@media only screen and (max-width: 1400px) {
  .tps .price-facet-custom__input {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps .price-facet-custom__input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .tps .price-facet-custom__input {
    padding: 8px 12px 8px 32px;
    border: 2px solid #696969;
  }
}
.tps .price-facet-custom__input:focus {
  outline: none;
  border-color: #3f3f3f;
}
.tps .price-facet-custom__input::placeholder {
  color: #a1a1a1;
}
.tps .price-facet-custom__label {
  position: absolute;
  left: calc(12rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  color: #3f3f3f;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .tps .price-facet-custom__label {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps .price-facet-custom__label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .tps .price-facet-custom__label {
    left: 12px;
  }
}
.tps .price-facet-custom__separator {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  color: #3f3f3f;
  flex-shrink: 0;
}
@media only screen and (max-width: 1400px) {
  .tps .price-facet-custom__separator {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps .price-facet-custom__separator {
    font-size: 18px;
  }
}
.tps .price-facet-custom__highest-price {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #a1a1a1;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .tps .price-facet-custom__highest-price {
    font-size: 14px;
  }
}
.tps .price-facet-custom__apply-button {
  width: 100%;
  padding: calc(12rem * 1 / 18) calc(24rem * 1 / 18);
  background-color: #3f3f3f;
  color: #ffffff;
  border: none;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  letter-spacing: calc(0.36rem * 1 / 18);
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .tps .price-facet-custom__apply-button {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps .price-facet-custom__apply-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .tps .price-facet-custom__apply-button {
    padding: 12px 24px;
  }
}
.tps .price-facet-custom__apply-button:hover {
  background-color: #2a2a2a;
}
.tps .price-facet-custom__apply-button:active {
  background-color: #1a1a1a;
}
@media only screen and (max-width: 900px) {
  .tps {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }
  .tps__title {
    grid-column: 1 / -1;
    padding: 100px 16px 20px;
  }
  .tps__list {
    grid-column: 1 / -1;
    gap: 0 10px !important;
  }
  .tps__wrapper {
    grid-column: 1 / -1;
    gap: 0 10px !important;
    display: flex;
    flex-direction: column;
  }
  .tps__wrapper > .facets-block-wrapper,
  .tps__wrapper > .facets-custom-wrapper {
    grid-column: 1 / -1;
    grid-row: auto;
    width: 100%;
    order: 1;
  }
  .tps__products {
    grid-column: 1 / -1;
    margin-top: 30px;
    order: 2;
  }
  .tps__products > .main-collection-grid {
    grid-column: 1 / -1;
    gap: 0 10px !important;
  }
  .tps__products > .main-collection-grid > div {
    grid-column: 1 / -1 !important;
    gap: 0 10px !important;
  }
  .tps__products > .main-collection-grid > div > .product-grid {
    grid-column: 1 / -1;
    gap: 60px 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tps__product {
    width: 100%;
    max-width: 356px;
    padding: 0 16px;
    gap: 8px;
  }
  .tps__product:nth-child(n) {
    grid-column: 1 / -1;
  }
  .tps__product .product-card__content {
    gap: 8px;
  }
  .tps__product .product-media-container::after {
    width: 80px;
    height: 80px;
    bottom: 0px;
    right: 0px;
  }
  .tps__product .product-media {
    max-width: 324px;
    max-height: 324px;
    width: auto;
    height: auto;
    border: 5px solid #D9D9D9;
  }
  .tps__product-title {
    margin-top: 8px !important;
  }
  .tps__download {
    gap: 10px !important;
  }
  .tps__download-icon {
    width: 22px;
    height: 23px;
  }
  .tps .visually-hidden {
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
  }
  .tps .facets-custom-wrapper {
    --facets-custom-width: 100%;
    --facets-custom-padding: 20px;
    --facets-custom-header-height: 50px;
    --facets-custom-header-border: 2px solid #e0e0e0;
    --facets-custom-filter-header-height: 54px;
    --facets-custom-checkbox-size: 24px;
    --facets-custom-checkbox-border: 2px solid #696969;
    width: 100%;
    margin-bottom: 20px;
  }
  .tps .facets-custom__header {
    height: 50px;
    padding: 0 12px 0 16px;
  }
  .tps .facets-custom__header-actions {
    gap: 12px;
  }
  .tps .facets-custom__applied {
    padding: 20px 16px;
  }
  .tps .facets-custom__applied-title {
    margin: 0 0 20px 0;
  }
  .tps .facets-custom__applied-tags {
    gap: 12px;
  }
  .tps .facets-custom__applied-tag {
    gap: 8px;
    padding: 8px 24px;
  }
  .tps .facets-custom__applied-tag-remove {
    width: 8px;
    height: 8px;
  }
  .tps .facets-custom__filter-item {
    padding: 0 16px;
  }
  .tps .facets-custom__filter-header {
    height: 54px;
  }
  .tps .facets-custom__filter-header-icon {
    width: 7.5px;
    height: 15px;
  }
  .tps .facets-custom__filter-content {
    padding: 0 0 20px 0;
  }
  .tps .facets-custom__filter-option {
    gap: 12px;
    padding: 12px 0;
  }
  .tps .facets-custom__filter-checkbox {
    width: 24px;
    height: 24px;
    border: 2px solid #696969;
  }
  .tps .facets-custom__filter-checkbox:checked::after {
    width: 8px;
    height: 8px;
  }
  .tps .facets-custom__filter-label {
    letter-spacing: 1px !important;
  }
  .tps .price-facet-custom {
    gap: 16px;
    padding: 20px 0;
  }
  .tps .price-facet-custom__inputs-wrapper {
    gap: 12px;
  }
  .tps .price-facet-custom__input {
    padding: 8px 12px 8px 32px;
    border: 2px solid #696969;
  }
  .tps .price-facet-custom__label {
    left: 12px;
  }
  .tps .price-facet-custom__apply-button {
    padding: 12px 24px;
  }
}
.ih {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .ih {
    margin-top: 0px;
  }
}
.ih__filter-bar {
  width: 100%;
  background-color: #f1f1f1;
  z-index: 10;
  margin-left: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .ih__filter-bar {
    top: 65px;
    margin-left: 0;
  }
}
.ih__filter-bar--fixed {
  position: fixed;
  top: calc(65rem * 1 / 18);
  left: 0;
}
@media only screen and (max-width: 900px) {
  .ih__filter-bar--fixed {
    position: static;
  }
}
.ih__filter-toggle {
  display: none;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .ih__filter-toggle {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ih__filter-toggle {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ih__filter-toggle {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .ih__filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    padding: 14px 20px;
    color: #414141;
    text-transform: uppercase;
  }
}
.ih__filter-toggle-arrow {
  transition: transform 0.2s ease;
}
.ih__filter-bar--open .ih__filter-toggle-arrow {
  transform: rotate(180deg);
}
.ih__filter-bar-inner {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .ih__filter-bar-inner {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .ih__filter-bar-inner {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .ih__filter-bar-inner {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0 20px 10px;
  }
  .ih__filter-bar--open .ih__filter-bar-inner {
    display: flex;
  }
}
.ih__filter-btn {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
  color: #414141;
  background: none;
  border: none;
  cursor: pointer;
  padding: calc(8rem * 1 / 18) 0;
  border-bottom: calc(3rem * 1 / 18) solid transparent;
  white-space: nowrap;
  transition: border-color 0.2s ease;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .ih__filter-btn {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ih__filter-btn {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ih__filter-btn {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .ih__filter-btn {
    padding: 0;
    border-bottom-width: 3px;
    width: 100%;
    text-align: left;
  }
}
.ih__filter-btn::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(3rem * 1 / 18);
  background-color: #FF9527;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
@media only screen and (max-width: 900px) {
  .ih__filter-btn::after {
    display: none;
    bottom: -5px;
    height: 3px;
  }
}
.ih__filter-btn span {
  position: relative;
}
.ih__filter-btn span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(3rem * 1 / 18);
  background-color: #FF9527;
  transform: scaleX(0);
  transition: transform 0.2s ease;
  display: none;
}
@media only screen and (max-width: 900px) {
  .ih__filter-btn span::after {
    display: block;
    bottom: -5px;
    height: 3px;
  }
}
.ih__filter-btn:hover::after {
  transform: scaleX(1);
}
.ih__filter-btn:hover span::after {
  transform: scaleX(1);
}
.ih__filter-btn--active::after {
  transform: scaleX(1);
}
.ih__filter-btn--active span::after {
  transform: scaleX(1);
}
.ih__hero-content {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  align-items: flex-start;
  padding-top: calc(100rem * 1 / 18);
  padding-bottom: calc(140rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .ih__hero-content {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .ih__hero-content {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .ih__hero-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ih__heading {
  grid-column: 2 / 6;
  grid-row: 1;
  margin: 0;
  color: #414141;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(2rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .ih__heading {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ih__heading {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ih__heading {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .ih__heading {
    grid-column: 1 / -1;
    margin-bottom: 30px;
    margin-top: 30px;
    letter-spacing: 2px;
    padding: 0 16px;
  }
}
.ih__title {
  grid-column: 13 / 22;
  grid-row: 1;
  margin: 0;
  color: #004986;
}
.ih__title* {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .ih__title {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-bottom: 0px;
    padding: 0 16px;
  }
}
.pg {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  margin-top: calc(40rem * 1 / 18);
  margin-bottom: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pg {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .pg {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .pg {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
}
.pg__keywords {
  grid-column: 10 / -1;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18);
  font-weight: 500;
  letter-spacing: calc(0.3rem * 1 / 18);
  color: #3f3f3f;
  line-height: 1.4;
}
@media only screen and (max-width: 1400px) {
  .pg__keywords {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .pg__keywords {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .pg__keywords {
    display: none;
    grid-column: 1 / -1;
    order: -1;
    margin-bottom: 20px;
  }
}
.pg__content {
  grid-column: 2 / 10;
  border-top: calc(1rem * 1 / 18) solid #e6e6e6;
  padding-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pg__content {
    order: 2;
    grid-column: 1 / -1;
    border-top: 0px solid #e6e6e6;
    padding-top: 50px;
    margin-bottom: 40px;
  }
}
.pg__title {
  color: #004986;
  margin: 0 0 calc(50rem * 1 / 18) 0;
  max-width: calc(530rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pg__title {
    margin: 0 0 40px 0;
    max-width: none;
  }
}
.pg__description {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: 0;
  color: #858585;
  margin-bottom: calc(80rem * 1 / 18);
  max-width: calc(460rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .pg__description {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .pg__description {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .pg__description {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .pg__description {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.pg__description > * {
  margin: 0;
}
.pg__products {
  color: #858585;
}
.pg__product-item {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: calc(20rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .pg__product-item {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .pg__product-item {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .pg__product-item {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .pg__product-item {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.pg__product-item img {
  width: calc(50rem * 1 / 18);
  height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pg__product-item img {
    width: 40px;
    height: 40px;
  }
}
.pg__images {
  grid-column: 10 / 24;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pg__images {
    order: 1;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 60px;
  }
}
.pg .grid-item {
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pg .grid-item {
    border-radius: 16px;
  }
}
.pg .grid-item.hero {
  grid-column: 1 / -1;
  height: calc(595rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pg .grid-item.hero {
    height: auto;
    width: 100%;
    aspect-ratio: 340 / 187;
  }
}
.pg .grid-item.sub {
  grid-column: span 4;
  height: calc(330rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pg .grid-item.sub {
    grid-column: 1 / -1;
    height: auto;
    width: 100%;
    aspect-ratio: 4 / 3;
  }
}
.pg .grid-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ph {
  position: relative;
  width: 100%;
  background-color: white;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-bottom: calc(100rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .ph {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .ph {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ph__content {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  position: relative;
}
.ph__left {
  display: grid;
  grid-column: 2 / 13;
  grid-template-columns: subgrid;
  grid-auto-rows: min-content;
  border-bottom: calc(2rem * 1 / 18) solid #E6E6E6;
}
.ph__category {
  grid-column: 1 / 12;
  margin-bottom: calc(15rem * 1 / 18);
  position: relative;
  z-index: 2;
  padding-top: calc(80rem * 1 / 18);
}
.ph__category-text {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(54rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(2rem * 1 / 18);
  text-transform: uppercase;
  color: #414141;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-right: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .ph__category-text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ph__category-text {
    line-height: clamp(18.4px, calc(54 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ph__category-text {
    font-size: 20px;
    line-height: 54px;
  }
}
.ph__category-text::after {
  position: absolute;
  width: calc(200rem * 1 / 18);
  height: calc(1rem * 1 / 18);
  left: calc(100%);
  top: 50%;
  background-color: #696969;
}
.ph__title {
  grid-column: 1 / 12;
  margin-bottom: calc(46rem * 1 / 18);
  z-index: 2;
}
.ph__title-text {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.44rem * 1 / 18);
  color: #004986;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .ph__title-text {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .ph__title-text.title {
    font-size: 44px;
    line-height: 56px;
  }
}
.ph__title-text span {
  font-family: "barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.ph__description {
  grid-column: 1 / 12;
  margin-bottom: calc(76rem * 1 / 18);
  z-index: 2;
}
.ph__description-text {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .ph__description-text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ph__description-text {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ph__description-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.ph__right {
  grid-column: 14 / 24;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: subgrid;
}
@media only screen and (max-width: 900px) {
  .ph__right {
    display: none;
  }
}
.ph__right.mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .ph__right.mobile {
    display: grid;
    order: 3;
  }
}
.ph__image {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
  gap: calc(20rem * 1 / 18);
  width: 100%;
}
.ph__image > img {
  border-radius: calc(16rem * 1 / 18);
  overflow: hidden;
  width: 100%;
  height: calc(602rem * 1 / 18);
  object-fit: contain;
}
.ph__image-placeholder {
  width: 100%;
  height: calc(520rem * 1 / 18);
  background-color: #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph__image-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(50rem * 1 / 18);
  width: 100%;
  margin-top: calc(40rem * 1 / 18);
  grid-column: 1 / -1;
}
.ph__image-icon {
  width: calc(60rem * 1 / 18);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph__image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ph__icon-placeholder {
  width: 100%;
  height: 100%;
  background-color: #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #999;
}
@media only screen and (max-width: 1400px) {
  .ph__icon-placeholder {
    font-size: clamp(15px, calc(12 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ph__icon-placeholder {
    line-height: clamp(18.4px, calc(30 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ph__icon-placeholder {
    font-size: 12px;
    line-height: 30px;
  }
}
.ph__links {
  grid-column: 1 / 12;
  display: grid;
  grid-template-columns: subgrid;
  z-index: 2;
}
.ph__link {
  display: flex;
  align-items: center;
  gap: calc(8rem * 1 / 18);
  text-decoration: none;
  transition: opacity 0.3s ease;
  grid-column: span 2;
}
@media only screen and (max-width: 1400px) {
  .ph__link {
    grid-column: span 3;
  }
}
.ph__link:hover {
  opacity: 0.7;
}
.ph__link.spec-sheet {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(74rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.2rem * 1 / 18);
  text-transform: capitalize;
  color: #004986;
}
@media only screen and (max-width: 1400px) {
  .ph__link.spec-sheet {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .ph__link.spec-sheet {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  .ph__link.spec-sheet {
    line-height: 60px;
  }
}
.ph__link.spec-sheet > .ph__link-icon {
  width: calc(30rem * 1 / 18) !important;
  height: calc(30rem * 1 / 18) !important;
  margin-top: calc(4rem * 1 / 18);
}
.ph__link.spec-sheet > .ph__link-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain     !important;
}
.ph__link.brochure,
.ph__link.ies-file {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(74rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.2rem * 1 / 18);
  text-transform: capitalize;
  color: #FFFFFF;
}
@media only screen and (max-width: 1400px) {
  .ph__link.brochure,
  .ph__link.ies-file {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .ph__link.brochure,
  .ph__link.ies-file {
    font-size: 18px;
  }
}
.ph__link-button {
  display: flex;
  align-items: center;
  gap: calc(0rem * 1 / 18);
  background-color: #004986;
  border-radius: calc(20rem * 1 / 18);
  padding: 0 calc(21rem * 1 / 18) 0 0;
  height: calc(40rem * 1 / 18);
}
.ph__link-button.grey {
  background-color: #A1A1A1;
}
.ph__link-button > span {
  transform: translateY(calc(-3rem * 1 / 18));
}
.ph__link-icon {
  width: calc(40rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ph__link-icon img {
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
  object-fit: contain;
}
.ph__link-icon-placeholder {
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
  background-color: rgba(255, 255, 255, 0.3);
}
.ph__link-button .ph__link-icon {
  background-color: transparent;
}
@media only screen and (max-width: 900px) {
  .ph {
    padding-top: 60px;
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
  }
  .ph__left {
    grid-column: 1 / -1;
    height: auto;
    border-bottom: none;
    padding: 24px 0 40px;
    display: flex;
    flex-direction: column;
  }
  .ph__right {
    grid-column: 1 / -1;
    grid-row: auto;
    padding: 0;
    position: relative;
    padding-bottom: 40px;
  }
  .ph__right::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -16px;
    right: -16px;
    width: calc(100% + 32px);
    height: 1px;
    background-color: #E6E6E6;
  }
  .ph__category {
    grid-column: 1 / -1;
    padding-top: 24px;
    margin-bottom: 14px;
    order: 1;
  }
  .ph__category-text::after {
    display: none;
  }
  .ph__title {
    grid-column: 1 / -1;
    margin-bottom: 0;
    order: 2;
  }
  .ph__description {
    grid-column: 1 / -1;
    margin-bottom: 40px;
    order: 4;
    padding: 0;
    margin-top: 60px;
  }
  .ph__links {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    order: 5;
    padding-bottom: 40px;
    margin-top: 30px;
  }
  .ph__link {
    grid-column: auto;
    gap: 10px;
  }
  .ph__link.spec-sheet .ph__link-icon {
    width: 22px !important;
    height: 23px !important;
  }
  .ph__link-button {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px 0 0;
  }
  .ph__link-button > span {
    transform: translateY(-2px);
  }
  .ph__link-icon {
    width: 40px;
    height: 40px;
  }
  .ph__link-icon img {
    width: 14px;
    height: 12px;
  }
  .ph__image {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-bottom: 24px;
  }
  .ph__image > img {
    height: auto;
    aspect-ratio: 340 / 242;
    border-radius: 0;
  }
  .ph__image-placeholder {
    height: auto;
    aspect-ratio: 340 / 242;
  }
  .ph__image-icons {
    display: flex;
    justify-content: flex-start;
    gap: 12px 60px;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 0 20px;
  }
  .ph__image-icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .ph__left {
    padding: 18px 0 30px;
  }
  .ph__right {
    padding: 0;
    padding-bottom: 40px;
  }
  .ph__category {
    padding-top: 18px;
    margin-bottom: 10px;
  }
  .ph__description {
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .ph__links {
    gap: 20px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .ph__link.spec-sheet .ph__link-icon {
    width: 20px !important;
    height: 21px !important;
  }
  .ph__link-button {
    height: 36px;
    border-radius: 18px;
    padding: 0 16px 0 0;
  }
  .ph__link-icon {
    width: 36px;
    height: 36px;
  }
  .ph__link-icon img {
    width: 12px;
    height: 10px;
  }
  .ph__image {
    margin-bottom: 20px;
  }
  .ph__image-icons {
    gap: 16px 50px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .ph__image-icon {
    width: 60px;
    height: 60px;
  }
}
.product-specs {
  position: relative;
  width: 100%;
  background-color: white;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(80rem * 1 / 18);
  padding-bottom: calc(130rem * 1 / 18);
  overflow: visible;
}
@media only screen and (max-width: 900px) {
  .product-specs {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .product-specs {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ps__content {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  position: relative;
}
.ps__images-section {
  grid-column: 2 / 13;
  display: grid;
  grid-template-columns: subgrid;
  position: relative;
  align-content: start;
  row-gap: calc(12rem * 1 / 18);
}
.ps__top-images {
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  gap: calc(10rem * 1 / 18);
}
.ps__image-wrapper {
  position: relative;
  overflow: hidden;
}
.ps__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ps__image-wrapper--top-left {
  width: calc(457rem * 1 / 18);
  height: calc(276rem * 1 / 18);
  flex-shrink: 0;
}
.ps__image-wrapper--top-right {
  width: calc(380rem * 1 / 18);
  height: calc(276rem * 1 / 18);
  flex-shrink: 0;
}
.ps__image-wrapper--bottom {
  grid-column: 1 / -1;
  grid-row: 3;
  width: calc(847rem * 1 / 18);
  height: calc(616rem * 1 / 18);
  border-radius: calc(20rem * 1 / 18);
}
.ps__image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps__specs-panel {
  grid-column: 14 / 24;
  position: relative;
  min-height: calc(813rem * 1 / 18);
  display: flex;
  flex-direction: column;
}
.ps__title-section {
  display: flex;
  align-items: center;
  gap: calc(20rem * 1 / 18);
  margin-bottom: calc(5rem * 1 / 18);
  position: relative;
  z-index: 2;
}
.ps__title {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
  .ps__title {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .ps__title {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.ps__title.mobile {
  display: none;
}
.ps__title-line {
  flex: 1;
  height: calc(1rem * 1 / 18);
  background-color: #696969;
}
.ps__specs-table {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(769rem * 1 / 18);
  margin-top: calc(20rem * 1 / 18);
}
.ps__specs-table::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(457rem * 1 / 18);
  height: 100%;
  background-color: #F1F1F1;
  z-index: 0;
}
.ps__spec-row {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border-bottom: calc(2rem * 1 / 18) solid #E6E6E6;
}
.ps__spec-row:last-child {
  border-bottom: none;
}
.ps__spec-label {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  min-height: calc(58rem * 1 / 18);
  height: 100%;
  color: #000000;
  width: calc(457rem * 1 / 18);
  background-color: #F1F1F1;
  padding-left: calc(35rem * 1 / 18);
  padding-right: calc(20rem * 1 / 18);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .ps__spec-label {
    font-size: clamp(15px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .ps__spec-label {
    font-size: 18px;
  }
}
.ps__spec-value {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  height: auto;
  color: #6E6E6E;
  text-align: center;
  width: calc(302rem * 1 / 18);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .ps__spec-value {
    font-size: clamp(15px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .ps__spec-value {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .ps {
    padding-top: 0;
    padding-bottom: 60px;
    overflow: hidden;
    padding: 0;
  }
  .ps__content {
    gap: 60px 10px;
    overflow: hidden;
  }
  .ps__images-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 24px;
    order: 2;
    padding: 0 16px;
    grid-column: 1 / -1;
  }
  .ps__top-images {
    display: flex;
    flex-direction: row;
    gap: 4px;
  }
  .ps__image-wrapper--top-left {
    width: calc(183 / 340 * 100%);
    height: auto;
    aspect-ratio: 183 / 111;
    flex-shrink: 0;
  }
  .ps__image-wrapper--top-right {
    width: calc(153 / 340 * 100%);
    height: auto;
    aspect-ratio: 153 / 111;
    flex-shrink: 0;
  }
  .ps__image-wrapper--bottom {
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 242;
    border-radius: 20px;
  }
  .ps__specs-panel {
    min-height: auto;
    order: 1;
    padding: 0;
    grid-column: 1 / -1;
  }
  .ps__title-section {
    margin-bottom: 0;
    padding: 0 12px;
    gap: 12px;
  }
  .ps__title {
    display: none;
  }
  .ps__title.mobile {
    display: block;
  }
  .ps__specs-table {
    width: 100%;
    margin-top: 30px;
  }
  .ps__spec-row {
    border-bottom: 2px solid #E6E6E6;
  }
  .ps__spec-label {
    width: 280px;
    min-height: 58px;
    height: 100%;
    padding: 0;
    padding-left: 20px;
    padding-right: 8px;
    flex-shrink: 0;
  }
  .ps__spec-value {
    flex: 1;
    width: auto;
    min-height: 58px;
    height: auto;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 600px) {
  .ps {
    padding-bottom: 40px;
  }
  .ps__images-section {
    padding: 0 18px;
    gap: 6px;
  }
  .ps__top-images {
    gap: 4px;
  }
  .ps__title-section {
    padding: 0 12px;
  }
  .ps__spec-label {
    width: 180px;
    padding-left: 16px;
  }
}
.pr {
  position: relative;
  width: 100%;
  background-color: white;
  overflow: visible;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-bottom: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .pr {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .pr {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pr__content {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  position: relative;
}
.pr__hero {
  grid-column: 1 / -1;
  width: auto;
  margin: 0 calc(-30rem * 1 / 18);
  height: calc(520rem * 1 / 18);
  position: relative;
}
.pr__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr__hero-placeholder {
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
}
.pr__title-section {
  grid-column: 2 / 24;
  display: grid;
  grid-template-columns: subgrid;
  align-items: center;
  padding-top: calc(60rem * 1 / 18);
  padding-bottom: calc(40rem * 1 / 18);
}
.pr__title {
  grid-column: 1 / 4;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
  .pr__title {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .pr__title {
    font-size: 18px;
    line-height: 2.7em;
  }
}
@media only screen and (max-width: 1400px) {
  .pr__title {
    grid-column: 1 / 6;
  }
}
@media only screen and (max-width: 900px) {
  .pr__title {
    grid-column: 1 / 8;
  }
}
.pr__title-line {
  grid-column: 4 / -1;
  height: calc(1rem * 1 / 18);
  background-color: #696969;
}
@media only screen and (max-width: 1400px) {
  .pr__title-line {
    grid-column: 6 / -1;
  }
}
@media only screen and (max-width: 900px) {
  .pr__title-line {
    grid-column: 8 / -1;
  }
}
.pr__cards {
  grid-column: 2 / 24;
  display: grid;
  grid-template-columns: subgrid;
  padding-top: calc(25rem * 1 / 18);
}
.pr__card {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.pr__card:nth-child(1) {
  grid-column: 5 / 8;
}
.pr__card:nth-child(2) {
  grid-column: 9 / 12;
}
.pr__card:nth-child(3) {
  grid-column: 13 / 16;
}
.pr__card:nth-child(4) {
  grid-column: 17 / 20;
}
.pr__card-image-link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
.pr__card-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: calc(5rem * 1 / 18) solid #D9D9D9;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F5F5F5;
}
.pr__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr__card-image-placeholder {
  width: 100%;
  height: 100%;
  background-color: #E0E0E0;
}
.pr__card-arrow {
  position: absolute;
  bottom: calc(-20rem * 1 / 18);
  right: calc(-4rem * 1 / 18);
  width: calc(80rem * 1 / 18);
  height: calc(80rem * 1 / 18);
  background-color: #004986;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border: calc(10rem * 1 / 18) solid white;
}
.pr__card-arrow svg {
  width: calc(20rem * 1 / 18);
  height: calc(24rem * 1 / 18);
}
.pr__card-arrow:hover {
  background-color: #003366;
}
.pr__card-title {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.1em;
  color: #004986;
  text-decoration: none;
  margin-top: calc(40rem * 1 / 18);
  margin-bottom: calc(8rem * 1 / 18);
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .pr__card-title {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .pr__card-title {
    font-size: 18px;
    line-height: 1.1em;
  }
}
.pr__card-title:hover {
  opacity: 0.7;
}
.pr__card-description {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.375em;
  color: #858585;
  margin: 0;
  margin-bottom: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .pr__card-description {
    font-size: clamp(15px, calc(16 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .pr__card-description {
    font-size: 14px;
    line-height: 1.375em;
  }
}
.pr__card-spec {
  display: flex;
  align-items: center;
  gap: calc(8rem * 1 / 18);
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.4em;
  color: #004986;
}
@media only screen and (max-width: 1400px) {
  .pr__card-spec {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .pr__card-spec {
    font-size: 18px;
  }
}
.pr__card-spec:hover {
  opacity: 0.7;
}
.pr__card-spec-icon {
  width: calc(22rem * 1 / 18);
  height: calc(25rem * 1 / 18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr__card-spec-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pr__cards-wrapper {
  grid-column: 2 / 24;
  display: grid;
  grid-template-columns: subgrid;
  position: relative;
}
.pr__cards-wrapper--desktop {
  display: grid;
}
.pr__swiper-wrapper {
  display: none;
  grid-column: 1 / -1;
  position: relative;
  padding: 0 16px;
}
.pr__swiper {
  width: 100%;
  overflow: hidden;
}
.pr__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  width: auto;
}
.pr__swiper-btn {
  position: absolute;
  top: 112px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: 4px solid white;
  transition: opacity 0.3s ease;
}
.pr__swiper-btn:hover {
  opacity: 0.8;
}
.pr__swiper-btn svg {
  width: 10px;
  height: 12px;
}
.pr__swiper-btn--prev {
  left: 0;
  background-color: #FF9527;
}
.pr__swiper-btn--next {
  right: 0;
  background-color: #004986;
}
@media only screen and (max-width: 900px) {
  .pr {
    padding: 0;
    padding-bottom: 80px;
    margin-top: 80px;
    overflow: hidden;
  }
  .pr__content {
    overflow: hidden;
  }
  .pr__cards-wrapper--desktop {
    display: none;
  }
  .pr__swiper-wrapper {
    display: block;
    padding: 0 40px;
  }
  .pr__swiper-btn svg {
    width: 18px;
    height: 17px;
  }
  .pr__swiper-btn--prev > svg {
    transform: rotate(180deg);
  }
  .pr__hero {
    height: 520px;
    margin: 0 -16px;
  }
  .pr__title-section {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    padding: 40px 16px 30px;
    margin-top: 30px;
  }
  .pr__title {
    grid-column: auto;
  }
  .pr__title-line {
    grid-column: auto;
    flex: 1;
  }
  .pr__card {
    width: 224px;
    min-width: 224px;
  }
  .pr__card:nth-child(1),
  .pr__card:nth-child(2),
  .pr__card:nth-child(3),
  .pr__card:nth-child(4) {
    grid-column: auto;
  }
  .pr__card-image {
    width: 224px;
    height: 224px;
    border-width: 5px;
  }
  .pr__card-arrow {
    width: 80px;
    height: 80px;
    bottom: -20px;
    right: -4px;
    border-width: 10px;
  }
  .pr__card-arrow svg {
    width: 20px;
    height: 24px;
  }
  .pr__card-title {
    margin-top: 40px;
    margin-bottom: 8px;
  }
  .pr__card-description {
    margin-bottom: 15px;
  }
  .pr__card-spec {
    gap: 8px;
  }
  .pr__card-spec-icon {
    width: 22px;
    height: 23px;
  }
}
@media only screen and (max-width: 600px) {
  .pr {
    padding-bottom: 60px;
  }
  .pr__swiper-wrapper {
    padding: 0 36px;
  }
  .pr__swiper-btn {
    top: 100px;
    width: 36px;
    height: 36px;
    border-width: 3px;
  }
  .pr__swiper-btn svg {
    width: 18px;
    height: 17px;
  }
  .pr__swiper-btn--prev > svg {
    transform: rotate(180deg);
  }
  .pr__hero {
    height: 520px;
    margin: 0 -16px;
  }
  .pr__title-section {
    padding: 30px 12px 20px;
  }
  .pr__card {
    width: 200px;
    min-width: 200px;
  }
  .pr__card-image {
    width: 200px;
    height: 200px;
    border-width: 4px;
  }
  .pr__card-arrow {
    width: 60px;
    height: 60px;
    bottom: -15px;
    right: -4px;
    border-width: 6px;
  }
  .pr__card-arrow svg {
    width: 16px;
    height: 18px;
  }
  .pr__card-title {
    margin-top: 30px;
  }
  .pr__card-spec-icon {
    width: 20px;
    height: 21px;
  }
}
.tps__header {
  grid-column: 2 / 17;
  display: flex;
  flex-direction: column;
  padding: calc(80rem * 1 / 18) 0 calc(40rem * 1 / 18);
}
.tps__header-title {
  color: #004986;
  margin: 0;
  margin-bottom: calc(30rem * 1 / 18);
}
.tps__header-title.mobile {
  display: none;
}
.tps__header-search {
  display: flex;
  align-items: center;
  max-width: calc(600rem * 1 / 18);
}
.tps__header-search-form {
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .tps__header-search-form {
    gap: 8px;
    flex-wrap: wrap;
  }
}
.tps__header-search-input {
  flex: 1;
  height: calc(40rem * 1 / 18);
  border: none;
  border-bottom: calc(2rem * 1 / 18) solid #E6E6E6;
  background: transparent;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1em;
  color: #858585;
  padding: 0;
  outline: none;
}
@media only screen and (max-width: 1400px) {
  .tps__header-search-input {
    font-size: clamp(15px, calc(24 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps__header-search-input {
    font-size: 22px;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps__header-search-input {
    font-size: clamp(15px, calc(24 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .tps__header-search-input {
    font-size: 22px;
    line-height: 1em;
  }
}
.tps__header-search-input::placeholder {
  color: #858585;
}
.tps__header-search-input:focus {
  border-bottom-color: #004986;
}
@media only screen and (max-width: 900px) {
  .tps__header-search-input {
    height: 30px;
    border-bottom: 2px solid #E6E6E6;
  }
}
.tps__header-search-btn {
  display: flex;
  align-items: center;
  height: calc(40rem * 1 / 18);
  background-color: #FF9527;
  border: none;
  border-radius: calc(20rem * 1 / 18);
  padding: 0;
  padding-right: calc(20rem * 1 / 18);
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-left: calc(20rem * 1 / 18);
}
.tps__header-search-btn:hover {
  opacity: 0.8;
}
.tps__header-search-btn span {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.8rem * 1 / 18);
  text-transform: uppercase;
  color: white;
  text-transform: capitalize;
}
@media only screen and (max-width: 1400px) {
  .tps__header-search-btn span {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps__header-search-btn span {
    line-height: clamp(18.4px, calc(25 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .tps__header-search-btn span {
    font-size: 20px;
    line-height: 25px;
  }
}
.tps__header-search-btn-icon {
  width: calc(40rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  border-radius: 50%;
  background-color: #FF9527;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: calc(6rem * 1 / 18);
}
.tps__header-search-btn-icon svg {
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
}
.tps__header-results-count {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
  color: #858585;
  margin-top: calc(20rem * 1 / 18);
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .tps__header-results-count {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .tps__header-results-count {
    line-height: clamp(18.4px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .tps__header-results-count {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .tps__header-results-count {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .tps__header {
    grid-column: 1 / -1;
    padding: 30px 16px 20px;
  }
  .tps__header-title {
    margin-bottom: 20px;
    padding: 0 16px;
    display: none;
  }
  .tps__header-title.mobile {
    display: block;
  }
  .tps__header-search {
    max-width: 100%;
    margin-top: 24px;
  }
  .tps__header-search-btn {
    height: 30px;
    border-radius: 15px;
    padding-right: 12px;
    margin-left: 10px;
  }
  .tps__header-search-btn span {
    transform: translateY(-2px);
  }
  .tps__header-search-btn-icon {
    width: 30px;
    height: 30px;
    margin-right: 4px;
  }
  .tps__header-search-btn-icon svg {
    width: 14px;
    height: 14px;
  }
}
.about-hero,
.ah {
  position: relative;
  width: 100%;
  background-color: white;
}
.about-hero__content,
.ah__content {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(100rem * 1 / 18);
  padding-bottom: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .about-hero__content,
  .ah__content {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .about-hero__content,
  .ah__content {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-hero__label,
.ah__label {
  grid-column: 2 / 8;
  grid-row: 1;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  margin: 0;
  align-self: start;
}
@media only screen and (max-width: 1400px) {
  .about-hero__label,
  .ah__label {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .about-hero__label,
  .ah__label {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.about-hero__text,
.ah__text {
  grid-column: 13 / 22;
  grid-row: 1;
  display: flex;
  flex-direction: column;
}
.about-hero__headline,
.ah__headline {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
  margin: 0 0 calc(30rem * 1 / 18) 0;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 900px) {
  .about-hero__headline,
  .ah__headline {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .about-hero__headline.title,
  .ah__headline.title {
    font-size: 44px;
    line-height: 56px;
  }
}
.about-hero__description,
.ah__description {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  max-width: calc(691rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .about-hero__description,
  .ah__description {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .about-hero__description,
  .ah__description {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .about-hero__description,
  .ah__description {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-hero__image-wrapper,
.ah__image-wrapper {
  position: relative;
  width: 100%;
  height: calc(520rem * 1 / 18);
  overflow: hidden;
}
.about-hero__image,
.ah__image {
  width: 100%;
  height: calc(960rem * 1 / 18);
  object-fit: cover;
  object-position: center top;
}
.about-stats,
.as {
  position: relative;
  width: 100%;
  background-color: white;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(120rem * 1 / 18);
  padding-bottom: calc(120rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .about-stats,
  .as {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .about-stats,
  .as {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-stats__content,
.as__content {
  grid-column: 2 / 11;
  display: grid;
  grid-template-columns: subgrid;
  grid-auto-rows: min-content;
}
.about-stats__right,
.as__right {
  grid-column: 13 / 23;
  display: grid;
  grid-template-columns: subgrid;
}
.about-stats__line,
.as__line {
  grid-column: 1 / -1;
  margin-bottom: calc(30rem * 1 / 18);
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: calc(20rem * 1 / 18);
}
.about-stats__line::after,
.as__line::after {
  content: '';
  position: relative;
  width: calc(457rem * 1 / 18);
  height: calc(1.444446rem * 1 / 18);
  background-color: #696969;
}
.about-stats__label,
.as__label {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .about-stats__label,
  .as__label {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .about-stats__label,
  .as__label {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.about-stats__quote,
.as__quote {
  grid-column: 1 / -1;
  font-family: "barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .about-stats__quote,
  .as__quote {
    font-size: 48px;
    line-height: 72px;
  }
}
.about-stats__quote b,
.as__quote b {
  font-weight: 700;
}
.about-stats__quote .orange,
.as__quote .orange {
  color: #FF9527;
}
.about-stats__image-wrapper,
.as__image-wrapper {
  grid-column: 4 / 7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: calc(100rem * 1 / 18) 0;
}
.about-stats__image,
.as__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: calc(5rem * 1 / 18) solid #d9d9d9;
  object-fit: contain;
}
.about-stats__stats,
.as__stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  padding-bottom: calc(40rem * 1 / 18);
}
.about-stats__stat,
.as__stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-stats__stat:nth-child(1),
.as__stat:nth-child(1) {
  grid-column: 1 / 4;
}
.about-stats__stat:nth-child(2),
.as__stat:nth-child(2) {
  grid-column: 4 / 7;
}
.about-stats__stat:nth-child(3),
.as__stat:nth-child(3) {
  grid-column: 7 / 11;
}
.about-stats__stat-number,
.as__stat-number {
  font-family: "barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(56rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(70rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
}
.about-stats__stat-number b,
.as__stat-number b,
.about-stats__stat-number strong,
.as__stat-number strong {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 900px) {
  .about-stats__stat-number,
  .as__stat-number {
    font-size: 56px;
    line-height: 70px;
  }
}
.about-stats__stat-label,
.as__stat-label {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  color: #414141;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .about-stats__stat-label,
  .as__stat-label {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .about-stats__stat-label,
  .as__stat-label {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.about-product-feature,
.apf {
  position: relative;
  width: 100%;
  background-color: white;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(300rem * 1 / 18);
  padding-bottom: calc(300rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .about-product-feature,
  .apf {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .about-product-feature,
  .apf {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-product-feature__circle,
.apf__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(1200rem * 1 / 18);
  height: calc(1200rem * 1 / 18);
  border-radius: 50%;
  background-color: white;
  z-index: 1;
}
.about-product-feature__content,
.apf__content {
  grid-column: 9 / 18;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(80rem * 1 / 18) 0;
}
.about-product-feature__dots,
.apf__dots {
  display: flex;
  align-items: center;
  gap: calc(10rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
.about-product-feature__dot,
.apf__dot {
  width: calc(22rem * 1 / 18);
  height: calc(23rem * 1 / 18);
}
.about-product-feature__dot--line,
.apf__dot--line {
  background-color: transparent;
}
.about-product-feature__category,
.apf__category {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  margin: 0 0 calc(10rem * 1 / 18) 0;
}
@media only screen and (max-width: 1400px) {
  .about-product-feature__category,
  .apf__category {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .about-product-feature__category,
  .apf__category {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.about-product-feature__headline,
.apf__headline {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
  margin: 0 0 calc(30rem * 1 / 18) 0;
  white-space: pre-line;
}
.about-product-feature__headline b,
.apf__headline b,
.about-product-feature__headline strong,
.apf__headline strong {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 900px) {
  .about-product-feature__headline,
  .apf__headline {
    font-size: 48px;
    line-height: 56px;
  }
}
.about-product-feature__description,
.apf__description {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  max-width: calc(535rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .about-product-feature__description,
  .apf__description {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .about-product-feature__description,
  .apf__description {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .about-product-feature__description,
  .apf__description {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-product-feature__line,
.apf__line {
  position: absolute;
  left: calc(100% + 80rem * 1 / 18);
  top: 50%;
  width: calc(223rem * 1 / 18);
  height: 1px;
  background-color: #696969;
}
.about-product-feature__image-wrapper,
.apf__image-wrapper {
  grid-column: 12 / 24;
  grid-row: 1;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-product-feature__image,
.apf__image {
  width: calc(1192rem * 1 / 18);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.about-image-text,
.ait {
  position: relative;
  width: 100%;
  background-color: white;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(80rem * 1 / 18);
  padding-bottom: calc(80rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .about-image-text,
  .ait {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .about-image-text,
  .ait {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-image-text__image-wrapper,
.ait__image-wrapper {
  grid-column: 2 / 11;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.about-image-text__image,
.ait__image {
  width: 100%;
  height: calc(602rem * 1 / 18);
  object-fit: cover;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
}
.about-image-text__content,
.ait__content {
  grid-column: 13 / 22;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(65rem * 1 / 18) 0;
}
.about-image-text__line,
.ait__line {
  margin-bottom: calc(30rem * 1 / 18);
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: calc(20rem * 1 / 18);
}
.about-image-text__line::after,
.ait__line::after {
  content: '';
  position: relative;
  width: calc(357rem * 1 / 18);
  height: calc(1.444446rem * 1 / 18);
  background-color: #696969;
}
.about-image-text__label,
.ait__label {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  margin: 0 0 calc(10rem * 1 / 18) 0;
}
@media only screen and (max-width: 1400px) {
  .about-image-text__label,
  .ait__label {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .about-image-text__label,
  .ait__label {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.about-image-text__headline,
.ait__headline {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(46rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
  margin: 0 0 calc(30rem * 1 / 18) 0;
  white-space: pre-line;
}
@media only screen and (max-width: 900px) {
  .about-image-text__headline,
  .ait__headline {
    font-size: 38px;
    line-height: 45px;
  }
}
.about-image-text__description,
.ait__description {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 calc(40rem * 1 / 18) 0;
  max-width: calc(613rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .about-image-text__description,
  .ait__description {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .about-image-text__description,
  .ait__description {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .about-image-text__description,
  .ait__description {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-image-text__link,
.ait__link {
  display: flex;
  align-items: center;
  gap: calc(20rem * 1 / 18);
}
.about-image-text__link-dots,
.ait__link-dots {
  display: flex;
  align-items: center;
  gap: calc(5rem * 1 / 18);
}
.about-image-text__link-text,
.ait__link-text {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
  color: #004986;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .about-image-text__link-text,
  .ait__link-text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .about-image-text__link-text,
  .ait__link-text {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .about-image-text__link-text,
  .ait__link-text {
    font-size: 20px;
    line-height: 40px;
  }
}
.about-image-text__link-text:hover,
.ait__link-text:hover {
  text-decoration: underline;
}
.about-image-text--flipped .ait__image-wrapper,
.ait--flipped .ait__image-wrapper {
  grid-column: 13 / 22;
  justify-content: flex-end;
}
.about-image-text--flipped .ait__content,
.ait--flipped .ait__content {
  grid-column: 2 / 11;
}
.about-grey-section,
.ags {
  position: relative;
  width: 100%;
  background-color: #F0F6F6;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .about-grey-section,
  .ags {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .about-grey-section,
  .ags {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-grey-section__content,
.ags__content {
  grid-column: 2 / 11;
  display: grid;
  grid-template-columns: subgrid;
  grid-auto-rows: min-content;
}
.about-grey-section__line,
.ags__line {
  grid-column: 1 / -1;
  margin-bottom: calc(30rem * 1 / 18);
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: calc(20rem * 1 / 18);
}
.about-grey-section__line::after,
.ags__line::after {
  content: '';
  position: relative;
  width: calc(327rem * 1 / 18);
  height: calc(1.444446rem * 1 / 18);
  background-color: #696969;
}
.about-grey-section__label,
.ags__label {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  margin: 0 0 calc(20rem * 1 / 18) 0;
}
@media only screen and (max-width: 1400px) {
  .about-grey-section__label,
  .ags__label {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .about-grey-section__label,
  .ags__label {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.about-grey-section__headline,
.ags__headline {
  grid-column: 1 / 6;
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(46rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
  margin: 0 0 calc(30rem * 1 / 18) 0;
  white-space: pre-line;
}
@media only screen and (max-width: 900px) {
  .about-grey-section__headline,
  .ags__headline {
    font-size: 38px;
    line-height: 45px;
  }
}
.about-grey-section__description,
.ags__description {
  grid-column: 1 / 9;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 calc(40rem * 1 / 18) 0;
  max-width: calc(613rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .about-grey-section__description,
  .ags__description {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .about-grey-section__description,
  .ags__description {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .about-grey-section__description,
  .ags__description {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-grey-section__link,
.ags__link {
  grid-column: 1 / 9;
  display: flex;
  align-items: center;
  gap: calc(20rem * 1 / 18);
}
.about-grey-section__link-dots,
.ags__link-dots {
  display: flex;
  align-items: center;
  gap: calc(5rem * 1 / 18);
}
.about-grey-section__link-text,
.ags__link-text {
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.4rem * 1 / 18);
  color: #004986;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .about-grey-section__link-text,
  .ags__link-text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .about-grey-section__link-text,
  .ags__link-text {
    line-height: clamp(18.4px, calc(40 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .about-grey-section__link-text,
  .ags__link-text {
    font-size: 20px;
    line-height: 40px;
  }
}
.about-grey-section__link-text:hover,
.ags__link-text:hover {
  text-decoration: underline;
}
.about-grey-section__image-wrapper,
.ags__image-wrapper {
  grid-column: 13 / 25;
  margin-right: calc(-30rem * 1 / 18);
  overflow: hidden;
  width: auto;
  margin-top: calc(26rem * 1 / 18);
}
.about-grey-section__image,
.ags__image {
  width: 100%;
  height: calc(602rem * 1 / 18);
  object-fit: cover;
}
.about-product-specs,
.aps {
  position: relative;
  width: 100%;
  background-color: white;
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(100rem * 1 / 18);
  padding-bottom: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .about-product-specs,
  .aps {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .about-product-specs,
  .aps {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about-product-specs__left,
.aps__left {
  grid-column: 2 / 11;
  display: grid;
  grid-template-columns: subgrid;
}
.about-product-specs__right,
.aps__right {
  grid-column: 13 / 22;
  display: grid;
  grid-template-columns: subgrid;
}
.about-product-specs__right-text,
.aps__right-text {
  grid-column: 1 / -1;
  margin-bottom: calc(100rem * 1 / 18);
}
.about-product-specs__keyword,
.aps__keyword {
  grid-column: 1 / -1;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: 2.7em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #414141;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .about-product-specs__keyword,
  .aps__keyword {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .about-product-specs__keyword,
  .aps__keyword {
    font-size: 18px;
    line-height: 2.7em;
  }
}
.about-product-specs__dots,
.aps__dots {
  grid-column: 1 / -1;
  display: flex;
  gap: calc(20rem * 1 / 18);
  margin-top: calc(80rem * 1 / 18);
}
.about-product-specs__dot,
.aps__dot {
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
  border-radius: 50%;
}
.about-product-specs__dot--orange,
.aps__dot--orange {
  background-color: #FF9527;
}
.about-product-specs__dot--blue,
.aps__dot--blue {
  background-color: #004986;
}
.about-product-specs__text-left,
.aps__text-left {
  grid-column: 1 / 5;
  grid-row: 3;
  margin-top: calc(30rem * 1 / 18);
  display: flex;
  align-items: flex-end;
}
.about-product-specs__text-right,
.aps__text-right {
  grid-column: 6 / -1;
  grid-row: 3;
  margin-top: calc(30rem * 1 / 18);
  display: flex;
  align-items: flex-end;
}
.about-product-specs__text,
.aps__text {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .about-product-specs__text,
  .aps__text {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .about-product-specs__text,
  .aps__text {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .about-product-specs__text,
  .aps__text {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-product-specs__image-wrapper,
.aps__image-wrapper {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.about-product-specs__image,
.aps__image {
  width: calc(691rem * 1 / 18);
  height: calc(602rem * 1 / 18);
  object-fit: cover;
  border-radius: calc(20rem * 1 / 18);
}
.representatives,
.rp {
  position: relative;
  width: 100%;
  background-color: white;
}
.representatives__content,
.rp__content {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(80rem * 1 / 18);
  padding-bottom: calc(80rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .representatives__content,
  .rp__content {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .representatives__content,
  .rp__content {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .representatives__content,
  .rp__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.representatives__heading,
.rp__heading {
  grid-column: 2 / 24;
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
  margin-bottom: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .representatives__heading,
  .rp__heading {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .representatives__heading.title,
  .rp__heading.title {
    font-size: 44px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 900px) {
  .representatives__heading,
  .rp__heading {
    grid-column: 1 / -1;
    margin-bottom: 24px;
  }
}
.representatives__selectors,
.rp__selectors {
  grid-column: 2 / 14;
  display: flex;
  gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .representatives__selectors,
  .rp__selectors {
    grid-column: 1 / -1;
    flex-direction: column;
    gap: 12px;
  }
}
.representatives__select-wrapper,
.rp__select-wrapper {
  flex: 1;
}
.representatives__select,
.rp__select {
  width: 100%;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: 0;
  color: #414141;
  padding: calc(12rem * 1 / 18) calc(16rem * 1 / 18);
  border: 1px solid #ededed;
  border-radius: calc(8rem * 1 / 18);
  background-color: white;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23414141' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(16rem * 1 / 18) center;
}
@media only screen and (max-width: 1400px) {
  .representatives__select,
  .rp__select {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .representatives__select,
  .rp__select {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .representatives__select,
  .rp__select {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .representatives__select,
  .rp__select {
    padding: 12px 16px;
    border-radius: 8px;
    background-position: right 16px center;
  }
}
.representatives__select--disabled,
.rp__select--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.representatives__result,
.rp__result {
  grid-column: 2 / 14;
  margin-top: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .representatives__result,
  .rp__result {
    grid-column: 1 / -1;
    margin-top: 24px;
  }
}
.representatives__result h5,
.rp__result h5 {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.88rem * 1 / 18);
  text-transform: uppercase;
  color: #414141;
  margin-bottom: calc(16rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .representatives__result h5,
  .rp__result h5 {
    font-size: clamp(15px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .representatives__result h5,
  .rp__result h5 {
    line-height: clamp(18.4px, calc(25 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .representatives__result h5,
  .rp__result h5 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 900px) {
  .representatives__result h5,
  .rp__result h5 {
    margin-bottom: 12px;
  }
}
.representatives__result p,
.rp__result p {
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: 0;
  color: #858585;
  margin-bottom: calc(12rem * 1 / 18);
}
@media only screen and (max-width: 1400px) {
  .representatives__result p,
  .rp__result p {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .representatives__result p,
  .rp__result p {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .representatives__result p,
  .rp__result p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .representatives__result p,
  .rp__result p {
    margin-bottom: 10px;
  }
}
.representatives__result b,
.rp__result b {
  font-weight: 700;
  color: #414141;
}
.representatives__result a,
.rp__result a {
  color: #004986;
  text-decoration: none;
}
.representatives__result a:hover,
.rp__result a:hover {
  text-decoration: underline;
}
.cs {
  position: relative;
  width: 100%;
  background-color: white;
}
.cs__content {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(80rem * 1 / 18);
  padding-bottom: calc(60rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cs__content {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .cs__content {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .cs__content {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.cs__heading {
  grid-column: 2 / 9;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1.8rem * 1 / 18);
  text-transform: uppercase;
  color: #004986;
  margin: 0 0 calc(30rem * 1 / 18) 0;
}
@media only screen and (max-width: 900px) {
  .cs__heading {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 900px) {
  .cs__heading {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }
}
.cs__info {
  grid-column: 2 / 9;
  display: flex;
  flex-direction: column;
  gap: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cs__info {
    grid-column: 1 / -1;
    gap: 24px;
    margin-bottom: 30px;
  }
}
.cs__address {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: #414141;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .cs__address {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .cs__address {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .cs__address {
    font-size: 20px;
    line-height: 28px;
  }
}
.cs__address span {
  display: block;
}
.cs__details {
  display: flex;
  flex-direction: column;
  gap: calc(5rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cs__details {
    gap: 4px;
  }
}
.cs__detail {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: #414141;
  margin: 0;
}
@media only screen and (max-width: 1400px) {
  .cs__detail {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .cs__detail {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .cs__detail {
    font-size: 20px;
    line-height: 28px;
  }
}
.cs__detail b {
  font-weight: 700;
}
.cs__detail a {
  color: #004986;
  text-decoration: none;
}
.cs__detail a:hover {
  text-decoration: underline;
}
.cs__map {
  grid-column: 11 / 24;
  grid-row: 1 / 3;
  border-radius: calc(10rem * 1 / 18);
  overflow: hidden;
  height: calc(400rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cs__map {
    grid-column: 1 / -1;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
}
.cs__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.cs__form-wrapper {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(40rem * 1 / 18);
  padding-bottom: calc(80rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cs__form-wrapper {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .cs__form-wrapper {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .cs__form-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.cs__form-heading {
  grid-column: 2 / 24;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1.8rem * 1 / 18);
  text-transform: uppercase;
  color: #004986;
  margin: 0 0 calc(15rem * 1 / 18) 0;
}
@media only screen and (max-width: 900px) {
  .cs__form-heading {
    font-size: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 900px) {
  .cs__form-heading {
    grid-column: 1 / -1;
    margin-bottom: 10px;
  }
}
.cs__divider {
  grid-column: 2 / 24;
  height: 1px;
  background-color: #ededed;
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cs__divider {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }
}
.cs__form {
  grid-column: 2 / 24;
}
@media only screen and (max-width: 900px) {
  .cs__form {
    grid-column: 1 / -1;
  }
}
.cs__form .bcontact-embed {
  width: 100% !important;
  max-width: none !important;
}
.cs__form .bcontact-content {
  padding: 0 !important;
}
.cs__form .bcontact-inner {
  padding: 0 !important;
}
.cs__form .bcontact-title,
.cs__form .bcontact-description {
  display: none !important;
}
.cs__form .bcontact-form {
  display: grid !important;
  grid-template-columns: repeat(22, 1fr) !important;
  gap: calc(10rem * 1 / 18) !important;
  row-gap: calc(10rem * 1 / 18) !important;
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-form {
    grid-template-columns: repeat(8, 1fr) !important;
    gap: 10px !important;
    row-gap: 20px !important;
  }
}
@media only screen and (max-width: 600px) {
  .cs__form .bcontact-form {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.cs__form .bcontact-field-heading {
  display: none !important;
}
.cs__form .bcontact-field__name,
.cs__form .bcontact-field__email {
  grid-column: 1 / 11;
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-field__name,
  .cs__form .bcontact-field__email {
    grid-column: 1 / 5;
  }
}
@media only screen and (max-width: 600px) {
  .cs__form .bcontact-field__name,
  .cs__form .bcontact-field__email {
    grid-column: 1 / -1;
  }
}
.cs__form .bcontact-field__custom_565937,
.cs__form .bcontact-field__Phone {
  grid-column: 13 / 23;
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-field__custom_565937,
  .cs__form .bcontact-field__Phone {
    grid-column: 5 / -1;
  }
}
@media only screen and (max-width: 600px) {
  .cs__form .bcontact-field__custom_565937,
  .cs__form .bcontact-field__Phone {
    grid-column: 1 / -1;
  }
}
.cs__form .bcontact-field--1_1 {
  grid-column: 1 / 23;
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-field--1_1 {
    grid-column: 1 / -1;
  }
}
.cs__form .bcontact_input,
.cs__form .bcontact_textarea,
.cs__form .bcontact-field input[type="number"],
.cs__form .bcontact-field input[type="tel"] {
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: #414141 !important;
  background-color: #f1f1f1 !important;
  border: none !important;
  border-radius: calc(5rem * 1 / 18) !important;
  padding: calc(28rem * 1 / 18) calc(22rem * 1 / 18) !important;
  outline: none !important;
  transition: all 0.3s ease-in-out;
  width: 100% !important;
  box-sizing: border-box !important;
}
@media only screen and (max-width: 1400px) {
  .cs__form .bcontact_input,
  .cs__form .bcontact_textarea,
  .cs__form .bcontact-field input[type="number"],
  .cs__form .bcontact-field input[type="tel"] {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .cs__form .bcontact_input,
  .cs__form .bcontact_textarea,
  .cs__form .bcontact-field input[type="number"],
  .cs__form .bcontact-field input[type="tel"] {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact_input,
  .cs__form .bcontact_textarea,
  .cs__form .bcontact-field input[type="number"],
  .cs__form .bcontact-field input[type="tel"] {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact_input,
  .cs__form .bcontact_textarea,
  .cs__form .bcontact-field input[type="number"],
  .cs__form .bcontact-field input[type="tel"] {
    border-radius: 5px !important;
    padding: 14px 18px !important;
  }
}
.cs__form .bcontact_input::placeholder,
.cs__form .bcontact_textarea::placeholder,
.cs__form .bcontact-field input[type="number"]::placeholder,
.cs__form .bcontact-field input[type="tel"]::placeholder {
  color: #858585 !important;
  opacity: 1 !important;
}
.cs__form .bcontact_input:focus,
.cs__form .bcontact_textarea:focus,
.cs__form .bcontact-field input[type="number"]:focus,
.cs__form .bcontact-field input[type="tel"]:focus {
  background-color: #ededed !important;
}
.cs__form .bcontact_textarea {
  min-height: calc(250rem * 1 / 18) !important;
  resize: vertical !important;
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact_textarea {
    min-height: 200px !important;
  }
}
.cs__form .bcontact-submit {
  grid-column: 1 / 23;
  display: flex !important;
  justify-content: flex-end !important;
  margin-top: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-submit {
    grid-column: 1 / -1;
    margin-top: 10px;
  }
}
.cs__form .bcontact-submit-btn {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.8rem * 1 / 18);
  text-transform: uppercase;
  color: #414141 !important;
  background-color: #ededed !important;
  border: none !important;
  border-radius: calc(30rem * 1 / 18) !important;
  padding: calc(14rem * 1 / 18) calc(40rem * 1 / 18) !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .cs__form .bcontact-submit-btn {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .cs__form .bcontact-submit-btn {
    line-height: clamp(18.4px, calc(25 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-submit-btn {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-submit-btn {
    border-radius: 30px !important;
    padding: 12px 32px !important;
  }
}
.cs__form .bcontact-submit-btn:hover {
  background-color: #FF9527 !important;
  color: white !important;
}
.cs__form .bcontact-field--line {
  border: none !important;
}
.cs__form .bcontact-field--line::after,
.cs__form .bcontact-field--line::before {
  display: none !important;
}
.cs__form .bcontact-field--line .bcontact_input,
.cs__form .bcontact-field--line .bcontact_textarea,
.cs__form .bcontact-field--line .flatpickr-input,
.cs__form .bcontact-field--line input[type="number"],
.cs__form .bcontact-field--line input[type="tel"] {
  background-color: #f1f1f1 !important;
  padding: calc(28rem * 1 / 18) calc(22rem * 1 / 18) !important;
  border-radius: calc(5rem * 1 / 18) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  color: #414141 !important;
  font-family: "barlow", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier)) !important;
}
@media only screen and (max-width: 1400px) {
  .cs__form .bcontact-field--line .bcontact_input,
  .cs__form .bcontact-field--line .bcontact_textarea,
  .cs__form .bcontact-field--line .flatpickr-input,
  .cs__form .bcontact-field--line input[type="number"],
  .cs__form .bcontact-field--line input[type="tel"] {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .cs__form .bcontact-field--line .bcontact_input,
  .cs__form .bcontact-field--line .bcontact_textarea,
  .cs__form .bcontact-field--line .flatpickr-input,
  .cs__form .bcontact-field--line input[type="number"],
  .cs__form .bcontact-field--line input[type="tel"] {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-field--line .bcontact_input,
  .cs__form .bcontact-field--line .bcontact_textarea,
  .cs__form .bcontact-field--line .flatpickr-input,
  .cs__form .bcontact-field--line input[type="number"],
  .cs__form .bcontact-field--line input[type="tel"] {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .cs__form .bcontact-field--line .bcontact_input,
  .cs__form .bcontact-field--line .bcontact_textarea,
  .cs__form .bcontact-field--line .flatpickr-input,
  .cs__form .bcontact-field--line input[type="number"],
  .cs__form .bcontact-field--line input[type="tel"] {
    padding: 14px 18px !important;
    border-radius: 5px !important;
  }
}
.cs__form .bcontact-field--line .bcontact_input::placeholder,
.cs__form .bcontact-field--line .bcontact_textarea::placeholder,
.cs__form .bcontact-field--line .flatpickr-input::placeholder,
.cs__form .bcontact-field--line input[type="number"]::placeholder,
.cs__form .bcontact-field--line input[type="tel"]::placeholder {
  color: #858585 !important;
  opacity: 1 !important;
}
.cs__form .bcontact-field--line .bcontact_input:focus,
.cs__form .bcontact-field--line .bcontact_textarea:focus,
.cs__form .bcontact-field--line .flatpickr-input:focus,
.cs__form .bcontact-field--line input[type="number"]:focus,
.cs__form .bcontact-field--line input[type="tel"]:focus {
  background-color: #ededed !important;
}
.ty {
  position: relative;
  width: 100%;
  background-color: white;
}
.ty__content {
  display: grid;
  padding-left: calc(30rem * 1 / 18);
  padding-right: calc(30rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  gap: calc(10rem * 1 / 18);
  padding-top: calc(120rem * 1 / 18);
  padding-bottom: calc(120rem * 1 / 18);
  min-height: calc(500rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .ty__content {
    grid-template-columns: repeat(8, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .ty__content {
    grid-template-columns: repeat(4, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .ty__content {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 400px;
  }
}
.ty__icon {
  grid-column: 9 / 17;
  display: flex;
  justify-content: center;
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .ty__icon {
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }
}
.ty__icon svg {
  width: calc(80rem * 1 / 18);
  height: calc(80rem * 1 / 18);
}
@media only screen and (max-width: 900px) {
  .ty__icon svg {
    width: 60px;
    height: 60px;
  }
}
.ty__heading {
  grid-column: 6 / 20;
  font-family: "barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  color: #004986;
  text-align: center;
  margin: 0 0 calc(20rem * 1 / 18) 0;
}
@media only screen and (max-width: 900px) {
  .ty__heading {
    font-size: 38px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .ty__heading.title {
    font-size: 44px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 900px) {
  .ty__heading {
    grid-column: 1 / -1;
    margin-bottom: 16px;
  }
}
.ty__message {
  grid-column: 7 / 19;
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: #858585;
  text-align: center;
  margin: 0 0 calc(40rem * 1 / 18) 0;
}
@media only screen and (max-width: 1400px) {
  .ty__message {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ty__message {
    line-height: clamp(18.4px, calc(28 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ty__message {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 900px) {
  .ty__message {
    grid-column: 1 / -1;
    margin-bottom: 30px;
  }
}
.ty__button-row {
  grid-column: 9 / 17;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .ty__button-row {
    grid-column: 1 / -1;
  }
}
.ty__button {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.8rem * 1 / 18);
  text-transform: uppercase;
  display: inline-block;
  color: white;
  background-color: #004986;
  border: none;
  border-radius: calc(30rem * 1 / 18);
  padding: calc(16rem * 1 / 18) calc(50rem * 1 / 18);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1400px) {
  .ty__button {
    font-size: clamp(15px, calc(20 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .ty__button {
    line-height: clamp(18.4px, calc(25 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .ty__button {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .ty__button {
    border-radius: 30px;
    padding: 14px 40px;
  }
}
.ty__button:hover {
  background-color: #FF9527;
}
.search-input {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1em;
}
@media only screen and (max-width: 1400px) {
  .search-input {
    font-size: clamp(15px, calc(24 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 900px) {
  .search-input {
    font-size: 22px;
    line-height: 1em;
  }
}
.resource-card__title {
  font-family: "barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1400px) {
  .resource-card__title {
    font-size: clamp(15px, calc(18 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 1400px) {
  .resource-card__title {
    line-height: clamp(18.4px, calc(22 * 1rem * 1 / 18 * var(--text-multiplier)), 100rem);
  }
}
@media only screen and (max-width: 900px) {
  .resource-card__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.resource-card__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
html {
  scroll-behavior: smooth;
}
