@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

svg {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

label {
  display: block;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-moz-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

textarea {
  display: block;
}

input,
textarea,
button,
select {
  font: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
}

ul,
ol {
  list-style-type: none;
}

picture,
img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1.5px solid #333333;
  outline-offset: 0px;
}

html,
body {
  overflow-x: clip;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: none;
  }
}

body {
  min-width: 360px;
  -webkit-tap-highlight-color: transparent;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(16px, 2.2135416667vw, 18px);
  color: #262626;
  line-height: 1.4;
  background-color: #fff;
}

.header {
  width: 100%;
  background-color: #011b32;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(8px, 1.5625vw, 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header__container {
    justify-content: space-between;
  }
}

.header__logo {
  width: 160px;
  min-width: 160px;
  height: auto;
}
@media (min-width: 768px) {
  .header__logo {
    width: 200px;
    min-width: 200px;
  }
}

.header__container .cta-button {
  display: none;
}
@media (min-width: 768px) {
  .header__container .cta-button {
    display: block;
  }
}

.cta-button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 16px;
  border: 2px solid #47cc50;
  background: #38a33f;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-size: clamp(20px, 3.125vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.24px;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: scale(1);
  transform-origin: center;
}
@media (min-width: 768px) {
  .cta-button {
    padding: 16px 24px;
  }
}
.cta-button:hover {
  background-color: #47cc50;
}
.cta-button:active {
  transform: scale(0.98);
}

