/*
Theme Name: AldiBio 2026
Description: A custom theme built by the FS.
Author: FS
Version: 1.1
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: unset;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-color: unset;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*,
:after,
:before {
  box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

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

a {
  cursor: pointer;
}

div.two-col {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  div.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.two-col {
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 767px) {
  .two-col {
    -moz-columns: 1;
         columns: 1;
  }
}

.three-col {
  -moz-columns: 3;
       columns: 3;
}
@media screen and (max-width: 767px) {
  .three-col {
    -moz-columns: 1;
         columns: 1;
  }
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

small {
  font-size: 0.85em;
}

em {
  font-style: italic;
}

/* wordpress */
@media screen and (max-width: 767px) {
  img.alignnone,
  img.size-full {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

img.aligncenter {
  margin: 1rem auto;
  max-width: 100%;
  height: auto;
  display: block;
}

img.alignleft {
  margin: 1rem 3rem 3rem 0;
  max-width: 100%;
  height: auto;
  float: left;
}

img.alignright {
  margin: 1rem 0rem 3rem 3rem;
  max-width: 100%;
  height: auto;
  float: right;
}

@media screen and (max-width: 767px) {
  img.aligncenter,
  img.alignleft,
  img.alignright,
  img.alignmedium,
  img.aligcenter {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .wp-caption {
    max-width: 100%;
  }
  .wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  iframe[src*=youtube] {
    max-height: 340px;
  }
}
img.lazyload,
img.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease;
}

img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

body {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 45px;
  line-height: 55px;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
    line-height: 40px;
  }
}

h3 {
  font-size: 35px;
  line-height: 55px;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.4;
  }
}

li,
p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

p {
  margin-block: 0 1rem;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 4%;
}
.container.small {
  padding-inline: 8%;
}

ul {
  margin-left: 1rem;
}
ul li {
  padding-block: 0 10px;
}
ul li:last-of-type {
  padding-block: 0;
}

ul.bullet, .video_block .after ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-block: 0 1rem;
}
ul.bullet li, .video_block .after ul li {
  position: relative;
  padding-left: 16px;
  padding-block: 0 30px;
}
ul.bullet li:last-of-type, .video_block .after ul li:last-of-type {
  padding-block: 0;
}
ul.bullet li::before, .video_block .after ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 10px;
  height: 15px;
  background: url("images/bullet.svg") no-repeat center/contain;
}

