@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
  font-family: "Better Times";
  src: url("../fonts/Better_Times.eot");
  src: url("../fonts/Better_Times.eot?#iefix") format("embedded-opentype"), url("../fonts/Better_Times.ttf") format("truetype");
}
@font-face {
  font-family: "Lucida Big Casuals";
  src: url("../fonts/LucidaBigCas_DemIta.otf") format("opentype");
  src: url("../fonts/LucidaBigCas_DemIta.eot?#iefix") format("embedded-opentype"), url("../fonts/LucidaBigCas_DemIta.otf") format("opentype");
}
@font-face {
  font-family: "Intro Head H";
  src: url("../fonts/introHeadHBase.otf") format("opentype");
}
@font-face {
  font-family: "Futura Medium";
  src: url("../fonts/FuturaStd-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Block-reg";
  src: url("../fonts/BlockStdReg.otf") format("opentype");
}
@font-face {
  font-family: "Block Std";
  src: url("../fonts/BlockStd-Condensed.otf") format("opentype");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after,
* ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #e52329;
  text-decoration: none;
}

ul {
  margin: 0;
  padding-left: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

input,
button,
select,
textarea {
  font-family: "Nunito", sans-serif;
  font-size: inherit;
  line-height: inherit;
}

h1,
h2 {
  font-family: "Nunito", sans-serif;
}

p {
  -ms-hyphens: auto;
      hyphens: auto;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header .header-container {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  min-height: 45px;
  padding: 10px 42px 10px 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
header .header-container .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
header .header-container .language a {
  color: #e3192d;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 5px;
}
header .header-container .language a.active {
  border-bottom: 1px solid #e52329;
}

footer .top-footer {
  background: #ab1312;
  min-height: 110px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 10px;
}
footer .top-footer .footer-nav a {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: -0.72px;
}
footer .top-footer .footer-nav .divider {
  color: #fff;
  font-size: 24px;
}
footer .bottom-footer {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-inline: 54px;
  min-height: 110px;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer {
    padding-inline: 18px;
  }
}
footer .bottom-footer .img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
footer .bottom-footer .house-img {
  width: 128px;
  height: 78px;
  aspect-ratio: 64/39;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .house-img {
    width: 82.487px;
    height: 50.266px;
    aspect-ratio: 64/39;
  }
}
footer .bottom-footer .flag-img {
  width: 59px;
  height: 95.085px;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .flag-img {
    width: 43px;
    height: 69.299px;
  }
}
footer .bottom-footer .copyright-txt {
  color: #e3192d;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: -0.54px;
}
@media only screen and (max-width: 991px) {
  footer .bottom-footer .copyright-txt {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: -0.42px;
  }
}

#hero .banner img,
#hero .banner picture {
  margin-top: 45px;
  display: block;
  width: 100%;
}
#hero .banner img {
  display: block;
  width: 100%;
  height: auto;
}

#gold-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1vw, 34px);
  padding-inline: 10px;
  width: 100%;
  min-height: clamp(126px, 8vw, 173px);
  background: #ab1312;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 991px) {
  #gold-counter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#gold-counter .gold-left,
#gold-counter .gold-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 2vw, 32px);
}
#gold-counter .gold-left img,
#gold-counter .gold-right img {
  width: clamp(50px, 5vw, 106px);
  height: auto;
  aspect-ratio: 44/45;
}
@media only screen and (max-width: 991px) {
  #gold-counter .gold-left,
  #gold-counter .gold-right {
    display: none;
  }
}
#gold-counter .gold-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  #gold-counter .gold-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  #gold-counter .gold-mobile img {
    width: 35px;
    height: 36px;
  }
}
#gold-counter .counter-txt {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 1.5vw, 30px);
  font-style: normal;
  font-weight: 800;
  line-height: 116%;
  letter-spacing: -0.32px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  #gold-counter .counter-txt {
    padding-bottom: 5px;
  }
}