.footer {
  padding: clamp(16px, 2.8645833333vw, 24px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.footer img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer > p {
  text-align: center;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer__links {
    gap: 16px;
  }
}
.footer__links a {
  padding: 4px;
  color: #262626;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.footer__links a:hover {
  color: #000;
}

.footer__copyright-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .footer__copyright-text {
    gap: 16px;
  }
}
.footer__copyright-text p {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.hero {
  width: 100%;
  background-color: #f5f8ff;
}

.hero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 1000px) {
  .hero__container {
    display: grid;
    grid-template-columns: 1fr 514px;
    align-items: center;
    gap: 24px;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1000px) {
  .hero__content {
    gap: 24px;
    padding: 16px 24px 16px 0;
  }
}

.hero__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
@media (min-width: 1000px) {
  .hero__header {
    gap: 16px;
    text-align: left;
  }
}
.hero__header h1 {
  color: #011b32;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.05;
  text-wrap: balance;
}
@media (min-width: 1000px) {
  .hero__header h1 {
    font-size: 48px;
  }
}
.hero__header p {
  color: #262626;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 1000px) {
  .hero__header p {
    font-size: 24px;
  }
}

.hero__video {
  width: 100%;
  max-width: 514px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.hero__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero__video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  z-index: 1;
}

@media (min-width: 1000px) {
  .hero__video--mobile {
    display: none;
  }
}

.hero-comment {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}

.hero-comment__top {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
}
.hero-comment__top > img {
  width: 46px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.hero-comment__top-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-comment__top-content p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-comment__top-content p strong {
  line-height: 1.4;
}
.hero-comment__top-content p img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
.hero-comment__top-content p span {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.hero-comment__top-content p span mark {
  font-weight: 400;
  color: #626262;
  background-color: transparent;
}

.stars {
  display: flex;
  align-items: center;
}
.stars img {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

.hero__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 600px) {
  .hero__list {
    gap: 12px;
  }
}

.hero__list li {
  display: grid;
  gap: 12px;
  grid-template-columns: 28px 1fr;
}
.hero__list li p {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(18px, 2.6041666667vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}
.hero__list li img {
  padding-top: 2px;
}

.hero__features {
  display: flex;
  gap: 4px;
  align-items: start;
  justify-content: center;
}
@media (min-width: 600px) {
  .hero__features {
    gap: 8px;
  }
}

.hero__fetaures-divider {
  align-self: stretch;
  width: 1px;
  border-radius: 100vmax;
  background-color: #e7e7e7;
}

.hero__features-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.hero__features-item img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.hero__features-item p {
  color: #262626;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}
@media (min-width: 600px) {
  .hero__features-item p {
    font-size: 18px;
  }
}

@media (min-width: 1000px) {
  .hero__features--mobile {
    display: none;
  }
}

.hero__media {
  display: none;
}
@media (min-width: 1000px) {
  .hero__media {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
    gap: 16px;
  }
}

.cta-wrapper {
  width: 100%;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  gap: 12px;
}
.cta-wrapper p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.cta-wrapper p span {
  font-size: 16px;
}
.cta-wrapper p img {
  width: 20px;
  height: auto;
  min-width: 20px;
}
@media (min-width: 600px) {
  .cta-wrapper {
    padding: 16px;
    gap: 16px;
  }
}
.cta-wrapper .cta-button-with-arrow {
  max-width: 516px;
}

.cta-button-with-arrow {
  width: 100%;
  border-radius: 16px;
  padding: 16px;
  border: 2px solid #47cc50;
  background-color: #38a33f;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: scale(1);
  transform-origin: center;
}
.cta-button-with-arrow:hover {
  background-color: #258e2c;
}
.cta-button-with-arrow:active {
  transform: scale(0.98);
}
.cta-button-with-arrow img {
  width: 31px;
  height: 31px;
  min-width: 31px;
  min-height: 31px;
}
.cta-button-with-arrow span {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}
@media (min-width: 600px) {
  .cta-button-with-arrow span {
    font-size: 32px;
  }
}
@media (min-width: 600px) {
  .cta-button-with-arrow {
    padding: 24px;
  }
}

.tv {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background: #fff;
}

.tv__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
}
@media (min-width: 600px) {
  .tv__container {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .tv__container {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .tv__container {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .tv__container {
    gap: 48px;
  }
}
.tv__container > p {
  width: -moz-fit-content;
  width: fit-content;
  color: #262626;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: none;
}
@media (min-width: 600px) {
  .tv__container > p {
    display: block;
  }
}

.tv__divider {
  height: 50px;
  min-height: 50px;
  width: 1px;
  background-color: #e7e7e7;
  display: none;
}
@media (min-width: 768px) {
  .tv__divider {
    display: block;
  }
}

.tv__logos-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tv__logos-list {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 24px;
  animation: carousel 10s linear infinite;
}
@media (min-width: 600px) {
  .tv__logos-list {
    animation: none;
    width: 100%;
    gap: 24px;
  }
}
@keyframes carousel {
  to {
    transform: translateX(calc(-50% - 12px));
  }
}
@media (min-width: 1000px) {
  .tv__logos-list {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .tv__logos-list {
    gap: 48px;
  }
}

.tv__logos-item {
  width: auto;
  height: 50px;
}
.tv__logos-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 600px) {
  .tv__logos-item.tv__logos-item--mobile {
    display: none;
  }
}

.opinions {
  width: 100%;
  background-color: #ffffff;
}

.opinions__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .opinions__container {
    padding: 48px 16px 40px;
  }
}

.opinions-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}

.swiper.opinions__swiper {
  padding-bottom: 32px;
}
@media (min-width: 1000px) {
  .swiper.opinions__swiper {
    display: none;
  }
}

.opinions-content {
  display: none;
}
@media (min-width: 1000px) {
  .opinions-content {
    display: block;
  }
}

.swiper-wrapper.opinions__swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 24px 0px 16px;
}

.opinions-slide.swiper-slide {
  width: 100%;
  padding: 0 16px;
}

.opinions_card-container {
  width: 100%;
  min-width: 280px;
  max-width: 405px;
  margin: 0 auto;
  border-radius: 8px;
  border: 2px solid #011b32;
  background: #fff;
}
@media (min-width: 1000px) {
  .opinions_card-container {
    height: 100%;
  }
}

.opinions_card-image {
  padding-top: 24px;
  background-image: linear-gradient(to bottom, #011b32 0, #011b32 100px, #fff 100px, #fff 100%);
}
@media (min-width: 1000px) {
  .opinions_card-image {
    padding-top: 32px;
  }
}
.opinions_card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 150px;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.opinions_card-content {
  padding: 8px 16px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .opinions_card-content {
    padding: 16px 24px 24px;
    gap: 16px;
  }
}
.opinions_card-content h3 {
  color: #011b32;
  font-size: clamp(28px, 4.1666666667vw, 32px);
  font-weight: 800;
  line-height: 1.2;
}
.opinions_card-content p {
  color: #262626;
  text-align: center;
  font-size: clamp(16px, 2.34375vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}

.swiper-pagination {
  margin-top: 32px;
}

.doctor {
  width: 100%;
  background-color: #fff;
}

.doctor__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.doctor__box-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 850px) {
  .doctor__box-container {
    padding: 24px 64px 32px;
  }
}

.doctor__box {
  border-radius: 8px;
  padding: 0px 16px 16px;
  background-color: #f5f8ff;
}
@media (min-width: 850px) {
  .doctor__box {
    padding: 0px 16px;
    display: grid;
    grid-template-columns: 1fr 344px;
    align-items: end;
  }
}

@media (min-width: 850px) {
  .doctor__box-wrapper {
    padding: 32px 24px;
  }
}

.doctor__box-image {
  display: none;
}
@media (min-width: 850px) {
  .doctor__box-image {
    display: block;
  }
}

.doctor__header {
  display: grid;
  grid-template-columns: auto 143px;
  gap: 10px;
  align-items: end;
}
@media (min-width: 850px) {
  .doctor__header {
    padding-bottom: 16px;
  }
}

.doctor__header-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.doctor__header-content h2 {
  color: #011b32;
  font-size: clamp(24px, 5.2083333333vw, 40px);
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .doctor__header-content h2 {
    font-size: 40px;
  }
}
.doctor__header-content p {
  color: #262626;
  font-size: clamp(14px, 2.34375vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 8px;
}
@media (min-width: 850px) {
  .doctor__header-content p {
    font-size: 20px;
    padding-bottom: 0;
  }
}

.doctor__box-content {
  border-top: 1px solid #262626;
}
.doctor__box-content > p {
  padding: 8px 0;
}
@media (min-width: 850px) {
  .doctor__box-content > p {
    padding: 16px 0;
  }
}

@media (min-width: 850px) {
  .doctor__header-image {
    display: none;
  }
}

.doctor-recommendation {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  display: grid;
  grid-template-columns: 100fr 168fr;
  max-width: 440px;
  align-items: center;
  gap: 12px;
}
@media (min-width: 850px) {
  .doctor-recommendation {
    grid-template-columns: 140fr 252fr;
    padding: 16px;
    gap: 16px;
  }
}

.doctor-recommendation-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.doctor-recommendation-content img {
  width: 110px;
  height: auto;
}
.doctor-recommendation-content p {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.doctor-recommendation-content p mark {
  background-color: transparent;
  font-weight: 700;
  text-decoration: underline;
}

.doctor__cta {
  padding: 8px 24px 24px;
}
@media (min-width: 850px) {
  .doctor__cta {
    padding: 16px 32px 48px;
  }
}

.blue__container {
  background-color: #f5f8ff;
  width: 100%;
  padding: 16px 0;
}
@media (min-width: 850px) {
  .blue__container {
    padding: 24px 0;
  }
}

.images-carousel {
  padding: 8px 0;
}
@media (min-width: 850px) {
  .images-carousel {
    padding: 16px 0;
  }
}

.images-carousel__content {
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.images-carousel__list {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 16px;
  animation: carousel 20s linear infinite;
}
@keyframes carousel {
  to {
    transform: translateX(calc(-50% - 8px));
  }
}
@media (min-width: 850px) {
  .images-carousel__list {
    gap: 24px;
  }
  @keyframes carousel {
    to {
      transform: translateX(calc(-50% - 12px));
    }
  }
}

.images-carousel__item {
  width: clamp(160px, 26.0416666667vw, 200px);
  aspect-ratio: 1/1;
  height: clamp(160px, 26.0416666667vw, 200px);
  border-radius: 8px;
  overflow: hidden;
}
.images-carousel__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.comparison-1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 850px) {
  .comparison-1 {
    padding: 24px 16px;
  }
}

.comparison-1__heading {
  padding: 8px 0;
  margin-bottom: 16px;
}
@media (min-width: 850px) {
  .comparison-1__heading {
    padding: 16px 0;
    margin-bottom: 24px;
  }
}

.comparison-1__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5.2083333333vw, 48px);
  line-height: 1.05;
  color: #011b32;
  text-align: center;
  margin: 0;
}

.comparison-1__content {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 24px;
}
@media (min-width: 850px) {
  .comparison-1__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
}

.comparison-1__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 850px) {
  .comparison-1__column {
    gap: 24px;
  }
}

/* Comparison box */
.comparison-1__comparison-box {
  position: relative;
  background: white;
  border: 2px solid #011b32;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.comparison-1__comparison-half {
  position: relative;
}

.comparison-1__comparison-half .comparison-1__comparison-half-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  gap: 8px;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 850px) {
  .comparison-1__comparison-half .comparison-1__comparison-half-wrapper {
    padding: 32px 24px;
  }
}

.comparison-1__comparison-half--red .comparison-1__comparison-half-wrapper {
  background: #ffeded;
}

.comparison-1__comparison-half--green .comparison-1__comparison-half-wrapper {
  background: #eaffec;
}

.comparison-1__price-tag {
  border: 1px solid;
  border-radius: 4px;
  padding: 2px 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #262626;
}
@media (min-width: 850px) {
  .comparison-1__price-tag {
    font-size: 18px;
  }
}
.comparison-1__price-tag--red {
  border-color: #ef4444;
}
.comparison-1__price-tag--green {
  border-color: #38a33f;
}
.comparison-1__price-tag--hidden {
  opacity: 0;
}

.comparison-1__product-image {
  width: 100%;
  max-width: 132px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .comparison-1__product-image {
    max-width: 200px;
  }
}
.comparison-1__product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.comparison-1__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-1__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comparison-1__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.comparison-1__list-text {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.953125vw, 18px);
  line-height: 1.4;
  color: #262626;
}

.comparison-1__icon-large {
  position: absolute;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 850px) {
  .comparison-1__icon-large {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }
}

/* NO boxes */
.comparison-1__no-box {
  background: white;
  border: 2px solid #011b32;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  gap: 3px;
}

.comparison-1__no-item {
  display: flex;
  flex-direction: column;
}

.comparison-1__no-image {
  width: 100%;
  height: auto;
  position: relative;
}
.comparison-1__no-image img:first-child {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.comparison-1__no-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.comparison-1__no-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px 16px 8px 16px;
}
@media (min-width: 850px) {
  .comparison-1__no-label {
    padding: 8px 24px 16px 24px;
  }
}

.comparison-1__no-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4.1666666667vw, 32px);
  line-height: 1.2;
  color: #ef4444;
}

.comparison-1__no-subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.6041666667vw, 20px);
  line-height: 1.3;
  color: #262626;
  text-align: center;
}

