@charset "UTF-8";
/* text */
/* accent */
/* background */
/* button */
/* link */
/* input-border */
/* footer-text */
/* button-hover */
/* gray-border */
/* checkout-form */
/* panel */
/* gray-text */
html, body {
  height: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  color: #1B0324;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}

strong {
  font-weight: 600;
}

.sm {
  font-size: 14px;
}

.xs {
  font-size: 11px;
}

.text-huge {
  font-size: 57px;
}

.text-big {
  font-size: 57px;
}

h1, .h1 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 57px;
  line-height: 115%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 115%;
  margin: 0.8em 0 14px;
}

h3, .h3 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 115%;
  margin: 0.8em 0 14px;
}

h4, .h4 {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 115%;
  margin: 0.8em 0 14px;
}

a {
  color: #5B34EA;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #5B34EA;
  text-decoration: underline;
}
a:hover.pc {
  text-decoration: none;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
ul:not([class]) li {
  margin-left: 2em;
}
ul:not([class]) li:before {
  content: "•";
  margin-right: 0.5em;
  margin-left: -1.3em;
}

li {
  margin: 0 0 13px;
}

input, textarea, select {
  color: #1B0324 !important;
  background-color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.nowrap {
  white-space: nowrap;
}

hr {
  border-top: 1px solid #192138;
}

body.modal-open {
  overflow: hidden;
}

input, select, textarea {
  border: 1px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  outline: none;
  padding: 13px 4px;
  font-size: 18px;
  width: 300px;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

input.underline {
  border-color: transparent transparent #ffffff transparent;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0 0px 5px 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 5px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  margin-top: 4px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  display: block;
  background-color: transparent;
  color: #1B0324;
  width: 37px;
  position: relative;
  right: 0px;
  top: -1px;
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #1B0324;
}

#mobile-menu-button > div + div {
  margin-top: 7px;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.mCSB_container {
  margin-right: 12px !important;
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 100px) !important;
  max-width: 1290px !important;
  padding: 0;
}
@media (max-width: 900px) {
  .container {
    width: calc(100% - 40px) !important;
    max-width: 100% !important;
  }
}

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #ECF86E;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1B0324;
  background: #ECF86E;
  border-radius: 30px;
  padding: 16px 22px 14px;
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
  /*box-shadow: 0px 0px 19px 0px #D82454;*/
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #ECF86E !important;
  border-color: #ECF86E !important;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #ECF86E;
  color: #ECF86E;
  box-shadow: none;
}
.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 110;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page > div {
  flex-grow: 0;
}
#page > div.content {
  flex-grow: 1;
}
#page.main-page {
  overflow: hidden;
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto !important;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #FFFFFF;
  color: #1B0324;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  margin: auto;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
  overflow-wrap: break-word;
}
.modal-panel .modal-panel-header {
  display: none;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #192138;
}
.modal-panel .modal-panel-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  width: 78px;
  top: 14px;
  height: 50px;
  background-image: url("../img/logo.svg");
  background-size: 78px 50px;
  background-repeat: no-repeat;
}
.modal-panel h2 {
  margin-top: 10px;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 20px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    /*display: block;*/
  }
  .modal-panel .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
  width: 100%;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #FFFFFF;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button-container {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
}

.modal-panel .close-button {
  position: sticky;
  top: 5px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

div.radio {
  position: relative;
  text-align: left;
}

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.25s ease-in;
}
div.radio > div:hover {
  background-image: url("../img/radio-button-checked.png");
}

div.radio > div + div {
  margin-left: 24px;
}

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png");
}

