@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  color: #525F7A;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  background: #fff;
  overflow-anchor: none;
}

/* global selection */
::selection {
  background: #0053CA;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #0053CA;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0053CA;
  color: #fff;
  text-shadow: none;
}

.post, .page {
  margin: 0;
}

a,
.link,
body a {
  color: #0053CA;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease all;
  font-family: "Manrope", sans-serif;
}
a:active, a:focus, a:hover,
.link:active,
.link:focus,
.link:hover,
body a:active,
body a:focus,
body a:hover {
  text-decoration: underline;
}
a:visited,
.link:visited,
body a:visited {
  color: #0053CA;
}
button,
input[type=submit],
input[type=button],
input[type=reset],
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #006fe7;
  padding: 16px 32px;
  height: 48px;
  cursor: pointer;
  transition: 0.2s ease all;
  white-space: nowrap;
  background-color: #007AFF;
  color: #FFFFFF;
}
button:hover, button:active, button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background-color: #0053CA;
  border-color: #0053CA;
  color: #FFFFFF;
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.main-wrapper {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}
@media (min-width: 77.5em) {
  .main-wrapper {
    padding: 0 24px;
  }
}
@media (min-width: 90em) {
  .main-wrapper {
    padding: 0 36px;
  }
}

h2 {
  color: #0B1220;
  text-align: center;
  font-family: Manrope;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 64em) {
  h2 {
    font-size: 48px;
  }
}

.blue {
  color: #007AFF;
}

.bold {
  font-weight: 700;
}

.mid-block-section {
  padding: 65px 0 0;
}

.normal-page-wrapper {
  padding: 60px 0;
}
@media (min-width: 48em) {
  .normal-page-wrapper {
    padding: 100px 0;
  }
}
.normal-page-wrapper ul {
  list-style: disc;
  padding-left: 20px;
  padding: 20px;
}
.normal-page-wrapper ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.normal-page-wrapper p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.normal-page-wrapper h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .normal-page-wrapper h1 {
    font-size: 48px;
  }
}
.normal-page-wrapper h2 {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 64em) {
  .normal-page-wrapper h2 {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 32px;
  }
}
.normal-page-wrapper h3 {
  font-size: 24px;
  padding: 16px 0 8px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid transparent;
  padding: 16px 32px;
  height: 48px;
  cursor: pointer;
  transition: 0.2s ease all;
  white-space: nowrap;
}
.btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}

.btn-primary, a.btn-primary {
  background-color: #007AFF;
  border-color: #006fe7;
  color: #FFFFFF;
}
.btn-primary:visited, a.btn-primary:visited {
  color: #FFFFFF;
}
.btn-primary:hover, a.btn-primary:hover {
  background-color: #0053CA;
  border-color: #0053CA;
  color: #FFFFFF;
}

.btn-secondary, a.btn-secondary {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  border-color: #007AFF;
  color: #007AFF;
}
.btn-secondary:hover, a.btn-secondary:hover {
  background-color: #007AFF;
  color: #FFFFFF;
}
.btn-secondary:visited, a.btn-secondary:visited {
  color: #007AFF;
}

.btn-icon {
  background-color: #007AFF;
  border-color: #006fe7;
  color: #FFFFFF;
  gap: 8px;
}
.btn-icon svg,
.btn-icon img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.btn-icon:hover {
  background-color: #0053CA;
  border-color: #0053CA;
  color: #FFFFFF;
}
.btn-icon:visited {
  color: #FFFFFF;
}

.btn-circle {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.btn-circle:hover, .btn-circle:active, .btn-circle:focus {
  text-decoration: none;
}
.btn-circle__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #007AFF;
  border: 1px solid #006fe7;
  border-radius: 50px;
  padding: 16px 32px;
  height: 48px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  white-space: nowrap;
  transition: 0.2s ease all;
}
.btn-circle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #00D165;
  flex-shrink: 0;
}
.btn-circle__icon svg,
.btn-circle__icon img {
  width: 32px;
  height: 32px;
}
.btn-circle:hover .btn-circle__label {
  background-color: #0053CA;
  border-color: #0053CA;
}

.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #0B1220;
  background-color: #DADEE7;
  border: 1px solid #e0e0e0;
  border-radius: 24px;
  backdrop-filter: blur(6px);
  padding: 18px 86px;
  height: 48px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s ease all;
  text-decoration: none;
}
.btn-pill:hover, .btn-pill:active, .btn-pill:focus {
  text-decoration: none;
  background-color: #BCC3D2;
}
@media (max-width: 35.99em) {
  .btn-pill {
    font-size: 14px;
    padding: 16px 76px;
    height: 42px;
    border-radius: 21px;
  }
}

.site-header {
  position: relative;
  z-index: 30;
}

.mobile-nav-open {
  overflow: hidden;
}

header {
  margin-top: 64px;
}