/* Text section */
.comparison-1__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 850px) {
  .comparison-1__text {
    gap: 16px;
  }
}

.comparison-1__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.6458333333vw, 28px);
  line-height: 1.25;
  color: #011b32;
  margin: 0;
}

.comparison-1__description {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4;
  color: #262626;
}
.comparison-1__description p {
  margin: 0 0 16px 0;
}
@media (min-width: 850px) {
  .comparison-1__description p {
    margin: 0 0 18px 0;
  }
}
.comparison-1__description p:last-child {
  margin-bottom: 0;
}

/* Bullet list */
.comparison-1__bullet-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-1__bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.comparison-1__bullet-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.comparison-1__bullet-text {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4;
  color: #262626;
}

.cta-box {
  position: relative;
  padding: 16px;
  max-width: 996px;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .cta-box {
    padding: 24px 16px;
  }
}

.cta-box__container {
  position: relative;
}

.cta-box__badge {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 4px 16px;
  border: 1px solid #262626;
  background: #fff;
  min-width: 220px;
}
.cta-box__badge p {
  color: #262626;
  text-align: center;
  font-size: clamp(16px, 2.34375vw, 18px);
  font-weight: 700;
  line-height: 1.3;
}

.cta-box__wrapper {
  border-radius: 8px;
  border: 1px dashed #262626;
  background: linear-gradient(90deg, #fff7db 0%, #ffe48d 100%);
  padding: 32px 16px 16px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 16px;
}
@media (min-width: 850px) {
  .cta-box__wrapper {
    padding: 32px 64px;
    display: grid;
    grid-template-columns: 360px 1fr;
    align-items: center;
  }
}

.cta-box__image {
  min-width: 240px;
  height: auto;
  aspect-ratio: 1/1;
  max-width: 360px;
  margin: 0 auto;
  width: 240px;
}
@media (min-width: 850px) {
  .cta-box__image {
    width: 100%;
  }
}
.cta-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.cta-box__content {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 850px) {
  .cta-box__content {
    padding: 16px 0;
    gap: 24px;
  }
}
.cta-box__content h2 {
  text-align: center;
  color: #011b32;
  font-size: clamp(32px, 5.2083333333vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}
.cta-box__content ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
}
@media (min-width: 850px) {
  .cta-box__content ul {
    padding: 0 24px;
    gap: 12px;
  }
}
.cta-box__content ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.cta-box__content ul li img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  flex-shrink: 0;
}
.cta-box__content ul li span {
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(16px, 2.34375vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}

.cta-wrapper.cta-box__cta {
  padding: 4px 8px;
}
@media (min-width: 850px) {
  .cta-wrapper.cta-box__cta {
    padding: 16px;
  }
}

.comparison-2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 850px) {
  .comparison-2 {
    padding: 24px 16px;
  }
}