p:has(.button) {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-block;
  padding-inline: 2rem;
  padding-block: 0.65rem;
  border: 1px solid #fff;
  text-box-trim: trim-both;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 20px;
  line-height: 1.35;
  color: #fff;
  text-decoration: none;
}
.button.alter:hover {
  background-color: #3F5074;
}
.button.dark {
  color: #fff;
  background: linear-gradient(90deg, #3F5074 0%, #3F5074 45%, #7cbdd0 60%, #7ebdcf 74.68%, #f0c469 100%);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: background-position 0.3s ease-in-out;
}
.button.dark:hover {
  background-position: 97% 0%;
}
.button.innerdark {
  color: #3F5074;
  border-color: #3F5074;
  background: linear-gradient(90deg, transparent 0%, transparent 49%, #3F5074 50%, #3F5074 100%);
  background-size: 260% 100%;
  background-position: 0% 0%;
  transition: background-position 0.3s ease-in-out;
}
.button.innerdark:hover {
  background-position: 100% 0%;
  color: #fff;
}
.button.trans {
  position: relative;
}
.button.trans:after {
  content: "";
  background: linear-gradient(90deg, transparent 0%, transparent 49%, #3F5074 50%, #3F5074 100%);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: background-position 0.3s ease-in-out;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 20px;
}
.button.trans:hover:after {
  background-position: 100% 0%;
}
@media (max-width: 767px) {
  .button.trans {
    color: #3F5074;
    border-color: #3F5074;
  }
}

.btnwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.btnwrap.left {
  justify-content: flex-start;
}

.alertbar {
  background-color: #3F5074;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  padding-block: 1ch;
  font-size: 17px;
  padding-inline: 4%;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .alertbar {
    font-size: clamp(12px, 4cqw, 17px);
    text-wrap: balance;
    word-break: keep-all;
  }
}
.alertbar p {
  margin-block: 0;
}
.alertbar a {
  color: #fff;
  text-decoration: underline;
}
.alertbar a:hover {
  text-decoration: none;
}

.fixedheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.fixedheader .cartdark,
.fixedheader .accdark {
  display: none;
}
.fixedheader.is-active {
  background-color: #fff;
}
.fixedheader.is-active .topwrap {
  padding-bottom: 15px;
}
.fixedheader.is-active #nav-search-form.expanded #nav-search-input {
  background-color: #3F5074;
}
.fixedheader.is-active #nav-search-form.expanded .search-toggle svg {
  stroke: #fff;
}
.fixedheader.is-active .search-toggle svg {
  stroke: #3F5074;
}
.fixedheader.is-active #searchspan,
.fixedheader.is-active .cartext {
  color: #3F5074;
}
.fixedheader.is-active a i {
  color: #3F5074;
}
.fixedheader.is-active .cartlight,
.fixedheader.is-active .acclight {
  display: none;
}
.fixedheader.is-active .cartdark,
.fixedheader.is-active .accdark {
  display: block;
}
.fixedheader.is-active .logo .logolight {
  display: none;
}
.fixedheader.is-active .logo .logodark {
  display: block;
}
.fixedheader.is-active .header-menu a {
  color: #3F5074;
}
.fixedheader.is-active .button.trans {
  color: #3F5074;
  border-color: #3F5074;
}
.fixedheader.is-active .button.trans:hover {
  color: #fff;
}
.fixedheader.is-active .button.trans:hover svg path {
  fill: #fff;
}
.fixedheader.is-active .button.trans svg path {
  fill: #3F5074;
}
.fixedheader .topwrap {
  display: flex;
  justify-content: space-between;
  padding-inline: 4%;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 980px) {
  .fixedheader .topwrap {
    padding: 0;
  }
}
.fixedheader .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1460px) {
  .fixedheader .logo {
    position: absolute;
    margin-top: -1rem;
  }
}
@media (max-width: 980px) {
  .fixedheader .logo {
    position: relative;
    margin-top: unset;
  }
}
@media (max-width: 767px) {
  .fixedheader .logo {
    flex-basis: 35%;
  }
}
.fixedheader .logo img {
  display: block;
  width: 100%;
}
.fixedheader .logo img.logolight {
  display: block;
}
@media (max-width: 980px) {
  .fixedheader .logo img.logolight {
    display: none;
  }
}
.fixedheader .logo img.logodark {
  display: none;
}
@media (max-width: 980px) {
  .fixedheader .logo img.logodark {
    display: block;
  }
}
.fixedheader nav {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1650px) {
  .fixedheader nav {
    flex-grow: 1;
  }
}
@media (max-width: 980px) {
  .fixedheader .auxmenu {
    display: none;
  }
}
.fixedheader .auxmenu .auxbottom,
.fixedheader .auxmenu .auxtop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.fixedheader .auxmenu .auxbottom {
  padding-top: 20px;
}
@media (max-width: 980px) {
  .fixedheader .auxmenu .auxbottom {
    display: none;
  }
}
.fixedheader .auxmenu a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 980px) {
  .fixedheader .auxmenu a {
    color: #000;
  }
}
.fixedheader .auxmenu #header-cart-link {
  position: relative;
}
.fixedheader .auxmenu .header-cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixedheader .auxmenu .header-cart-count {
  background-color: #3F5074;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
}
@media (max-width: 980px) {
  .fixedheader .auxmenu .header-cart-count {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .fixedheader .auxtop {
    position: relative;
    height: 40px;
  }
}
.fixedheader .search-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap: 10px;
}
.fixedheader .search-bar span {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  display: block;
}
.fixedheader #nav-search-form {
  position: relative;
  overflow: hidden;
  min-width: 60px;
  height: 40px;
  display: flex;
  border-radius: 20px;
  position: absolute;
}
.fixedheader #nav-search-form.expanded {
  animation: expando 0.3s ease forwards;
}
.fixedheader #nav-search-form.expanded #nav-search-input {
  width: 100%;
}
@keyframes expando {
  0% {
    opacity: 0;
    border: 1px solid transparent;
    width: 0;
  }
  1% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    border: 1px solid #fff;
    width: 400px;
  }
}
.fixedheader .search-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.fixedheader #nav-search-input {
  border: none;
  background: transparent;
  padding: 0;
  width: 0;
  color: #fff;
  font-size: 1rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding-inline: 15px;
}
.fixedheader input[type=search] {
  outline: unset;
  font-size: 16px;
}
.fixedheader input[type=search]:focus {
  outline: unset;
}
.fixedheader input[type=search]::-moz-placeholder {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.fixedheader input[type=search]::placeholder {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .fixedheader {
    /* shown state */
  }
  .fixedheader #searchspan {
    animation: navFadeIn 0.1s ease forwards;
    pointer-events: auto;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 1rem;
    position: absolute;
    right: 4ch;
  }
  .fixedheader {
    /* hiding state */
  }
  .fixedheader #searchspan.searchin {
    animation: navFadeOut 0.1s ease forwards;
  }
  @keyframes navFadeIn {
    0% {
      opacity: 0;
      visibility: hidden;
      /* transform: translateY(-8px); */
    }
    99% {
      visibility: hidden;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes navFadeOut {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
}
.fixedheader #nav-search-form.expanded .search-toggle {
  cursor: auto;
}
.fixedheader .search-bar #nav-search-results {
  display: none;
}
.fixedheader .search-bar:has(#nav-search-form.expanded) #nav-search-results {
  display: block;
}
.fixedheader .nav-search-form {
  position: relative;
}
.fixedheader .nav-search-results {
  position: absolute;
  top: calc(100% + 1.5rem);
  left: -400px;
  width: auto;
  background: #3F5074;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.fixedheader .nav-search-results[hidden] {
  display: none;
}
.fixedheader .nav-search-result {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: inherit;
  border-inline: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.fixedheader .nav-search-result span {
  font-size: 0.9rem;
  font-weight: 400;
}
.fixedheader .nav-search-result:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fixedheader .nav-search-result:hover,
.fixedheader .nav-search-result:focus {
  background-color: #394c6f;
}
.fixedheader .search-result-title.type-product::after {
  content: "(Product)";
  font-size: 13px;
  margin-left: 1ch;
}

.header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
}
.header-menu > li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.1s ease-in-out;
}
.header-menu > li:hover .sub-menu.depth-0 {
  visibility: visible;
  opacity: 1;
}
.header-menu a {
  height: 100%;
  padding-block: 1rem;
  display: block;
  padding-inline: 10px;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 981px) and (max-width: 1349px) {
  .header-menu a {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  .header-menu a {
    font-size: clamp(14px, 1cqw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .header-menu a {
    padding-inline: 0;
  }
}
.header-menu > li.menu-item-has-children {
  position: relative;
}
.header-menu .sub-menu {
  list-style: none;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background: #fff;
  border: 1px solid #efefef;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.header-menu .sub-menu a {
  color: #3F5074;
}
.header-menu .sub-menu a:hover {
  text-decoration: underline;
}
.header-menu .sub-menu > li {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 0;
}
.header-menu .sub-menu.depth-0 > li.menu-item-has-children:hover .sub-menu.depth-1 {
  display: block;
  left: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.header-menu .nav-plus {
  display: none;
}

.opennav {
  display: none;
}

@media (max-width: 980px) {
  .fixedheader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .fixedheader .topwrap {
    display: flex;
    justify-content: space-between;
    padding-inline: 4%;
    padding-block: 4%;
    align-items: center;
  }
  .fixedheader nav {
    display: none;
    position: absolute;
    z-index: 999;
    height: 100vh;
    overflow-y: scroll;
    padding-block: 0 15rem;
    width: 100%;
    top: 100%;
    left: 0;
  }
  .fixedheader nav.is-active {
    display: block;
    background: #fff;
  }
  .opennav {
    display: block;
  }
  .opennav.is-active .open {
    display: none;
  }
  .opennav.is-active .close {
    display: block;
  }
  .opennav .open {
    height: 18px;
    width: 25px;
  }
  .opennav .close {
    display: none;
    height: 18px;
    width: 25px;
  }
  .header-menu {
    flex-direction: column;
  }
  .header-menu > li {
    justify-content: flex-start;
    border-top: 1px solid rgba(63, 80, 116, 0.2);
    padding-inline: 4%;
  }
  .header-menu > li:last-of-type {
    border-bottom: 1px solid rgba(63, 80, 116, 0.2);
  }
  .header-menu > li > a {
    text-transform: uppercase;
  }
  .header-menu a {
    color: #000;
    font-size: 1rem;
  }
  .header-menu .sub-menu {
    display: none;
    width: 100%;
    position: static;
    min-width: 100%;
    border: unset;
    filter: unset;
    opacity: 1;
    visibility: visible;
  }
  .header-menu .sub-menu a {
    font-size: 14px;
    text-indent: 2%;
    font-weight: 500;
  }
  .header-menu .menu-item-has-children {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-menu .menu-item-has-children > a {
    flex-grow: 1;
  }
  .header-menu .nav-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    margin-right: 1rem;
  }
  .header-menu .nav-plus svg {
    width: 30px;
    display: block;
    height: 15px;
  }
  .header-menu .nav-plus.rotatoe .linetwo {
    display: none;
  }
}
@media (max-width: 980px) {
  .fixedheader .search-bar {
    display: none;
  }
  .cartlight {
    display: none;
  }
  .acclight {
    display: none;
  }
  .accdark {
    display: block;
  }
}
.bgsettings, .faqs, .configuration_block, .tiles_on_dark, .image_overlay_hero, .ready-cta, .fs-product-grid, .fs-product-wrap, .home_cta, .blog_post_slider, .offer_grid, .review_slider, .platform, .home_hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home_hero {
  min-height: 100vh;
  position: relative;
}
@media (min-width: 1024px) {
  .home_hero {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  .home_hero {
    min-height: unset;
    aspect-ratio: 750/524;
  }
}
.home_hero .cnt {
  color: #fff;
  position: absolute;
  top: calc(84px + 50%);
  left: 8%;
  transform: translateY(-50%);
  width: 65vw;
}
@media (max-width: 767px) {
  .home_hero .cnt {
    top: 50%;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, -50%);
    padding-inline: 4%;
  }
}
.home_hero .cnt h1 {
  font-size: 55px;
  line-height: 64px;
  text-align: left;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .home_hero .cnt h1 {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    margin-block: 0;
  }
}
.home_hero .cnt h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .home_hero .cnt h2 {
    display: none;
  }
}
.home_hero .cnt p {
  font-size: 21px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .home_hero .cnt p {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_hero .btnwrap {
    display: none;
  }
}

.mobile-hero {
  display: none;
}

@media (max-width: 767px) {
  .mobile-hero {
    background-color: #EAEDEF;
    padding-block: 40px;
  }
  .mobile-hero h1 {
    display: none;
  }
  .mobile-hero .container {
    text-align: center;
  }
  .mobile-hero .container h2 {
    margin-block: 0 1rem;
  }
  .mobile-hero .container p {
    margin-block: 0 1rem;
  }
  .mobile-hero .btnwrap {
    flex-direction: column;
  }
}
.research_with_ribbon {
  background-color: #EAEDEF;
  background-image: url(images/ribbon-bg.webp);
  background-position: top center;
  background-size: contain;
  padding-top: 120px;
}
@media (max-width: 980px) {
  .research_with_ribbon {
    padding-top: 40px;
  }
}
.research_with_ribbon .container {
  display: flex;
  flex-wrap: wrap;
  padding-inline: 8% 0;
  align-items: center;
}
@media (max-width: 980px) {
  .research_with_ribbon .container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .research_with_ribbon .container {
    padding-inline: 4%;
  }
}
.research_with_ribbon .left {
  flex-basis: 50%;
  display: block;
  margin-top: -10vh;
  padding-left: 2vw;
}
@media (max-width: 980px) {
  .research_with_ribbon .left {
    flex-basis: 100%;
    margin-top: 0;
  }
}
.research_with_ribbon .right {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  aspect-ratio: 991/750;
}
@media (max-width: 980px) {
  .research_with_ribbon .right {
    flex-basis: 100%;
  }
}
.research_with_ribbon .right img {
  position: absolute;
  right: -8vw;
  display: block;
  width: 100%;
  height: 100%;
  align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 980px) {
  .research_with_ribbon .right img {
    margin-inline: auto;
  }
}
.research_with_ribbon h2 {
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .research_with_ribbon h2 {
    margin-block: 0 40px;
  }
}
.research_with_ribbon ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.research_with_ribbon ul li {
  font-size: 22px;
  position: relative;
  padding-left: 40px;
  padding-block: 0 30px;
}
.research_with_ribbon ul li:last-of-type {
  padding-block: 0;
}
@media (max-width: 767px) {
  .research_with_ribbon ul li {
    font-size: 18px;
    line-height: 27px;
    padding-left: 60px;
  }
}
.research_with_ribbon ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0em;
  width: 30px;
  height: 30px;
  background: url("images/bullet.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .research_with_ribbon .gr {
    overflow: hidden;
  }
}
.research_with_ribbon .giantribbon {
  display: block;
  width: 100%;
  margin-block: 0 -20vh;
}
@media (max-width: 767px) {
  .research_with_ribbon .giantribbon {
    transform: scale(1.75);
  }
}

.platform {
  background-color: #EAEDEF;
  background-image: url(images/platform-bg.webp);
  background-position: top;
  padding-block: 220px;
}
@media (max-width: 767px) {
  .platform {
    padding-block: 60px;
  }
}
.platform h2 {
  text-align: center;
}
.platform .griditems {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 270px;
  justify-content: center;
}
@media (max-width: 767px) {
  .platform .griditems {
    margin-top: 160px;
    gap: 160px;
  }
}
.platform .col {
  flex-basis: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0px 23px 36px #e8d9c3;
}
@media (max-width: 767px) {
  .platform .col {
    flex-basis: 100%;
  }
}
.platform .col img {
  display: block;
  margin-top: -90px;
  height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .platform .col img {
    height: auto;
  }
}
.platform .cnt {
  padding-inline: 40px;
  padding-block: 20px 60px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.review_slider {
  background-image: url(images/review-bg.webp);
  color: #fff;
  padding-block: 160px;
}
@media (max-width: 767px) {
  .review_slider {
    padding-block: 60px;
    background-image: url(images/review-bg-mob.webp);
  }
}
.review_slider .rquote {
  display: block;
  margin-inline: auto;
}
.review_slider .single_review {
  max-width: 900px;
  margin-inline: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .review_slider .single_review {
    max-width: 100;
  }
}
.review_slider blockquote {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 29px;
  line-height: 53px;
  text-align: center;
}
@media (max-width: 767px) {
  .review_slider blockquote {
    font-size: 20px;
    line-height: 35px;
  }
}
.review_slider cite {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
  display: block;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .review_slider cite {
    font-size: 20px;
  }
}
.review_slider cite span {
  display: block;
  font-weight: 600;
}
.review_slider .slick-arrow {
  display: block;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.review_slider .slick-arrow.slick-prev {
  left: 0;
}
.review_slider .slick-arrow.slick-next {
  right: 0;
}

.cntdisplay, .offer_grid .cnt {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0px 23px 36px #e8d9c3;
  padding: 40px;
}

.offer_grid {
  background-image: url(images/offer-bg.webp);
  padding-block: 90px;
}
@media (max-width: 767px) {
  .offer_grid {
    padding-block: 40px;
  }
}
.offer_grid .griditems {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .offer_grid .griditems {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.offer_grid h2 {
  text-align: center;
  margin-block: 80px;
  text-transform: uppercase;
}
.offer_grid h2.deskheading {
  display: block;
}
@media (max-width: 767px) {
  .offer_grid h2.deskheading {
    display: none;
  }
}
.offer_grid h2.mobileheading {
  display: none;
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .offer_grid h2.mobileheading {
    display: block;
  }
}
.offer_grid img {
  display: block;
  border-radius: 20px;
  box-shadow: 0px 23px 36px #e8d9c3;
  margin-block: 0 30px;
}
.offer_grid .inner.reverso {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media (max-width: 767px) {
  .offer_grid figure {
    display: none;
  }
}

.slick-arrow {
  width: 52px;
  height: 52px;
  display: block;
}

.blog_post_slider {
  background-position: top;
  background-image: url(images/slider-new-bg.webp);
  color: #fff;
  padding-block: 120px 0;
}
@media (max-width: 767px) {
  .blog_post_slider {
    padding-block: 40px 0;
  }
}
.blog_post_slider .top {
  width: 100%;
  max-width: 75vw;
}
@media (max-width: 767px) {
  .blog_post_slider .top {
    max-width: 100vw;
  }
  .blog_post_slider .top h2 {
    font-size: 35px;
    line-height: 44px;
  }
  .blog_post_slider .top p {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog_post_slider .mid {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .blog_post_slider .mid {
    flex-wrap: wrap;
  }
}
.blog_post_slider .mid p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-block: 0;
}
.blog_post_slider .bsliderwrap {
  padding-right: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog_post_slider .bsliderwrap {
    margin-inline: auto;
  }
}
.blog_post_slider .bslidernav {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .blog_post_slider .bslidernav {
    margin-top: 1rem;
  }
}
.blog_post_slider {
  /* common slick cleanup */
}
.blog_post_slider .slick-list {
  padding-inline: 0 60px !important;
  margin-left: -8px;
}
.blog_post_slider .slick-track {
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}
.blog_post_slider .slick-slide {
  height: auto !important;
  display: flex !important;
}
.blog_post_slider .slick-slide > div {
  display: flex;
  width: 100%;
}
.blog_post_slider .singlebslide {
  padding-inline: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-block: 0 30px;
}
.blog_post_slider .singlebslide .cnt {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #e7eaec;
  padding-block: 30px 20px;
  padding-inline: 20px;
  color: #384c6e;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.1));
}
.blog_post_slider .singlebslide .inner {
  flex-basis: 100%;
  text-wrap: balance;
}
.blog_post_slider .singlebslide .inner a {
  color: currentColor;
  text-decoration: none;
}
.blog_post_slider .singlebslide > div {
  flex-basis: 100%;
}
.blog_post_slider .singlebslide .button {
  margin-top: auto;
  align-self: flex-start;
  margin-top: 2rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog_post_slider .singlebslide .button {
    border-color: #fff;
  }
}
.blog_post_slider .singlebslide .title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
  text-align: left;
  margin-block: 0 20px;
}
@media (max-width: 767px) {
  .blog_post_slider .singlebslide .title {
    margin-block: 0;
  }
}
.blog_post_slider .singlebslide .ex {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
@media (max-width: 767px) {
  .blog_post_slider .singlebslide .ex {
    display: none;
  }
}
.blog_post_slider .singlebslide figure {
  aspect-ratio: 16/9;
  margin-block: 0;
  min-height: 250px;
  position: relative;
}
@media (max-width: 767px) {
  .blog_post_slider .singlebslide figure {
    aspect-ratio: unset;
  }
}
.blog_post_slider .singlebslide figure:after {
  content: "";
  background-color: #3F5074;
  position: absolute;
  inset: 0;
  z-index: -1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.blog_post_slider .singlebslide figure img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .blog_post_slider .singlebslide figure img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 100%;
  }
}
.blog_post_slider .btnwrap {
  justify-content: flex-start;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog_post_slider .btnwrap {
    justify-content: center;
    margin-left: -8%;
  }
}

.afterslide {
  color: currentColor;
  text-align: right;
}
@media (max-width: 767px) {
  .afterslide {
    text-align: center;
  }
}
.afterslide a {
  color: currentColor;
}

.home_cta {
  background-image: url(images/cta-bg.webp);
  padding-top: 204px;
  padding-bottom: 160px;
  margin-top: -150px;
  text-align: center;
}
@media (max-width: 767px) {
  .home_cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home_cta .top {
  padding-top: 120px;
}
.home_cta .top p {
  font-size: 19px;
  font-weight: 300;
  line-height: 35px;
}
.home_cta .top h2 {
  color: #3F5074;
  font-size: 55px;
  margin-block: 0 1.5rem;
}
@media (max-width: 767px) {
  .home_cta .top h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.home_cta .btnwrap {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .home_cta .btnwrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home_cta .btnwrap .button {
    flex-basis: 100%;
  }
}

footer {
  background: linear-gradient(90deg, #253f5e 0%, #596189 35.87%, #95c0ba 100%), #EAEDEF;
  color: #fff;
  padding-block: 70px;
}
@media (max-width: 767px) {
  footer .container {
    padding-inline: 8%;
  }
}
footer .copy {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
footer .grid {
  display: flex;
  gap: 10vw;
}
@media (max-width: 980px) {
  footer .grid {
    flex-wrap: wrap;
  }
}
footer .grid .right {
  flex: 0 1 100%;
}
footer .grid .left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 1 25%;
}
@media (max-width: 767px) {
  footer .grid .left {
    flex: 1;
  }
}
footer .grid .left .button {
  align-self: flex-start;
}
footer ul {
  list-style-type: none;
  margin: 0;
}
footer .footer-menu {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer-menu {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  footer .footer-menu > li {
    flex: 1 0 100%;
  }
}
footer .footer-menu > li > a {
  font-weight: 600;
  text-transform: uppercase;
  padding-block: 0 1rem;
  display: block;
}
footer .footer-menu > li .sub-menu a {
  font-size: 14px;
}
footer .footer-menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}
footer .footer-menu a:hover {
  text-decoration: underline;
}

/* products */
.onsale {
  display: none;
}

.fs-product-wrap {
  background-image: url(images/producthero.webp);
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  overflow: hidden;
}
.fs-product-wrap img {
  display: block;
}
@media (min-width: 1200px) {
  .fs-product-wrap img {
    margin-left: 2rem;
  }
}

.fs-gallery {
  display: flex;
  margin-top: 260px;
  padding-inline: 4% 0;
}
@media (max-width: 980px) {
  .fs-gallery {
    margin-block: 10vh;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .fs-gallery {
    margin-block: 40px 0;
  }
}
.fs-gallery .fs-short-description {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .fs-gallery .fs-short-description {
    padding-block: 0 10vh;
  }
}
@media (max-width: 767px) {
  .fs-gallery .fs-short-description {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fs-gallery .fs-short-description .button.trans {
    border-color: #fff;
    color: #fff;
  }
}
.fs-gallery .fs-short-description h1 {
  font-size: 55px;
  line-height: 64px;
  font-weight: 700;
  margin-block: 0 1rem;
}
@media (max-width: 767px) {
  .fs-gallery .fs-short-description h1 {
    font-size: 34px;
    line-height: 1.35;
  }
}
.fs-gallery .fs-short-description p {
  font-size: 21px;
  line-height: 35px;
}
@media (max-width: 980px) {
  .fs-gallery .fs-short-description p:has(.button) {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .fs-gallery .fs-short-description p {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.fs-gallery .fs-img-wrap {
  width: 50%;
}
@media (max-width: 767px) {
  .fs-gallery .fs-img-wrap {
    width: 100%;
    margin-top: 2rem;
  }
}

.formwrapper {
  background-color: #EAEDEF;
  margin-top: -1px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: 80px;
}
@media (max-width: 767px) {
  .formwrapper {
    padding-block: 40px;
  }
}

#wooformlink {
  background: linear-gradient(#eaedef 0%, #fff 100%);
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  border-radius: 20px;
  padding-block: 20px 40px;
  padding-inline: 40px;
  width: 100%;
  max-width: 1170px;
}
@media (max-width: 767px) {
  #wooformlink {
    padding-inline: 4%;
    padding-block: 2% 40px;
    box-shadow: unset;
    max-width: 100%;
    border-radius: 0;
  }
}
#wooformlink thead {
  background-color: #E3E9EF;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 17px;
}
#wooformlink thead th {
  padding: 10px;
  color: #9a9b9b;
  text-align: left;
}
@media (max-width: 767px) {
  #wooformlink thead th {
    font-size: 12px;
  }
}
#wooformlink thead th.thqty {
  text-align: right;
  padding-right: 40px;
}
#wooformlink tbody {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #52575d;
}
@media (max-width: 767px) {
  #wooformlink tbody {
    font-size: 12px;
  }
}
@media (min-width: 1020px) {
  #wooformlink tbody tr {
    border-bottom: 1px solid #F1F4F7;
  }
}
#wooformlink tbody td {
  padding: 10px;
}
#wooformlink h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-block: 0 1rem;
  border-bottom: 3px solid #dfe5ea;
}
#wooformlink .fs-variations {
  width: 100%;
}
#wooformlink .fs-table-actions {
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .fs-variations,
  .fs-variations thead,
  .fs-variations tbody,
  .fs-variations tr,
  .fs-variations th,
  .fs-variations td {
    display: block;
    width: 100%;
    color: rgb(82, 87, 93);
    font-size: 1rem;
    font-weight: 600;
  }
  .fs-variations thead {
    display: none;
  }
  .fs-variations tbody {
    display: grid;
    gap: 1rem;
  }
  .fs-variations tr {
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid #EAEDEF;
    background: linear-gradient(180deg, #eaedef 0%, #fff 100%);
    box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  }
  #wooformlink .fs-variations td {
    display: grid;
    gap: 0.25rem;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    padding-block: 10px;
  }
  .fs-variations td:last-child {
    margin-bottom: 0;
  }
  .fs-variations td::before {
    content: attr(data-label);
    font-size: 1rem;
    text-transform: uppercase;
    color: rgb(154, 155, 155);
  }
  .fs-variations .fs-sku {
    font-size: 1rem;
  }
  .fs-variations .fs-qty-wrap {
    justify-content: flex-start;
  }
}
/* qty buttons */
.fs-qty {
  display: flex;
  justify-content: flex-end;
}

.fs-qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  height: 36px;
}

.fs-qty-wrap button {
  border-radius: 0 !important;
  width: 36px;
  height: 36px;
  border: 0;
  background: #E3E9EF;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 0 !important;
  color: #707070;
}

.fs-qty-wrap button:hover {
  background: #EAEDEF;
}

.fs-qty-input {
  width: 50px;
  border: 0;
  text-align: center;
  font-size: 14px;
  outline: none;
  background-color: #E3E9EF;
  height: 100%;
  color: #707070;
}

/* Remove browser arrows */
.fs-qty-input::-webkit-outer-spin-button,
.fs-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fs-qty-input[type=number] {
  -moz-appearance: textfield;
}

/* TEMP DISABLE THE SECOND PRODUCT COLUMNS */
.fs-variations th:nth-child(3),
.fs-variations td:nth-child(3) {
  display: none;
}

.fs-table-actions {
  margin-top: 2rem;
}
.fs-table-actions .last {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  gap: 1rem;
}
@media (max-width: 767px) {
  .fs-table-actions .last {
    flex-wrap: wrap;
  }
}

.customorder {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  font-weight: 300;
  font-style: italic;
  font-size: 21px;
  gap: 10px;
}
@media (max-width: 767px) {
  .customorder {
    flex-wrap: wrap;
    padding-inline: 8%;
    text-align: center;
    font-size: 1rem;
  }
}
.customorder a {
  color: #000;
}

.fs-product-grid {
  background-image: url(images/purp-bg.webp);
  color: #fff;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .fs-product-grid {
    padding-block: 40px;
  }
}
.fs-product-grid .bslidernav {
  display: flex;
  gap: 10px;
  align-items: center;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .fs-product-grid .bslidernav {
    margin-top: 1rem;
    width: 100%;
    justify-content: flex-end;
  }
}
.fs-product-grid .blog_post_slider {
  background: initial;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .fs-product-grid .blog_post_slider {
    padding-top: 0;
  }
}
.fs-product-grid .blog_post_slider .cnt {
  color: #fff;
  background: transparent;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(38, 63, 94, 0.4);
}
.fs-product-grid .blog_post_slider .cnt h3 {
  font-size: 22px;
  margin-block: 0 20px;
}
.fs-product-grid .blog_post_slider .cnt p {
  font-size: 16px;
  line-height: 28px;
}
.fs-product-grid .uppergrid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fs-product-grid .uppergrid {
    flex-wrap: wrap;
  }
}
.fs-product-grid .uppergrid h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
  text-align: left;
  max-width: 30ch;
}
@media (max-width: 767px) {
  .fs-product-grid .uppergrid h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.4;
  }
}
.fs-product-grid .uppergrid p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
.fs-product-grid .bottomgrid {
  display: none;
}
.fs-product-grid .masterwrap {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.fs-product-grid .fs-tech-doc-group {
  flex: 1 1 30rem;
  min-width: 0;
  background: transparent;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(38, 63, 94, 0.4);
  padding: 20px;
}
@media (max-width: 767px) {
  .fs-product-grid .fs-tech-doc-group {
    flex: 1 1 100%;
  }
}
.fs-product-grid .fs-tech-doc-group h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #EBF2F7;
}
@media (max-width: 767px) {
  .fs-product-grid .fs-tech-doc-group h3 {
    margin-block: 0 2rem;
    padding-block: 0 10px;
  }
}
.fs-product-grid .fs-tech-doc-group dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fs-product-grid .fs-tech-doc-group dl {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .fs-product-grid .fs-tech-doc-group dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.fs-product-grid .fs-tech-doc-group dd,
.fs-product-grid .fs-tech-doc-group dt {
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  line-height: 27px;
}
@media (max-width: 767px) {
  .fs-product-grid .fs-tech-doc-group dd,
  .fs-product-grid .fs-tech-doc-group dt {
    background-color: transparent;
    padding: 0;
  }
}
.fs-product-grid .fs-tech-doc-group dd:nth-of-type(odd), .fs-product-grid .fs-tech-doc-group dd:nth-of-type(odd) + dd,
.fs-product-grid .fs-tech-doc-group dt:nth-of-type(odd),
.fs-product-grid .fs-tech-doc-group dt:nth-of-type(odd) + dd {
  background-color: rgba(255, 255, 255, 0.07);
}
@media (max-width: 767px) {
  .fs-product-grid .fs-tech-doc-group dt {
    padding-block: 1rem 0;
    padding-inline: 1rem;
    font-weight: 600;
  }
  .fs-product-grid .fs-tech-doc-group dd {
    padding-block: 1rem 2rem;
    padding-inline: 1rem;
  }
  .fs-product-grid .fs-tech-doc-group dt:nth-of-type(odd) {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .fs-product-grid .fs-tech-doc-group dt:nth-of-type(odd) + dd {
    border-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.fs-product-grid .product-sheets {
  flex: 0 0 20rem;
  padding: 1.25rem;
  background: transparent;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(38, 63, 94, 0.4);
  padding: 20px;
  color: #fff;
}
@media (max-width: 980px) {
  .fs-product-grid .product-sheets {
    flex: 1 1 100%;
  }
}
.fs-product-grid .product-sheets p:has(.button) {
  display: block;
  margin-top: 1rem;
}
.fs-product-grid .product-sheets a {
  color: currentColor;
  text-align: left;
  border-color: rgba(255, 255, 255, 0.13);
  font-size: 14px;
}
.fs-product-grid .product-sheets h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid #EBF2F7;
}

.software {
  background: #EAEDEF;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .software {
    padding-block: 40px;
  }
}
.software .softcontainer {
  display: flex;
  flex-wrap: wrap;
}
.software .softcontainer .cnt {
  flex: 1 1 100%;
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .software .softcontainer .cnt {
    margin-block: 0 40px;
  }
}
.software .softcontainer .col {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .software .softcontainer .col {
    flex-wrap: wrap;
    row-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .software .softcontainer .col {
    flex: 1 1 100%;
  }
}
.software .softcontainer .col .cnt {
  margin-block: 0;
}
.software .softcontainer .col.has-img {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.software .softcontainer .col.has-img img {
  display: block;
}
.software .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .software .grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.software .grid .griditem {
  border-radius: 20px;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  padding: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  text-align: left;
  color: #000;
}
.software .grid .griditem img {
  display: block;
  margin-block: 0 1rem;
}

.ready-cta {
  background-image: url(images/ctabg.svg);
  padding-block: 80px 60px;
}
@media (max-width: 767px) {
  .ready-cta {
    padding-block: 50px;
  }
}
.ready-cta .container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .ready-cta .container {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.ready-cta .container .col {
  padding: 30px;
  flex: 1 0 50%;
  background: transparent;
  border-radius: 20px;
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: linear-gradient(90deg, rgba(234, 237, 239, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .ready-cta .container .col {
    flex: 1 0 100%;
  }
}
.ready-cta h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 22px;
  text-align: left;
}
.ready-cta p {
  line-height: 29px;
  text-align: left;
}
.ready-cta p:has(.button) {
  margin-top: auto;
  padding-top: 2rem;
}
.ready-cta a:not(.button) {
  color: currentColor;
}
.ready-cta .button.trans {
  border-color: #3F5074;
}

.woocommerce-product-gallery__image a {
  pointer-events: none;
}

.woocommerce-product-gallery.images {
  opacity: 1 !important;
  transition: unset !important;
}

.image_overlay_hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .image_overlay_hero {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .image_overlay_hero {
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-block: 0 40px;
  }
  .image_overlay_hero .container {
    position: relative;
    z-index: 33;
  }
}
.image_overlay_hero.reduced-hero-size {
  height: 65vh;
}
@media (max-width: 767px) {
  .image_overlay_hero.reduced-hero-size {
    height: auto;
  }
}
.image_overlay_hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, #253f5e 0%, #596189 84.73%, #95c0ba 100%);
  z-index: 1;
  opacity: 0.82;
}
@media (max-width: 767px) {
  .image_overlay_hero:after {
    opacity: 1;
    background: linear-gradient(45deg, #253f5e 0%, #596189 50%, #95c0ba 100%);
  }
}
.image_overlay_hero .bc {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  text-align: left;
  color: #fff;
}
.image_overlay_hero .bc a {
  color: #fff;
  text-decoration: none;
}
.image_overlay_hero .cnt {
  position: relative;
  z-index: 666;
  color: #fff;
  max-width: 70vw;
  margin-top: 180px;
  container-type: inline-size;
}
@media (max-width: 980px) {
  .image_overlay_hero .cnt {
    margin-top: 0;
    max-width: 100%;
  }
}
.image_overlay_hero .cnt ul {
  margin-top: 2rem;
}
.image_overlay_hero .cnt ul.two-col {
  gap: 160px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.image_overlay_hero .cnt ul li {
  padding-block: 0 1rem;
}
.image_overlay_hero .cnt a:not(.button) {
  color: #fff;
}
.image_overlay_hero .cnt h1 {
  font-weight: bold;
  font-size: 55px;
  line-height: 64px;
  margin-block: 0 1rem;
}
@media screen and (max-width: 1220px) {
  .image_overlay_hero .cnt h1 {
    font-size: clamp(30px, 5cqw, 55px);
  }
}
@media (max-width: 980px) {
  .image_overlay_hero .cnt h1 {
    line-height: 1.5;
  }
}
.image_overlay_hero .cnt p {
  font-weight: 300;
  font-size: 21px;
  line-height: 35px;
}
@media screen and (max-width: 1280px) {
  .image_overlay_hero .cnt p {
    max-width: 65ch;
  }
}
.image_overlay_hero .cnt p:last-of-type {
  margin-block: 0;
}
.image_overlay_hero .cnt p:has(.button) {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .image_overlay_hero .cnt p:has(.button) {
    gap: 10px;
  }
  .image_overlay_hero .cnt p:has(.button) .button {
    color: #fff;
    border-color: #fff;
    width: 100%;
  }
}
.image_overlay_hero .cnt .btnwrap {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .image_overlay_hero .cnt .btnwrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .image_overlay_hero .cnt .btnwrap .button {
    width: 100%;
    border-color: #fff;
    color: #fff;
  }
}
.image_overlay_hero .mobimg {
  display: none;
}
@media (max-width: 767px) {
  .image_overlay_hero .mobimg {
    display: block;
    position: relative;
    z-index: 33;
  }
  .image_overlay_hero .mobimg img {
    display: block;
  }
}

.time_line {
  background-color: #EAEDEF;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .time_line {
    padding-block: 40px;
  }
}
.time_line h2 {
  text-align: center;
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .time_line h2 {
    margin-block: 0 40px;
  }
}

.timeline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.timeline__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.timeline__nav-item {
  display: grid;
  grid-template-columns: 1fr 39px;
  align-items: center;
  gap: 20px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-align: right;
  min-height: 53px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: right;
  color: #000;
}

.timeline__label {
  opacity: 0.65;
}

.timeline__nav-item.is-active .timeline__label {
  opacity: 1;
}

.timeline__node {
  position: relative;
  width: 39px;
  height: 53px;
  display: inline-block;
}

.timeline__segment {
  display: block;
  width: 39px;
  height: 53px;
  filter: drop-shadow(0px 5px 25px rgba(82, 87, 93, 0.1));
}

.timeline__bubble {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #79c5d8;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.timeline__bubble.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
}

.timeline__bubble {
  position: absolute;
  left: var(--bubble-x, 48%);
  top: var(--bubble-y, 50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #79c5d8;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.timeline__bubble.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* top chunk anchor */
.timeline__nav-item:first-child .timeline__bubble {
  --bubble-y: 36%;
  --bubble-x: 48%;
}

/* bottom chunk anchor */
.timeline__nav-item:last-child .timeline__bubble {
  --bubble-y: 64%;
  --bubble-x: 48%;
}

.timeline__panel {
  margin-left: 1rem;
}
.timeline__panel .inner {
  font-family: Lato;
  font-weight: 300;
  font-size: 22px;
  line-height: 39px;
  text-align: left;
  color: #000;
  border-radius: 20px;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  padding: 40px;
}

/* desktop default */
.timeline-mobile {
  display: none;
}

/* mobile: hide timeline UI, show accordion */
@media (max-width: 900px) {
  .timeline {
    display: none;
  }
  .timeline-mobile {
    display: block;
  }
  .timeline-mobile__item {
    border-bottom: 1px solid #d9dde0;
    padding: 8px 0;
  }
  .timeline-mobile__title {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    padding: 10px 0;
  }
  .timeline-mobile__title::-webkit-details-marker {
    display: none;
  }
  .timeline-mobile__content {
    padding: 0 0 12px;
    opacity: 1;
    padding-block: 1rem;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    line-height: 1.55;
  }
}
.timeline-mobile__title {
  position: relative;
  cursor: pointer;
  padding: 10px 28px 10px 0; /* room for icon on right */
  font-weight: 600;
  list-style: none;
}

.timeline-mobile__title::-webkit-details-marker {
  display: none;
}

/* closed state */
.timeline-mobile__title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

/* open state */
.timeline-mobile__item[open] .timeline-mobile__title::after {
  content: "-";
}

.tiles_on_dark {
  background-image: url(images/tiles-on-dark-bg.svg);
  color: #fff;
  padding-block: 160px;
}
@media (max-width: 980px) {
  .tiles_on_dark {
    padding-block: 40px;
  }
}
.tiles_on_dark .top {
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .tiles_on_dark .top {
    margin-block: 0 40px;
  }
}
.tiles_on_dark .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.tiles_on_dark .col {
  border-radius: 20px;
  background: transparent;
  min-width: 0;
  background-color: rgba(38, 63, 94, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  flex: 0 0 calc((100% - 2rem) / 3);
  padding-block: 30px;
  padding-inline: 20px;
}
@media (max-width: 980px) {
  .tiles_on_dark .col {
    flex: 0 0 100%;
  }
}
.tiles_on_dark .col h3 {
  font-size: 22px;
  line-height: 31px;
}
.tiles_on_dark .col p {
  font-size: 16px;
  line-height: 28px;
}

.configuration_block {
  background: url("images/configubg.webp") center center/cover no-repeat, #EAEDEF;
  background-position: top;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .configuration_block {
    padding-block: 40px;
    background: linear-gradient(45deg, #8dc6d5 0%, #e7eaec 80%, #e6a851 200%);
  }
}
.configuration_block .topcnt p {
  text-wrap: balance;
}
.configuration_block .cnt {
  margin-block: 0 40px;
}
.configuration_block .cnt h3 {
  font-size: 32px;
  margin-block: 0 18px;
}
.configuration_block .cnt h4 {
  font-size: 20px;
  margin-block: 0 30px;
}
.configuration_block .cnt p {
  margin-block: 0 2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
}
.configuration_block .cnt ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-block: 0 1rem;
}
.configuration_block .cnt ul li {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #000;
  position: relative;
  padding-left: 20px;
  padding-block: 0 20px;
}
.configuration_block .cnt ul li:last-of-type {
  padding-block: 0;
}
@media (max-width: 767px) {
  .configuration_block .cnt ul li {
    font-size: 18px;
    line-height: 27px;
    padding-left: 20px;
  }
}
.configuration_block .cnt ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background: url("images/bullet.svg") no-repeat center/contain;
}
.configuration_block figure img {
  display: block;
}
.configuration_block .cardinner {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
}
.configuration_block .cardinner:nth-child(2) .cnt {
  border-inline: 1px solid #cfd3d6;
}
.configuration_block .bottomcards {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr;
  max-width: calc(1075px + 8% + 200px);
  margin-inline: auto;
  margin-top: 80px;
  margin-left: auto;
}
.configuration_block .bottomcards .col {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
}
.configuration_block .bottomcards .col:first-of-type {
  padding-inline: 0;
  padding-top: 40px;
  text-align: right;
}
.configuration_block .bottomcards .cnt {
  border-radius: 20px;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  padding: 40px;
}

.configuration_block .mods-wire {
  --gap: 24px;
  --radius: 14px;
  --head-h: 58px;
  --row-h: 56px;
  --samples-w: 110px;
  --rail-gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .configuration_block .mods-wire {
    margin-top: 40px;
    max-width: 100%;
    padding-inline: 8%;
  }
}
.configuration_block {
  /* shared 3-col track (top cards, price cards, CTAs) */
}
.configuration_block .mods-top,
.configuration_block .mods-bottom,
.configuration_block .mods-cta {
  margin-left: calc(var(--samples-w) + var(--rail-gap));
  width: calc(100% - (var(--samples-w) + var(--rail-gap)));
}
.configuration_block .mods-top {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  margin-bottom: var(--gap);
}
.configuration_block .mod-card {
  min-height: 380px;
  padding: 20px;
}
.configuration_block .mod-card:nth-child(2) .cnt {
  position: relative;
}
.configuration_block .mod-card:nth-child(2) .cnt:before {
  content: "";
  background-color: #CFD3D6;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
}
@media (max-width: 767px) {
  .configuration_block .mod-card:nth-child(2) .cnt:before {
    display: none;
  }
}
.configuration_block .mod-card:nth-child(2) .cnt:after {
  content: "";
  background-color: #CFD3D6;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
}
@media (max-width: 767px) {
  .configuration_block .mod-card:nth-child(2) .cnt:after {
    display: none;
  }
}
.configuration_block .mods-bottom-wrap {
  position: relative;
  margin-bottom: 18px;
}
.configuration_block {
  /* floating left labels (outside white cards) */
}
.configuration_block .samples-col {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--samples-w);
  display: grid;
  grid-template-rows: var(--head-h) repeat(4, var(--row-h));
}
.configuration_block .samples-col p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  border-top: 1px solid rgba(39, 65, 96, 0.27);
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.configuration_block .samples-col p:first-of-type {
  border: none;
}
.configuration_block .samples-col .head,
.configuration_block .samples-col .row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.configuration_block .samples-col .row {
  border-top: 1px solid rgba(40, 65, 95, 0.16);
}
.configuration_block .mods-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.configuration_block .price-card {
  display: grid;
  grid-template-rows: var(--head-h) repeat(4, var(--row-h));
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 16px;
  overflow: hidden;
}
.configuration_block .price-card {
  display: grid;
  grid-template-rows: var(--head-h) auto;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  border-radius: 16px;
  overflow: hidden;
  filter: drop-shadow(0px 5px 25px rgba(82, 87, 93, 0.1));
}
.configuration_block .price-card .head {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  min-height: var(--head-h);
}
.configuration_block .price-card .row {
  display: grid;
  grid-template-rows: repeat(4, var(--row-h)); /* 4 prices */
  margin: 0;
  padding: 0;
}
.configuration_block .price-card .row p {
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  min-height: var(--row-h);
  border-top: 1px solid #e6e9ee;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.configuration_block .mods-cta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 767px) {
  .configuration_block .mods-cta {
    display: none;
  }
}
.configuration_block .price-card .btnwrap.mobile {
  display: none;
}
@media (max-width: 767px) {
  .configuration_block .price-card .btnwrap.mobile {
    display: flex;
    justify-content: center;
    margin-block: 1rem;
  }
}
.configuration_block .ssize {
  display: none;
}
.configuration_block span.mbsize {
  display: none;
}
@media (max-width: 1100px) {
  .configuration_block .mods-top,
  .configuration_block .mods-bottom,
  .configuration_block .mods-cta {
    margin-left: 0;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .configuration_block .mods-bottom-wrap {
    margin-bottom: 16px;
  }
  .configuration_block .samples-col {
    position: static;
    width: 100%;
    grid-template-rows: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 8px;
    margin-bottom: 10px;
  }
  .configuration_block .samples-col .head,
  .configuration_block .samples-col .row {
    justify-content: center;
    padding-right: 0;
    border-top: 0;
  }
  .configuration_block .samples-col {
    display: none;
  }
  .configuration_block .price-card {
    padding-inline: 15px;
  }
  .configuration_block .price-card .head {
    text-align: center;
    justify-content: center;
    font-weight: 600;
  }
  .configuration_block .price-card .row {
    grid-template-rows: repeat(4, 1fr);
    gap: 1ch;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .configuration_block .price-card .row span {
    flex: 1;
  }
  .configuration_block .price-card .row span.mbsize {
    display: block;
  }
  .configuration_block .price-card .row span.cc p {
    justify-content: flex-end;
  }
  .configuration_block .ssize {
    padding-inline: 5px;
    border-top: 1px solid rgba(39, 65, 96, 0.27);
    font-size: 18px;
    font-family: "Manrope", sans-serif, sans-serif;
    font-weight: 500;
    height: 56px;
    display: flex;
    align-items: center;
  }
  .configuration_block .price-card .row p {
    gap: 0;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    border-top: 1px solid rgba(39, 65, 96, 0.27);
    padding-inline: 5px;
  }
  .configuration_block .price-card .row p:last-of-type {
    border-bottom: 1px solid rgba(39, 65, 96, 0.27);
  }
  .configuration_block .price-card .row p span {
    display: block;
  }
  .configuration_block .price-card .row p .mobile-sample {
    font-size: 18px;
  }
}

.video_block {
  background-color: #EAEDEF;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .video_block {
    padding-block: 40px;
  }
}
.video_block .cnttop {
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .video_block .cnttop {
    margin-block: 0 40px;
  }
}
.video_block .cnttop ul {
  margin-block: 2rem;
  margin-left: 2rem;
}
.video_block .cnttop ul li {
  padding-block: 0 10px;
}
.video_block .videobem {
  border-radius: 20px;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  aspect-ratio: 16/9;
  margin-block: 0 80px;
  max-width: 65vw;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .video_block .videobem {
    margin-block: 0 40px;
    aspect-ratio: 16/12;
    max-width: 100%;
  }
}
.video_block .videobem iframe {
  width: 100%;
  height: 100%;
  padding: 40px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .video_block .videobem iframe {
    padding: 20px;
  }
}
.video_block .after h2 {
  margin-block: 0 30px;
}
.video_block .after .inner {
  padding: 60px 40px;
  border-radius: 20px;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  filter: drop-shadow(0px 5px 25px rgba(82, 87, 93, 0.1));
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .video_block .after .inner {
    padding: 20px;
    flex-wrap: wrap;
  }
}
.video_block .after .inner .col {
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  .video_block .after .inner .col {
    flex: 1 1 100%;
  }
}
.video_block .after .inner .col.has-img {
  display: flex;
  place-content: center;
  flex-wrap: wrap;
}
.video_block .after .inner .col.has-img img {
  display: block;
}

.standard_blocks {
  background-color: #EAEDEF;
  padding-block: 100px;
  color: #000;
}
@media (max-width: 767px) {
  .standard_blocks {
    padding-block: 40px;
  }
}
.standard_blocks a:not(.button) {
  color: #000;
}
.standard_blocks ul.two-col {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 90px;
}
.standard_blocks ul {
  margin-block: 1rem;
}
.standard_blocks ul li {
  padding-block: 0 1.75rem;
  text-align: left;
}
.standard_blocks h2 {
  margin-block: 0 22px;
}
.standard_blocks h3 {
  margin-block: 0 22px;
  font-size: 22px;
  line-height: 31px;
}
.standard_blocks p {
  font-size: 16px;
  line-height: 28px;
}
.standard_blocks p a:not(.button) {
  color: currentColor;
  text-decoration: underline;
}
.standard_blocks p a:not(.button):hover {
  text-decoration: none;
}
.standard_blocks .container > div {
  margin-block: 0 80px;
}
@media (max-width: 767px) {
  .standard_blocks .container > div {
    margin-block: 0 40px;
  }
}
.standard_blocks .container > div.shaded .col {
  border-radius: 20px;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  padding: 40px;
}
.standard_blocks .container > div.border-images img {
  border-radius: 20px;
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
}
.standard_blocks .half {
  display: flex;
  gap: 90px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .standard_blocks .half {
    gap: 40px;
  }
}
.standard_blocks .half .col {
  flex: 1 1 calc(50% - 90px);
}
@media (max-width: 980px) {
  .standard_blocks .half .col {
    flex: 1 1 100%;
  }
}
.standard_blocks .thirds {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .standard_blocks .thirds {
    gap: 40px;
  }
}
.standard_blocks .thirds .col {
  flex: 1 1 calc(33% - 60px);
}
@media (max-width: 980px) {
  .standard_blocks .thirds .col {
    flex: 1 1 100%;
  }
}
.standard_blocks .half_image_half_text.shaded .col:has(img) {
  background: unset;
  box-shadow: unset;
  padding: 0;
}
.standard_blocks .half_image_half_text.reverse .flex {
  flex-direction: row-reverse;
}
.standard_blocks .half_image_half_text h2 {
  font-size: 30px;
  line-height: 1.4;
}
.standard_blocks .half_image_half_text .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
}
@media (max-width: 767px) {
  .standard_blocks .half_image_half_text .flex {
    gap: 40px;
  }
}
.standard_blocks .half_image_half_text .flex .col {
  flex: 1 0 calc(50% - 90px);
}
@media (max-width: 767px) {
  .standard_blocks .half_image_half_text .flex .col {
    flex: 1 1 100%;
  }
}
.standard_blocks .half_image_half_text .flex .col:has(img) {
  align-self: center;
}
@media (max-width: 767px) {
  .standard_blocks .half_image_half_text .flex .col:has(img) {
    order: -1;
  }
}
.standard_blocks .half_image_half_text .flex .col:has(img) img {
  margin: auto;
  display: block;
  border-radius: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: unset;
}

.sliderinside {
  padding-block: 100px;
}
.sliderinside.no-img-slider .singlebslide .cnt {
  border-radius: 20px;
}
.sliderinside .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 100%;
  margin-block: 0 30px;
}
.sliderinside .insideinline {
  flex: 1 1 50%;
}
.sliderinside .bslidernav {
  flex: 1 1 auto;
  align-items: flex-end;
  justify-content: flex-end;
}
.sliderinside .singlebslide .cnt {
  background: rgba(38, 63, 94, 0.4);
  color: #fff;
  padding-block: 40px 60px;
}
.sliderinside h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}
.sliderinside p {
  font-size: 16px;
  line-height: 28px;
}

.tiles_with_graphic .softcontainer .cnt {
  max-width: 60vw;
}
.tiles_with_graphic .software .softcontainer .col {
  align-items: flex-start;
}

.small_graphic_only_hero {
  height: 250px;
  background: url("images/text-only-bg.webp") center center/cover no-repeat, linear-gradient(40deg, #253f5e 0%, #596189 84.73%, #95c0ba 100%);
}
@media (max-width: 767px) {
  .small_graphic_only_hero {
    height: 0;
    background: unset;
  }
}

p[style*="text-align: center"]:has(.button) {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}

.insidepage [id] {
  scroll-margin-top: 250px;
}
.insidepage .home_cta .top {
  padding-top: 0;
}
.insidepage .home_cta {
  padding-block: 60px;
}

.faqs {
  background-image: url(images/configubg.webp);
  padding-block: 100px;
}
.faqs .inner {
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: linear-gradient(90deg, rgba(234, 237, 239, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  border-radius: 20px;
  padding: 40px;
  max-width: 1024px;
  margin-inline: auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .faqs .inner {
    padding-inline: 5%;
  }
}
.faqs .singlefaq {
  margin-block: 0 1.5rem;
}
.faqs .answer {
  display: none;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  padding-block: 1rem;
  border-bottom: 1px solid #EAEDEF;
  margin-block: 0 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .faqs .answer {
    font-size: 14px;
  }
}
.faqs .answer a {
  color: #000;
}
.faqs h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-block: 0;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
  gap: 2rem;
}
@media (max-width: 767px) {
  .faqs h3 {
    font-size: 1rem;
  }
}
.faqs h3 span {
  display: block;
}
.faqs h3.is-active svg path:first-of-type {
  display: none;
}
.faqs h3 svg {
  display: block;
  width: 30px;
  margin-top: 10px;
}
.faqs h3 svg path {
  stroke: #3F5074;
}

.news_and_media .col {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media (max-width: 767px) {
  .news_and_media .col {
    grid-template-rows: 1fr;
  }
}

.team_block {
  background-color: #EAEDEF;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .team_block {
    padding-block: 40px;
  }
}
.team_block .container {
  max-width: 75vw;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .team_block .container {
    max-width: 100%;
  }
}
.team_block h2 {
  text-align: center;
  margin-block: 0 60px;
}
@media (max-width: 767px) {
  .team_block h2 {
    margin-block: 0 40px;
  }
}
.team_block .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .team_block .grid {
    grid-template-columns: 1fr;
  }
}
.team_block .singleteam {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team_block .singleteam img {
  display: block;
  margin-block: 0 1rem;
}
.team_block .singleteam .title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .team_block .singleteam .title {
    font-size: 18px;
  }
}
.team_block .singleteam .sub {
  text-align: center;
  text-wrap: balance;
  line-height: 1.4;
  font-size: 1rem;
}

.container .gallery {
  display: flex;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  padding: 40px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .container .gallery {
    flex-direction: column;
    gap: 60px;
  }
}
.container .gallery br {
  display: none;
}
.container .gallery img {
  display: block;
}

.frm_button_submit {
  padding-inline: 2rem;
  padding-block: 0.65rem;
  border: 1px solid #fff;
  color: #000;
  border-radius: 20px;
  background-color: #3F5074;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.frm_button_submit:hover {
  color: #3F5074;
  background-color: transparent;
  border-color: #3F5074;
}

.privacy-policy main h3 {
  margin-top: 3rem;
}
.privacy-policy main ul {
  margin-left: 2rem;
}

#keygrid .blog_post_slider-not {
  margin-block: 60px;
}
#keygrid .blog_post_slider-not .bslider- {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
}
#keygrid .blog_post_slider-not .bslider- .singlebslide {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 2rem) / 3);
  min-width: 0;
}
@media (max-width: 767px) {
  #keygrid .blog_post_slider-not .bslider- .singlebslide {
    flex: 1 1 100%;
  }
}
#keygrid .blog_post_slider-not .bslider- h3 {
  font-size: 22px;
  line-height: 31px;
}
#keygrid .blog_post_slider-not .bslider- img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
  width: 100%;
}
#keygrid .blog_post_slider-not .bslider- .cnt {
  flex: 1 1 auto;
  border-radius: 20px;
  background: transparent;
  background-color: transparent;
  min-width: 0;
  background-color: rgba(38, 63, 94, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding-block: 30px;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  #keygrid .blog_post_slider-not .bslider- .cnt .button.trans {
    color: #fff;
    border-color: #fff;
  }
}