.header-wrapper {
  position: relative;
  width: 100%;
  min-height: 60px;
  background-color: #0053CA;
  border-radius: 24px;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 20px;
}
@media (min-width: 77.5em) {
  .header-wrapper {
    padding: 0 24px;
    min-height: 72px;
  }
}
@media (min-width: 90em) {
  .header-wrapper {
    padding: 0 36px;
  }
}
.header-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(30deg, #D8E6FF 0%, #ffffff 20%, #ffffff 80%, #D8E6FF 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
@media (min-width: 77.5em) {
  .header-wrapper::before {
    padding: 2px;
  }
}
.header-wrapper .nav-part {
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (min-width: 64em) {
  .header-wrapper .nav-part {
    display: flex;
  }
}
.header-wrapper .nav-part a {
  color: #FFFFFF;
  padding: 10px 12px;
  border-right: 1px solid #7E8DA9;
  line-height: 1.6;
  font-size: 1em;
}
.header-wrapper .nav-part a:last-child {
  border-right: none;
}
@media (min-width: 64em) {
  .header-wrapper .nav-part a {
    padding: 10px 18px;
  }
}
@media (min-width: 77.5em) {
  .header-wrapper .nav-part {
    gap: 24px;
  }
}
@media (min-width: 90em) {
  .header-wrapper .nav-part {
    gap: 36px;
  }
  .header-wrapper .nav-part a {
    padding: 10px 29px;
    font-size: 1.13em;
  }
}
.header-wrapper .mobile-member-logo {
  position: relative;
  z-index: 3;
  display: block;
}
.header-wrapper .mobile-member-logo img {
  display: block;
  height: 40px;
  width: auto;
}
@media (min-width: 64em) {
  .header-wrapper .mobile-member-logo {
    display: none;
  }
}
.header-wrapper .menu-toggle {
  position: relative;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (min-width: 64em) {
  .header-wrapper .menu-toggle {
    display: none;
  }
}
.header-wrapper .menu-toggle__line {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.header-wrapper .menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-wrapper .menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(2) {
  opacity: 0;
}
.header-wrapper .menu-toggle[aria-expanded=true] .menu-toggle__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header-wrapper a {
  color: #FFFFFF;
}
.header-wrapper a:visited {
  color: #FFFFFF;
}
.header-wrapper a:hover {
  color: #FFFFFF;
}
.header-wrapper a:active {
  color: #FFFFFF;
}
.header-wrapper .lang {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
.header-wrapper .lang a {
  display: flex;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.header-wrapper .lang a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header-wrapper .desktop-logo {
  margin-bottom: -1px;
  display: block;
}
.header-wrapper .desktop-logo a {
  display: block;
}
@media (min-width: 77.5em) {
  .header-wrapper .desktop-logo {
    margin-bottom: 0;
    margin-bottom: -8px;
  }
}

.whiteheader .header-wrapper {
  border-radius: 24px;
  border: 2px solid #D8E6FF;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.whiteheader .header-wrapper::before {
  content: none;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  padding: 74px 0px 40px 42px;
  background: linear-gradient(180deg, rgba(0, 122, 255, 0.6) 0%, #007AFF 100%);
  opacity: 0;
  backdrop-filter: blur(6px);
  transform: translateY(-22px);
  pointer-events: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}
@media (min-width: 64em) {
  .mobile-nav-overlay {
    display: none !important;
  }
}
.mobile-nav-overlay[hidden] {
  display: none;
}
.mobile-nav-overlay .mobile-nav-overlay__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  padding-right: 29px;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.mobile-nav-overlay .mobile-nav-overlay__logo img {
  display: block;
  width: 124px;
  height: auto;
}
.mobile-nav-overlay .mobile-nav-overlay__close {
  width: 44px;
  height: 44px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
}
.mobile-nav-overlay .mobile-nav-overlay__close-line {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.mobile-nav-overlay .mobile-nav-overlay__close-line:nth-child(1) {
  transform: rotate(45deg) scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.55s ease 0.18s, opacity 0.55s ease 0.18s;
}
.mobile-nav-overlay .mobile-nav-overlay__close-line:nth-child(2) {
  transform: rotate(-45deg) scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.55s ease 0.25s, opacity 0.55s ease 0.25s;
}
.mobile-nav-overlay .mobile-nav-overlay__menu {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  justify-content: space-between;
  height: 100%;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.mobile-nav-overlay .chank-1 {
  display: flex;
  flex-direction: column;
}
.mobile-nav-overlay .chank-1 p {
  text-transform: uppercase;
  font-size: 12px;
}
.mobile-nav-overlay .mobile-nav-overlay__menu a {
  color: #FFFFFF;
  line-height: 1.3;
  text-decoration: none;
  padding: 32px 0 12px 0;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 28px */
}
.mobile-nav-overlay .chank-2 {
  display: flex;
  flex-direction: column;
}
.mobile-nav-overlay .chank-2 a {
  text-decoration: none;
  padding: 12px 0 12px 0;
  border-bottom: 0px solid #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 28px */
}
.mobile-nav-overlay .chank-3 {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 32px;
}
.mobile-nav-overlay .chank-3 .office {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.mobile-nav-overlay .chank-3 .office span {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
.mobile-nav-overlay .chank-3 .office p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-left: 34px;
}
.mobile-nav-overlay .chank-3 .office a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  color: #FFFFFF;
  border: 0;
  padding: 0 0 0 34px;
}
.mobile-nav-overlay .chank-3 .storage {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.mobile-nav-overlay .chank-3 .storage .storage-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.mobile-nav-overlay .chank-3 .storage .storage-info span {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
}
.mobile-nav-overlay .chank-3 .storage .storage-info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-left: 34px;
}
.mobile-nav-overlay .chank-3 .storage .storage-info a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  color: #FFFFFF;
  border: 0;
  padding: 0 0 0 34px;
}
.mobile-nav-overlay .chank-3 .storage .lang {
  border-radius: 24px;
  border: 1px solid var(--Neutral-White, #FFF);
  background: rgba(249, 250, 251, 0.3);
  margin-right: 16px;
  align-items: center;
}
.mobile-nav-overlay .chank-3 .storage .lang a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  border: 0;
  padding: 7px 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #FFFFFF;
}
.mobile-nav-overlay.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.mobile-nav-overlay.is-open .mobile-nav-overlay__header {
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav-overlay.is-open .mobile-nav-overlay__close-line:nth-child(1) {
  opacity: 1;
  transform: rotate(45deg) scaleX(1);
}
.mobile-nav-overlay.is-open .mobile-nav-overlay__close-line:nth-child(2) {
  opacity: 1;
  transform: rotate(-45deg) scaleX(1);
}
.mobile-nav-overlay.is-open .mobile-nav-overlay__menu {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  margin-top: 120px;
  background-color: #0053CA;
  color: #FFFFFF;
}
.site-footer a,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:active {
  color: #FFFFFF;
}

.site-footer__inner {
  width: 100%;
  padding: 79px 0 36px;
}
@media (min-width: 64em) {
  .site-footer__inner {
    padding: 120px 0px 36px;
  }
}

.site-footer__main {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media (min-width: 64em) {
  .site-footer__main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
}

.site-footer__brand {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (min-width: 64em) {
  .site-footer__brand {
    width: max-content;
    align-items: flex-start;
  }
}
@media (min-width: 77.5em) {
  .site-footer__brand {
    width: 227px;
  }
}

.site-footer__member-logo {
  width: 61px;
  height: auto;
}
@media (min-width: 64em) {
  .site-footer__member-logo {
    width: 64px;
  }
}
@media (min-width: 77.5em) {
  .site-footer__member-logo {
    width: 90px;
  }
}

.site-footer__main-logo {
  width: 190px;
  display: block;
  line-height: 0;
}
.site-footer__main-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 64em) {
  .site-footer__main-logo {
    width: 150px;
  }
}
@media (min-width: 77.5em) {
  .site-footer__main-logo {
    width: 227px;
  }
}

.site-footer__links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 67px;
  column-gap: 16px;
}
@media (min-width: 48em) and (max-width: 63.99em) {
  .site-footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 64em) {
  .site-footer__links {
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (min-width: 77.5em) {
  .site-footer__links {
    gap: 48px;
  }
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.site-footer__column h3 {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #007AFF;
  margin-bottom: 8px;
}
.site-footer__column a,
.site-footer__column p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.site-footer__column a {
  text-decoration: none;
}
@media (min-width: 64em) {
  .site-footer__column {
    width: 130px;
    gap: 12px;
  }
  .site-footer__column h3 {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 8px;
  }
  .site-footer__column a,
  .site-footer__column p {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    line-height: 1.5;
  }
}

.site-footer__column--contact .site-footer__contact-icon {
  width: 24px;
  height: 24px;
}
.site-footer__column--contact .site-footer__contact-link {
  text-decoration: underline;
}

.site-footer__meta {
  margin-top: 72px;
}
@media (min-width: 64em) {
  .site-footer__meta {
    margin-top: 31px;
  }
}

.site-footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.site-footer__socials span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.site-footer__socials a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.site-footer__socials svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}
@media (min-width: 64em) {
  .site-footer__socials {
    justify-content: flex-start;
  }
}

.site-footer__credits {
  border-top: 1px solid white;
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6 px;
}
.site-footer__credits p {
  margin: 0;
  width: auto;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.site-footer__credits a {
  text-decoration: underline;
}
.site-footer__credits span {
  margin: 0 4px;
}
@media (min-width: 64em) {
  .site-footer__credits {
    padding-top: 10px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .site-footer__credits p:nth-child(2) a {
    text-decoration: none;
  }
}

p.site-footer__designed {
  width: 142px;
  text-align: right;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  order: 3;
  line-height: 14px;
}
@media (max-width: 63.99em) {
  p.site-footer__designed {
    text-align: center;
  }
}

p.site-footer__copyright {
  order: 1;
}

p.site-footer__terms {
  order: 0;
}
@media (min-width: 64em) {
  p.site-footer__terms {
    order: 2;
  }
}

.scroll-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #0053CA;
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(11, 18, 32, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.scroll-to-top svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}
.scroll-to-top:hover, .scroll-to-top:focus-visible {
  background-color: #007AFF;
  box-shadow: 0 6px 18px rgba(11, 18, 32, 0.22);
  outline: none;
}
.scroll-to-top:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.45);
}
.scroll-to-top--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 48em) {
  .scroll-to-top {
    right: 1.75rem;
    bottom: 1.75rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}

.hero-section {
  background-image: linear-gradient(0deg, #FFF 10.83%, rgba(255, 255, 255, 0) 25%), url(../img/archgradient.svg);
  background-size: 100% 100%, cover;
  background-position: center 0;
  background-repeat: no-repeat, no-repeat;
  padding: 0 0 50px;
}
.hero-section .header-text {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 195px;
}
@media (min-width: 64em) {
  .hero-section .header-text {
    padding-top: 148px;
  }
}
.hero-section .header-text-static {
  display: block;
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 50.431px */
}
@media (min-width: 48em) {
  .hero-section .header-text-static {
    font-size: 4.8rem;
  }
}
@media (min-width: 64em) {
  .hero-section .header-text-static {
    font-size: 6rem;
  }
}
.hero-section .header-text-rotator {
  height: 3.2em;
  overflow: hidden;
}
@media (min-width: 48em) {
  .hero-section .header-text-rotator {
    height: 6em;
  }
}
@media (min-width: 64em) {
  .hero-section .header-text-rotator {
    height: 7em;
  }
}
.hero-section .header-text-rotator .swiper-slide {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 1.2em;
}
.hero-section .blue-text {
  background: linear-gradient(91deg, #0053CA 33.62%, #4F8FEA 90.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 50.431px */
}
@media (min-width: 48em) {
  .hero-section .blue-text {
    font-size: 4.8rem;
  }
}
@media (min-width: 64em) {
  .hero-section .blue-text {
    font-size: 6rem;
  }
}
.hero-section .sub-text {
  text-align: center;
  color: #0B1220;
  text-align: center;
  /* Body/Large */
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  max-width: 464px;
}
.hero-section .sub-text b {
  font-weight: 700;
}
.hero-section .button-hero-holder {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 65px;
}
@media (min-width: 48em) {
  .hero-section .button-hero-holder {
    flex-direction: row;
  }
  .hero-section .button-hero-holder a {
    min-width: 220px;
  }
}
@media (min-width: 64em) {
  .hero-section .button-hero-holder {
    padding-top: 20px;
    gap: 24px;
    padding-bottom: 80px;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 48em) {
  .hero-content {
    gap: 32px;
  }
}
@media (min-width: 64em) {
  .hero-content {
    gap: 48px;
  }
}

.fast-nav-stiky {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 9px 20px 9px 20px;
  border-radius: 24px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(235, 244, 255, 0.15) 29.81%, rgba(235, 244, 255, 0.15) 69.71%, rgba(255, 255, 255, 0.15) 100%);
  border-radius: 24px;
  border: 1px solid #D8E6FF;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}
@media (min-width: 48em) {
  .fast-nav-stiky {
    gap: 24px;
  }
}
@media (min-width: 64em) {
  .fast-nav-stiky {
    gap: 32px;
    padding: 9px 12px 9px 40px;
  }
}
.fast-nav-stiky .hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  .fast-nav-stiky .hide-mobile {
    display: flex;
  }
  .fast-nav-stiky .hide-mobile a {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    /* Buttons/Large */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
.fast-nav-stiky .fast-nav-stiky-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  width: -webkit-fill-available;
}
@media (min-width: 48em) {
  .fast-nav-stiky .fast-nav-stiky-content {
    gap: 24px;
  }
}
@media (min-width: 64em) {
  .fast-nav-stiky .fast-nav-stiky-content {
    gap: 32px;
  }
}
.fast-nav-stiky .fast-nav-stiky-content a {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* Body/Small */
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  padding: 11px 5px;
}
@media (min-width: 48em) {
  .fast-nav-stiky .fast-nav-stiky-content a {
    font-size: 16px;
    padding: 11px 21px;
  }
}
@media (min-width: 64em) {
  .fast-nav-stiky .fast-nav-stiky-content a {
    font-size: 18px;
  }
}

.fast-nav-stiky.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1512px;
  z-index: 60;
}
@media (min-width: 77.5em) {
  .fast-nav-stiky.is-fixed {
    width: calc(100% - 48px);
  }
}
@media (min-width: 90em) {
  .fast-nav-stiky.is-fixed {
    width: calc(100% - 72px);
  }
}

.fast-nav-stiky-placeholder {
  width: 100%;
}

.services-section {
  overflow: hidden;
}

.services-section-content {
  overflow: visible;
}
.services-section-content .swiper-wrapper {
  display: flex;
}
.services-section-content .servisce-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 64px;
  justify-content: space-between;
  padding: 24px 20px;
  border-radius: 16px;
  border: 1px solid #95BCFF;
  height: auto;
  background: radial-gradient(60.41% 105.19% at 51.57% 105.19%, rgba(201, 227, 255, 0.6) 0%, rgba(255, 255, 255, 0.54) 100%);
  backdrop-filter: blur(16px);
}
.services-section-content .servisce-card:nth-child(2) {
  border-radius: 16px;
  border: 1px solid #95BCFF;
  background: radial-gradient(60.41% 105.19% at 51.57% 105.19%, rgba(217, 255, 201, 0.6) 0%, rgba(255, 255, 255, 0.54) 100%);
  backdrop-filter: blur(16px);
}
@media (min-width: 48em) {
  .services-section-content .servisce-card {
    gap: 104px;
    padding: 40px 32px;
  }
}
.services-section-content .servisce-card .lable {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (min-width: 48em) {
  .services-section-content .servisce-card .lable {
    gap: 34px;
  }
}
.services-section-content .servisce-card .lable p {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  /* Heading/H4 */
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  max-height: 64px;
  max-width: 180px;
}
@media (min-width: 48em) {
  .services-section-content .servisce-card .lable p {
    font-size: 32px;
  }
}
.services-section-content .servisce-card .lable img {
  width: 32px;
  height: 42px;
}
@media (min-width: 48em) {
  .services-section-content .servisce-card .lable img {
    width: 54px;
    height: 64px;
  }
}
.services-section-content .servisce-card .service-ft {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.services-section-content .servisce-card .service-ft img {
  width: 90px;
}
@media (min-width: 48em) {
  .services-section-content .servisce-card .service-ft img {
    width: 130px;
  }
}
.services-section-content .servisce-card .service-ft a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #007AFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Manrope;
}
@media (min-width: 48em) {
  .services-section-content .servisce-card {
    width: calc(33.3333333333% - 24px);
  }
}

.section-full {
  width: 100%;
}
.section-full img {
  width: 100%;
}

.s-stories-section {
  padding: 80px 0 120px;
  overflow-x: hidden;
}
.s-stories-section .swiper {
  overflow: visible;
}
.s-stories-section h2 {
  color: #0B1220;
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 48px;
}
.s-stories-section .clients-testimonials {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.s-stories-section .clients-testimonials .swiper-pagination,
.s-stories-section .clients-testimonials .swiper-scrollbar {
  display: none !important;
}
.s-stories-section .testimonial {
  position: relative;
  flex: 0 0 min(586px, 100vw - 40px);
  min-height: 296px;
  border-radius: 16px;
  border: 1px solid #D8E6FF;
  box-shadow: inset 1px 0 0 0 #E0EFFF, inset -3px 0 0 0 #E0EFFF;
  background: radial-gradient(60.41% 105.19% at 51.57% 105.19%, rgba(201, 227, 255, 0.6) 0%, rgba(255, 255, 255, 0.9) 100%);
  padding: 36px 35px;
  scroll-snap-align: start;
  overflow: hidden;
}
.s-stories-section .testimonial::before,
.s-stories-section .testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at center, #90B7E9 0%, #E0EFFF 60%);
}
.s-stories-section .testimonial::before {
  top: 0;
}
.s-stories-section .testimonial::after {
  bottom: 0;
}
.s-stories-section .testimonial__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.s-stories-section .testimonial__author {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-items: center;
}
.s-stories-section .testimonial__avatar {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  flex: 0 0 80px;
  object-fit: cover;
}
.s-stories-section .testimonial__avatar--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #DADEE7;
}
.s-stories-section .testimonial__avatar--icon img {
  width: 40px;
  height: 40px;
}
.s-stories-section .testimonial__name {
  color: #0B1220;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 77.5em) {
  .s-stories-section .testimonial__name {
    font-size: 32px;
  }
}
.s-stories-section .testimonial__position {
  margin-top: 2px;
  color: #7E8DA9;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.s-stories-section .testimonial__logo {
  width: 112px;
  height: auto;
  padding-top: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.s-stories-section .testimonial__logo.hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  .s-stories-section .testimonial__logo.hide-mobile {
    display: inline-flex;
  }
}
.s-stories-section .testimonial__logo.hide-desktop {
  display: inline-flex;
}
@media (min-width: 48em) {
  .s-stories-section .testimonial__logo.hide-desktop {
    display: none;
  }
}
.s-stories-section .testimonial__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.s-stories-section .testimonial__text {
  margin-top: 26px;
  color: #0B1220;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 90em) {
  .s-stories-section .clients-testimonials {
    overflow-x: visible;
  }
}
@media (max-width: 47.99em) {
  .s-stories-section {
    padding: 64px 0 90px;
  }
  .s-stories-section h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .s-stories-section .testimonial {
    padding: 24px 20px;
    flex-basis: calc(100vw - 32px);
  }
  .s-stories-section .testimonial__avatar {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .s-stories-section .testimonial__name {
    font-size: 24px;
  }
  .s-stories-section .testimonial--boris .testimonial__name,
  .s-stories-section .testimonial--darko .testimonial__name {
    font-size: 22px;
  }
  .s-stories-section .testimonial__text {
    margin-top: 20px;
    font-size: 15px;
  }
}

.whiteheader {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-top: 0;
}

.hero-secondary-section {
  border-radius: 0 0 32px 32px;
  padding-top: 136px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.deco {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.deco .line {
  width: 100%;
  height: 1px;
}
.deco .l-t-r {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #DEEAFF 0%, rgba(217, 231, 255, 0) 100%);
  margin-left: 14px;
}
.deco .l-t-r.green {
  background: linear-gradient(90deg, #C7F8D2 0%, rgba(199, 248, 210, 0) 100%);
}
.deco .r-t-l {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, rgba(217, 231, 255, 0) 0%, #DEEAFF 100%);
  margin-right: 14px;
}
.deco .r-t-l.green {
  background: linear-gradient(90deg, rgba(199, 248, 210, 0) 0%, #C7F8D2 100%);
}

.hero-text-container {
  display: flex;
  flex-direction: column;
  gap: 96px;
  padding: 45px 0 85px;
}
@media (min-width: 48em) {
  .hero-text-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .hero-text-container .hero-text-container-right, .hero-text-container .hero-text-container-left {
    width: 48%;
  }
}
@media (min-width: 77.5em) {
  .hero-text-container {
    gap: 160px;
    padding: 50px 0 120px;
  }
}
.hero-text-container h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 48em) {
  .hero-text-container h1 {
    text-align: left;
  }
}
@media (min-width: 64em) {
  .hero-text-container h1 {
    font-size: 48px;
  }
}
.hero-text-container h1 b {
  font-weight: 700;
}
.hero-text-container .hero-text-container-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 48em) {
  .hero-text-container .hero-text-container-right {
    align-items: flex-start;
  }
}
.hero-text-container .hero-text-container-right p {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 160%;
  max-width: 470px;
  text-align: center;
}
@media (min-width: 48em) {
  .hero-text-container .hero-text-container-right p {
    text-align: left;
    padding-bottom: 48px;
  }
}
.hero-text-container .hero-text-container-right a {
  max-width: 220px;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 42px 0;
  gap: 16px;
}
@media (min-width: 64em) {
  .breadcrumbs {
    padding: 65px 0;
  }
}
.breadcrumbs a, .breadcrumbs p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #7E8DA9;
  text-transform: uppercase;
}
.breadcrumbs a:visited, .breadcrumbs p:visited {
  color: #7E8DA9;
}
.breadcrumbs .current-page {
  text-transform: uppercase;
  color: #000;
}

.laudry-main-section {
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .laudry-main-section {
    padding-bottom: 64px;
  }
}

.laudry-main-section-inner {
  position: relative;
}
.laudry-main-section-inner .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.laudry-main-section-inner .card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 48em) {
  .laudry-main-section-inner .card {
    border-radius: 24px;
  }
}
.laudry-main-section-inner .card p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #0B1220;
}
@media (min-width: 48em) {
  .laudry-main-section-inner .card p {
    bottom: 72px;
    left: 54px;
    font-size: 40px;
    font-weight: 900;
  }
}
.laudry-main-section-inner .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 48em) {
  .laudry-main-section-inner.swiper-initialized::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 255px;
    height: 100%;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .laudry-main-section-inner.swiper-initialized .swiper-wrapper {
    flex-direction: row;
    gap: 0;
  }
}
.progress-section {
  padding: 40px 0 80px;
}
@media (min-width: 64em) {
  .progress-section {
    padding: 64px 0 120px;
  }
}
.progress-section .progress-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 64em) {
  .progress-section .progress-container {
    width: 55%;
    gap: 32px;
  }
}
.progress-section .progress-section-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 64em) {
  .progress-section .progress-section-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
  }
}
.progress-section h2 {
  max-width: 475px;
  text-align: center;
  font-size: 32px;
}
@media (min-width: 64em) {
  .progress-section h2 {
    text-align: left;
    font-size: 48px;
  }
}
.progress-section h2 b {
  font-weight: 700;
}
.progress-section h3 {
  font-size: 24px;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 24px;
  color: #0B1220;
  font-weight: 500;
}
@media (min-width: 64em) {
  .progress-section h3 {
    font-size: 32px;
  }
}
.progress-section .progress-item {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
}
@media (min-width: 64em) {
  .progress-section .progress-item {
    gap: 40px;
  }
}
.progress-section .progress-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 585px;
  color: #7E8DA9;
}
.progress-section .progress-item .bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  align-self: stretch;
}
.progress-section .progress-item .bar p {
  font-size: 24px;
  font-weight: 500;
  background: #7E8DA9;
  color: #FFFFFF;
  padding: 14px 12px;
  width: 52px;
  height: 52px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
}
@media (min-width: 64em) {
  .progress-section .progress-item .bar p {
    font-size: 32px;
    width: 62px;
    height: 62px;
  }
}
.progress-section .progress-item .bar .line {
  background: linear-gradient(180deg, #BCC3D2 0%, rgba(185, 191, 198, 0) 100%);
  width: 2px;
  flex: 1 1 auto;
  min-height: 80px;
}

.quaret-links-top-products {
  padding: 60px 0 60px;
}
@media (min-width: 64em) {
  .quaret-links-top-products {
    padding: 120px 0 120px;
  }
}
.quaret-links-top-products h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.62;
  color: #0B1220;
  text-align: center;
  padding-bottom: 80px;
}
@media (min-width: 64em) {
  .quaret-links-top-products h2 {
    font-size: 48px;
    padding-bottom: 100px;
  }
}
.quaret-links-top-products h2 b {
  font-weight: 700;
}
.quaret-links-top-products .quter-link-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 64em) {
  .quaret-links-top-products .quter-link-container {
    gap: 24px;
  }
}
.quaret-links-top-products .quter-link-container .quter-link-item {
  width: 100%;
  position: relative;
  border-radius: 13px;
  padding: 40px 18px 16px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/0.8;
  background-color: rgba(247, 251, 255, 0.7490196078);
}
@media (min-width: 64em) {
  .quaret-links-top-products .quter-link-container .quter-link-item {
    width: 48%;
    border-radius: 24px;
  }
}
.quaret-links-top-products .quter-link-container .quter-link-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (min-width: 64em) {
  .quaret-links-top-products .quter-link-container .quter-link-item a {
    gap: 24px;
  }
}
.quaret-links-top-products .quter-link-container .quter-link-item .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.quaret-links-top-products .quter-link-container .quter-link-item h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #0B1220;
}
@media (min-width: 64em) {
  .quaret-links-top-products .quter-link-container .quter-link-item h3 {
    font-size: 40px;
  }
}
.quaret-links-top-products .quter-link-container .quter-link-item p {
  color: #7E8DA9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 200px;
  height: -webkit-fill-available;
}
@media (min-width: 64em) {
  .quaret-links-top-products .quter-link-container .quter-link-item p {
    font-size: 20px;
    max-width: 520px;
    line-height: 1.4;
  }
}
.quaret-links-top-products .quter-link-container .quter-link-item .logo-producer {
  position: absolute;
  bottom: 16px;
  left: 21px;
}
@media (min-width: 64em) {
  .quaret-links-top-products .quter-link-container .quter-link-item .logo-producer {
    bottom: 28px;
    left: 30px;
  }
}
.quaret-links-top-products .quter-link-container .quter-link-item a:hover {
  text-decoration: none;
}

.clients-story-page-section {
  padding: 64px 0 56px;
}
@media (min-width: 48em) {
  .clients-story-page-section {
    padding-top: 70px;
  }
}

.clients-story {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 64em) {
  .clients-story {
    gap: 112px;
  }
}

.clients-story__top {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 64em) {
  .clients-story__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 56px;
  }
}

.clients-story__heading {
  width: 100%;
  text-align: left;
}
@media (min-width: 64em) {
  .clients-story__heading {
    max-width: 585px;
  }
}
.clients-story__heading .full-logo {
  width: 150px;
}
@media (min-width: 64em) {
  .clients-story__heading .full-logo {
    width: 122px;
  }
}
.clients-story__heading h2 {
  color: #0B1220;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 64px;
  margin-bottom: 64px;
  text-align: left;
}
.clients-story__heading h2 b {
  font-weight: 800;
}
@media (min-width: 48em) {
  .clients-story__heading h2 {
    font-size: 48px;
    margin-top: 80px;
    margin-bottom: 115px;
  }
}

.clients-story__line {
  width: 100%;
  max-width: 560px;
  height: 2px;
  background: #00d165;
}

.clients-story__content {
  width: 100%;
  color: #0B1220;
}
@media (min-width: 64em) {
  .clients-story__content {
    max-width: 586px;
  }
}

.clients-story__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}

.clients-story__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.clients-story__track {
  position: relative;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  z-index: 1;
  scroll-snap-type: x mandatory;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background: linear-gradient(89deg, #d3e8ff 0%, #e5ffe8 30%, #e5ffe8 70%, #d3e8ff 100%);
  scrollbar-width: none;
}
.clients-story__track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 48em) {
  .clients-story__track {
    gap: 24px;
  }
}

.clients-story__track-background {
  z-index: 0;
  background: linear-gradient(89deg, #d3e8ff 0%, #e5ffe8 30%, #e5ffe8 70%, #d3e8ff 100%);
}

.clients-story__thumb {
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 13px;
  padding: 0;
  background: #ffffff;
  width: 90px;
  height: 120px;
  flex: 0 0 90px;
  opacity: 0.75;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
@media (min-width: 48em) {
  .clients-story__thumb {
    width: 220px;
    height: 300px;
    flex-basis: 220px;
    border-radius: 32px;
  }
}
.clients-story__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clients-story__thumb.is-active {
  opacity: 1;
  border-color: #00d165;
}

.stars {
  padding-top: 40px;
}
@media (min-width: 64em) {
  .stars {
    padding-top: 70px;
  }
}

.hotel-services-section {
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .hotel-services-section {
    padding-bottom: 64px;
  }
}

.hotel-services-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hotel-services-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 48em) {
  .hotel-services-top {
    flex-direction: row;
    gap: 24px;
  }
}

.hotel-services-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 48em) {
  .hotel-services-bottom {
    flex-direction: row;
    gap: 24px;
  }
}

.hotel-service-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.hotel-service-card__border {
  position: absolute;
  inset: 0;
  border: 1px solid #D8E6FF;
  border-radius: 16px;
  pointer-events: none;
  z-index: 2;
}
.hotel-service-card__label {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  color: #0B1220;
  text-align: center;
}
@media (min-width: 64em) {
  .hotel-service-card__label {
    font-size: 14px;
  }
}
.hotel-service-card__title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #0B1220;
  text-align: center;
}
@media (min-width: 64em) {
  .hotel-service-card__title {
    font-size: 32px;
  }
}
.hotel-service-card--image {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 360px;
  border: 1px solid #D8E6FF;
}
@media (min-width: 48em) {
  .hotel-service-card--image {
    height: 420px;
    width: calc(33% - 12px);
  }
}
@media (min-width: 64em) {
  .hotel-service-card--image {
    height: 500px;
  }
}
.hotel-service-card--image .hotel-service-card__label {
  padding-top: 32px;
}
@media (min-width: 64em) {
  .hotel-service-card--image .hotel-service-card__label {
    padding-top: 48px;
  }
}
.hotel-service-card--image .hotel-service-card__title {
  padding-top: 12px;
  position: relative;
  z-index: 1;
}
@media (min-width: 64em) {
  .hotel-service-card--image .hotel-service-card__title {
    padding-top: 16px;
  }
}
.hotel-service-card--image .hotel-service-card__border {
  display: none;
}
.hotel-service-card__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54%;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}
.hotel-service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel-service-card__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.hotel-service-card--blue {
  width: 100%;
  padding: 32px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  border: 1px solid #D8E6FF;
  background: radial-gradient(ellipse at 50% 100%, rgba(201, 227, 255, 0.6) 0%, rgba(255, 255, 255, 0.9) 70%);
}
@media (min-width: 48em) {
  .hotel-service-card--blue {
    width: 66%;
  }
}
@media (min-width: 64em) {
  .hotel-service-card--blue {
    padding: 45px 68px 26px;
    min-height: 203px;
  }
}
.hotel-service-card--blue .hotel-service-card__title {
  text-align: left;
  max-width: 534px;
}
.hotel-service-card--blue .hotel-service-card__label {
  text-align: left;
  font-size: 12px;
}
.hotel-service-card--green {
  width: 100%;
  padding: 32px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  border: 1px solid #D8E6FF;
  background: radial-gradient(ellipse at 50% 100%, rgba(224, 255, 227, 0.6) 0%, rgba(255, 255, 255, 0.9) 70%);
}
@media (min-width: 48em) {
  .hotel-service-card--green {
    width: calc(33% - 24px);
  }
}
@media (min-width: 64em) {
  .hotel-service-card--green {
    padding: 45px 32px 26px;
    min-height: 203px;
  }
}
.hotel-service-card--green .hotel-service-card__title {
  text-align: left;
}
.hotel-service-card--green .hotel-service-card__label {
  text-align: left;
  font-size: 12px;
}

