@font-face {
  font-family: "Galada";
  src: url("../fonts/_front/galada/Galada-Regular-SAHvRPu.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Anton";
  src: url("../fonts/_front/anton/Anton-Regular-_3EQKqv.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/_front/inter/Inter-VariableFont_opsz,wght-nkPbRhd.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/_front/inter/Inter-Italic-VariableFont_opsz,wght-3lQHawW.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body main {
  position: relative;
}

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

.container {
  display: block;
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: calc(1240px + 60px)) {
  .container {
    max-width: calc(100% - 60px);
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
}

h1 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 50px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 20px;
}

a {
  color: #fff;
}
a:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  background-color: #101111;
  color: #fff;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  border-radius: 10px;
  letter-spacing: 0.05em;
  appearance: none;
  cursor: pointer;
  padding: 20px 30px;
  min-width: 225px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
  line-height: normal;
}
.btn:hover {
  background-color: #E1615A;
}

body.front {
  display: flex;
}
@media screen and (max-width: 768px) {
  body.front {
    flex-direction: column;
  }
}
body.front aside, body.front main {
  min-height: 100vh;
}
body.front aside {
  position: relative;
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.front aside {
    width: 100%;
    min-height: auto;
  }
}
body.front main {
  padding: 40px 0;
  width: 60%;
  background-color: #F6D0BF;
  border-radius: 110px 0 0 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.front main {
    width: 100%;
    min-height: auto;
    padding: 60px 0;
    border-radius: 80px 80px 0 0;
  }
}

.legal_notices__content {
  position: relative;
  width: 750px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  margin-bottom: 20px;
}
.legal_notices__content h1 {
  text-align: center;
  margin-bottom: 40px;
}
.legal_notices__content h2, .legal_notices__content h3 {
  margin: 20px 0;
}

footer {
  padding: 40px 0;
}
footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  gap: 12px 30px;
}
footer a {
  display: block;
  color: #000000;
  font-size: 17px;
  font-family: "Anton", sans-serif;
  text-decoration: none;
  text-underline-offset: 2px;
}
footer a:hover {
  text-decoration: underline;
}

main:has(.home) {
  overflow: visible !important;
  position: relative;
}
main:has(.home):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
  height: 80%;
  aspect-ratio: 152/555;
  background-image: url("../images/_front/deco-1-lDpEqQH.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main:has(.home):before {
    display: none;
  }
}
main:has(.home):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 80%;
  aspect-ratio: 103/615;
  background-image: url("../images/_front/deco-2-MleR_ph.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main:has(.home):after {
    display: none;
  }
}

.home__aside {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__aside__content {
  position: relative;
  padding: 140px 0;
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .home__aside__content {
    padding: 50px 0 120px 0;
  }
}
.home__aside__content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.home__aside__logos {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .home__aside__logos {
    bottom: 30px;
  }
}
.home__content {
  position: relative;
  width: 600px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home__content {
    max-width: calc(100% - 60px);
  }
}
.home__content__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home__content__inner > * {
    z-index: 1;
  }
}
.home__content__inner .btn {
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .home__content__inner .btn {
    z-index: 1;
  }
}
.home__content__title {
  width: 100%;
}
.home__content__title img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.home__content__subtitle {
  color: #E1615A;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Anton", sans-serif;
}
.home__content__undertitle {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  max-width: 300px;
  margin: 0 auto;
}
.home__content__info {
  color: #1D1D1B;
  font-size: 16px;
}
.home.is-closed .home__content__inner:before, .home.is-closed .home__content__inner:after {
  display: none;
}
.home.is-closed .home__content__inner .home__content__subtitle {
  color: #000;
}
.home.is-closed .home__content__inner h1 {
  color: #000;
}
.home.is-closed .home__content__inner .home__content__image {
  max-width: calc(100% - 60px);
  height: auto;
}
.home.is-closed .home__content__inner .home__content__info {
  font-weight: 700;
}
.home.is-closed ~ footer {
  display: none;
}