.comparison-2__container {
  width: 100%;
  padding: 8px 0;
}
@media (min-width: 850px) {
  .comparison-2__container {
    padding: 16px 0;
  }
}

.comparison-2__content {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 24px;
}
@media (min-width: 850px) {
  .comparison-2__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
}

.comparison-2__column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 850px) {
  .comparison-2__column {
    gap: 24px;
  }
}

/* Compare box */
.comparison-2__compare-box {
  background: white;
  border: 2px solid #011b32;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.comparison-2__compare-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  padding: 16px;
  overflow: hidden;
}
@media (min-width: 850px) {
  .comparison-2__compare-row {
    padding: 24px 32px;
    gap: 16px;
  }
}
.comparison-2__compare-row--red {
  background: #ffeded;
  border-bottom: 2px solid white;
}
.comparison-2__compare-row--blue {
  background: #eaf1ff;
}

.comparison-2__compare-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.comparison-2__compare-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
  color: #262626;
  margin: 0;
}
@media (min-width: 850px) {
  .comparison-2__compare-title {
    font-size: 28px;
  }
}

.comparison-2__compare-desc {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #262626;
  margin: 0;
}
@media (min-width: 850px) {
  .comparison-2__compare-desc {
    font-size: 20px;
  }
}

.comparison-2__compare-image {
  width: 112px;
  aspect-ratio: 1/1;
  min-width: 112px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 850px) {
  .comparison-2__compare-image {
    width: 158px;
    min-width: 158px;
  }
}
.comparison-2__compare-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Video box */
.comparison-2__video-box {
  background: white;
  border: 2px solid #011b32;
  border-radius: 8px;
  width: 100%;
  aspect-ratio: 560/490;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.comparison-2__video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Text section */
.comparison-2__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 850px) {
  .comparison-2__text {
    gap: 16px;
  }
}