.checkbox { /* Чекбоксы */
  /*position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png");
  &.checked{
  	background-image: url("../img/checkbox-checked.png");
  }*/
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

ul.breadcrumbs {
  font-style: normal;
  font-size: 12px;
  color: #1B0324;
  margin: 20px 0 4px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #ECF86E;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin: 0 4px;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #687189 !important;
  font-size: 18px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #687189 !important;
  font-size: 18px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #687189 !important;
  font-size: 18px;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #687189 !important;
  font-size: 18px;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 57px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
body {
  background-position: 0 0;
  background-size: cover;
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: relative;
  white-space: nowrap;
  overflow: visible;
  color: #1B0324;
  padding: 45px 0px 20px;
}
#header-top .content > a {
  color: #1B0324;
  font-size: 18px;
  font-weight: 400;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top #mobile-menu-button {
  display: none;
}
#header-top.scrolled, #header-top.for-product-page {
  top: 0px;
  height: 50px;
}
@media (max-width: 1070px) {
  #header-top {
    /*@include tic-header-top-05-scrolled;*/
  }
}
#header-top .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-top a.logo {
  display: block;
  font-size: 28px;
  font-weight: 600;
}
#header-top a.logo > span {
  font-weight: 200;
}
#header-top .links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1200px) {
  #header-top .links {
    gap: 45px;
  }
}
#header-top .links > span {
  font-size: 18px;
  cursor: pointer;
}
#header-top .links > span:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  #header-top {
    padding: 31px 0px 20px;
  }
  #header-top .links {
    display: none;
  }
  #header-top #mobile-menu-button {
    display: block;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  background-image: url("../img/pushy-bg.svg");
  background-size: cover;
  background-position: center 521px;
  background-repeat: no-repeat;
  max-width: 360px;
}
.pushy {
  background-color: #FFFFFF;
  color: #1B0324;
  text-align: center;
}
.pushy a {
  color: #1B0324;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/pushy-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  right: 0px;
  top: 5px;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy hr {
  border-top: 2px solid #ECF86E;
}
.pushy .pushy-content {
  padding: 17px 20px 30px;
  text-align: center;
}
.pushy a.logo {
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
  margin: 34px 0px 56px 0px;
}
.pushy a.logo > span {
  font-weight: 200;
}
.pushy .content h4 {
  font-size: 32px;
  font-weight: 200;
  margin: 0px 0px 27px 0px;
}
.pushy .content .button {
  font-size: 18px;
}
.pushy .content .links {
  margin: 58px 0px 0px 0px;
}
.pushy .content .links span {
  display: block;
  cursor: pointer;
  margin: 0px 0px 27px 0px;
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

body.pushy-open-left {
  overflow: hidden;
}
body.pushy-open-left .pushy .logo {
  opacity: 1;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

a.anchor {
  text-decoration: none;
}

#first-screen {
  margin: 32px 0px 50px 0px;
  overflow: visible;
  position: relative;
  text-align: left;
}
#first-screen .columns {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  background-color: #ECF86E;
  border-radius: 25px;
  overflow: hidden;
}
#first-screen .columns .text {
  color: #1B0324;
  background-color: #ECF86E;
  border-radius: 25px;
  padding: 68px 39px 208px;
  box-sizing: border-box;
  min-width: 0;
  position: relative;
}
#first-screen .columns .text h1 {
  font-size: 60px;
  margin: 0px auto 14px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  #first-screen .columns .text h1 {
    font-size: calc(32px + 28 * (100vw - 360px) / 740);
  }
}
@media (max-width: 360px) {
  #first-screen .columns .text h1 {
    font-size: 32px;
  }
}
#first-screen .columns .text p {
  width: 420px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  position: relative;
  z-index: 1;
}
#first-screen .columns .text .visual {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  left: 0px;
  right: 0px;
  height: 472px;
  bottom: 0px;
}
#first-screen .columns .text .visual > div {
  position: absolute;
  width: 2px;
  height: 2px;
}
#first-screen .columns .text .visual .lunes1, #first-screen .columns .text .visual .lunes2, #first-screen .columns .text .visual .lunes4 {
  z-index: 5;
}
#first-screen .columns .text .visual .lunes1:before, #first-screen .columns .text .visual .lunes2:before, #first-screen .columns .text .visual .lunes4:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  aspect-ratio: 153/77;
  background-image: url("../img/lune-yellow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -100%);
}
#first-screen .columns .text .visual .lunes1:after, #first-screen .columns .text .visual .lunes2:after, #first-screen .columns .text .visual .lunes4:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  aspect-ratio: 153/77;
  background-image: url("../img/lune-yellow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, 0%);
}
#first-screen .columns .text .visual .lunes3 {
  z-index: 3;
}
#first-screen .columns .text .visual .lunes3:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  aspect-ratio: 77/153;
  background-image: url("../img/lune-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -100%);
}
#first-screen .columns .text .visual .lunes3:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  aspect-ratio: 77/153;
  background-image: url("../img/lune-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-103%, -120%);
}
#first-screen .columns .text .visual .lunes1 {
  left: 15%;
  bottom: 11%;
  transform: rotate(26.29deg);
}
#first-screen .columns .text .visual .lunes1:before {
  width: 153px;
}
#first-screen .columns .text .visual .lunes1:after {
  width: 153px;
}
#first-screen .columns .text .visual .lunes2 {
  left: 54%;
  bottom: 21%;
}
#first-screen .columns .text .visual .lunes2:before {
  width: 99px;
}
#first-screen .columns .text .visual .lunes2:after {
  width: 99px;
}
#first-screen .columns .text .visual .lunes3 {
  left: 76%;
  bottom: -52%;
}
#first-screen .columns .text .visual .lunes3:before {
  width: 156px;
}
#first-screen .columns .text .visual .lunes3:after {
  width: 156px;
}
#first-screen .columns .text .visual .lunes4 {
  left: 87%;
  bottom: 39%;
  transform: rotate(-22.24deg);
}
#first-screen .columns .text .visual .lunes4:before {
  width: 99px;
}
#first-screen .columns .text .visual .lunes4:after {
  width: 99px;
}
#first-screen .columns .text .visual .star1, #first-screen .columns .text .visual .star2, #first-screen .columns .text .visual .star3, #first-screen .columns .text .visual .star4 {
  z-index: 10;
}
#first-screen .columns .text .visual .star1:before, #first-screen .columns .text .visual .star2:before, #first-screen .columns .text .visual .star3:before, #first-screen .columns .text .visual .star4:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  aspect-ratio: 1/1;
  background-image: url("../img/star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
#first-screen .columns .text .visual .star1 {
  left: 40%;
  bottom: 4%;
}
#first-screen .columns .text .visual .star1:before {
  width: 107px;
}
#first-screen .columns .text .visual .star2 {
  left: 54%;
  bottom: 37%;
}
#first-screen .columns .text .visual .star2:before {
  width: 47px;
}
#first-screen .columns .text .visual .star3 {
  left: 87%;
  bottom: 39%;
  transform: rotate(-22.24deg);
}
#first-screen .columns .text .visual .star3:before {
  width: 83px;
}
#first-screen .columns .text .visual .star4 {
  left: 96%;
  bottom: 17%;
}
#first-screen .columns .text .visual .star4:before {
  width: 47px;
}
#first-screen .columns .form {
  color: #FFFFFF;
  background-color: #1B0324;
  border-radius: 25px;
  padding: 60px 36px 73px 48px;
  box-sizing: border-box;
  min-width: 0;
}
#first-screen .columns .form label {
  margin: 0px 0px 0px 0px;
  font-size: 16px;
}
#first-screen .columns .form label + label {
  margin-top: 25px;
}
#first-screen .columns .form label input {
  display: block;
  width: 100%;
  margin: 6px 0px 0px 0px;
  color: #1B0324;
}
#first-screen .columns .form label input.error {
  color: #FF0000 !important;
  border-color: #FF0000;
}
#first-screen .columns .form label input.error::-moz-placeholder {
  color: #FF0000 !important;
}
#first-screen .columns .form label input.error::placeholder {
  color: #FF0000 !important;
}
#first-screen .columns .form label.checkbox {
  margin: 24px 0px 28px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#first-screen .columns .form label.checkbox input {
  width: 16px;
  height: 16px;
  margin: 0px 0px 0px 0px;
  background: transparent;
}
#first-screen .columns .form label.checkbox input.error {
  position: relative;
}
#first-screen .columns .form label.checkbox input.error + span {
  margin: -1px 0px 0px 8px;
}
#first-screen .columns .form label.checkbox input.error:before {
  content: "";
  position: absolute;
  display: block;
  left: -23px;
  top: 0px;
  width: 15px;
  height: 15px;
  background-image: url("../img/warning2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#first-screen .columns .form label.checkbox span {
  display: block;
  margin: -1px 0px 0px 24px;
  font-weight: 200;
  font-size: 14px;
}
#first-screen .columns .form label.checkbox span strong.link {
  color: inherit;
  font-weight: 700;
  cursor: pointer;
}
#first-screen .columns .form .button {
  margin: 0px 0px 0px 0px;
  width: 100%;
}
#first-screen .columns .form .notes p:empty {
  display: none;
}
#first-screen .columns .form .notes p.default {
  margin: 9px 0px 0px 0px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