.participation__aside {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.participation__aside__content {
  position: relative;
  padding: 100px 0;
  width: 100%;
  max-width: 60%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .participation__aside__content {
    text-align: center;
    max-width: 80%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .participation__aside__content img {
    max-width: 180px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
.participation__aside__content h1 {
  text-align: center;
  margin: 20px 0;
}
.participation__aside__content p {
  font-size: 16px;
  font-weight: 300;
  max-width: 375px;
  margin: 0 auto;
}
.participation__form {
  position: relative;
  width: 500px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .participation__form {
    max-width: calc(100% - 60px);
  }
}
.participation__form__info {
  color: #4F4F4F;
  font-size: 15px;
}
.participation__form__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.participation__form .contain_form {
  width: 100%;
}
.participation__form .contain_form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.participation__form .form__input {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.participation__form .form__input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #101111;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.participation__form .form__input label {
  position: absolute;
  top: 50%;
  left: 50px;
  font-size: 15px;
  font-weight: 300;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.participation__form .form__input input {
  width: 100%;
  padding: 22px 20px 18px 50px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.participation__form .form__input input:focus {
  outline: none;
}
.participation__form .form__input:has(input:focus) label, .participation__form .form__input:has(input:valid) label, .participation__form .form__input:not(:has(input:placeholder-shown)) label {
  top: 5px;
  font-size: 10px;
  transform: translateY(0%);
  left: 10px;
}
.participation__form .form__input--user:after {
  mask-image: url("../images/_front/user-lCURngb.svg");
}
.participation__form .form__input--email:after {
  mask-image: url("../images/_front/email-13LQcLR.svg");
}
.participation__form .form__input--pig:after {
  mask-image: url("../images/_front/shop-fE8PoDD.svg");
}
.participation__form .form__input--pin:after {
  mask-image: url("../images/_front/pin-SkDJFNq.svg");
}
.participation__form .form__checkbox {
  text-align: left;
  width: 100%;
  display: flex;
  gap: 10px;
}
.participation__form .form__checkbox input {
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #FFFFFF;
  appearance: none;
  cursor: pointer;
}
.participation__form .form__checkbox input:checked {
  background-color: #101111;
  background-image: url("../images/_front/check-rDUZ2RP.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.participation__form .form__checkbox label {
  font-size: 15px;
  font-weight: 300;
}

.form__error {
  background-color: #FFEBEB;
  color: #FF0000;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  border-radius: 4px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  display: block;
}

main:has(.end) {
  overflow: visible !important;
  position: relative;
}
main:has(.end):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
  height: 80%;
  aspect-ratio: 152/555;
  background-image: url("../images/_front/deco-1-lDpEqQH.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main:has(.end):before {
    display: none;
  }
}
main:has(.end):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 80%;
  aspect-ratio: 103/615;
  background-image: url("../images/_front/deco-2-MleR_ph.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  main:has(.end):after {
    display: none;
  }
}

.end__content {
  position: relative;
  width: 600px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .end__content {
    text-align: center;
    max-width: 80%;
  }
}
.end__content__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.end__content h1 {
  position: relative;
  font-family: "Anton", sans-serif;
  color: #101111;
  text-transform: uppercase;
  font-size: 70px;
  max-width: 800px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .end__content h1 {
    font-size: 45px;
  }
}
.end__content__bottom__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.end__content__bottom__socials .icon {
  display: block;
  width: 30px;
  height: 30px;
  color: #000000;
  transition: all 0.2s ease;
}
.end__content__bottom__socials .icon > span {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.end__content__bottom__socials .icon:hover {
  color: #E1615A;
}

.kit-media .kit-media__icon {
  display: block;
  width: 33px;
  height: auto;
  margin-bottom: 10px;
}
.kit-media h1 {
  margin-bottom: 10px;
}
.kit-media .btn {
  margin-top: 10px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/_fonts.scss%22,%22../../assets/styles/_global.scss%22,%22../../assets/styles/_functions.scss%22,%22../../assets/styles/_template.scss%22,%22../../assets/styles/_footer.scss%22,%22../../assets/styles/components/_home.scss%22,%22../../assets/styles/components/_form.scss%22,%22../../assets/styles/components/_end.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AC5BJ;AAAA;EAEI;EACA;;;AAGJ;EACI;EACA;EACA,OCIU;EDHV,kBCEU;EDDV;EACA;EACA,aCSQ;EDRR;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAhBJ;IAiBQ;;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA,WCzCI;ED0CJ;EACA;;AACA;EANJ;IAOQ;;;;AAIR;EACI;EACA;;;AAEJ;EACI,aClCG;EDmCH;EACA;EACA;;;AAEJ;EACI;;AACA;EAFJ;IAGQ;;;;AAGR;EACI;;;AAGJ;EACI;;AACA;EACI;;;AAIR;EACI;EACA,kBCpEK;EDqEL;EACA,aC5DG;ED6DH;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI,kBCtFC;;;ACTT;EACI;;AACA;EAFJ;IAGQ;;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;IACA;;;AAGR;EACI;EACA;EACA,kBDTC;ECUD;EACA;EACA;EACA;EACA;;AACA;EATJ;IAUQ;IACA;IACA;IACA;;;;AAMR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;;;AC/CZ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA,OFCM;EEAN;EACA,aFMD;EELC;EACA;;AACA;EACI;;;AClBZ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZJ;IAaQ;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZJ;IAaQ;;;;AAOR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EALJ;IAMQ;;;AAEJ;EACI;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVJ;IAWQ;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZJ;IAaQ;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEI;EADJ;IAEQ;;;AAGR;EACI;;AACA;EAFJ;IAGQ;;;AAIZ;EACI;;AACA;EACI;EACA;EACA;EACA;;AAGR;EACI,OH/GH;EGgHG;EACA;EACA;EACA,aHxGL;;AG0GC;EACI,OHlHE;EGmHF;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAOA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;;AAGR;EACI;;;AC/JR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;IACA;IACA;;;AAGA;EADJ;IAEQ;IACA;IACA;IACA;;;AAGR;EAEI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAXJ;IAYQ;;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AACA;EACI;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBJ5EP;EI6EO;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EAEA;EACA;EACA;EACA,aJvFJ;;AIwFI;EACI;;AAIJ;EACI;EACA;EACA;EACA;;AAIJ;EACI;;AAIJ;EACI;;AAIJ;EACI;;AAIJ;EACI;;AAIZ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EAEA,kBJ/IF;EIgJE;EACA;;AACA;EACI,kBJrJX;EIsJW;EACA;EACA;EACA;;AAGR;EACI;EACA;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACxLJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZJ;IAaQ;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZJ;IAaQ;;;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZJ;IAaQ;IACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA,aL7CL;EK8CK,OLxDH;EKyDG;EACA;EACA;EACA;;AACA;EARJ;IASQ;;;AAMJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA,OL3EN;EK4EM;;AACA;EACI;EACA;EACA;;AAEJ;EACI,OLvFf;;;AKgGL;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI%22,%22file%22:%22app.output.css%22%7D */