.comparison-2__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
  color: #011b32;
  margin: 0;
}
@media (min-width: 850px) {
  .comparison-2__subtitle {
    font-size: 28px;
  }
}

.comparison-2__description {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
  margin: 0;
}
@media (min-width: 850px) {
  .comparison-2__description {
    font-size: 18px;
  }
}

/* List */
.comparison-2__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-2__list-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.comparison-2__list-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.comparison-2__list-text {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #262626;
}
@media (min-width: 850px) {
  .comparison-2__list-text {
    font-size: 18px;
  }
}
.comparison-2__list-text strong {
  font-weight: 700;
}

.cta-wrapper.comparison__cta {
  padding: 8px 24px;
}
@media (min-width: 850px) {
  .cta-wrapper.comparison__cta {
    padding: 16px 32px 48px;
  }
}

.how-to-use__container {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .how-to-use__container {
    padding: 32px 16px 24px;
  }
}

.how-to-use__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 8px 0;
}
@media (min-width: 850px) {
  .how-to-use__header {
    gap: 16px;
    padding: 16px 0;
  }
}
.how-to-use__header h2 {
  color: #011b32;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.05;
}
@media (min-width: 850px) {
  .how-to-use__header h2 {
    font-size: 48px;
  }
}
.how-to-use__header p {
  color: #262626;
  font-size: clamp(16px, 2.34375vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}

.how-to-use__steps {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (min-width: 850px) {
  .how-to-use__steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
  }
}

.how-to-use__step {
  position: relative;
  border-radius: 4px;
  border: 2px solid #011b32;
  background: #fff;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 850px) {
  .how-to-use__step {
    padding: 32px 16px 16px;
    gap: 16px;
  }
}

.how-to-use__step-number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.how-to-use__step-number span {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #044473;
  color: #fff;
  text-align: center;
  font-size: clamp(24px, 3.2941176471vw, 28px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.how-to-use__step-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.how-to-use__step-text h3 {
  color: #011b32;
  font-size: clamp(24px, 3.2941176471vw, 28px);
  font-weight: 800;
  line-height: 1.25;
}
.how-to-use__step-text p {
  color: #262626;
  font-size: clamp(16px, 2.34375vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}

.how-to-use__step-image {
  width: 100%;
  height: auto;
}
.how-to-use__step-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}

.cta-wrapper.how-to-use__cta,
.cta-wrapper.features__cta,
.cta-wrapper.comparison-table__cta,
.cta-wrapper.testimonials__cta,
.cta-wrapper.box-set__cta {
  padding: 8px 24px 24px;
}
@media (min-width: 850px) {
  .cta-wrapper.how-to-use__cta,
  .cta-wrapper.features__cta,
  .cta-wrapper.comparison-table__cta,
  .cta-wrapper.testimonials__cta,
  .cta-wrapper.box-set__cta {
    padding: 16px 32px 48px;
  }
}

.features {
  width: 100%;
}

.features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 850px) {
  .features__container {
    padding: 24px 16px;
  }
}

.features__heading {
  padding: 8px 0;
  margin-bottom: 16px;
}
@media (min-width: 850px) {
  .features__heading {
    padding: 16px 0;
    margin-bottom: 24px;
  }
}

.features__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5.2083333333vw, 48px);
  line-height: 1.05;
  color: #011b32;
  text-align: center;
  margin: 0;
}