#praline {
  height: 243px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: clamp(24px, 3vw, 56px);
  padding-inline: 16px;
  background: #fcfcfc;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 991px) {
  #praline {
    padding-inline: 20px;
    height: 147px;
  }
}
#praline .praline-banner {
  max-width: 1158px;
  width: 100%;
  margin: 0 auto;
}
#praline p {
  text-align: center;
  color: #e3192d;
  font-family: "Better Times";
  font-size: clamp(32px, 5vw, 64px);
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 74.24px */
  letter-spacing: -0.64px;
}
@media only screen and (max-width: 991px) {
  #praline p {
    font-size: 32px;
  }
}

#steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("/front/img/landing-page/gradient.png") center/cover no-repeat;
}
#steps .step-graphics {
  position: relative;
  width: min(1920px, 100%);
  aspect-ratio: 1920/1197;
  margin: 0 auto;
}
#steps .step-graphics .step-wrapper {
  position: absolute;
  z-index: 2;
}
#steps .step-graphics .step-wrapper p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: "Better Times", cursive;
  font-size: clamp(20px, 3vw, 48px);
  line-height: 1.2;
  max-width: 100%;
}
#steps .step-graphics .step-1 {
  width: clamp(335px, 60%, 950px);
  top: 25.64%;
  left: 64.5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#steps .step-graphics .step-2 {
  width: clamp(318px, 42%, 711px);
  top: 55%;
  left: 47.5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#steps .step-graphics .step-3 {
  width: clamp(347px, 47%, 787px);
  top: 87%;
  left: 60.5%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#steps .step-graphics .step-3 .underline {
  color: unset;
  text-decoration: underline;
  cursor: pointer;
}
#steps .step-graphics::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/front/img/landing-page/desk-steps.png") center/contain no-repeat;
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  #steps {
    padding-inline: 37px;
  }
  #steps .step-graphics {
    aspect-ratio: 375/812;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  #steps .step-graphics .step-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #steps .step-graphics .step-wrapper.step-1 {
    top: 27%;
    width: 95%;
  }
  #steps .step-graphics .step-wrapper.step-2 {
    top: 65%;
    width: 105%;
  }
  #steps .step-graphics .step-wrapper.step-3 {
    top: 92%;
    width: 110%;
  }
  #steps .step-graphics::before {
    background-image: url("/front/img/landing-page/mob-steps.png");
    background-size: contain;
    background-position: top center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1750px) {
  #steps .step-graphics .step-1 {
    left: 68.5%;
    width: clamp(335px, 58%, 880px);
  }
  #steps .step-graphics .step-2 {
    left: 45.5%;
    width: clamp(318px, 40%, 680px);
  }
  #steps .step-graphics .step-3 {
    left: 65.5%;
    width: clamp(347px, 45%, 750px);
  }
}
#term-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ab1312;
  margin-top: 43px;
  min-height: 110px;
}
#term-title h1 {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#terms-info {
  background: -webkit-gradient(linear, left top, left bottom, from(#cf987a), to(#513729));
  background: linear-gradient(180deg, #cf987a 0%, #513729 100%);
}
#terms-info .terms-wrapper {
  padding: 85px clamp(39px, 15vw, 380px);
}
@media only screen and (max-width: 991px) {
  #terms-info .terms-wrapper {
    padding: 36px 39px;
  }
}
#terms-info .terms-wrapper p,
#terms-info .terms-wrapper li,
#terms-info .terms-wrapper span,
#terms-info .terms-wrapper a,
#terms-info .terms-wrapper strong {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  line-height: normal;
}
#terms-info .terms-wrapper p:not(:first-child) {
  padding-top: clamp(17px, 2vw, 19px);
}
#terms-info .terms-wrapper ul {
  padding: 20px 0 5px 25px;
  list-style-type: disc;
}
#terms-info .terms-wrapper ul li {
  padding-bottom: 8px;
  display: list-item;
}
#terms-info .terms-wrapper ul li::marker {
  color: #fff;
}
#terms-info .terms-wrapper a {
  cursor: pointer;
  text-decoration: underline;
  display: inline;
}

/*# sourceMappingURL=land-terms.css.map */