#first-screen .columns .form .notes p.success {
  margin: 20px 0px -22px 0px;
  font-size: 12px;
  font-weight: 800;
  background-image: url("../img/success.svg");
  background-size: 25px 25px;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 35px;
  min-height: 25px;
  display: none;
  align-items: center;
}
#first-screen .columns .form .notes p.warning {
  margin: 20px 0px -22px 0px;
  font-size: 12px;
  font-weight: 800;
  background-image: url("../img/warning.svg");
  background-size: 25px 25px;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 35px;
  min-height: 25px;
  display: none;
  align-items: center;
}
#first-screen .columns .form.success .notes p.default {
  display: none;
}
#first-screen .columns .form.success .notes p.success {
  display: flex;
}
#first-screen .columns .form.success .notes p.warning {
  display: none;
}
#first-screen .columns .form.warning .notes p.default {
  display: none;
}
#first-screen .columns .form.warning .notes p.success {
  display: none;
}
#first-screen .columns .form.warning .notes p.warning {
  display: flex;
}
@media (max-width: 1290px) {
  #first-screen .columns .text {
    padding: 68px 39px 230px;
  }
}
@media (max-width: 1180px) {
  #first-screen {
    margin: 10px 0px 50px 0px;
  }
  #first-screen .columns {
    background-color: #1B0324;
    border-radius: 30px 30px 25px 25px;
    overflow: visible;
    display: block;
  }
  #first-screen .columns .text {
    background-color: #ECF86E;
    border-radius: 15px;
    padding: 46px 26px 138px;
    position: relative;
  }
  #first-screen .columns .text:before {
    content: "";
    position: absolute;
    display: block;
    left: calc(50% - 31px);
    bottom: 42px;
    width: 62px;
    height: 62px;
    background-image: url("../img/star.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #first-screen .columns .text h1 {
    margin: 0px auto 14px;
    text-align: center;
  }
  #first-screen .columns .text p {
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 16px;
  }
  #first-screen .columns .text .visual {
    display: none;
  }
  #first-screen .columns .form {
    padding: 37px 26px 66px;
    border-radius: 25px;
  }
  #first-screen .columns .form .button {
    font-size: 17px;
    padding: 16px 0px 13px;
  }
  #first-screen .columns .form .notes p.default {
    font-size: 14px;
  }
}

