.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 100; }

.modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-content {
  background: white;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto; }

.country-selector-modal {
  background-color: black;
  overflow-y: auto; }

.country-selector-modal__title {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  font-weight: 400; }

.country-selector-modal__continent {
  margin-bottom: 15px; }

.country-selector-modal__continent h3 {
  font-size: 1rem;
  border-bottom: 1px solid #ccc; }

.country-selector-modal__continent a {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  line-height: 1;
  width: 190px;
  margin: 5px 0;
  font-size: 0.875rem; }

.country-selector-modal__continent img {
  width: 20px;
  margin-right: 5px; }

.country-selector-modal__close {
  position: absolute;
  top: 2px;
  right: 15px;
  font-size: 25px;
  cursor: pointer; }

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

body {
  font-family: "Source Sans 3", sans-serif; }

.is-source-sans-3-font {
  font-family: "Source Sans 3", sans-serif; }

.is-fjalla-one-font {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400; }

.container {
  width: 1170px;
  padding: 0 25px;
  margin: auto; }
  @media (max-width: 1220px) {
    .container {
      width: 100%;
      padding: 0 20px; } }

.hero {
  font-family: "Fjalla One", sans-serif;
  background-image: url("../backendAssets/vm/lander/nov23/shutterstock_2083328593-mid-res.jpg");
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat repeat;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 300px;
  color: white; }

.hero__body {
  max-width: 640px; }

.hero__logo-wrapper {
  width: 250px;
  margin-bottom: 15px; }

.hero__logo-wrapper img {
  width: 100%; }

.hero__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.3em;
  margin-bottom: 20px; }

.hero__subtitle {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 30px; }

.hero__cta {
  display: block;
  text-align: center;
  background-color: #cc00b2;
  font-size: 24px;
  padding: 10px 25px;
  width: 525px;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  outline: none; }

/*LANDER FORM*/
.lander-sign-up-apr21__form {
  max-width: 523px; }

.lander-sign-up-apr21__terms-text {
  font-size: 12px;
  margin-bottom: 20px; }

.lander-sign-up-apr21__terms-text a,
.lander-sign-up-apr21__terms-text a:hover {
  color: white;
  text-decoration: underline; }

.lander-sign-up-apr21__questions-row {
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }

.lander-sign-up-apr21__question-col {
  flex: 0 0 48%;
  width: 48%; }

.lander-sign-up-apr21__question-label {
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 8px; }

.lander-sign-up-apr21__question-option {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  border: none; }

.lander-sign-up-apr21__question-option input {
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 13px; }

.lander-sign-up-apr21__question-option
input:checked
+ .lander-sign-up-apr21__question-option-indicator {
  background-color: none;
  border: none; }

.lander-sign-up-apr21__question-option-indicator {
  border-radius: 50%;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  color: white;
  text-align: center;
  font-size: 12px;
  padding-top: 4px;
  border: 1px solid white; }

.lander-sign-up-apr21__question-option-indicator i {
  display: none; }

.lander-sign-up-apr21__question-option
input:checked
+ .lander-sign-up-apr21__question-option-indicator
i {
  display: block;
  color: #df00b8;
  font-size: 20px; }

.lander-sign-up-apr21__question-option
input[type="radio"]:checked
~ .lander-sign-up-apr21__question-option {
  background-color: white; }

.lander-sign-up-apr21__question-option--checked {
  background: white;
  color: black; }

.lander-sign-up-apr21__form-group {
  margin-bottom: 10px;
  margin-top: 10px; }

.lander-sign-up-apr21__input-wrapper {
  position: relative; }

.lander-sign-up-apr21__input {
  width: 100%;
  padding-left: 54px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  font-size: 16px;
  outline: none;
  border: 1px solid #b7b7b7;
  border-color: transparent;
  background: rgba(255, 255, 255, 0.16);
  color: white; }

.lander-sign-up-apr21__input-wrapper i {
  position: absolute;
  top: 12px;
  left: 18px;
  font-size: 22px; }

.lander-sign-up-apr21__form-error {
  font-size: 14px;
  margin-top: 5px;
  color: red;
  display: none; }

.lander-sign-up-apr21__form-group_has-error .lander-sign-up-apr21__form-error {
  display: block; }

.lander-sign-up-apr21__full-form {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: 10px; }

.lander-sign-up-apr21__form_active .lander-sign-up-apr21__full-form {
  max-height: 300px;
  opacity: 1; }

/* FEATURES */
.features {
  background-image: url("../backendAssets/vm/lander/nov23/golden-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0; }

.features-flexbox {
  display: flex;
  justify-content: space-between;
  gap: 43px; }

.feature {
  width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2f2f2f;
  text-align: center; }

.feature__icon-wrapper {
  width: 70px;
  height: 70px;
  margin-bottom: 35px; }

.feature__icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center; }

.feature__title {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "Fjalla One", sans-serif; }

.feature__descritption {
  font-size: 18px;
  font-family: sans-serif;
  line-height: 1.42857143; }

/* Information block */
.information {
  padding-top: 50px;
  padding-bottom: 100px;
  color: #2d2d2d; }

.information__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 70px; }

.information-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }

