:root {
  --border-radius: 5px;
  --font-family: "Noto Sans", sans-serif;

  --foreground-rgb: 0, 0, 0;

  --background-rgb: 255, 255, 255;
  --background-header: #f8f9f9;

  --text-color: var(--dynamic-text-color, #435c71);
  --button-color: var(--dynamic-button-color, #18a103);
  --button-color-contrast: var(--dynamic-button-color-contrast, #ffffff);

  --border-header-color: #d7e2eb;
  --border-color: #d7e2eb;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
  font-family: var(--font-family) !important;
}

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

ul {
  padding-left: 0;
  margin-bottom: 0;
}

.container {
  max-width: 1140px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

header {
  width: 100%;
  height: 40px;
  background-color: var(--background-header);
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--border-header-color);
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-wrapper {
  width: 20px;
  height: 20px;
}

.header__logo-wrapper img {
  width: 100%;
  height: 100%;
}

.header__logo-title {
  font-size: 1rem;
  color: var(--text-color);
  margin: 0 0 0 1rem;
  text-transform: capitalize;
}

footer {
  min-height: 8rem;
  margin-top: 3rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color);
  display: flex;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__description {
  font-size: 11px;
  color: #9c9c9c;
  text-align: center;
  margin: auto;
}

.page__content {
  transition: filter 0.15s ease-in-out;
}

.page__content.blur {
  filter: blur(5px);
}

.close-button-modal {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 16px;
  color: #595959;
  cursor: pointer;
  z-index: 1111;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.close-button-modal:hover {
  cursor: pointer;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  display: none;
}

.dialog-content {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  max-height: 80%;
  /* overflow: auto; */
  position: relative;
}

.dialog-content.dialog-sub,
.dialog-content.dialogSub {
  max-width: 700px;
  width: calc(100% - 20px);
}
.dialog-content.dialogPolicy {
  max-width: 1024px;
  width: calc(100% - 20px);
  min-height: 50%;
  height: 80%;
}
.dialog-content.dialog-sign-up-continue {
  max-width: 800px;
  width: calc(100% - 20px);
}

.btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  color: #000;
  background-color: transparent;
  border: 0;
  font-size: 1.2rem;
  cursor: pointer;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media screen and (max-width: 1024px) {
  html,
  body {
    font-size: 14px;
  }

  .container {
    max-width: 992px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }

  .form-group {
    margin-bottom: 1.5rem;
  }

  .form-control__error {
    padding: 0.25rem;
    font-size: 10px;
  }
}

.dialog-continue__content {
  padding: 1.5rem;
  font-size: 0.9em;
  margin: 0;
  line-height: 1.4;
  color: #6f6f6f;
}

.dialog-continue__footer {
  padding: 1.5rem;
  background-color: #f2f2f2;
}

.dialog-continue__footer .btn {
  margin-top: 0 !important;
}

.dialog-continue__title {
  padding: 1.5rem;
  color: #444a55;
  font-size: 18px;
}

.dialog-sub__wrapper {
  display: flex;
}

.dialog-sub__item {
  flex: 1;
  max-width: 50%;
}

.dialog-sub__item.left {
  background-color: #17556b;
  color: #fff;
}

.dialog-sub__item.right {
  padding: 20px;
}

.subscriptions__process-horizontal {
  padding: 1rem 20px;
}

.dialog-sub__item-title {
  padding: 20px;
}

.dialog-sub__item-title1 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

.dialog-sub__item-title2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.dialog-sub__note {
  font-size: 11px;
  color: #9c9c9c;
  text-align: center;
  margin: 15px auto 5px;
}

.dialog-sub__right-title {
  font-size: 18px;
  color: #17556b;
  padding: 12px 0 1rem 0;
  text-align: center;
}

.subHeader__content {
  margin: 18px auto;
  text-align: center;
  color: #9da9b4;
  font-size: 12px;
}

.s-cta {
  padding: 4rem 0;
}

.s-cta__wrapper {
  display: flex;
  width: 45%;
}

.s-cta__item {
}

.s-cta__item.left {
  color: var(--text-color);
  align-self: center;
}

.s-cta__item.left h1 {
  font-size: 36px;
}

.s-cta__divide {
  border-left: 1px solid var(--border-color);
  height: 100px;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
}

.s-cta__item.right {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.s-cta__btn-continue {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-size: 30px;
  font-weight: 700;
  background-color: var(--button-color);
  color: var(--button-color-contrast);
  min-width: 18rem;
  padding: 10px !important;
  min-height: 100px;
}

.s-cta__btn-continue.btn-submit {
  min-height: 65px;
  font-size: 24px;
  margin-top: 2rem;
  min-width: 100%;
}

.s-cta__btn-continue .icon {
  margin-right: 2rem;
}

.s-cta__note {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #686868;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-cta__note::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 20px;
  background-color: var(--button-color);
}
/* Features */

.main-features {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #d7e2eb;
  border-bottom: 1px solid #d7e2eb;
  background: #f6f6f6;
  padding-top: 20px;
}

.main-features-container {
  display: flex;
  width: 100%;
  max-width: 902px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}
.main-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-feature-title {
  margin-top: 2px;
  padding-bottom: 20px;
  line-height: 22px;
  color: #58646d;
  text-align: center;
}

.s-usp {
  padding: 2rem 1rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}

.s-usp__wrapper {
  display: flex;
  align-items: center;
}

.s-usp__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-right: 1px solid var(--border-color);
  padding: 1rem 0;
}

.s-usp__item:last-child {
  border-right: 0;
}

.s-usp__item-title {
  text-align: center;
  color: var(--text-color);
  margin-top: 1rem;
}

.s-steps {
  margin-top: 2rem;
}

.s-steps__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--text-color);
}

.s-steps__process {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--border-color);
  width: 60%;
  margin: 0 auto;
}

.s-steps__item {
  display: flex;
  align-items: center;
  position: relative;
}

.s-steps__divide {
  width: 10%;
  height: 1px;
  border-bottom: solid 1px #bebebe;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}

.s-steps__item-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e8e8e8;
  color: #9c9c9c;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-tagLine {
  margin-top: 3rem;
}

.s-tagLine__title {
  font-size: 2.3125rem;
  line-height: 1.4;
  font-weight: normal;
  color: var(--text-color);
  width: 60%;
  margin: 2rem auto;
  text-align: center;
  max-width: 480px;
}

.s-tagLine__item.up {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 4rem;
}

.s-tagLine__item.up .s-cta__btn-continue {
  max-width: 25rem;
  width: 60%;
}

.s-tagLine__featureList {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px;
}

.s-tagline__feature {
  display: flex;
  align-items: center;
  color: var(--text-color);
  padding-bottom: 1rem;
}

.s-tagline__feature span {
  margin: 0 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}

.footer-tos {
  display: flex;
  justify-content: center;
  margin: 1rem auto 0;
  list-style: none;
}
.footer-tos li {
  cursor: pointer;
  padding: 0 1rem;
  font-size: 0.8rem;
  color: #333;
}
.footer-tos li:hover {
  text-decoration: underline;
  color: rgb(70, 70, 232);
}
.footer-company {
  color: #9c9c9c;
  text-align: center;
  margin: 16px 0;
  font-size: 12px;
}

button:focus {
  outline: none;
}
.btn {
  padding: 1rem;
  border-radius: var(--border-radius);
  border: none;
  cursor: pointer;
}
.btn:hover {
  color: #fff;
}

/* FORM */
input:hover,
input:focus {
  outline: none;
}

.form-control {
  padding: 1rem 10px;
  width: 100%;
  border-radius: var(--border-radius);
  background-color: rgb(var(--background-rgb));
  color: rgb(var(--foreground-rgb));
  border: 1px solid var(--border-color);
  transition: border-color 0.15s ease-in-out;
  font-size: 1rem;
  min-height: 55px;
}

.form-control.error {
  border-color: #ec0909;
}

.form-control__error {
  color: #ec0909;
  font-size: 12px;
  position: absolute;
  padding: 0.25rem 1rem;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(213, 69, 83, 0.25);
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}

.form-group label {
  margin-bottom: 0.5rem;
}

.input-group {
  position: relative;
}

.input-group .form-control {
  padding-left: 48px;
}

.input-group__text {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.subscriptions__process-horizontal {
  display: flex;
  flex-direction: column;
}

.subscriptions__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}

.subscriptions__item:last-child {
  padding-bottom: 0;
}

.subscriptions__item:last-child .subscriptions__item-number::before {
  display: none;
}

.subscriptions__item.active {
  margin-left: -3px;
}

.subscriptions__item.active .subscriptions__item-number {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #17556b;
  position: relative;
}

.subscriptions__item.active .subscriptions__item-title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.subscriptions__item-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #24728e;
  position: relative;
  flex-shrink: 0;
}

.subscriptions__item-number::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 1px;
  background-color: #24728e;
}