.hotel-hygiene-solutionssection {
  padding: 60px 0;
}
@media (min-width: 64em) {
  .hotel-hygiene-solutionssection {
    padding: 0 0 120px 0;
  }
}
.hotel-hygiene-solutionssection h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.62;
  color: #0B1220;
  text-align: center;
  padding-bottom: 60px;
}
@media (min-width: 64em) {
  .hotel-hygiene-solutionssection h2 {
    font-size: 48px;
    padding-bottom: 80px;
  }
}
.hotel-hygiene-solutionssection h2 b {
  font-weight: 700;
}
.hotel-hygiene-solutionssection .solution-block__title h3 {
  font-size: 18px;
}
@media (min-width: 64em) {
  .hotel-hygiene-solutionssection .solution-block__title h3 {
    font-size: 20px;
  }
}
@media (min-width: 90em) {
  .hotel-hygiene-solutionssection .solution-block__title h3 {
    font-size: 24px;
  }
}

.hotel-hygiene-solutions-inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 64em) {
  .hotel-hygiene-solutions-inner {
    gap: 100px;
  }
}
@media (min-width: 90em) {
  .hotel-hygiene-solutions-inner {
    gap: 120px;
  }
}

.solution-block__header {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  padding-bottom: 24px;
  justify-content: space-between;
}
@media (min-width: 48em) {
  .solution-block__header {
    flex-direction: row;
  }
}
.solution-block__title h3 {
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  color: #0B1220;
  white-space: nowrap;
}
@media (min-width: 64em) {
  .solution-block__title h3 {
    font-size: 36px;
  }
}
.solution-block .logos-container {
  display: flex;
  gap: 12px;
  align-items: center;
  overflow: scroll;
}
@media (min-width: 64em) {
  .solution-block .logos-container {
    overflow: visible;
  }
}
.solution-block .logos-container img {
  height: 24px;
  width: auto;
}
@media (min-width: 64em) {
  .solution-block .logos-container img {
    height: 32px;
  }
}
.solution-block .deco-line {
  width: 100%;
  height: 1px;
  background: #DADEE7;
  margin-bottom: 24px;
}