.features__content {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 24px;
  align-items: center;
  padding: 8px 0;
}
@media (min-width: 850px) {
  .features__content {
    padding: 16px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.features__image {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.features__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.features__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 850px) {
  .features__list {
    gap: 16px;
  }
}

.features__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.features__icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.features__text {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.6041666667vw, 20px);
  line-height: 1.5;
  color: #011b32;
}

.features__divider {
  width: 100%;
  height: 0;
  border-top: 1px solid #d1d1d1;
}

.comparison-table__container {
  padding: 24px 16px 16px;
  max-width: 996px;
  margin: 0 auto;
}
@media (min-width: 850px) {
  .comparison-table__container {
    padding: 32px 16px 24px;
  }
}
.comparison-table__container h2 {
  padding: 8px 0;
  margin-bottom: 16px;
  color: #011b32;
  text-align: center;
  font-size: clamp(32px, 5.2083333333vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}
@media (min-width: 850px) {
  .comparison-table__container h2 {
    padding: 16px 0;
    margin-bottom: 24px;
  }
}

.comparison-table__content {
  padding: 16px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 650px) {
  .comparison-table__content {
    padding: 24px 0;
    display: flex;
  }
}

.col-vs {
  max-width: 280px;
}
@media (min-width: 850px) {
  .col-vs {
    padding-top: 88px;
  }
}

.col-vs__content,
.col__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.col-vs .col__cell,
.col .col__cell {
  display: block;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  min-height: 68px;
  padding: 12px 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  font-size: clamp(16px, 2.34375vw, 22px);
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .col-vs .col__cell,
  .col .col__cell {
    padding: 20px 8px;
  }
}

.col .col__cell:first-child {
  border-top: none;
}
.col .col__cell {
  font-weight: 700;
}

.col__vs-pic {
  padding: 16px 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 850px) {
  .col__vs-pic {
    padding: 24px 16px;
  }
}
.col__vs-pic img {
  width: 100%;
  height: auto;
}
.col__vs-pic p {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #044473;
  color: #fff;
  text-align: center;
  background: #011b32;
  color: var(--Color-base-white, #fff);
  text-align: center;
  /* SP/heading/h3 */
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(24px, 3.6458333333vw, 28px);
  font-weight: 800;
  line-height: 1.25;
}

.col-1,
.col-2 {
  max-width: 212px;
  padding-top: 88px;
  border-radius: 8px;
}
@media (min-width: 650px) {
  .col-1,
  .col-2 {
    min-width: 212px;
    width: 212px;
  }
}
.col-1 img,
.col-2 img {
  position: absolute;
  width: 128px;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  left: 50%;
  top: 0;
  transform: translate(-50%, -40%);
}

.col-1 {
  background-color: #eaf1ff;
  position: relative;
}

.col-2 {
  background-color: #f6f6f6;
  position: relative;
}

.testimonials {
  background-color: #f5f8ff;
  width: 100%;
}

.testimonials__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 16px 16px;
}
@media (min-width: 850px) {
  .testimonials__container {
    padding: 32px 16px 24px;
  }
}

.testimonials__heading {
  padding: 8px 0;
  margin-bottom: 16px;
}
@media (min-width: 850px) {
  .testimonials__heading {
    padding: 16px 0;
    margin-bottom: 24px;
  }
}

.testimonials__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5.2083333333vw, 48px);
  line-height: 1.05;
  color: #011b32;
  text-align: center;
  margin: 0;
}

