@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Light-4d68fe1adc4428cd25c24b98ea1e2df0.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Bold-c3ef7db8a02d25bd053b3ff8212ba58b.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Roboto/Roboto-Black-7b3d4cc428e090b5d7a96f05dfb29ec6.woff") format("woff");
  font-display: swap;
}
body {
  font-family: "Roboto", Helvetica, sans-serif;
}

@font-face {
  font-family: "BebasNeue";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/BebasNeue/BebasNeue-9066d226ebddc4741793f8df0ea128af.woff") format("woff");
  font-display: swap;
}
.title--s2 {
  font-family: "BebasNeue", Helvetica, sans-serif;
}

:root {
  --orange: #f4764b;
  --dark-orange: #ea5243;
  --light-green: #68b5a0;
  --blue: #005673;
  --dark-blue: #002d3e;
}

.menu a, .btn, .btn--a-right {
  color: inherit;
  text-decoration: none;
}

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

:root {
  scroll-behavior: smooth;
}

html {
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 23px;
  }
}
@media (max-height: 600px) {
  html {
    font-size: 18px;
  }
}

body {
  background-color: var(--dark-blue);
  color: #ffffff;
  font-weight: 100;
}
body.no-scroll {
  overflow: hidden;
}

img {
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

video {
  aspect-ratio: 16/9;
  border-radius: 20px;
  background-image: url("../images/icon_play-5eeb70ed045adb3e4462add63988923b.svg"), url("../images/fond_video_provisoire-fa75873d52380ff37107c744ea694e57.webp");
  background-size: 70px, cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 80vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
}
@media (min-width: 992px) {
  video {
    background-size: 140px, cover;
  }
}

strong {
  font-weight: bold;
}

p {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

[class^=hf_] {
  display: none;
}

.container--oversized, .container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 500px;
}
@media (min-width: 992px) {
  .container--oversized, .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 992px) {
  .container--oversized {
    max-width: 1680px;
  }
}

.display--none {
  display: none !important;
}
.display--flex {
  display: flex;
}
.display--inline-flex {
  display: inline-flex;
}

@media (min-width: 992px) {
  .visible-mobile {
    display: none !important;
  }
}

.btn, .btn--a-right {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  background-color: var(--orange);
  font-weight: bold;
  padding: 0.9em 1.6em;
  border-radius: 2em;
  cursor: pointer;
  border: none;
  font-size: 20px;
}
.btn:hover, .btn--a-right:hover {
  background-color: var(--light-green);
}
.btn[disabled], [disabled].btn--a-right {
  cursor: not-allowed;
  background-color: #a5a5a5;
  opacity: 0.8;
}
.btn--a-right {
  padding-right: 1em;
}
.btn--a-right::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 1.2em;
  background-image: url("../images/picto/a_right-cb92e5a8fe636d3780c6b86998838f6d.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(92deg) brightness(109%) contrast(101%);
}
.btn.hover-dark:hover, .hover-dark.btn--a-right:hover {
  background-color: var(--dark-orange);
}
@media (min-width: 992px) {
  .btn, .btn--a-right {
    font-size: 1rem;
  }
}

.title, .title--s2, .title--s1 {
  margin: 0;
}
.title--s1 {
  font-weight: 900;
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .title--s1 {
    font-size: 2.66rem;
    line-height: 1.17em;
  }
}
.title--s2 {
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .title--s2 {
    font-size: 1.9rem;
    line-height: 1em;
  }
}

.big-p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 992px) {
  .big-p {
    font-size: 1.74rem;
  }
}

.apply-orange {
  color: var(--orange);
}

