.form--login .form-footer .form-footer__inner {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form--login .form-footer .selectize-input,
.form--login .form-footer input[type=text],
.form--login .form-footer input[type=url],
.form--login .form-footer input[type=email],
.form--login .form-footer input[type=password],
.form--login .form-footer input[type=checkbox],
.form--login .form-footer input[type=radio],
.form--login .form-footer select,
.form--login .form-footer textarea {
  padding: 0.75em;
}
.form--login .form-footer button {
  width: 100%;
  font-size: 1.4rem;
}
.form--login .form-footer button .inner {
  padding: 0.8571428571em;
}

body.signin {
  background-color: white;
}
.signin,
.signin .container-page,
.signin .container-outer,
.signin .content-main {
  padding: 0;
  width: 100%;
  height: 100%;
}
.signin .logo {
  position: fixed;
  top: 3.5rem;
  left: 4rem;
}
.signin .footer-main.footer-main--basic {
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 4rem;
  margin-left: auto;
}
.signin .footer-main.footer-main--basic nav {
  margin: 0;
}
.signin .footer-main.footer-main--basic ul {
  gap: 0.5rem 2rem;
}
.signin .footer-main.footer-main--basic a {
  color: #7a4f79;
}
.signin .footer-main.footer-main--basic a::before {
  background-color: currentColor;
}
.signin .footer-main.footer-main--basic p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.signin .footer-main.footer-main--basic p svg {
  fill: #219b69;
  max-width: 1rem;
  margin-right: 0.8rem;
}
.signin__wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.signin__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 3rem;
}
.signin__head .logo svg {
  width: auto;
  min-height: 3.2rem;
}
.signin__head .page-title,
.signin__head p {
  width: 100%;
}
.signin__head .page-title {
  font-size: 2.1rem;
  letter-spacing: -0.38px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.signin__head p {
  font-size: 1.4rem;
  color: #2e2e2e;
  margin-bottom: 2.5rem;
}
.signin__head .or {
  margin-block: -1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  font-size: 1.4rem;
  color: #949494;
}
.signin__head .or::before, .signin__head .or::after {
  content: "";
  width: auto;
  height: 1px;
  flex-grow: 1;
  background-color: #f0f0f0;
}
.signin__left, .signin__right {
  align-self: center;
  height: 100%;
  padding: 7rem;
}
.signin__left {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.signin__left > * {
  max-width: 36rem;
  margin-inline: auto;
}
.signin__left .upgrade-text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #444;
  margin: 1.6rem 0 3.2rem;
  text-align: left;
  background-color: #f1f6ff;
  border-radius: 6px;
  padding: 0.8rem 2.5rem;
}
.signin__right {
  position: relative;
  text-align: center;
}
.signin__right p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2e2e2e;
  letter-spacing: -0.38px;
  width: 100%;
  margin-bottom: 1rem;
}
.signin__footer {
  width: 100%;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.signin__footer .tick {
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
.signin__footer .tick svg {
  max-width: 0.8rem;
  max-height: 0.7rem;
  fill: #219b69;
  margin-right: 0.4rem;
}
.signin__footer .trustpilot svg {
  max-height: 2rem;
  width: auto;
}
.signin__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.signin__logos img {
  max-height: 4rem;
}
.signin__bg {
  pointer-events: none;
}
.signin .testimonial {
  max-width: 50rem;
  margin-inline: auto;
  text-align: left;
  margin-top: -5rem;
}
.signin .testimonial,
.signin .testimonial * {
  color: #7a4f79;
}
.signin .testimonial__quote {
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 3rem;
}
.signin .testimonial__cite {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: auto 10.9rem;
  grid-template-areas: "name stars" "cite stars";
}
.signin .testimonial__cite .stars {
  align-self: center;
  justify-self: flex-end;
  width: auto;
  height: auto;
  background: transparent;
}
.signin .testimonial__name {
  grid-area: name;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.0375rem;
  margin: 0;
}
.signin .testimonial__byline {
  grid-area: cite;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.0375rem;
  margin: 0;
}
.signin .testimonial__stars {
  grid-area: stars;
}
.signin .select-container {
  position: relative;
  width: 22rem;
  z-index: 10;
}
.signin .select-container.open .select-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: initial;
  transform: translateY(0);
}
.signin .select-container.open .select-button::after {
  transform: rotate(180deg);
}
.signin .select-container .select-label {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.225px;
}
.signin .select-container .select-label > span {
  color: #065af9;
  font-size: 1.1rem;
}
.signin .select-container .select-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3.5rem 1rem 1.5rem;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1;
}
.signin .select-container .select-button::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #065af9 transparent transparent transparent;
  transform: rotate(0deg);
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.signin .select-container .select-button .select-label {
  font-weight: 500;
}
.signin .select-container .select-dropdown {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.signin .select-container .select-option {
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  transition: background 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
html:not(.mobile):not(.tablet) .signin .select-container .select-option:hover, html:not(.mobile):not(.tablet) .signin .select-container .select-option:focus, .signin .select-container .select-option.on-press {
  background-color: #f4f4f5;
}
.form--signup .form-section {
  margin-bottom: 0;
}
.form--signup .form-inner {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.form--signup .form-footer {
  margin-top: 2.5rem;
}
.form--signup .form-footer p {
  max-width: 32rem;
  margin-top: 1.7rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.1rem;
  line-height: 2rem;
  color: #2e2e2e;
}
.form--signup .form-footer p a {
  color: inherit;
}

.checkout-pack__inner {
  width: 36rem;
  border: 1px solid #065af9;
  border-radius: 6px;
  padding: 2.6rem;
  margin-bottom: 5.6rem;
}
.checkout-pack__toggles {
  display: flex;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  margin-left: -1rem;
  margin-bottom: 2rem;
}
.checkout-pack__toggle {
  font-size: 1.3rem;
  line-height: 100%;
  color: #737272;
  font-weight: 500;
  padding: 0.4rem 1rem;
  border: 1px solid transparent;
  border-radius: 100rem;
  transition-property: color, broder;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.checkout-pack__toggle[aria-expanded=true] {
  color: #065af9;
  border: 1px solid #065af9;
}
html:not(.mobile):not(.tablet) .checkout-pack__toggle:hover, html:not(.mobile):not(.tablet) .checkout-pack__toggle:focus, .checkout-pack__toggle.on-press {
  color: #065af9;
}
.checkout-pack__plan:not([data-expanded=true]) {
  display: none;
}
.checkout-pack__title {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 0.8rem;
}
.checkout-pack__description {
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 0 1.6rem;
}
.checkout-pack .interval-info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-weight: 500;
  color: #232323;
  margin: 1.8rem 0 2.4rem;
}
.checkout-pack .interval-info__price {
  font-size: 4rem;
  line-height: 1;
}
.checkout-pack .interval-info__recurrence {
  font-size: 2rem;
  line-height: 1;
}
.checkout-pack .interval-info__details {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #444;
}
.checkout-pack .compliance-features {
  background-color: #f1f6ff;
  border-radius: 6px;
  padding: 1.4rem 2.5rem;
}
.checkout-pack .compliance-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout-pack .compliance-features ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #555;
}
.checkout-pack .compliance-features ul li strong {
  font-weight: 600;
}
.checkout-pack .compliance-features ul li a {
  padding-top: 0.4rem;
  margin-left: 2.4rem;
}
.checkout-pack .compliance-features ul li .icon {
  order: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.4rem;
  width: 1.4rem;
}
.checkout-pack .compliance-features ul li .icon svg path {
  fill: #065af9;
}

body {
  background: #f8f8f8;
}

.header-main,
.container-outer,
.footer-main {
  background: none;
}

.container-outer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: none;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
.container-outer::before {
  content: none;
}
.container-outer main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 2rem;
}
.container-outer footer {
  flex-shrink: 0;
}

.header-main {
  position: static;
  width: auto;
  padding: 0;
  display: inline-flex;
}
.header-main__logo {
  margin: 0;
}
.header-main-spacer {
  display: none;
}

.footer-main {
  border: none;
}

.page-title {
  font-family: "Graphik", "Calibre", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: -0.0172727273em;
  text-align: center;
  line-height: 1.3636363636;
  margin-bottom: 1.3636363636em;
}

.form-after {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 3.5rem;
}

@media (min-width: 768px) {
  .form--login .form-footer .form-footer__inner {
    flex-wrap: nowrap;
  }
  .form--login .form-footer button {
    max-width: 16rem;
  }
  .signin__footer {
    justify-content: space-between;
  }
  .container-outer main {
    padding-top: 4rem;
  }
}

@media (min-width: 992px) {
  .signin::before, .signin::after {
    content: "";
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .signin::before {
    left: 0;
    background-color: white;
  }
  .signin::after {
    right: 0;
    background-color: #f4d9f3;
  }
  .signin .footer-main.footer-main--basic {
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .signin__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .signin__head .page-title,
  .signin__head p {
    text-align: left;
  }
  .signin__right {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto 1fr;
  }
  .signin__right > * {
    align-self: center;
    justify-self: center;
  }
  .signin__right::before {
    content: "";
  }
  .signin__footer {
    padding: 2rem 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .signin__footer .trustpilot svg {
    margin-top: 0.3rem;
  }
  .signin__bg {
    width: 150%;
    max-width: 79rem;
    transform: translateX(-11%);
  }
}

@media (max-height: 1023px) {
  .signin__right {
    grid-template-rows: auto 1fr;
  }
  .signin__right::before {
    content: none;
  }
}

@media (max-width: 992px) {
  .signin__wrapper {
    grid-template-rows: auto 7rem;
  }
  .signin__right {
    height: auto;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .signin .footer-main.footer-main--basic {
    position: static;
    width: 100%;
  }
  .signin .footer-main.footer-main--basic > *:nth-child(1),
  .signin .footer-main.footer-main--basic > *:nth-child(3) {
    width: 100%;
    text-align: center;
    margin-inline: auto;
  }
  .signin__head {
    justify-content: center;
    margin-top: auto;
  }
  .signin__head .page-title,
  .signin__head p {
    justify-content: center;
    text-align: center;
  }
  .signin__left {
    padding-inline: 4rem;
    padding-block: 10rem 0;
  }
  .signin__footer {
    padding-top: 2rem;
  }
  .signin__bg {
    display: none;
  }
  .signin .testimonial {
    display: none;
  }
  .form--signup {
    margin-bottom: auto;
  }
}

@media (max-height: 900px) {
  .signin__right .signin__bg {
    max-width: 60rem;
  }
  .signin__right .testimonial__quote {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .signin__footer {
    flex-direction: column;
  }
}

@media (max-height: 730px) {
  .signin__right .signin__bg {
    max-width: 50rem;
  }
  .signin__right .testimonial {
    max-width: 40rem;
  }
  .signin__right .testimonial__quote {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 319px) {
  .signin__left {
    padding-inline: 2rem;
  }
}