.subscriptions__item-title {
  color: #bfdbe5;
  margin-left: 10px;
  padding-top: 4px;
  font-size: 15px;
}

.dialogPolicy-wrapper {
  padding: 1.5rem 1rem;
  max-height: 100%;
  overflow: auto;
}
.original-text {
  white-space: pre-wrap;
}
.original-text * {
  margin-top: revert;
  margin-bottom: revert;
}

@media screen and (min-width: 641px) {
  .main-features-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    max-width: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .main-features {
    display: flex;
    width: 100%;
    padding: 49.5px 261px 43.5px 262px;
    justify-content: center;
    align-items: center;
  }

  .main-features-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    max-width: 1425px;
  }
}
@media screen and (min-width: 1560px) {
  .s-cta__wrapper {
    justify-content: center;
  }

  .s-cta__divide {
    margin: 0 5rem;
  }
}

@media screen and (max-width: 1200px) {
  .s-cta__wrapper {
    width: 55%;
  }
}

@media screen and (max-width: 1023px) {
  .s-cta {
    background: unset;
  }

  .s-cta__wrapper {
    width: 100%;
  }

  .s-steps__process {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .s-steps {
    display: none;
  }
}

@media screen and (max-width: 639px) {
  .dialog-sub__wrapper {
    flex-direction: column;
  }

  .dialog-sub__item {
    max-width: 100%;
  }

  .dialog-sub__item.left {
    background-color: #fff;
  }

  .dialog-sub__item.right {
    background-color: #eee;
  }

  .dialog-sub__item-title {
    background-color: #17556b;
  }

  .dialog-sub__item-title2 {
    margin-bottom: 0;
  }

  .dialog-sub__right-title {
    display: none;
  }

  .s-cta__wrapper {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .s-cta__item.left h1 {
    font-weight: normal;
    font-size: 25px;
  }

  .s-cta__btn-continue {
    width: 80%;
  }

  .s-cta__btn-continue.btn-submit {
    min-height: 65px;
  }

  .s-cta__divide {
    display: none;
  }

  .s-tagLine__item.up .s-cta__btn-continue {
    width: 100%;
  }

  .s-usp__item:nth-child(2) {
    border-right: 0;
  }

  .s-usp__item:last-child {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .close-button-modal {
    top: -8px;
    left: 2px;
    width: 20px;
    height: 20px;
  }

  .container {
    max-width: 100%;
  }

  .dialog-overlay {
    align-items: flex-start;
    padding-top: 20px;
  }

  .subscriptions__item.active .subscriptions__item-number {
    background-color: #17556b;
    color: #fff;
  }

  .subscriptions__item.active .subscriptions__item-title {
    color: #17556b;
  }

  .subscriptions__item-number {
    color: #fff;
    background-color: #9c9c9c;
    position: relative;
  }

  .subscriptions__item-number::before {
    content: none;
  }

  .subscriptions__item-title {
    color: #7e7e7e;
  }
}

@media screen and (max-width: 319px) {
  html,
  body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) and (max-height: 767px) {
  .dialog-content {
    max-height: 100%;
    overflow: auto;
  }
}
