body,
html {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.page-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 60px;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  background: linear-gradient(
    179.18deg,
    #ffffff 2.46%,
    #fffaf4 43.6%,
    #fbf8ff 97.54%
  );
  padding: 40px 168px 60px;
}

.banner__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.banner__company-logo {
  width: 145.59px;
  height: 48px;
  object-fit: contain;
}

.banner__ad1-text-image-container {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}

.banner__header-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.banner__header-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.banner__header-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #2a2a2a;
}

.banner__header-title--colors {
  font-weight: 700;
  font-size: 52px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}

.banner__header-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #4b5563;
}

.banner__header-description--colors {
  font-weight: 700;
  font-size: 26px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
}

.banner__ad1-sign-up-button {
  box-shadow: 0px 8px 24px 0px #7a140d1f;
  box-shadow: 0px 6px 12px 0px #fff3f340 inset;
  background: #4466f0;
  display: flex;
  width: 328px;
  height: 72px;
  border: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #ffffff;
}

.banner__ad1-sign-up-button-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

.banner__banner-image {
  width: 992px;
  height: 481px;
  object-fit: cover;
}

.banner__ad2 {
  display: flex;
  gap: 80px;
}

.banner__ad2-image {
  width: 512px;
  height: 378px;
  border-radius: 24px;
  object-fit: cover;
}

.banner__ad2-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.banner__ad2-pros {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.banner__ad2-pros-item {
  display: flex;
  gap: 12px;
  align-items: center;
}

.banner__ad2-item-icon {
  width: 24px;
  height: 24px;
}

.banner__ad2-item-text {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #2a2a2a;
}

.banner__ad2-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner__ad2-description-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #424242;
}

.banner__ad2-description-paragraph {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #4b4b4b;
}

.banner__ad2-sign-up-button {
  box-shadow: 0px 8px 24px 0px #7a140d1f;
  box-shadow: 0px 6px 12px 0px #fff3f340 inset;
  background: #4466f0;
  display: flex;
  width: 371px;
  height: 62px;
  border: none;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #ffffff;
}

.banner__ad2-sign-up-button-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

.banner__ad3 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.banner__ad3-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #2a2a2a;
}

.banner__ad3-title-mobile {
  display: none;
}

.banner__ad3-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.banner__ad3-steps {
  display: flex;
  justify-content: space-between;
}

.banner__ad3-step {
  box-shadow: 0px 4px 40px 0px #65848d33;
  background: #ffffff;
  width: 246px;
  height: 229px;
  border-radius: 32px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.banner__ad3-step-icon {
  width: 64px;
  height: 64px;
}

.banner__ad3-step-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.banner__ad3-step-index {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #2a2a2a;
}

.banner__ad3-step-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #2a2a2a;
}

.banner__ad3-step-description--success {
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #13ab69;
}

.banner__ad3-information-block {
  width: 100%;
  height: 72px;
  display: flex;
  gap: 20px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  background-color: #e0fff2;
}

.banner__ad3-information-icon {
  width: 40px;
  height: 40px;
}

.banner__ad3-information-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #22252b;
}

/* Reason */
.reason {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 168px;
  align-content: center;
  margin-top:20px;
}

.reason__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #2a2a2a;
}

.reason__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.reason__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reason__list-item:nth-child(2) {
  flex-direction: row-reverse;
}

.reason__item-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reason__content-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #2a2a2a;
}

.reason__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.reason__content-line {
  display: flex;
  gap: 8px;
  align-items: center;
}

.reason__line-icon {
  width: 24px !important;
  height: 24px;
}

.reason__line-text {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #22252b;
  text-transform:none;
}

.reason__line-text--highlight {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #e55c5c;
}

.reason__list-item-image {
  width: 480px;
  height: 480px;
  border-radius: 45.71px;
  object-fit: cover;
}

.customers {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 0 168px;
}

.customers__title {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.customers__title--top {
  font-weight: 400;
  font-size: 20px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  color: #747373;
}

.customers__title--bottom {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #2a2a2a;
}

.customers__card-list {
  display: flex;
  gap: 40px;
}

.customers__card {
  box-shadow: 0px 4px 40px 0px #65848d33;
  border: 2px solid #ffffff;
  background: #ffffff;
  width: 246px;
  height: 170px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding: 24px;
}

.customers__card-image {
  width: 64px;
  height: 64px;
}

.customers__card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #535353;
}

.customers__sign-up {
  background: #f3f9ff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 24px;
  padding: 20px 0;
}

.customers__sign-up-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.customers__title-top {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #232a31;
}

.customers__title-bottom {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #747373;
}

.customers__sign-up-button {
  box-shadow: 0px 8px 24px 0px #7a140d1f;

  box-shadow: 0px 6px 12px 0px #fff3f340 inset;
  border: 2px solid #ffffff;
  background: #4466f0;
  width: 271px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

/* Support */
.support {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.support__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #2a2a2a;
}

.support__feature-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 168px;
}

.support__feature {
  width: 170px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.support__feature-image {
  width: 80px;
  height: 80px;
}

.support__feature-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #3d3c3c;
}

/* Special offer */
.special-offer {
  background-color: #fffdf5;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.special-offer__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  color: #2a2a2a;
}

.special-offer__card {
  background-color: #fff9df;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
}

.special-offer__card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #cd0505;
}

.special-offer__card-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #873d3c;
}

.special-offer__timer {
  display: flex;
  gap: 32px;
}

.special-offer__timer-card {
  background: linear-gradient(
    180deg,
    rgba(247, 72, 80, 0.15) 0%,
    rgba(255, 216, 192, 0.15) 100%
  );
  width: 120px;
  height: 128px;
  gap: 12px;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.special-offer__card-number {
  font-weight: 800;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ff383c;
}

.special-offer__card-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  color: #ff383c;
}

.special-offer__reminder {
  font-weight: 400;
  font-size: 20px;
  line-height: 112.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  color: #22252b;
}

.special-offer__sign-up-button {
  box-shadow: 0px 8px 24px 0px #7a140d1f;
  box-shadow: 0px 6px 12px 0px #fff3f340 inset;
  border: 2px solid #ffffff;
  background: #e55c5c;
  width: 271px;
  height: 62px;
  border-radius: 100px;
  border: none;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #ffffff;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 0 168px;
}

.faq__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  letter-spacing: 0%;
  text-align: center;
  color: #2a2a2a;
}

.faq__questions {
  width: 100%;
}

.faq__accordion {
  padding: 0;
  margin: 0;
}

.faq__accordion-item {
  margin-left: 20px;
}

.faq__accordion-button {
  background-color: transparent !important;
  padding: 28px 0;
  box-shadow: none !important;
}

.faq__accordion-button::after {
  content: "";
  background: none;
  width: 24px;
  height: 24px;
  background-image: url("../../../assets/ctv/icons/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}

.faq__accordion-button:not(.collapsed)::after {
  background-image: url("../../../assets/ctv//icons//minus.svg");
  transform: none;
}

.faq__button-content,
.faq__accordion-item::marker {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #232a31;
}

.faq__accordion-body {
  padding: 0 0 28px 0;
}

.faq__answer {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #747373;
}

.footer {
  background: #4165f3;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding: 24px 120px;
}

.footer__company-logo {
  width: 122px;
  height: 41px;
}

.footer__company-details {
  display: none;
}

.footer__download-app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.footer__download-information-text {
  display: none;
}

.footer__download-buttons {
  display: flex;
  gap: 24px;
}

.footer__button {
  width: 135px;
  height: 40px;
  border: none;
  padding: 0;
}

.footer__button-image {
  width: 100%;
  height: 100%;
}

.footer__copyright {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