.solutions-cards-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (min-width: 48em) {
  .solutions-cards-holder {
    grid-template-columns: repeat(4, 1fr);
  }
}

.solution-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 8px;
  aspect-ratio: 196/282;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.solution-card:hover, .solution-card:focus-visible {
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.16);
}
.solution-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  border-radius: 16px;
  pointer-events: none;
}
.solution-card__title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #0B1220;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 64em) {
  .solution-card__title {
    font-size: 24px;
  }
}
.solution-card__logos {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.solution-card__logos img {
  height: 28px;
  width: auto;
}
@media (min-width: 64em) {
  .solution-card__logos img {
    height: 34px;
  }
}

.solution-banner {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #F7FBFF;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
}
@media (min-width: 48em) {
  .solution-banner {
    padding: 60px 80px;
    min-height: 400px;
  }
}
@media (min-width: 64em) {
  .solution-banner {
    padding: 80px 120px;
    min-height: 492px;
  }
}
.solution-banner__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.solution-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.solution-banner__title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #0B1220;
  max-width: 586px;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .solution-banner__title {
    font-size: 32px;
  }
}
@media (min-width: 64em) {
  .solution-banner__title {
    font-size: 40px;
  }
}
.solution-banner__logos {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 64em) {
  .solution-banner__logos {
    gap: 40px;
    padding-top: 80px;
  }
}
.solution-banner__logos img {
  height: 20px;
  width: auto;
}
@media (min-width: 64em) {
  .solution-banner__logos img {
    height: 25px;
  }
}
.solution-banner--machines {
  background-color: #FFFFFF;
  flex-direction: column;
  padding: 40px 24px 0;
}
@media (min-width: 48em) {
  .solution-banner--machines {
    flex-direction: row;
    align-items: center;
    padding: 0 0 0 80px;
    min-height: 350px;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (min-width: 64em) {
  .solution-banner--machines {
    padding: 0 0 0 120px;
    min-height: 492px;
  }
}
.solution-banner--machines .solution-banner__title {
  color: #E87A1E;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  .solution-banner--machines .solution-banner__title {
    max-width: 70%;
  }
}
@media (min-width: 77.5em) {
  .solution-banner--machines .solution-banner__title {
    max-width: 40%;
  }
}
.solution-banner--machines .solution-banner__product {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  .solution-banner--machines .solution-banner__product {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56%;
    height: 68%;
  }
}
.solution-banner--machines .solution-banner__product img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
@media (min-width: 48em) {
  .solution-banner--machines .solution-banner__product img {
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
}

.equipment-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 48em) {
  .equipment-cards {
    flex-direction: row;
  }
}
@media (min-width: 64em) {
  .equipment-cards {
    gap: 40px;
  }
}

.equipment-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 20px 0;
  aspect-ratio: 7/5;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.equipment-card:hover, .equipment-card:focus-visible {
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.16);
}
@media (min-width: 48em) {
  .equipment-card {
    flex: 1;
  }
}
@media (min-width: 64em) {
  .equipment-card {
    padding: 31px 20px 0;
  }
}
.equipment-card__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
}
.equipment-card__bg img {
  position: absolute;
  width: 87%;
  left: 6%;
  top: 34%;
  max-width: none;
}
.equipment-card__title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 64em) {
  .equipment-card__title {
    font-size: 24px;
  }
}
.equipment-card--orange {
  background-color: #FFF7F0;
}
.equipment-card--orange .equipment-card__bg img {
  mix-blend-mode: multiply;
}
.equipment-card--orange .equipment-card__title {
  color: #F18A00;
}
.equipment-card--blue {
  background-color: #F7FBFF;
}
.equipment-card--blue .equipment-card__bg img {
  opacity: 0.3;
}
.equipment-card--blue .equipment-card__title {
  color: #1EADAA;
}

