body {
  font-family: "Inter", sans-serif;
}

.highlight {
  color: #176B87 !important;
  font-weight: bold;
}

.container {
  max-width: 1264px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.hero {
  padding: 88px 44px;
}
.hero h1 {
  color: var(--Brand-brand---5, #001216);
  text-align: center;
  font-size: 52px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -1.04px;
  max-width: 476px;
  width: 100%;
  margin: 0 auto;
}
.hero p {
  color: #475467;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  max-width: 424px;
  width: 100%;
  margin: 16px auto 0;
}

.comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  padding: 44px 0 52px;
}
.comparison .cards {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.comparison .cards .card {
  max-width: calc(50% - 12px);
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.05), 0px 4px 6px -2px rgba(16, 24, 40, 0.02);
          box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.05), 0px 4px 6px -2px rgba(16, 24, 40, 0.02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.comparison .cards .card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.comparison .cards .card__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.comparison .cards .card__brand img {
  width: 25px;
  height: auto;
}
.comparison .cards .card__brand p {
  color: var(--Brand-brand---5, #001216);
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.44px;
  margin: 0;
}
.comparison .cards .card__text {
  color: #475467;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  margin: 12px 0 16px;
}
.comparison .cards .card__link {
  color: #002730;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-top: auto;
  padding: 8px 0;
}
.comparison .sidebar-cat__item.active {
  color: #176B87;
}

.nimbus-sidebar {
  margin: 0;
}

.cta__bottom {
  padding: 88px 32px;
}
.cta__bottom-wrapper {
  border-radius: 24px;
  background: var(--Brand-brand---4, #002730);
  padding: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../assets/images/cta-bottom-bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 1744px;
  width: 100%;
  margin: 0 auto;
}
.cta__bottom-title {
  color: var(--Base-base---1, #fff);
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 59.8px */
  letter-spacing: -1.04px;
  max-width: 488px;
  width: 100%;
  margin-bottom: 0;
}
.cta__bottom-title span {
  color: #96e1dc;
}
.cta__bottom-subtitle {
  max-width: 372px;
  width: 100%;
  color: var(--Base-base---1, #fff);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  margin-top: 16px;
  margin-bottom: 0;
}
.cta__bottom-buttons {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.input-holder--second {
  display: none;
}

@media screen and (max-width: 1366px) {
  .comparison {
    gap: 42px;
  }
}
@media screen and (max-width: 1024px) {
  .hero h1 {
    font-size: 44px;
    line-height: 120%;
    letter-spacing: -0.88px;
  }
  .comparison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
  }
  .cta__bottom-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding: 64px 0 44px;
  }
  .hero h1 {
    font-size: 36px;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.72px;
  }
  .comparison {
    max-width: 576px;
    width: 100%;
    margin: 0 auto;
    gap: 44px;
  }
  .comparison .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comparison .cards .card {
    max-width: 100%;
  }
  .cta__bottom-wrapper {
    padding: 64px;
  }
  .cta__bottom-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.72px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.64px;
  }
  .hero p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.32px;
  }
  .comparison {
    padding: 0 0 88px;
  }
  .cta__bottom {
    padding: 48px 16px;
  }
  .cta__bottom-wrapper {
    padding: 88px 32px;
  }
  .cta__bottom-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.64px;
  }
  .cta__bottom-subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
  }
  .cta__bottom-buttons {
    width: 100%;
  }
  .cta__bottom-buttons a {
    max-width: 100%;
    width: 100%;
  }
}