.menu {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 20px 15px;
  background-color: var(--dark-blue);
  position: sticky;
  top: 0;
  z-index: 10;
}
.menu__logo {
  width: 135px;
}
.menu__links {
  display: none;
}
.menu__opener {
  width: 75px;
  height: 15px;
  margin-left: auto;
  background-image: url("../images/menu-etat1-a376c4c7fea5504749d7e900f3b6bae9.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: 0 0 75px;
}
.menu__opener:hover {
  cursor: pointer;
}
.menu.opened {
  flex-wrap: wrap;
}
.menu.opened .menu__opener {
  background-image: url("../images/menu-etat2-bfe68d305ffc5aad65515ae36bf5e1de.svg");
}
.menu.opened .menu__links {
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  background-color: var(--dark-blue);
  padding: 15px;
}
.menu.opened .menu__links a {
  border-bottom: solid 1px #FFFFFF;
  padding: 20px 0;
}
.menu.opened .menu__links .btn--a-right {
  align-self: center;
  margin: 30px auto 20px auto;
}
.menu.opened + .hide-menu {
  z-index: 0;
}
@media (min-width: 992px) {
  .menu {
    padding: 1.7rem 3rem;
  }
  .menu__logo {
    width: 13.5rem;
  }
  .menu__links {
    position: static;
    display: flex;
    gap: 2.8rem;
    align-items: center;
    margin-left: auto;
  }
  .menu__opener {
    display: none;
  }
}

.hide-menu {
  position: relative;
  z-index: 20;
}

.top-banner {
  background-color: var(--dark-blue);
}
.top-banner__top {
  display: flex;
  flex-direction: column;
}
.top-banner__top > *:first-child img {
  width: 250px;
  margin-top: 45px;
  margin-bottom: 20px;
}
.top-banner__top > *:first-child .title--s1 {
  margin-bottom: 15px;
}
.top-banner__top > *:last-child {
  flex: 0 0 0%;
}
.top-banner__top > *:last-child img {
  width: 100%;
}
.top-banner__bottom {
  font-weight: 900;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
  padding-bottom: 90px;
}
.top-banner__bottom > * {
  display: flex;
  gap: 20px;
  align-self: center;
  width: 260px;
}
.top-banner__bottom > *::before {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.top-banner__bottom--time::before {
  background-image: url("../images/icon_horloge-d2eb46fd8eba3ea921f267f437e1f896.svg");
}
.top-banner__bottom--players::before {
  background-image: url("../images/icon_participant-7857f973e836131a4f2f28747c3afd3b.svg");
}
@media (min-width: 992px) {
  .top-banner__top {
    flex-direction: row;
    gap: 4rem;
  }
  .top-banner__top > * {
    padding-top: 9rem;
  }
  .top-banner__top > *:first-child {
    max-width: 32rem;
  }
  .top-banner__top > *:first-child img {
    width: 22rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .top-banner__top > *:first-child .title--s1 {
    margin-bottom: 1.5rem;
  }
  .top-banner__top > *:last-child img {
    width: 25.5rem;
  }
  .top-banner__bottom {
    font-size: 1.74rem;
    flex-direction: row;
    gap: 0;
    justify-content: space-around;
    margin-top: 7.5rem;
    padding-bottom: 10.5rem;
  }
  .top-banner__bottom > * {
    align-items: center;
    gap: 1.7rem;
    width: auto;
  }
  .top-banner__bottom > *::before {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media (min-width: 1200px) {
  .top-banner__top > *:last-child img {
    width: 30.5rem;
  }
}

.top-banner__preorder {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .top-banner__preorder {
    display: none;
  }
}

.game {
  scroll-margin: 140px;
  background-color: var(--blue);
}
.game video {
  transform: translateY(-40px);
}
.game .big-p {
  transform: translateY(-40px);
  padding: 45px 0 20px 0;
}
@media (min-width: 992px) {
  .game {
    scroll-margin: 13rem;
  }
  .game video {
    transform: translateY(-5.5rem);
  }
  .game .big-p {
    transform: translateY(-5.5rem);
    padding: 2.2rem 1rem 0 1rem;
  }
}

.why-choose .container::after {
  content: "";
  display: block;
  aspect-ratio: 0.7158;
  background-image: url("../images/set_cartes_1-d1524df06556280748777e0a37a125b1.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
  margin-bottom: -115px;
  position: relative;
}
.why-choose .title--s1 {
  margin-top: 45px;
}
.why-choose .selling-point-container {
  padding-top: 2rem;
  flex: 1 1 0%;
}
.why-choose .selling-point {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2.2rem;
  gap: 1rem;
}
.why-choose .selling-point__number {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  flex: 0 0 auto;
  margin: 0 auto;
}
.why-choose .selling-point__title {
  margin: 0;
}
.why-choose .selling-point__content {
  margin: 0;
}
.why-choose .selling-point:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .why-choose .container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    padding-bottom: 4.8rem;
  }
  .why-choose .container::after {
    flex: 0 0 24rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .why-choose .title--s1 {
    margin-top: 5.8rem;
    margin-bottom: 2.4rem;
    flex: 1 1 100%;
  }
  .why-choose .selling-point {
    flex-direction: row;
    text-align: left;
  }
  .why-choose .selling-point__number {
    font-size: 1.4rem;
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    border-radius: 4.2rem;
    margin: 0;
  }
}

.how-to-play {
  background-color: var(--light-green);
  padding-top: 170px;
  scroll-margin: -50px;
}
.how-to-play .rules-step-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.how-to-play .description {
  margin: 30px 0;
}
.how-to-play .rules-step {
  border-radius: 20px;
  border: 3px solid #FFFFFF;
  overflow: hidden;
  flex: 1 1 0%;
}
.how-to-play .rules-step__image {
  height: 220px;
  object-fit: cover;
}
.how-to-play .rules-step__data {
  padding: 1.5rem 1.1rem;
}
.how-to-play .rules-step__title {
  font-size: 29px;
  font-weight: 900;
  line-height: 1em;
  margin: 0.5rem 0 0.6rem 0;
}
.how-to-play .rules-step__duration {
  display: flex;
  align-items: end;
  gap: 0.6rem;
}
.how-to-play .rules-step__duration::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/picto/time_bold-5b7ca409bbdf99e1766f0e04f57e39e5.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.how-to-play .rules-step__content {
  margin: 15px 0 0 0;
}
.how-to-play .big-p {
  margin-top: 65px;
  margin-bottom: -15px;
}
.how-to-play video {
  transform: translateY(40px);
}
@media (min-width: 992px) {
  .how-to-play {
    scroll-margin: 3rem;
    padding-top: 7rem;
  }
  .how-to-play .rules-step-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1.2rem;
  }
  .how-to-play .description {
    margin: 1.6rem 0 3.8rem 0;
  }
  .how-to-play .rules-step__image {
    height: 14rem;
  }
  .how-to-play .rules-step__title {
    font-size: 2rem;
    margin: 0.5rem 0 0.6rem 0;
  }
  .how-to-play .rules-step__duration::before {
    background-image: url("../images/picto/time-1868b167b76305326d204889ce6d4964.svg");
  }
  .how-to-play .rules-step__content {
    margin-top: 0.5rem;
  }
  .how-to-play .big-p {
    margin-top: 5.6rem;
    margin-bottom: -2.6rem;
  }
  .how-to-play video {
    transform: translateY(7.2rem);
  }
}

.calendar {
  padding-top: 250px;
  padding-bottom: 80px;
  background-image: url("../images/icon_calendrier-4d65105baecf0315227487ee7bde0e08.svg");
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: center 125px;
}
.calendar .title--s1 {
  text-align: center;
  margin-bottom: 40px;
}
.calendar__item {
  display: flex;
  flex-direction: column;
  border-bottom: solid 2px #FFFFFF;
  text-align: center;
  padding: 25px 10px;
}
.calendar__item p {
  margin: 0;
}
.calendar__item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .calendar {
    padding-top: 25.8rem;
    padding-bottom: 7rem;
    background-size: 10.6rem;
    background-position: center 13.5rem;
  }
  .calendar .title--s1 {
    margin-bottom: 4.2rem;
  }
  .calendar__item {
    flex-direction: row;
    align-items: center;
    gap: 3.4rem;
    text-align: left;
    padding: 1.2rem 2.9rem;
  }
}

.udd {
  padding-top: 75px;
  position: relative;
  z-index: -1;
  background-color: var(--orange);
  scroll-margin: 40px;
}
.udd::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/fond_udd-3c74f12fd8a47e47daa676cc7ca27940.webp");
  background-size: cover;
  z-index: -1;
}
.udd .container {
  padding-top: 5.3rem;
  padding-bottom: 530px;
}
.udd__logo {
  width: 14.3rem;
}
.udd .title--s1 {
  margin-top: 2.8rem;
  margin-bottom: 1.9rem;
}
.udd__content img {
  border-radius: 20px;
  object-fit: cover;
  margin-top: 20px;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .udd {
    scroll-margin: 4rem;
    padding-top: 10.8rem;
  }
  .udd .container {
    padding-bottom: 15rem;
  }
  .udd__content {
    display: flex;
    gap: 3.5rem;
  }
  .udd__content img {
    width: 20.3rem;
    flex: 0 0 20.3rem;
    margin-top: 0;
    aspect-ratio: unset;
  }
}

.udd-expert {
  position: relative;
  z-index: 2;
}
.udd-expert__content {
  color: var(--orange);
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -440px;
}
.udd-expert__content::before {
  content: "";
  display: block;
  height: 270px;
  background-image: url("../images/expert_ludopedagogie-c06e92a23cbe5265e938b2bd7896fb00.webp");
  background-size: cover;
  background-position: center center;
}
.udd-expert__content .title--s2 {
  margin-bottom: 0.7rem;
}
.udd-expert__content > div {
  padding: 35px 20px 55px 20px;
}
.udd-expert__content > div p {
  margin: 0;
}
@media (min-width: 992px) {
  .udd-expert__content {
    display: flex;
    align-items: stretch;
    margin-top: -10.4rem;
  }
  .udd-expert__content::before {
    flex: 0 0 375px;
    height: auto;
  }
  .udd-expert__content > div {
    padding: 3.1rem 3.5rem;
  }
}

.preorder {
  padding-top: 30px;
  margin-bottom: -3.5rem;
  position: relative;
  z-index: 1;
}
.preorder::after {
  content: "";
  display: block;
  aspect-ratio: 0.7158;
  background-image: url("../images/set_cartes_1-d1524df06556280748777e0a37a125b1.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 50px;
}
.preorder .title--s2 {
  padding-top: 5rem;
  padding-bottom: 1.9rem;
}
.preorder .bigger {
  font-size: 56px;
}
@media (min-width: 992px) {
  .preorder {
    padding-top: 6.2rem;
    display: flex;
    gap: 2rem;
  }
  .preorder::after {
    flex: 0 0 24rem;
    margin-top: 0;
  }
  .preorder .bigger {
    font-size: 3.34rem;
  }
}

.invitation {
  background-color: var(--blue);
}
.invitation .container {
  padding-top: 110px;
  padding-bottom: 25px;
}
.invitation .container::before {
  content: "";
  display: block;
  height: 320px;
  aspect-ratio: 1;
  border-radius: 20px;
  background-image: url("../images/contact-0628cc56ccff436195bdb60f9d22914f.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.invitation .container > * {
  padding: 40px 0;
}
.invitation .container .title--s1 {
  margin-bottom: 20px;
}
.invitation .container .btn--a-right {
  margin-top: 1.3rem;
}
@media (min-width: 992px) {
  .invitation .container {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
    display: flex;
    gap: 4rem;
  }
  .invitation .container::before {
    flex: 0 0 320px;
    height: auto;
    aspect-ratio: unset;
  }
  .invitation .container > * {
    padding: 1.4rem 0;
  }
  .invitation .container .title--s1 {
    margin-bottom: 2.3rem;
  }
  .invitation > * {
    text-align: right;
  }
}

footer {
  padding-top: 75px;
  padding-bottom: 20px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer .footer__logo {
  width: 250px;
  margin-bottom: 30px;
}
footer .footer__top {
  font-weight: bold;
  border-bottom: solid 2px #FFFFFF;
  padding-bottom: 3rem;
}
footer .footer__top > * {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
footer .footer__top > *:last-child {
  margin-bottom: 0;
}
footer .footer__top a {
  margin-bottom: 1.5rem;
}
footer .footer__top .btn--a-right {
  margin-top: 1.35rem;
}
footer .footer__bottom {
  font-size: 10px;
}
footer .footer__bottom--logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
footer .footer__bottom > * {
  text-align: center;
  margin-top: 2.5rem;
}
footer .footer__bottom img {
  width: 8.8rem;
}
footer .footer__bottom a::after {
  content: "";
  display: inline-block;
  background-color: #FFFFFF;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  margin-left: 1.1rem;
  margin-right: 1rem;
  vertical-align: middle;
}
footer .footer__bottom a:last-of-type::after {
  content: none;
}
footer .footer__bottom span {
  display: block;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  footer {
    padding-top: 4.7rem;
    padding-bottom: 3.5rem;
  }
  footer .footer__logo {
    width: 21.9rem;
    margin-bottom: 3rem;
  }
  footer .footer__top {
    display: flex;
  }
  footer .footer__top > * {
    flex: 1 1 0%;
    margin-bottom: 0;
  }
  footer .footer__bottom {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer__bottom--logos {
    flex-direction: row;
  }
  footer .footer__bottom a:last-of-type {
    margin-right: 2.5rem;
  }
  footer .footer__bottom span {
    display: inline;
    text-align: left;
  }
}

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: var(--dark-blue);
  height: 100vh;
  width: 100vw;
  overflow: auto;
}
.dialog__btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  background-image: url("../images/picto/cross-b65aeb4ae7573a1286e05067309e53de.svg");
  background-size: contain;
  z-index: 55;
  cursor: pointer;
}
.dialog__left {
  display: flex;
  padding: 50px 15px;
  min-height: 100%;
}
.dialog__left h2 {
  font-size: 30px;
  line-height: 34px;
}
.dialog__right {
  display: none;
}
.dialog__success {
  text-align: center;
  padding-top: 50%;
}
.dialog__success p {
  font-size: 16px;
  line-height: 19px;
  margin-top: 1.3rem;
  margin-bottom: 2.3rem;
}
.dialog__success .btn, .dialog__success .btn--a-right {
  width: 270px;
  max-width: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  .dialog {
    display: flex;
  }
  .dialog__btn-close {
    top: 50px;
    right: 50px;
    width: 50px;
    height: 50px;
  }
  .dialog__left {
    flex: 0 0 50%;
    overflow: auto;
    padding: 1.5rem 3rem;
  }
  .dialog__left > * {
    margin: auto;
    max-width: 21rem;
  }
  .dialog__left h2 {
    font-size: 1.96rem;
    line-height: 1em;
    margin-bottom: 1.2rem;
  }
  .dialog__right {
    flex: 0 0 50%;
    display: flex;
    padding: 1.5rem 3rem;
    overflow: auto;
  }
  .dialog__right > div {
    margin: auto 0 auto auto;
    max-width: 30.5rem;
  }
  .dialog__right > div::before {
    content: "";
    background-image: url("../images/set_cartes_2-7d1ac273827a09d4c1db6779ed406bd0.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    aspect-ratio: 1.856;
    display: block;
  }
  .dialog__right > div img {
    width: 21.9rem;
    max-width: 100%;
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  .dialog__right > div img + p {
    max-width: 75%;
  }
  .dialog__success {
    padding-top: 0;
  }
}

.contact-dialog .dialog__left {
  background-color: var(--light-green);
}

.pre-order-dialog .dialog__left {
  background-color: var(--blue);
}

form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
form > div:not(#form-address), form > textarea {
  flex: 0 0 100%;
}
form .btn, form .btn--a-right {
  font-size: 20px;
}
form #form-address {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
form #form-address > div {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  form {
    font-size: 16px;
    column-gap: 16px;
    row-gap: 10px;
  }
  form > input {
    flex: 0 0 calc(50% - 8px);
    width: 0;
  }
  form .btn, form .btn--a-right {
    font-size: 1rem;
  }
}

input:not([type=radio]):not([type=checkbox]), textarea {
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  width: 100%;
}
input:not([type=radio]):not([type=checkbox]):focus, textarea:focus {
  outline: none;
}

textarea {
  resize: none;
  padding: 20px 24px;
}

input[type=radio] {
  appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: none;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
input[type=radio]:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%231c2023'/%3E%3C/svg%3E");
}
@media (min-width: 992px) {
  input[type=radio] {
    height: 25px;
    width: 25px;
  }
}

#is-physical-version-wanted > label, #price-range > label {
  display: block;
  margin-bottom: 10px;
}

#is-physical-version-wanted {
  margin-top: 10px;
}

#price-range .form-radio__choice {
  min-width: max-content;
  flex: 1;
}
#price-range .form-radio__choice label {
  min-width: 115px;
}

.form-radio {
  display: flex;
  flex-wrap: wrap;
  column-gap: 35px;
  align-items: center;
  margin-bottom: 10px;
}
.form-radio__choice label {
  vertical-align: super;
}
.form-radio input {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .form-radio {
    column-gap: 55px;
    margin-bottom: 5px;
  }
  .form-radio input {
    margin-right: 15px;
  }
}

input[type=checkbox] {
  border-radius: 2px;
  height: 23px;
  width: 23px;
  border: none;
  appearance: none;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
input[type=checkbox]:checked {
  background-color: #1c2023;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}

.form-small {
  font-size: 10px;
  line-height: 15px;
}

.agreement {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  align-items: center;
}
.agreement > input[type=checkbox] {
  margin-top: 2px;
  flex: 0 0 23px;
}

.disclaimer {
  margin: 0;
}
.disclaimer a {
  font-weight: bold;
  color: inherit;
}

.form-btn-container {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 70px;
}
.form-btn-container .btn, .form-btn-container .btn--a-right {
  width: 240px;
  justify-content: center;
}
@media (min-width: 992px) {
  .form-btn-container {
    text-align: right;
    margin-top: 1.8rem;
    margin-bottom: 0;
  }
  .form-btn-container .btn, .form-btn-container .btn--a-right {
    width: 60%;
  }
}

.form-label {
  margin-top: 10px;
}

/*# sourceMappingURL=app.output.css.map */