.testimonials__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0;
}
@media (min-width: 850px) {
  .testimonials__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 24px;
    padding: 16px 0;
  }
}

.testimonials__card {
  background: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 16px;
  max-width: 572px;
  margin: 0 auto;
}
@media (min-width: 550px) {
  .testimonials__card {
    padding: 32px;
  }
}
@media (min-width: 850px) {
  .testimonials__card {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .testimonials__card {
    padding: 32px;
  }
}

.testimonials__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}

.testimonials__card-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testimonials__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.testimonials__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials__card-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.6458333333vw, 28px);
  line-height: 1.25;
  color: #262626;
  margin: 0;
}

.testimonials__stars {
  display: flex;
  gap: 0;
}
.testimonials__stars img {
  width: 20px;
  height: 20px;
}

.testimonials__text {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4;
  color: #262626;
  margin: 0;
}

.testimonials__author {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-top: auto;
}
@media (min-width: 850px) {
  .testimonials__author {
    gap: 16px;
  }
}

.testimonials__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials__author-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

.testimonials__author-name {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.6041666667vw, 20px);
  line-height: 1.4;
  color: #262626;
}

.testimonials__verified {
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonials__verified-icon {
  width: 16px;
  height: 16px;
}

.testimonials__verified-text {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #38a33f;
}

.box-set__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 850px) {
  .box-set__container {
    padding: 24px 16px;
  }
}

.box-set__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 850px) {
  .box-set__heading {
    padding: 16px 0;
    margin-bottom: 24px;
    gap: 16px;
  }
}

.box-set__title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5.2083333333vw, 48px);
  line-height: 1.05;
  color: #011b32;
  margin: 0;
}

.box-set__subtitle {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4;
  color: #262626;
  margin: 0;
}

.box-set__content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  -moz-column-gap: 48px;
       column-gap: 48px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 8px 0px;
}
@media (min-width: 850px) {
  .box-set__content {
    padding: 16px 24px 16px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.box-set__image {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box-set__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.box-set__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 850px) {
  .box-set__list {
    gap: 16px;
  }
}

.box-set__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.box-set__item-image {
  width: 104px;
  height: 104px;
  min-width: 104px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 850px) {
  .box-set__item-image {
    padding: 8px;
    width: 112px;
    min-width: 112px;
    height: 112px;
  }
}
.box-set__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.box-set__item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  color: #011b32;
}

.box-set__item-title {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 3.125vw, 24px);
  line-height: 1.3;
  margin: 0;
}

.box-set__item-desc {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4;
  margin: 0;
}