.how-it-works {
  margin: 90px 0px 30px 0px;
}
.how-it-works .columns {
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: "title i1 i2 i3";
}
.how-it-works .columns > h2 {
  grid-area: title;
  margin: -9px 0px 0px 0px;
  font-size: 60px;
}
@media (max-width: 1100px) {
  .how-it-works .columns > h2 {
    font-size: calc(32px + 28 * (100vw - 360px) / 740);
  }
}
@media (max-width: 360px) {
  .how-it-works .columns > h2 {
    font-size: 32px;
  }
}
.how-it-works .columns > div {
  background-color: #F4FF83;
  border-radius: 25px;
  padding: 10px 20px 10px 136px;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 120px;
  min-height: 120px;
  overflow: visible;
  position: relative;
}
.how-it-works .columns > div:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  width: 130px;
  top: -5px;
  bottom: -5px;
}
.how-it-works .columns > div:nth-of-type(1) {
  grid-area: i1;
}
.how-it-works .columns > div:nth-of-type(1):before {
  background-image: url("../img/1.svg");
  background-size: 86px 118px;
  background-position: center;
  background-repeat: no-repeat;
}
.how-it-works .columns > div:nth-of-type(2) {
  grid-area: i2;
}
.how-it-works .columns > div:nth-of-type(2):before {
  background-image: url("../img/2.svg");
  background-size: 88px 120px;
  background-position: center;
  background-repeat: no-repeat;
}
.how-it-works .columns > div:nth-of-type(3) {
  grid-area: i3;
}
.how-it-works .columns > div:nth-of-type(3):before {
  background-image: url("../img/3.svg");
  background-size: 89px 122px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1230px) {
  .how-it-works .columns {
    gap: 16px 26px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "title title title" "i1 i2 i3";
  }
}
@media (max-width: 1030px) {
  .how-it-works .columns > div {
    padding: 10px 20px 10px 120px;
  }
}
@media (max-width: 800px) {
  .how-it-works {
    margin: 80px 0px 10px 0px;
  }
  .how-it-works .columns {
    display: block;
  }
  .how-it-works .columns h2 {
    margin: 0px 0px 27px 0px;
    text-align: center;
  }
  .how-it-works .columns > div {
    padding: 10px 20px 10px 165px;
    margin: 0px 0px 35px 0px;
  }
  .how-it-works .columns > div:before {
    left: 19px;
  }
}