.sic-cards {
  overflow: hidden;
}

.sic-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #DADEE7;
  border-radius: 16px;
  padding: 50px 30px 48px;
  height: auto;
  aspect-ratio: 342/492;
}
.sic-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media (min-width: 64em) {
  .sic-card__content {
    gap: 55px;
  }
}
.sic-card__title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  color: #0B1220;
  min-height: 2.4em;
}
@media (min-width: 64em) {
  .sic-card__title {
    font-size: 20px;
  }
}
.sic-card__text {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #525F7A;
  max-width: 272px;
}
@media (min-width: 64em) {
  .sic-card__text {
    font-size: 14px;
  }
}
.sic-card__icon {
  width: 64px;
  height: 64px;
}

.paper-cards {
  overflow: hidden;
}

.paper-card {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  aspect-ratio: 302/210;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.paper-card:hover, .paper-card:focus-visible {
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.16);
}
.paper-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  pointer-events: none;
}
.paper-card__title {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #0B1220;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 200px;
}
@media (min-width: 64em) {
  .paper-card__title {
    font-size: 24px;
  }
}

.hero-content .blue {
  color: #0053CA;
}
.hero-content .bold {
  font-weight: 700;
}

.text-paharagraph-section {
  padding-top: 65px;
  padding-bottom: 65px;
}
.text-paharagraph-section b {
  font-weight: 700;
}
.text-paharagraph-section p {
  max-width: 856px;
  margin: 0 auto;
  text-align: center;
  line-height: 160%;
  font-size: 16px;
  padding-top: 80px;
}