.main-cta {
  background-color: #f5f8ff;
  width: 100%;
}

.main-cta__container {
  max-width: 792px;
  margin: 0 auto;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (min-width: 850px) {
  .main-cta__container {
    padding: 56px 16px;
    gap: 24px;
  }
}

.main-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 850px) {
  .main-cta__content {
    gap: 16px;
  }
}
.main-cta__content h2 {
  color: #011b32;
  text-wrap: balance;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media (min-width: 850px) {
  .main-cta__content h2 {
    font-size: 40px;
  }
}
.main-cta__content h2 span {
  color: #38a33f;
}
.main-cta__content p {
  color: #262626;
  text-align: center;
  font-size: clamp(20px, 3.125vw, 24px);
  font-weight: 800;
  line-height: 1.3;
}
.main-cta__content p span {
  color: #ef4444;
}

.main-cta__image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 240px;
  position: relative;
}
.main-cta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.main-cta__image-badge {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 2px 8px;
  border-radius: 100vmax;
  background: #ef4444;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.main-cta__cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-number-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100vmax;
  border: 3px solid #38a33f;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5) inset;
}
@media (min-width: 850px) {
  .phone-number-wrapper {
    gap: 14px;
  }
}
.phone-number-wrapper img {
  width: 96px;
  height: 96px;
  min-width: 96px;
  min-height: 96px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform-origin: center;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.phone-number-wrapper .phone-button,
.phone-number-wrapper .phone-number {
  flex: 1;
  padding: 12px 16px 12px 10px;
  color: #262626;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.05;
}
@media (min-width: 500px) {
  .phone-number-wrapper .phone-button,
  .phone-number-wrapper .phone-number {
    font-size: 48px;
  }
}
@media (min-width: 850px) {
  .phone-number-wrapper .phone-button,
  .phone-number-wrapper .phone-number {
    font-size: 60px;
    padding: 20px 24px 20px 10px;
  }
}
.phone-number-wrapper .phone-button.hidden,
.phone-number-wrapper .phone-number.hidden {
  display: none;
}
.phone-number-wrapper .phone-button {
  font-size: 28px;
  text-transform: uppercase;
}
@media (min-width: 850px) {
  .phone-number-wrapper .phone-button {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .phone-number-wrapper .phone-button {
    font-size: 44px;
  }
}

.main-cta__info {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4px;
}
.main-cta__info ul {
  display: flex;
  flex-wrap: wrap;
  list-style: disc;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding-left: 16px;
  justify-content: center;
  align-items: center;
}
.main-cta__info ul li {
  width: -moz-fit-content;
  width: fit-content;
  color: #262626;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.main-cta__info p {
  color: #262626;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.main-cta__warning {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 100vmax;
  border: 1px solid #fff;
  background: #ffe48d;
  color: #262626;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(16px, 2.34375vw, 18px);
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 850px) {
  .main-cta__warning {
    padding: 8px 20px;
  }
}
.main-cta__warning img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.only-desktop {
  display: none;
}
@media (min-width: 850px) {
  .only-desktop {
    display: block;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  color: white;
  padding: 20px;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .cookie-banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cookie-banner .cookie-banner-text {
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}
.cookie-banner .cookie-banner-text p {
  margin: 0;
  color: white;
}
.cookie-banner .cookie-banner-text a {
  color: #85ccb1;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-text a:hover {
  color: #85a9b3;
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-buttons {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cookie-btn-accept {
  background-color: #19ae30;
  color: white;
}
.cookie-btn-accept:hover {
  background-color: #158026;
}
.cookie-btn-essential {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-essential:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-settings:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal-overlay.show {
  opacity: 1;
}

.cookie-modal {
  background-color: white;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
}
.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e3641;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.cookie-modal-close:hover {
  color: #333;
}
.cookie-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cookie-category-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e3641;
}
.cookie-category-desc {
  font-size: 13px;
  line-height: 18px;
  color: #777;
  margin: 0;
}

/* Switch Styles */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch input:checked + .cookie-slider {
  background-color: #19ae30;
}
.cookie-switch input:focus + .cookie-slider {
  box-shadow: 0 0 1px #19ae30;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}/*# sourceMappingURL=styles.css.map */