.faq {
  margin: 81px 0px 0px 0px;
}
.faq .columns {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 3fr;
  background-color: #1B0324;
  border-radius: 25px 30px 30px 25px;
  overflow: visible;
}
.faq .columns .title {
  position: relative;
}
.faq .columns .title:before {
  content: "";
  position: absolute;
  display: block;
  left: 42px;
  bottom: 42px;
  width: 63px;
  height: 63px;
  background-image: url("../img/star2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.faq .columns .title h2 {
  margin: 33px 0px 20px 43px;
  font-size: 60px;
  color: #FFFFFF;
}
@media (max-width: 1100px) {
  .faq .columns .title h2 {
    font-size: calc(32px + 28 * (100vw - 360px) / 740);
  }
}
@media (max-width: 360px) {
  .faq .columns .title h2 {
    font-size: 32px;
  }
}
.faq .columns .items {
  background-color: #ECF86E;
  border-radius: 25px;
  padding: 13px 79px 23px 67px;
}
.faq .columns .items > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 36px 0px 36px;
  border-bottom: 1px solid #1B0324;
}
.faq .columns .items > div:last-child {
  border-bottom: none;
}
.faq .columns .items > div .question {
  font-weight: 700;
  max-width: 170px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .faq {
    margin: 49px 0px 0px 0px;
  }
  .faq .columns {
    display: block;
    border-radius: 25px 25px 30px 30px;
  }
  .faq .columns .title {
    overflow: hidden;
  }
  .faq .columns .title:before {
    left: auto;
    bottom: auto;
    top: 35px;
    right: 24px;
    width: 41px;
    height: 41px;
  }
  .faq .columns .title h2 {
    margin: 35px 0px 30px 30px;
  }
}
@media (max-width: 780px) {
  .faq .columns .items {
    padding: 9px 13px 25px;
  }
  .faq .columns .items > div {
    display: block;
    padding: 30px 17px 35px;
  }
  .faq .columns .items > div .question {
    max-width: 100%;
    margin: 0px 0px 7px 0px;
  }
}

#footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #1B0324;
  margin: 70px 0px 0px 0px;
  padding: 30px 0 30px;
  border-top: 1px solid #1B0324;
}
#footer .columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
#footer p {
  margin: 0px 0px 0px 0px;
  font-weight: 300;
}
#footer a {
  font-weight: 700;
  color: inherit;
}
#footer .link {
  cursor: pointer;
}
#footer .link:hover {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  #footer {
    margin: 79px 0px 0px 0px;
    padding: 43px 0 30px;
  }
  #footer .columns {
    display: block;
  }
  #footer .columns p {
    margin: 0px 0px 42px 0px;
    text-align: center;
  }
}

.instagram-container {
  margin: 70px 0px 0px 0px;
  text-align: center;
}
.instagram-container a.instagram {
  display: inline-block;
  background-image: url("../img/instagram.svg");
  background-size: 167px 43px;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 58px 0px 0px;
  color: #1B0324;
}/*# sourceMappingURL=common.css.map */