.singlerpost_main {
  background: #EAEDEF;
  padding-block: 40px;
}
.singlerpost_main h1 {
  font-size: 30px;
  margin-block: 0 2rem;
}
.singlerpost_main .singlerpost {
  padding-block: 40px;
  max-width: 1200px;
  margin-inline: auto;
  background: linear-gradient(#eaedef 0%, #fff 100%);
  box-shadow: 0px 5px 25px rgba(82, 87, 93, 0.1);
  padding: 40px;
  border-radius: 20px;
  margin-top: 20px;
}
.singlerpost_main article {
  box-shadow: unset !important;
  padding: 0 !important;
  margin: 0px auto !important;
}
.singlerpost_main a {
  color: #000 !important;
}
.singlerpost_main a:hover {
  text-decoration: unset;
}

.resources_block .col {
  margin-block: 0 80px;
}
@media (max-width: 767px) {
  .resources_block .col {
    margin-block: 0 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .resources_block .col {
    padding: 1rem !important;
  }
}
.resources_block .rbutton {
  border-radius: 8px;
  background: #e7ebed;
  border: 1px solid #d8e2e6;
  display: block;
  width: 100%;
  color: #3f5074;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  font-size: 16px;
}
.resources_block .rbutton span {
  width: 100%;
}
.resources_block .rbutton:not(:first-of-type) {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .resources_block .rbutton {
    width: auto;
  }
}
.resources_block .rbutton svg {
  transform: translateX(0);
  display: block;
  transition: transform 0.3s ease-in-out;
  width: 15px;
  height: 15px;
  align-self: center;
}
.resources_block .rbutton:hover {
  transform: translateX(5px);
}
.resources_block .rbutton:hover svg {
  transform: translateY(-5px);
}

.fs-your-price a,
.fs-list-price a {
  color: #3F5074;
  font-size: 0.9rem;
}

/*# sourceMappingURL=style.css.map */