.information-block:last-child {
  margin-bottom: 0; }

.information-block__img--left {
  min-width: 470px;
  margin-right: 100px; }

.information-block__img--right {
  min-width: 525px;
  margin-left: 100px; }

.information-block__img img {
  width: 100%;
  border-radius: 5px; }

.information-block__title {
  font-size: 34px;
  margin-bottom: 15px; }

.information-block__description {
  font-size: 18px;
  line-height: 1.42857143; }

.information-block--text-on-left .information-block__title,
.information-block--text-on-left .information-block__description {
  text-align: right; }

/* Footer */
.footer {
  background-color: #f4f4f4;
  padding-bottom: 15px;
  padding-top: 50px; }

.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.footer__links {
  display: flex;
  justify-content: center;
  list-style: none;
  font-size: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

.footer__link {
  padding: 10px; }

.footer__link a {
  color: #2d2d2d;
  text-decoration: none; }

.footer__notes {
  color: #606060;
  font-size: 14px;
  margin-bottom: 20px; }

.footer__copyright {
  color: #606060;
  font-size: 14px; }

/* PARALLAX */
.parallax {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: repeat repeat !important;
  background-position: center center;
  padding-top: 300px;
  padding-bottom: 300px; }

.parallax--type-1 {
  background-image: url("../backendAssets/vm/lander/nov23/S2.jpg"); }

.parallax--type-1 .parallax__content {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.parallax--type-2 {
  background-image: url("../backendAssets/vm/lander/nov23/4.jpeg"); }

.parallax--type-3 {
  background-image: url("../backendAssets/vm/lander/nov23/S3.jpg"); }

.parallax__project-logo {
  width: 333px;
  margin-bottom: 55px; }

.parallax__cta {
  display: block;
  text-align: center;
  background-color: #cc00b2;
  font-size: 24px;
  padding: 10px 25px;
  width: 333px;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase; }

.parallax__title {
  color: white;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.parallax__description {
  color: white;
  max-width: 525px;
  margin-bottom: 55px; }

.parallax--type-3 .parallax__cta {
  width: 525px; }

/* TESTIMONIALS */
.testimonials {
  padding-top: 105px;
  padding-bottom: 85px;
  color: #2d2d2d; }

.testimonials__header {
  text-align: center;
  margin-bottom: 35px; }

.testimonials__header-title {
  font-size: 48px;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400; }

.testimonials__header-subtitle {
  font-size: 16px; }

.testiomonials__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
  gap: 50px;
  border-bottom: 1px solid #888888; }

.testiomonials__item:last-child {
  border-bottom: none; }

.testiomonials__item-avatar img {
  width: 140px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.testiomonials__item-content {
  font-size: 22px;
  color: #888888;
  font-family: "Ranga", cursive; }

@media (min-width: 768px) and (max-width: 1000px) {
  .information-block__img--left {
    min-width: 350px;
    margin-right: 30px; }
  .information-block__img--right {
    min-width: 400px;
    margin-left: 30px; } }

@media (max-width: 767px) {
  .hero__logo-wrapper {
    display: none; }
  .lander-sign-up-apr21__form {
    max-width: 100%; }
  .lander-sign-up-apr21__questions-row {
    margin-bottom: 15px; }
  .hero {
    min-height: 100vh; }
  .hero .container {
    margin: 0 auto; }
  .hero__body {
    padding: 0;
    padding-bottom: 50px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding-left: 20px;
    padding-right: 20px;
    max-width: unset; }
  .hero {
    padding: 0;
    display: flex;
    align-items: flex-end;
    padding-top: 100px;
    position: relative;
    background-image: url("../backendAssets/vm/lander/nov23/S1m.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    background-color: black; }
  .hero__body {
    text-align: center;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.710504) 13%, black 24%, black 100%); }
  .hero__title {
    font-size: 32px;
    margin-bottom: 10px; }
  .hero__subtitle {
    font-size: 16px;
    margin-bottom: 20px; }
  .hero__cta {
    width: 100%;
    max-width: 330px;
    height: 60px;
    margin: auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer; } }

@media (max-width: 767px) {
  .features {
    padding-top: 30px;
    padding-bottom: 40px; }
  .features-flexbox {
    flex-direction: column;
    align-items: center;
    gap: 40px; }
  .feature {
    width: 100%;
    max-width: 400px; }
  .feature__title br {
    display: none; }
  .feature__icon-wrapper {
    width: 55px;
    height: 55px;
    margin-bottom: 15px; }
  .feature__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .feature__description {
    max-width: 300px;
    font-size: 14px; } }

@media (max-width: 767px) {
  .information {
    padding-top: 30px;
    padding-bottom: 38px; }
  .information__title {
    font-size: 28px;
    margin-bottom: 10px; }
  .information-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .information-block__img--left,
  .information-block__img--right {
    width: 100%;
    max-width: 470px;
    min-width: unset;
    margin: 0; }
  .information-block.information-block--text-on-left {
    flex-direction: column-reverse; }
  .information-block--text-on-left .information-block__title,
  .information-block--text-on-left .information-block__description {
    text-align: center; }
  .information-block__img img {
    margin-bottom: 20px; }
  .information-block__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .information-block__description {
    font-size: 13px; } }

@media (max-width: 767px) {
  .parallax {
    padding: 0;
    height: 490px;
    position: relative; }
  .parallax--type-1 {
    background-position: left; }
  .parallax--type-2 {
    background-position: 80%; }
  .parallax.parallax--type-3 {
    height: 732px;
    background-position: center top; }
  .parallax__content {
    position: absolute; }
  .parallax--type-1 .parallax__content {
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 30px; }
  .parallax--type-3 .parallax__content {
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.9) 100%); }
  .parallax--type-3 {
    background-image: url("../backendAssets/vm/lander/nov23/S9m.jpg"); }
  .parallax--type-2 .parallax__content {
    top: 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    padding-top: 50px; }
  .parallax__project-logo {
    width: 250px;
    margin-bottom: 30px; }
  .parallax__cta,
  .parallax--type-3 .parallax__cta {
    font-size: 20px;
    padding: 10px 25px;
    width: 330px;
    max-width: 100%;
    border-radius: 10px; }
  .parallax__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .parallax__description {
    font-size: 14px;
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .footer {
    padding-top: 25px; } }

@media (max-width: 767px) {
  .testimonials {
    padding-top: 40px;
    padding-bottom: 20px; }
  .testimonials__header {
    margin-bottom: 0; }
  .testimonials__header-title {
    font-size: 28px; }
  .testimonials__header-subtitle {
    font-size: 12px; }
  .testiomonials__item {
    gap: 15px;
    padding: 27px 0;
    align-items: flex-start; }
  .testiomonials__item-avatar img {
    width: 60px;
    height: 60px; }
  .testiomonials__item-content {
    font-size: 16px; }
  .testiomonials__item {
    border: none;
    position: relative; }
  .testiomonials__item:last-child::before {
    content: none; }
  .testiomonials__item::before {
    content: "";
    height: 1px;
    background: #8e8e93;
    width: calc(100% - 75px);
    position: absolute;
    bottom: 0;
    right: 0; } }

i.angles-right {
  font-size: 20px;
  margin-left: 10px; }

@media (max-width: 767px) {
  i.angles-right {
    font-size: 17px;
    margin-left: 5px; } }

.lander-sign-up-apr21__marketing-agree-wrapper.active {
  max-height: 200px;
  opacity: 1; }

.lander-sign-up-apr21__marketing-agree-wrapper {
  padding: 0 20px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  padding-bottom: 20px; }

.lander-sign-up-apr21__marketing-agree-text {
  color: white;
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 18px; }

.lander-sign-up-apr21__marketing-agree-buttons {
  display: flex;
  justify-content: space-between; }

.lander-sign-up-apr21__marketing-agree-buttons label {
  flex: 0 0 50%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px; }

.lander-sign-up-apr21__marketing-agree-buttons input {
  display: none; }

.lander-sign-up-apr21__marketing-agree-button {
  border-radius: 6px;
  background-color: white;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
  width: 95%;
  cursor: pointer;
  color: rgba(74, 74, 74, 0.8);
  border: 1px solid #9b9b9b;
  text-align: center; }

.lander-sign-up-apr21__marketing-agree-buttons
input:checked
~ .lander-sign-up-apr21__marketing-agree-button {
  border-color: #cc00b2;
  color: white;
  background-color: #cc00b2; }

@media (max-width: 767px) {
  .lander-sign-up-apr21__marketing-agree-text {
    font-size: 14px; }
  .lander-sign-up-apr21__marketing-agree-button {
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px; }
  .lander-sign-up-apr21__full-form,
  .lander-sign-up-apr21__marketing-agree-text {
    margin-top: 0; }
  .lander-sign-up-apr21__marketing-agree-text {
    margin-bottom: 10px; } }

@media (max-width: 500px) {
  .lander-sign-up-apr21__questions-row {
    flex-direction: column;
    margin-bottom: 10px; }
  .lander-sign-up-apr21__question-col {
    flex: 1;
    width: 100%; } }

.hero {
  position: relative; }

.hero__actions {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  cursor: pointer; }

.hero__actions-login {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-family: FjallaOne-Regular;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 25px; }

@media (max-width: 767px) {
  .hero__actions {
    width: calc(100% - 40px);
    right: 20px;
    justify-content: space-between; }
  .hero__actions-login {
    font-size: 18px;
    padding: 2px 20px; } }

@media (max-width: 960px) {
  .hero, .parallax {
    background-attachment: unset !important; } }