.timeline {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding-bottom: 65px;
  padding-top: 65px;
  font-size: 14px;
  line-height: 1.6;
}
.timeline .cluster {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-right: 76px;
  position: relative;
  min-width: 140px;
  max-width: 140px;
  flex-shrink: 0;
  text-align: center;
}
.timeline .cluster .timeline-heading {
  margin: 0;
  color: #0B1220;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-align: center;
  min-height: 4.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .cluster .timeline-year-row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.timeline .cluster .year {
  color: #0053CA;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  text-align: center;
}
.timeline .cluster .timeline-text {
  margin: 0;
  color: #7E8DA9;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  text-align: center;
  white-space: normal;
}
.timeline .cluster:not(:last-child) .timeline-year-row::after {
  background: linear-gradient(90deg, #0053CA 0%, rgba(0, 83, 202, 0) 100%);
  content: "";
  height: 2px;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
}
.timeline .cluster:last-child {
  margin-right: 0;
}

@media (min-width: 64em) {
  .timeline {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    column-gap: 60px;
    row-gap: 12px;
    overflow: visible;
    align-items: start;
    justify-items: center;
  }
  .timeline .cluster {
    display: contents;
    margin-right: 0;
    max-width: none;
  }
  .timeline .cluster .timeline-heading {
    align-self: end;
    min-height: auto;
  }
  .timeline .cluster:nth-child(1) .timeline-heading {
    grid-row: 1;
    grid-column: 1;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(1) .timeline-year-row {
    grid-row: 2;
    grid-column: 1;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(1) .timeline-text {
    grid-row: 3;
    grid-column: 1;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(2) .timeline-heading {
    grid-row: 1;
    grid-column: 2;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(2) .timeline-year-row {
    grid-row: 2;
    grid-column: 2;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(2) .timeline-text {
    grid-row: 3;
    grid-column: 2;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(3) .timeline-heading {
    grid-row: 1;
    grid-column: 3;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(3) .timeline-year-row {
    grid-row: 2;
    grid-column: 3;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(3) .timeline-text {
    grid-row: 3;
    grid-column: 3;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(4) .timeline-heading {
    grid-row: 1;
    grid-column: 4;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(4) .timeline-year-row {
    grid-row: 2;
    grid-column: 4;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(4) .timeline-text {
    grid-row: 3;
    grid-column: 4;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(5) .timeline-heading {
    grid-row: 1;
    grid-column: 5;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(5) .timeline-year-row {
    grid-row: 2;
    grid-column: 5;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(5) .timeline-text {
    grid-row: 3;
    grid-column: 5;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(6) .timeline-heading {
    grid-row: 1;
    grid-column: 6;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(6) .timeline-year-row {
    grid-row: 2;
    grid-column: 6;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(6) .timeline-text {
    grid-row: 3;
    grid-column: 6;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(7) .timeline-heading {
    grid-row: 1;
    grid-column: 7;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(7) .timeline-year-row {
    grid-row: 2;
    grid-column: 7;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(7) .timeline-text {
    grid-row: 3;
    grid-column: 7;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(8) .timeline-heading {
    grid-row: 1;
    grid-column: 8;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(8) .timeline-year-row {
    grid-row: 2;
    grid-column: 8;
    max-width: 140px;
  }
  .timeline .cluster:nth-child(8) .timeline-text {
    grid-row: 3;
    grid-column: 8;
    max-width: 140px;
  }
  .timeline .cluster:not(:last-child) .timeline-year-row::after {
    width: 60px;
  }
}
.gray-section {
  padding: 65px 0;
}

.gray-section-content {
  background-color: #F9FAFB;
  background-image: url(../img/i-negative.svg);
  background-position: 265% 133%;
  background-repeat: no-repeat;
  padding: 80px 80px 80px 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  border-radius: 16px;
}
@media (min-width: 24.6875em) {
  .gray-section-content {
    background-position: 300px 62px;
  }
}
@media (min-width: 42.5em) {
  .gray-section-content {
    background-position: 580px 62px;
  }
}
@media (min-width: 64em) {
  .gray-section-content {
    flex-direction: row;
    gap: 40px;
    background-size: 130px;
    background-position: 97% -195%;
    background-repeat: no-repeat;
    padding: 90px 240px 90px 90px;
  }
}
.gray-section-content h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #0B1220;
}
.gray-section-content .service-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.gray-section-content .deco {
  height: 0;
  display: none;
}
@media (min-width: 64em) {
  .gray-section-content .deco {
    display: block;
    width: 5px;
    height: 240px;
    background: linear-gradient(180deg, #E2F0FF 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.gray-section-content .top {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}
.gray-section-content .top img {
  width: 24px;
  height: 24px;
}
.gray-section-content .top p {
  font-size: 24px;
  color: #0B1220;
  font-weight: 500;
  line-height: 1.2;
}
.gray-section-content .text p {
  font-size: 16px;
  color: #0B1220;
  font-weight: 500;
  line-height: 1.6;
}

.news-block-section {
  padding: 65px 0;
}
.news-block-section h2 {
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #0B1220;
}
.news-block-section b {
  font-weight: 700;
  color: #0053CA;
}
.news-block-section a {
  text-decoration: none;
  color: #0B1220;
  font-weight: 700;
  line-height: 1.2;
}
.news-block-section a:visited {
  color: #0B1220;
}

.news-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 0;
}
@media (min-width: 64em) {
  .news-block {
    flex-direction: row;
    gap: 24px;
    padding: 110px 0;
  }
}
.news-block .col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 64em) {
  .news-block .col {
    width: calc(33.33% - 24px);
    gap: 24px;
  }
}
.news-block .text-container {
  border-radius: 16px;
  padding: 22px 22px 20px 48px;
  background: linear-gradient(292deg, #D8E6FF 0%, #FFF 25.02%, #FFF 74.85%, #D8E6FF 100%);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
}
.news-block .text-container img {
  width: 32px;
  height: 32px;
}
.news-block .text-container p {
  color: #0B1220;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
}
.news-block .image-container {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.news-block .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-block .image-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px;
}
.news-block .image-container .overlay p {
  color: #FFFFFF;
}

.services-section-2 {
  padding: 65px 0;
}

.about-video-trigger {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  height: 100%;
}

.about-video-trigger img {
  display: block;
  width: 100%;
  height: auto;
}

.about-video-modal[hidden] {
  display: none;
}

.about-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.about-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.about-video-modal__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  width: calc(100% - 32px);
  background: #000;
  max-height: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-video-modal__content video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90vh;
}

.about-video-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.slider-hero-section {
  padding: 24px 0 32px;
}
@media (min-width: 48em) {
  .slider-hero-section {
    padding: 32px 0 40px;
  }
}

.header-text-section {
  padding: 0px 0 36px;
}
@media (min-width: 48em) {
  .header-text-section {
    padding: 0px 0 40px;
  }
}
@media (min-width: 64em) {
  .header-text-section {
    padding: 0px 0 64px;
  }
}

.header-text-section__inner h1 {
  font-size: 22px;
  padding-bottom: 24px;
}
@media (min-width: 48em) {
  .header-text-section__inner h1 {
    font-size: 28px;
  }
}
@media (min-width: 64em) {
  .header-text-section__inner h1 {
    font-size: 32px;
  }
}
.header-text-section__inner {
  border-bottom: 1px solid #BCC3D2;
}

.shop-archive-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 48em) {
  .shop-archive-hero {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
  }
}
.shop-archive-hero .shop-archive-hero__slide {
  width: 100%;
  height: auto;
}
.shop-archive-hero .shop-archive-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 1000px;
  border-radius: 24px;
}
.shop-archive-hero .shop-archive-hero__nav-icon {
  display: block;
}
.shop-archive-hero .shop-archive-hero__nav--swiper-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.shop-archive-hero .shop-archive-hero__pagination {
  position: relative;
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 48em) {
  .shop-archive-hero .shop-archive-hero__pagination {
    display: none;
  }
}
.shop-archive-hero .shop-archive-hero__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #BCC3D2;
  opacity: 1;
}
.shop-archive-hero .shop-archive-hero__pagination .swiper-pagination-bullet-active {
  background: #007AFF;
}

.slider-hero-inner {
  position: relative;
}

.shop-archive-hero__nav {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: 3px solid #FFFFFF;
  border-radius: 999px;
  background: #0053CA;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  display: none;
}
@media (min-width: 48em) {
  .shop-archive-hero__nav {
    display: flex;
  }
}

.shop-archive-hero__nav:hover,
.shop-archive-hero__nav:focus-visible {
  background: #007AFF;
}

.shop-archive-hero__nav:focus-visible {
  outline: 2px solid #007AFF;
  outline-offset: 2px;
}

.shop-archive-hero__nav--prev {
  left: 80px;
}

.shop-archive-hero__nav--next {
  right: 80px;
}

/* ──────────────────────────────────────
   Header text section
   ────────────────────────────────────── */
/* ──────────────────────────────────────
   Shop layout (sidebar + products)
   ────────────────────────────────────── */
.shop-layout {
  padding: 0 0 60px;
}
@media (min-width: 48em) {
  .shop-layout {
    padding: 0 0 80px;
  }
}
@media (min-width: 64em) {
  .shop-layout {
    padding: 0 0 120px;
  }
}
@media (min-width: 90em) {
  .shop-layout {
    padding: 0 0 160px;
  }
}

.shop-layout__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 63.99em) {
  .shop-layout__inner {
    display: block;
  }
}

/* ──────────────────────────────────────
   Sidebar
   ────────────────────────────────────── */
.shop-sidebar {
  display: none;
  flex-shrink: 0;
  width: 342px;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 24px;
  align-self: flex-start;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}
@media (min-width: 64em) {
  .shop-sidebar {
    display: flex;
  }
}
@media (max-width: 63.99em) {
  .shop-sidebar {
    position: fixed;
    inset: 24px 16px auto;
    z-index: 130;
    width: auto;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
}

.shop-filters-open {
  overflow: hidden;
}

.shop-filters-toggle {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 125;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  padding: 0 22px;
  border: 1px solid #007AFF;
  border-radius: 999px;
  background: #007AFF;
  box-shadow: 0 18px 40px rgba(0, 122, 255, 0.24);
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media (min-width: 64em) {
  .shop-filters-toggle {
    display: none;
  }
}
.shop-filters-toggle:hover, .shop-filters-toggle:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(0, 122, 255, 0.3);
}

.shop-filters-toggle__icon {
  display: block;
  flex-shrink: 0;
}

.shop-filters-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(218, 222, 231, 0.7);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 64em) {
  .shop-filters-backdrop {
    display: none !important;
  }
}

.shop-sidebar__mobile-close {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 135;
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #007AFF;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2392156863);
  backdrop-filter: blur(2px);
  color: #0B1220;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 83, 202, 0.1);
}
@media (min-width: 64em) {
  .shop-sidebar__mobile-close {
    display: none !important;
  }
}

.shop-sidebar__mobile-close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
}

.shop-sidebar__mobile-close-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.shop-sidebar__mobile-close-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 63.99em) {
  .shop-filters-open .shop-sidebar {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.shop-filters-open .shop-filters-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.shop-filters-open .shop-sidebar__mobile-close {
  display: block;
}

.shop-sidebar__card {
  background: #FFFFFF;
  border: 1px solid #BCC3D2;
  border-radius: 18px;
  padding: 24px 23px;
}
@media (max-width: 63.99em) {
  .shop-sidebar__card {
    border-radius: 24px;
    padding: 30px 22px;
  }
}

.shop-sidebar__card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.shop-sidebar__card-title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #0B1220;
  margin: 0;
  text-align: left;
}

.shop-sidebar__card-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #0B1220;
}
@media (max-width: 63.99em) {
  .shop-sidebar__card-icon {
    width: 28px;
    height: 28px;
  }
}

.shop-sidebar__cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-sidebar__cat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
}
@media (max-width: 63.99em) {
  .shop-sidebar__cat-item {
    min-height: 40px;
  }
}

.shop-sidebar__cat-link {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #0B1220;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 63.99em) {
  .shop-sidebar__cat-link {
    font-size: 18px;
    line-height: 1.6;
  }
}
.shop-sidebar__cat-link:hover, .shop-sidebar__cat-link:focus {
  text-decoration: underline;
  background: none !important;
  color: #007AFF !important;
}

.shop-sidebar__cat-remove {
  display: none;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  background: none;
  color: #007AFF;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none;
}
.shop-sidebar__cat-remove svg {
  display: block;
  width: 18px;
  height: 18px;
}
.shop-sidebar__cat-remove:hover {
  text-decoration: none;
  opacity: 0.7;
}

.shop-sidebar__cat-item--active .shop-sidebar__cat-link {
  color: #007AFF;
}

.shop-sidebar__cat-item--active .shop-sidebar__cat-remove {
  display: flex;
}

.shop-sidebar__section-title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #0B1220;
  margin: 0 0 12px;
  text-align: left;
}
@media (max-width: 63.99em) {
  .shop-sidebar__section-title {
    margin-bottom: 18px;
  }
}

.shop-sidebar__divider {
  border: none;
  border-top: 1px solid #BCC3D2;
  margin: 20px 0;
}

/* ──────────────────────────────────────
   Products area
   ────────────────────────────────────── */
.shop-products {
  flex: 1;
  min-width: 0;
}
.shop-products .woocommerce-result-count,
.shop-products .woocommerce-ordering {
  display: none;
}

/* ──────────────────────────────────────
   Product grid
   ────────────────────────────────────── */
.shop-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  transition: opacity 0.2s ease;
}
.shop-products-grid.is-filtering {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 36em) {
  .shop-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
  }
}
@media (min-width: 77.5em) {
  .shop-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.shop-products__empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #7E8DA9;
}

/* ──────────────────────────────────────
   Product card
   ────────────────────────────────────── */
.shop-product-card {
  background: #FFFFFF;
  border: 1px solid #BCC3D2;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.shop-product-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.shop-product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.shop-product-card__link:hover, .shop-product-card__link:active, .shop-product-card__link:focus {
  text-decoration: none;
  color: inherit;
}
.shop-product-card__link:visited {
  color: inherit;
}

.shop-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 206px;
  padding: 16px;
}
.shop-product-card__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.shop-product-card__divider {
  display: block;
  height: 1px;
  background: #BCC3D2;
  margin: 0 24px;
}

.shop-product-card__info {
  padding: 16px 36px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.shop-product-card__title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #0B1220;
  margin: 0 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.shop-product-card__category {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #7E8DA9;
}

.shop-product-card__brand {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 6px;
}

/* ──────────────────────────────────────
   WooCommerce pagination override
   ────────────────────────────────────── */
.woocommerce-pagination {
  margin-top: 40px;
  text-align: center;
}
.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-pagination .page-numbers li {
  margin: 0;
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0B1220;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.woocommerce-pagination .page-numbers a:hover {
  background: #F9FAFB;
  text-decoration: none;
}
.woocommerce-pagination .page-numbers span.current {
  background: #007AFF;
  color: #FFFFFF;
}

/* ──────────────────────────────────────
   Load More button
   ────────────────────────────────────── */
.shop-load-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.shop-load-more__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 40px;
  border-radius: 50px;
  border: 1px solid #007AFF;
  background: #FFFFFF;
  color: #007AFF;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  height: 48px;
}
.shop-load-more__btn:hover, .shop-load-more__btn:focus-visible {
  background: #007AFF;
  color: #FFFFFF;
}

.shop-load-more__spinner {
  display: none;
  animation: interesta-spin 0.7s linear infinite;
}

.shop-load-more.is-loading .shop-load-more__spinner {
  display: block;
}

@keyframes interesta-spin {
  to {
    transform: rotate(360deg);
  }
}
/* ──────────────────────────────────────
   Single product page
   ────────────────────────────────────── */
.single-product-section {
  padding: 0 0 80px;
}
@media (min-width: 64em) {
  .single-product-section {
    padding: 0 0 120px;
  }
}
@media (min-width: 90em) {
  .single-product-section {
    padding: 0 0 160px;
  }
}

.single-product-layout {
  margin: 0;
}

/* ── Top: gallery + info ── */
.sp-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 64em) {
  .sp-top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
  }
}

/* ── Gallery ── */
.sp-gallery {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
}
@media (min-width: 64em) {
  .sp-gallery {
    width: 44%;
    max-width: 586px;
  }
}

.sp-gallery__main {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #b9bfc6;
  border-radius: 32px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 586/588;
}

.sp-gallery__main-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.sp-gallery__brand {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: contain;
}

.sp-gallery__thumbs {
  display: flex;
  gap: 16px;
  overflow-x: auto;
}
@media (min-width: 36em) {
  .sp-gallery__thumbs {
    gap: 24px;
  }
}

.sp-gallery__thumb {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #b9bfc6;
  opacity: 0.3;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}
@media (min-width: 36em) {
  .sp-gallery__thumb {
    width: 98px;
    height: 98px;
  }
}
.sp-gallery__thumb.is-active, .sp-gallery__thumb:hover {
  opacity: 1;
  border-color: #007AFF;
}

.sp-gallery__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* ── Product info ── */
.sp-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 64em) {
  .sp-info {
    max-width: 710px;
  }
}

.sp-info__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 12px;
  padding-bottom: 60px;
  border-bottom: 1px solid #BCC3D2;
}

.sp-info__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-info__title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #0B1220;
  margin: 0;
  text-align: left;
}
@media (min-width: 48em) {
  .sp-info__title {
    font-size: 32px;
  }
}

.sp-info__price {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #007AFF;
}
@media (min-width: 48em) {
  .sp-info__price {
    font-size: 24px;
  }
}
.sp-info__price del {
  color: #7E8DA9;
  font-size: 0.85em;
}
.sp-info__price ins {
  text-decoration: none;
}

.sp-info__desc {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #0B1220;
}
.sp-info__desc p {
  margin: 0 0 16px;
}
.sp-info__desc p:last-child {
  margin-bottom: 0;
}

.sp-info__actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 342px;
}

.sp-info__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  padding: 16px 32px;
  border-radius: 50px;
  border: 1px solid #007AFF;
  background: #007AFF;
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.sp-info__cta:hover {
  background: #0053CA;
  border-color: #0053CA;
  text-decoration: none;
  color: #FFFFFF;
}
.sp-info__cta:visited {
  color: #FFFFFF;
}

.sp-info__help {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}

.sp-info__help-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #0B1220;
}
.sp-info__help-label svg {
  flex-shrink: 0;
}
.sp-info__help-label span {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.sp-info__help-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #007AFF;
  text-decoration: none;
}
.sp-info__help-link:hover {
  text-decoration: underline;
}
.sp-info__help-link:visited {
  color: #007AFF;
}
.sp-info__help-link svg {
  flex-shrink: 0;
}

/* ── Meta (SKU, Category, Tags) ── */
.sp-meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

.sp-meta__row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sp-meta__label {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #757575;
  min-width: 70px;
  flex-shrink: 0;
}

.sp-meta__value {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #0B1220;
}

.sp-meta__row--tags {
  align-items: flex-start;
}

.sp-meta__tags {
  display: flex;
  width: 100%;
  gap: 4px;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.sp-meta__tags:hover {
  scrollbar-color: #BCC3D2 transparent;
}
.sp-meta__tags::-webkit-scrollbar {
  height: 4px;
}
.sp-meta__tags::-webkit-scrollbar-track {
  background: transparent;
}
.sp-meta__tags::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.sp-meta__tags:hover::-webkit-scrollbar-thumb {
  background: #BCC3D2;
}

.sp-meta__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 15px;
  border-radius: 14px;
  background: #edeef2;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #0B1220;
  white-space: nowrap;
  flex-shrink: 0;
}

.sp-meta__pdf-link {
  color: #007AFF;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sp-meta__pdf-link:hover, .sp-meta__pdf-link:visited {
  color: #007AFF;
}

/* ── Related products ── */
.sp-related {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 48em) {
  .sp-related {
    margin-top: 116px;
    gap: 60px;
  }
}

.sp-related__title {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #0B1220;
  margin: 0;
  text-align: left;
}
@media (min-width: 48em) {
  .sp-related__title {
    font-size: 32px;
  }
}

.sp-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 36em) {
  .sp-related__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
  }
}
@media (min-width: 77.5em) {
  .sp-related__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.error-404-page {
  padding: 72px 0 96px;
}
@media (min-width: 48em) {
  .error-404-page {
    padding: 110px 0 140px;
  }
}

.error-404-page__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
  border: 1px solid #DADEE7;
  border-radius: 24px;
  padding: 40px 20px;
}
@media (min-width: 48em) {
  .error-404-page__inner {
    padding: 64px 40px;
  }
}

.error-404-page__code {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: #007AFF;
}
@media (min-width: 64em) {
  .error-404-page__code {
    font-size: 96px;
  }
}

.error-404-page__title {
  margin: 12px 0 0;
  color: #0B1220;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 64em) {
  .error-404-page__title {
    font-size: 44px;
  }
}

.error-404-page__text {
  margin: 16px auto 0;
  max-width: 520px;
  color: #525F7A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.error-404-page__actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.s-stories-section {
  padding: 80px 0 120px;
  overflow-x: hidden;
}
.s-stories-section .swiper {
  overflow: visible;
}
.s-stories-section h2 {
  color: #0B1220;
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 48px;
}
.s-stories-section h2 b {
  font-weight: 700;
}
.s-stories-section .clients-testimonials {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.s-stories-section .clients-testimonials .swiper-pagination,
.s-stories-section .clients-testimonials .swiper-scrollbar {
  display: none !important;
}
.s-stories-section .testimonial {
  position: relative;
  flex: 0 0 min(586px, 100vw - 40px);
  min-height: 296px;
  border-radius: 16px;
  border: 1px solid #D8E6FF;
  box-shadow: inset 1px 0 0 0 #E0EFFF, inset -3px 0 0 0 #E0EFFF;
  background: radial-gradient(60.41% 105.19% at 51.57% 105.19%, rgba(201, 227, 255, 0.6) 0%, rgba(255, 255, 255, 0.9) 100%);
  padding: 36px 35px;
  scroll-snap-align: start;
  overflow: hidden;
}
.s-stories-section .testimonial::before,
.s-stories-section .testimonial::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at center, #90B7E9 0%, #E0EFFF 60%);
}
.s-stories-section .testimonial::before {
  top: 0;
}
.s-stories-section .testimonial::after {
  bottom: 0;
}
.s-stories-section .testimonial__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.s-stories-section .testimonial__author {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-items: center;
}
.s-stories-section .testimonial__avatar {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  flex: 0 0 80px;
  overflow: hidden;
}
.s-stories-section .testimonial__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.s-stories-section .testimonial__avatar--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #DADEE7;
}
.s-stories-section .testimonial__avatar--icon img {
  width: 40px;
  height: 40px;
}
.s-stories-section .testimonial__name {
  color: #0B1220;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 77.5em) {
  .s-stories-section .testimonial__name {
    font-size: 32px;
  }
}
.s-stories-section .testimonial__position {
  margin-top: 2px;
  color: #7E8DA9;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}
.s-stories-section .testimonial__logo {
  width: 112px;
  height: auto;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.s-stories-section .testimonial__logo.hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  .s-stories-section .testimonial__logo.hide-mobile {
    display: inline-flex;
  }
}
.s-stories-section .testimonial__logo.hide-desktop {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 48em) {
  .s-stories-section .testimonial__logo.hide-desktop {
    display: none;
  }
}
.s-stories-section .testimonial__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.s-stories-section .testimonial-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.s-stories-section .testimonial__text {
  margin-top: 26px;
  color: #0B1220;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 90em) {
  .s-stories-section .clients-testimonials {
    overflow-x: visible;
  }
}
@media (max-width: 47.99em) {
  .s-stories-section {
    padding: 64px 0 90px;
  }
  .s-stories-section h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .s-stories-section .testimonial {
    padding: 24px 20px;
    flex-basis: calc(100vw - 32px);
  }
  .s-stories-section .testimonial__avatar {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
  .s-stories-section .testimonial__name {
    font-size: 24px;
  }
  .s-stories-section .testimonial--boris .testimonial__name,
  .s-stories-section .testimonial--darko .testimonial__name {
    font-size: 22px;
  }
  .s-stories-section .testimonial__text {
    margin-top: 20px;
    font-size: 15px;
  }
}

.featured-product-brands {
  padding: 80px 0;
  background: #fff;
}
.featured-product-brands h2 {
  color: #0B1220;
  text-align: center;
  font-family: Manrope;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
.featured-product-brands > .main-wrapper > p {
  margin: 20px auto 0;
  max-width: 740px;
  color: #525F7A;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.featured-product-brands .tabs-brands-holder {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.featured-product-brands .tabs-brands-holder .tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #D8E6FF;
  border-radius: 999px;
  background: #F9FAFB;
  color: #525F7A;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.featured-product-brands .tabs-brands-holder .tab.is-active {
  border-color: #00D165;
  color: #0B1220;
  background: #fff;
}
.featured-product-brands .featured-tabs {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.featured-product-brands .links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 14px 28px;
  padding: 0 10px;
}
.featured-product-brands .featured-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #525F7A;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  border-radius: 0;
}
.featured-product-brands .featured-tab.is-active {
  color: #0B1220;
  border-bottom-color: #00D165;
}
.featured-product-brands .cards-holder {
  width: 100%;
  overflow: hidden;
}
.featured-product-brands .cards-holder .swiper-wrapper {
  align-items: stretch;
}
.featured-product-brands .cards-holder .swiper-slide {
  height: auto;
}
.featured-product-brands .brand-card {
  min-height: 420px;
  height: 100%;
  padding: 24px 24px;
  border-radius: 16px;
  background: #F9FAFB;
  border: 1px solid #66A5FF;
}
@media (min-width: 64em) {
  .featured-product-brands .brand-card {
    padding: 44px 48px;
  }
}
.featured-product-brands .brand-card:nth-child(2) {
  border-color: #B1F3D1;
}
.featured-product-brands .uppercase-text {
  color: #7E8DA9;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.featured-product-brands .about-brand {
  margin: 38px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 48em) {
  .featured-product-brands .about-brand {
    margin-top: 48px;
    gap: 40px;
    font-size: 16px;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .featured-product-brands .about-brand {
    margin-top: 64px;
    gap: 40px;
    font-size: 16px;
  }
}
.featured-product-brands .main-logo {
  color: #0B1220;
  font-family: Manrope;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}
.featured-product-brands .sub-brands {
  width: 100%;
  gap: 40px 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .featured-product-brands .sub-brands {
    gap: 40px 24px;
  }
}
.featured-product-brands .sub-brands img {
  object-fit: contain;
  margin: 0 auto;
}
.featured-product-brands .sub-brands span {
  color: #7E8DA9;
  border: 1px solid #D8E6FF;
  border-radius: 22px;
  padding: 8px 10px;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.featured-product-brands .about-brand h3 {
  color: #0B1220;
  font-family: Manrope;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 320px;
}
.featured-product-brands .about-brand p,
.featured-product-brands .about-brand .specification {
  color: #525F7A;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 360px;
}
@media (min-width: 64em) {
  .featured-product-brands .about-brand p,
  .featured-product-brands .about-brand .specification {
    font-size: 16px;
  }
}
.featured-product-brands .about-brand .specification {
  max-width: 100%;
}

.block-puzzle h2 {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  max-width: 345px;
  /* Heading/H4 */
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}
@media (min-width: 64em) {
  .block-puzzle h2 {
    font-size: 64px;
    text-align: left;
  }
}
.block-puzzle h2 b {
  font-weight: 500;
  color: #0053CB;
}
.block-puzzle .links-chunk {
  display: flex;
  flex-wrap: wrap;
  max-width: 385px;
  padding: 40px 0 30px;
}
@media (min-width: 64em) {
  .block-puzzle .links-chunk {
    padding: 40px 0 80px;
  }
}
.block-puzzle .links-chunk a {
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (min-width: 64em) {
  .block-puzzle .links-chunk a {
    font-size: 16px;
  }
}
.block-puzzle .links-chunk a:visited {
  color: #757575;
}
.block-puzzle .btn-link {
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.block-puzzle .btn-link.hide-mobile {
  display: none;
}
@media (min-width: 48em) {
  .block-puzzle .btn-link.hide-mobile {
    display: flex;
  }
}
.block-puzzle .btn-link.hide-desktop {
  display: flex;
}
@media (min-width: 48em) {
  .block-puzzle .btn-link.hide-desktop {
    display: none;
  }
}
.block-puzzle .bock-puzzel-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 64em) {
  .block-puzzle .bock-puzzel-content-item {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
.block-puzzle .bock-puzzel-content-item-image.hide-mobile {
  display: none;
}
@media (min-width: 26.5625em) {
  .block-puzzle .bock-puzzel-content-item-image.hide-mobile {
    display: block;
  }
}
@media (min-width: 64em) {
  .block-puzzle .bock-puzzel-content-item-image.hide-mobile {
    width: 66%;
  }
}
.block-puzzle .bock-puzzel-content-item-image.hide-desktop {
  display: block;
  margin-top: 40px;
}
@media (min-width: 26.5625em) {
  .block-puzzle .bock-puzzel-content-item-image.hide-desktop {
    margin-top: 0px;
    display: none;
  }
}

.faq-section {
  padding: 120px 0;
  background: #fff;
}
.faq-section .faq-heading {
  max-width: 527px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
}
.faq-section .faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7E8DA9;
  font-family: Manrope;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
.faq-section .faq-kicker-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq-section h2 {
  color: #0B1220;
  font-family: Manrope;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
.faq-section .faq-list {
  margin-top: 110px;
}
.faq-section .faq-item {
  border-bottom: 1px solid #BCC3D2;
  padding: 30px 10px 30px 0;
}
.faq-section .faq-item:first-child {
  padding-top: 10px;
}
.faq-section .faq-item__trigger {
  width: 100%;
  height: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  color: #0B1220;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
}
.faq-section .faq-item__trigger span {
  width: 95%;
  white-space: wrap;
}
.faq-section .faq-item__icon {
  position: relative;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border: 2px solid #0B1220;
  border-radius: 999px;
  margin-top: 1px;
}
.faq-section .faq-item__icon::before,
.faq-section .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 1px;
  background: #0B1220;
  transform: translate(-50%, -50%);
}
.faq-section .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.22s ease;
}
.faq-section .faq-item__content {
  display: none;
  margin-top: 40px;
  padding: 0 8px;
}
.faq-section .faq-item__content p {
  color: #7E8DA9;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  max-width: 1315px;
}
.faq-section .faq-item.is-open .faq-item__content {
  display: block;
}
.faq-section .faq-item.is-open .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media (max-width: 47.99em) {
  .faq-section {
    padding: 90px 0;
  }
  .faq-section .faq-kicker {
    font-size: 24px;
  }
  .faq-section h2 {
    font-size: 32px;
  }
  .faq-section .faq-list {
    margin-top: 80px;
  }
  .faq-section .faq-item__trigger {
    font-size: 18px;
  }
}

.block-form h2 {
  font-size: 32px;
  padding-bottom: 120px;
}
@media (min-width: 48em) {
  .block-form h2 {
    padding-bottom: 120px;
  }
}
@media (min-width: 64em) {
  .block-form h2 {
    font-size: 40px;
  }
}
@media (min-width: 77.5em) {
  .block-form h2 {
    font-size: 48px;
  }
}
.block-form h2 b {
  font-weight: 700;
}

/* Layout Strategy */
.contact-form-container {
  font-family: sans-serif;
  max-width: 1200px;
  margin: auto;
}

.form-row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (min-width: 64em) {
  .form-row {
    gap: 60px;
  }
}
@media (min-width: 77.5em) {
  .form-row {
    gap: 80px;
  }
}
@media (min-width: 90em) {
  .form-row {
    gap: 140px;
  }
}

.form-col {
  flex: 1;
  min-width: 300px;
}

/* Input Styling */
.form-col label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
}
@media (min-width: 64em) {
  .form-col label {
    font-size: 14px;
  }
}

.form-col br {
  display: none;
}

.wpcf7-form-control:not([type=submit]) {
  width: 100%;
  border: none;
  border-bottom: 1px solid #333; /* The underline style */
  padding: 8px 4px;
  margin-bottom: 16px;
  outline: none;
}
@media (min-width: 64em) {
  .wpcf7-form-control:not([type=submit]) {
    font-size: 18px;
    margin-bottom: 32px;
    padding: 8px 12px 8px;
  }
}

/* Textarea specific */
.wpcf7-textarea {
  border: 1px solid #d1d9e6 !important; /* The blueish-grey border */
  border-radius: 12px;
  margin-top: 20px;
  padding: 15px !important;
  height: 180px;
}
@media (min-width: 64em) {
  .wpcf7-textarea {
    height: 400px;
  }
}

/* Button Styling */
.form-footer {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 64em) {
  .form-footer {
    margin-top: 60px;
  }
}
@media (min-width: 77.5em) {
  .form-footer {
    margin-top: 40px;
  }
}

.send-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.send-btn .arrow {
  background-color: #00d665;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 15px;
  font-size: 20px;
}

/* Error/Note text */
.char-limit {
  color: #ff4d4d;
  font-size: 12px;
  text-align: right;
}

.contact-form-container button[type=submit] {
  background-color: transparent;
  color: #007bff;
  border: none;
  padding: 0;
  margin: 0;
  gap: 8px;
}

.wpcf7-form-control.wpcf7-acceptance {
  border: none;
  padding: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.block-logorunner {
  padding: 32px 0;
  background: #fff;
}
@media (min-width: 64em) {
  .block-logorunner {
    padding: 64px 0;
  }
}
@media (min-width: 77.5em) {
  .block-logorunner {
    padding: 80px 0;
  }
}
.block-logorunner .logorunner-content {
  width: 100%;
}
.block-logorunner .logorunner-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.block-logorunner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}
.block-logorunner img {
  display: block;
  width: 100%;
  max-width: 140px;
  max-height: 48px;
  object-fit: contain;
}

.block-banner-icons {
  position: relative;
  overflow: hidden;
}
@media (max-width: 63.99em) {
  .block-banner-icons {
    height: 100vh;
  }
}
.block-banner-icons .img-wrapper {
  margin: 0 0 0 auto;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 63.99em) {
  .block-banner-icons .img-wrapper {
    top: 55%;
  }
  .block-banner-icons .img-wrapper svg {
    width: 100%;
    height: 480px;
  }
  .block-banner-icons .img-wrapper svg a rect {
    display: none;
    fill: rgba(0, 85, 203, 0);
  }
}
.block-banner-icons .inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: 75px 0 50px;
}
@media (min-width: 48em) {
  .block-banner-icons .inner-content {
    gap: 32px;
    padding: 150px 0 150px;
  }
}
.block-banner-icons .inner-content h2 {
  text-align: center;
  line-height: 1.2;
  font-size: 40px;
}
@media (min-width: 64em) {
  .block-banner-icons .inner-content h2 {
    font-size: 48px;
    max-width: 500px;
    text-align: left;
  }
}
@media (min-width: 77.5em) {
  .block-banner-icons .inner-content h2 {
    font-size: 64px;
    max-width: 830px;
  }
}
.block-banner-icons .inner-content p {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  padding-top: 48px;
  color: #000;
}
@media (min-width: 64em) {
  .block-banner-icons .inner-content p {
    font-size: 24px;
    text-align: left;
  }
}
@media (min-width: 77.5em) {
  .block-banner-icons .inner-content p {
    font-size: 32px;
  }
}
.block-banner-icons .inner-content p b {
  color: #0053CB;
}

.block-casestudy {
  padding: 80px 0 100px;
  overflow: hidden;
}
.block-casestudy h2 {
  margin-bottom: 40px;
}
@media (min-width: 77.5em) {
  .block-casestudy h2 {
    margin-bottom: 64px;
  }
}
@media (min-width: 90em) {
  .block-casestudy h2 {
    margin-bottom: 80px;
  }
}
.block-casestudy .casestudy-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.block-casestudy .casestudy-tab {
  width: 28%;
  max-width: 220px;
  border: 0;
  border-bottom: 3px solid #BCC3D2;
  border-radius: 0;
  background: transparent;
  padding: 0 2px 12px;
  color: #7E8DA9;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
.block-casestudy .casestudy-tab span {
  display: inline-block;
  font-size: 20px;
  white-space: wrap;
}
.block-casestudy .casestudy-tab.is-active {
  color: #0B1220;
  border-bottom-color: #00D165;
}
.block-casestudy .casestudy-story-slider-holder {
  margin: 68px auto 0;
  max-width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.block-casestudy .casestudy-story-slider {
  width: 100%;
  max-width: 360px;
}
.block-casestudy .casestudy-story-slide {
  text-align: center;
  padding: 8px 10px;
}
.block-casestudy .casestudy-story-overline {
  color: #7E8DA9;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.block-casestudy .casestudy-story-brand {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  min-height: 52px;
  color: #0B1220;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}
.block-casestudy .casestudy-story-brand:hover,
.block-casestudy .casestudy-story-brand:focus {
  text-decoration: none;
}
.block-casestudy .casestudy-story-brand img {
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.block-casestudy .casestudy-story-nav {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 999px;
  border: 1px solid #0a72eb;
  background: #0a72eb;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.block-casestudy .casestudy-story-nav svg {
  width: 22px;
  height: 22px;
}
.block-casestudy .casestudy-story-nav svg path {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.block-casestudy .casestudy-story-nav:disabled {
  opacity: 0.4;
  cursor: default;
}
.block-casestudy .casestudy-details {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}
.block-casestudy .casestudy-detail {
  min-width: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
@media (min-width: 48em) {
  .block-casestudy .casestudy-detail {
    flex-direction: column;
  }
}
.block-casestudy .casestudy-detail + .casestudy-detail {
  padding-top: 28px;
}
.block-casestudy .casestudy-detail-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  min-width: 110px;
}
@media (min-width: 48em) {
  .block-casestudy .casestudy-detail-heading {
    flex-direction: row;
  }
}
.block-casestudy .casestudy-detail-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
.block-casestudy .casestudy-detail-icon path {
  stroke: #0B1220;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.block-casestudy .casestudy-detail-heading h3 {
  color: #0B1220;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.block-casestudy .casestudy-detail-body {
  margin-top: 28px;
  color: #0B1220;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.block-casestudy .casestudy-detail-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 64em) {
  .block-casestudy .casestudy-tabs {
    gap: 18px;
  }
  .block-casestudy .casestudy-details {
    margin-top: 96px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px;
  }
  .block-casestudy .casestudy-detail + .casestudy-detail {
    border-top: 0;
    border-left: 1px solid #BCC3D2;
    padding-top: 0;
    padding-left: 24px;
  }
  .block-casestudy .casestudy-detail-body {
    margin-top: 34px;
  }
}
@media (max-width: 47.99em) {
  .block-casestudy {
    padding: 64px 0 84px;
  }
  .block-casestudy h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .block-casestudy .casestudy-story-slider-holder {
    margin-top: 44px;
    gap: 12px;
  }
  .block-casestudy .casestudy-story-brand {
    width: 150px;
    min-height: 44px;
    font-size: 28px;
  }
  .block-casestudy .casestudy-story-brand img {
    max-height: 44px;
  }
  .block-casestudy .casestudy-story-nav {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .block-casestudy .casestudy-detail-heading h3 {
    font-size: 22px;
  }
}

.block-process {
  background: linear-gradient(180deg, #eceef3 0%, rgba(255, 255, 255, 0) 100%);
  padding: 80px 0 56px;
}
@media (min-width: 48em) {
  .block-process {
    padding: 120px 0 80px;
  }
}
@media (min-width: 90em) {
  .block-process {
    padding: 160px 0 97px;
  }
}
.block-process .main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (min-width: 64em) {
  .block-process .main-wrapper {
    gap: 84px;
  }
}
@media (min-width: 90em) {
  .block-process .main-wrapper {
    gap: 120px;
  }
}
.block-process .process-title {
  max-width: 619px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .block-process .process-title {
    font-size: 36px;
  }
}
@media (min-width: 90em) {
  .block-process .process-title {
    font-size: 40px;
  }
}
.block-process .process-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 64em) {
  .block-process .process-content {
    gap: 10px;
    flex-direction: row;
  }
}
@media (min-width: 77.5em) {
  .block-process .process-content {
    gap: 24px;
  }
}
.block-process .process-item {
  background: #FFFFFF;
  border-radius: 32px;
  width: 100%;
  padding: 42px 24px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 90em) {
  .block-process .process-item {
    min-height: 496px;
    padding: 64px 84px 60px;
  }
}
@media (min-width: 90em) {
  .block-process .process-item:last-child {
    padding-bottom: 184px;
  }
}
.block-process .process-item-heading {
  width: 100%;
  max-width: 296px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 48em) {
  .block-process .process-item-heading {
    gap: 32px;
  }
}
@media (min-width: 90em) {
  .block-process .process-item-heading {
    gap: 36px;
  }
}
.block-process .process-item-heading h3 {
  margin: 0;
  color: #7E8DA9;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.block-process .process-item-heading h4 {
  margin: 0;
  color: #0B1220;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .block-process .process-item-heading h4 {
    font-size: 26px;
  }
}
@media (min-width: 90em) {
  .block-process .process-item-heading h4 {
    font-size: 32px;
  }
}
.block-process .process-item-icon {
  width: 64px;
  height: 64px;
  margin-top: 75px;
}
.block-process .process-item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.block-process .process-item-pill {
  width: 220px;
  margin-top: 76px;
  padding: 0 16px;
}
.block-process .process-item-pill:visited {
  color: #0B1220;
}