@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 1.3rem 0;
  line-height: 1.2; }

[v-cloak] {
  display: none; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-size: 10px; }

body {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  background-image: url("../images/header.jpg");
  background-size: cover;
  background-attachment: fixed;
  font-size: 1.6rem; }

main {
  min-width: 360px; }

.app-container {
  padding: 0;
  margin: 0; }

footer {
  min-width: 360px; }

p {
  margin: 0.5rem 0;
  line-height: 1.7; }

.opaque-on-hover {
  opacity: .9; }
  .opaque-on-hover:hover {
    opacity: 1; }

/* Links colors */
a {
  text-decoration: underline;
  color: #FFFFFF;
  cursor: pointer; }
  a:visited {
    color: #eee; }
  a:hover {
    color: white; }
  a:active {
    color: #1a1a1a; }

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 2rem; }

@media (min-width: 768px) {
  h1 {
    font-size: 2.8rem; } }

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem; }

@media (min-width: 768px) {
  h2 {
    font-size: 2.24rem; } }

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.28rem; }

@media (min-width: 768px) {
  h3 {
    font-size: 1.792rem; } }

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.024rem; }

@media (min-width: 768px) {
  h4 {
    font-size: 1.4336rem; } }

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 0.8192rem; }

@media (min-width: 768px) {
  h5 {
    font-size: 1.14688rem; } }

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 0.65536rem; }

@media (min-width: 768px) {
  h6 {
    font-size: 0.9175rem; } }

.font-primary {
  font-family: "Roboto", sans-serif; }

.font-secondary {
  font-family: "Roboto", sans-serif !important; }

.bg-primary {
  background: #E24E19 !important; }

.text-primary {
  color: #E24E19 !important; }

.btn-primary {
  background: #E24E19; }
  .btn-primary:hover {
    background: #9d3611; }

.text-underline-primary {
  text-decoration: underline #E24E19; }

.bg-secondary {
  background: #4673A5 !important; }

.text-secondary {
  color: #4673A5 !important; }

.btn-secondary {
  background: #4673A5; }
  .btn-secondary:hover {
    background: #2f4e6f; }

.text-underline-secondary {
  text-decoration: underline #4673A5; }

.bg-joker {
  background: #F8FBD1 !important; }

.text-joker {
  color: #F8FBD1 !important; }

.btn-joker {
  background: #F8FBD1; }
  .btn-joker:hover {
    background: #edf58b; }

.text-underline-joker {
  text-decoration: underline #F8FBD1; }

.bg-primary--variant {
  background: #D51B18 !important; }

.text-primary--variant {
  color: #D51B18 !important; }

.btn-primary--variant {
  background: #D51B18; }
  .btn-primary--variant:hover {
    background: #901210; }

.text-underline-primary--variant {
  text-decoration: underline #D51B18; }

.bg-secondary--variant {
  background: rgba(207, 221, 230, 0.4) !important; }

.text-secondary--variant {
  color: rgba(207, 221, 230, 0.4) !important; }

.btn-secondary--variant {
  background: rgba(207, 221, 230, 0.4); }
  .btn-secondary--variant:hover {
    background: rgba(157, 185, 204, 0.4); }

.text-underline-secondary--variant {
  text-decoration: underline rgba(207, 221, 230, 0.4); }

.bg-joker--variant {
  background: #e0f2ff !important; }

.text-joker--variant {
  color: #e0f2ff !important; }

.btn-joker--variant {
  background: #e0f2ff; }
  .btn-joker--variant:hover {
    background: #94d2ff; }

.text-underline-joker--variant {
  text-decoration: underline #e0f2ff; }

.bg-white {
  background: #FFFFFF !important; }

.text-white {
  color: #FFFFFF !important; }

.btn-white {
  background: #FFFFFF; }
  .btn-white:hover {
    background: #d9d9d9; }

.text-underline-white {
  text-decoration: underline #FFFFFF; }

.bg-black {
  background: #000000 !important; }

.text-black {
  color: #000000 !important; }

.btn-black {
  background: #000000; }
  .btn-black:hover {
    background: black; }

.text-underline-black {
  text-decoration: underline #000000; }

.bg-success {
  background: #2FBF71 !important; }

.text-success {
  color: #2FBF71 !important; }

.btn-success {
  background: #2FBF71; }
  .btn-success:hover {
    background: #20824d; }

.text-underline-success {
  text-decoration: underline #2FBF71; }

.bg-info {
  background: #FED159 !important; }

.text-info {
  color: #FED159 !important; }

.btn-info {
  background: #FED159; }
  .btn-info:hover {
    background: #febc0d; }

.text-underline-info {
  text-decoration: underline #FED159; }

.bg-warning {
  background: #ffab3cea !important; }

.text-warning {
  color: #ffab3cea !important; }

.btn-warning {
  background: #ffab3cea; }
  .btn-warning:hover {
    background: rgba(239, 136, 0, 0.917647); }

.text-underline-warning {
  text-decoration: underline #ffab3cea; }

.bg-danger {
  background: #EF2D56 !important; }

.text-danger {
  color: #EF2D56 !important; }

.btn-danger {
  background: #EF2D56; }
  .btn-danger:hover {
    background: #c10f34; }

.text-underline-danger {
  text-decoration: underline #EF2D56; }

.bg-theme {
  background: #FFFFFF !important; }

.text-theme {
  color: #FFFFFF !important; }

.btn-theme {
  background: #FFFFFF; }
  .btn-theme:hover {
    background: #d9d9d9; }

.text-underline-theme {
  text-decoration: underline #FFFFFF; }

.bg-theme-contrast {
  background: #716F71 !important; }

.text-theme-contrast {
  color: #716F71 !important; }

.btn-theme-contrast {
  background: #716F71; }
  .btn-theme-contrast:hover {
    background: #4a494a; }

.text-underline-theme-contrast {
  text-decoration: underline #716F71; }

.bg-dark {
  background: #716F71 !important; }

.text-dark {
  color: #716F71 !important; }

.btn-dark {
  background: #716F71; }
  .btn-dark:hover {
    background: #4a494a; }

.text-underline-dark {
  text-decoration: underline #716F71; }

.bg-light {
  background: #FFFFFF !important; }

.text-light {
  color: #FFFFFF !important; }

.btn-light {
  background: #FFFFFF; }
  .btn-light:hover {
    background: #d9d9d9; }

.text-underline-light {
  text-decoration: underline #FFFFFF; }

.bg-transparent {
  background: transparent !important; }

.text-transparent {
  color: transparent !important; }

.btn-transparent {
  background: transparent; }
  .btn-transparent:hover {
    background: rgba(0, 0, 0, 0); }

.text-underline-transparent {
  text-decoration: underline transparent; }

.bg-diabled {
  background: rgba(211, 211, 211, 0.7) !important; }

.text-diabled {
  color: rgba(211, 211, 211, 0.7) !important; }

.btn-diabled {
  background: rgba(211, 211, 211, 0.7); }
  .btn-diabled:hover {
    background: rgba(173, 173, 173, 0.7); }

.text-underline-diabled {
  text-decoration: underline rgba(211, 211, 211, 0.7); }

.logo--x {
  width: 150px; }

.logo--y {
  height: 150px; }

.logo--square {
  width: 120px;
  height: 120px; }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999998; }

.overlay-modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  transition: 0.5s ease;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 20; }

.overlay-modal--open {
  width: 100%; }

/* Intersection observer */
.observed {
  transform: translateY(0);
  transition: all 1.2s; }

.observed.not-visible {
  transform: translateY(150px);
  opacity: 0; }

.observed-x {
  transform: translateX(0px);
  transition: all 1.4s; }

.observed-x.not-visible {
  transform: translateX(-10%);
  opacity: 0; }

.observed-circle {
  animation: pulse 1s ease-out alternate; }

.observed-circle.not-visible {
  opacity: 0; }

@keyframes pulse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Mouse pointer */
.cursor-pointer {
  cursor: pointer; }

/* Text size */
.text-xs {
  font-size: 0.7rem !important; }
  @media (min-width: 768px) {
    .text-xs {
      font-size: 0.75rem !important; } }
  @media (min-width: 992px) {
    .text-xs {
      font-size: 0.8rem !important; } }
  @media (min-width: 1200px) {
    .text-xs {
      font-size: 0.9rem !important; } }
  @media (min-width: 1400px) {
    .text-xs {
      font-size: 1rem !important; } }

.text-md {
  font-size: 1.4rem !important; }
  @media (min-width: 768px) {
    .text-md {
      font-size: 1.5rem !important; } }
  @media (min-width: 992px) {
    .text-md {
      font-size: 1.6rem !important; } }
  @media (min-width: 1200px) {
    .text-md {
      font-size: 1.8rem !important; } }
  @media (min-width: 1400px) {
    .text-md {
      font-size: 2rem !important; } }

.text-lg {
  font-size: 2.1rem !important; }
  @media (min-width: 768px) {
    .text-lg {
      font-size: 2.25rem !important; } }
  @media (min-width: 992px) {
    .text-lg {
      font-size: 2.4rem !important; } }
  @media (min-width: 1200px) {
    .text-lg {
      font-size: 2.7rem !important; } }
  @media (min-width: 1400px) {
    .text-lg {
      font-size: 3rem !important; } }

.text-xl {
  font-size: 2.625rem !important; }
  @media (min-width: 768px) {
    .text-xl {
      font-size: 2.8125rem !important; } }
  @media (min-width: 992px) {
    .text-xl {
      font-size: 3rem !important; } }
  @media (min-width: 1200px) {
    .text-xl {
      font-size: 3.375rem !important; } }
  @media (min-width: 1400px) {
    .text-xl {
      font-size: 3.75rem !important; } }

.text-2xl {
  font-size: 3.15rem !important; }
  @media (min-width: 768px) {
    .text-2xl {
      font-size: 3.375rem !important; } }
  @media (min-width: 992px) {
    .text-2xl {
      font-size: 3.6rem !important; } }
  @media (min-width: 1200px) {
    .text-2xl {
      font-size: 4.05rem !important; } }
  @media (min-width: 1400px) {
    .text-2xl {
      font-size: 4.5rem !important; } }

.text-3xl {
  font-size: 3.675rem !important; }
  @media (min-width: 768px) {
    .text-3xl {
      font-size: 3.9375rem !important; } }
  @media (min-width: 992px) {
    .text-3xl {
      font-size: 4.2rem !important; } }
  @media (min-width: 1200px) {
    .text-3xl {
      font-size: 4.725rem !important; } }
  @media (min-width: 1400px) {
    .text-3xl {
      font-size: 5.25rem !important; } }

.text-4xl {
  font-size: 4.2rem !important; }
  @media (min-width: 768px) {
    .text-4xl {
      font-size: 4.5rem !important; } }
  @media (min-width: 992px) {
    .text-4xl {
      font-size: 4.8rem !important; } }
  @media (min-width: 1200px) {
    .text-4xl {
      font-size: 5.4rem !important; } }
  @media (min-width: 1400px) {
    .text-4xl {
      font-size: 6rem !important; } }

.text-5xl {
  font-size: 4.725rem !important; }
  @media (min-width: 768px) {
    .text-5xl {
      font-size: 5.0625rem !important; } }
  @media (min-width: 992px) {
    .text-5xl {
      font-size: 5.4rem !important; } }
  @media (min-width: 1200px) {
    .text-5xl {
      font-size: 6.075rem !important; } }
  @media (min-width: 1400px) {
    .text-5xl {
      font-size: 6.75rem !important; } }

.text-6xl {
  font-size: 5.25rem !important; }
  @media (min-width: 768px) {
    .text-6xl {
      font-size: 5.625rem !important; } }
  @media (min-width: 992px) {
    .text-6xl {
      font-size: 6rem !important; } }
  @media (min-width: 1200px) {
    .text-6xl {
      font-size: 6.75rem !important; } }
  @media (min-width: 1400px) {
    .text-6xl {
      font-size: 7.5rem !important; } }

.text-7xl {
  font-size: 5.775rem !important; }
  @media (min-width: 768px) {
    .text-7xl {
      font-size: 6.1875rem !important; } }
  @media (min-width: 992px) {
    .text-7xl {
      font-size: 6.6rem !important; } }
  @media (min-width: 1200px) {
    .text-7xl {
      font-size: 7.425rem !important; } }
  @media (min-width: 1400px) {
    .text-7xl {
      font-size: 8.25rem !important; } }

.text-8xl {
  font-size: 6.3rem !important; }
  @media (min-width: 768px) {
    .text-8xl {
      font-size: 6.75rem !important; } }
  @media (min-width: 992px) {
    .text-8xl {
      font-size: 7.2rem !important; } }
  @media (min-width: 1200px) {
    .text-8xl {
      font-size: 8.1rem !important; } }
  @media (min-width: 1400px) {
    .text-8xl {
      font-size: 9rem !important; } }

.text-9xl {
  font-size: 6.825rem !important; }
  @media (min-width: 768px) {
    .text-9xl {
      font-size: 7.3125rem !important; } }
  @media (min-width: 992px) {
    .text-9xl {
      font-size: 7.8rem !important; } }
  @media (min-width: 1200px) {
    .text-9xl {
      font-size: 8.775rem !important; } }
  @media (min-width: 1400px) {
    .text-9xl {
      font-size: 9.75rem !important; } }

.text-10xl {
  font-size: 7.35rem !important; }
  @media (min-width: 768px) {
    .text-10xl {
      font-size: 7.875rem !important; } }
  @media (min-width: 992px) {
    .text-10xl {
      font-size: 8.4rem !important; } }
  @media (min-width: 1200px) {
    .text-10xl {
      font-size: 9.45rem !important; } }
  @media (min-width: 1400px) {
    .text-10xl {
      font-size: 10.5rem !important; } }

.font-weight-bold {
  font-weight: bold; }

.text-decoration-none {
  text-decoration: none; }

.text-underline {
  text-decoration: underline; }

.text-lowercase {
  text-transform: lowercase; }

.text-transform-none {
  text-transform: none; }

.image-sm--square {
  width: 48px;
  height: 48px; }

.image-thumbnail {
  width: 170px; }

.logo {
  width: 170px;
  margin: 0.5rem; }

.icon-xxs {
  width: 16px;
  height: 16px; }

.icon-xs {
  width: 22px;
  height: 22px; }

.icon-sm {
  width: 32px;
  height: 32px; }

.icon-md {
  width: 48px;
  height: 48px; }

.icon-lg {
  width: 64px;
  height: 64px; }

.icon-xl {
  width: 128px;
  height: 128px; }

.icon-xxl {
  width: 256px;
  height: 256px; }

.w-text-bloc {
  max-width: 30rem; }

.h-40 {
  height: 40px; }

.overflow-auto {
  overflow: auto; }

/* Box model */
.pa-0 {
  padding: 0; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.px-0 {
  padding: 0 0; }

.py-0 {
  padding: 0 0; }

.ma-0 {
  margin: 0; }

.ml-0 {
  margin-left: 0; }

.mr-0 {
  margin-right: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.mx-0 {
  margin: 0 0; }

.my-0 {
  margin: 0 0; }

.pa-1 {
  padding: 0.6rem; }

.pl-1 {
  padding-left: 0.6rem; }

.pr-1 {
  padding-right: 0.6rem; }

.pt-1 {
  padding-top: 0.6rem; }

.pb-1 {
  padding-bottom: 0.6rem; }

.px-1 {
  padding: 0 0.3rem; }

.py-1 {
  padding: 0.3rem 0; }

.ma-1 {
  margin: 0.6rem; }

.ml-1 {
  margin-left: 0.6rem; }

.mr-1 {
  margin-right: 0.6rem; }

.mt-1 {
  margin-top: 0.6rem; }

.mb-1 {
  margin-bottom: 0.6rem; }

.mx-1 {
  margin: 0 0.3rem; }

.my-1 {
  margin: 0.3rem 0; }

.pa-2 {
  padding: 1.2rem; }

.pl-2 {
  padding-left: 1.2rem; }

.pr-2 {
  padding-right: 1.2rem; }

.pt-2 {
  padding-top: 1.2rem; }

.pb-2 {
  padding-bottom: 1.2rem; }

.px-2 {
  padding: 0 0.6rem; }

.py-2 {
  padding: 0.6rem 0; }

.ma-2 {
  margin: 1.2rem; }

.ml-2 {
  margin-left: 1.2rem; }

.mr-2 {
  margin-right: 1.2rem; }

.mt-2 {
  margin-top: 1.2rem; }

.mb-2 {
  margin-bottom: 1.2rem; }

.mx-2 {
  margin: 0 0.6rem; }

.my-2 {
  margin: 0.6rem 0; }

.pa-3 {
  padding: 1.8rem; }

.pl-3 {
  padding-left: 1.8rem; }

.pr-3 {
  padding-right: 1.8rem; }

.pt-3 {
  padding-top: 1.8rem; }

.pb-3 {
  padding-bottom: 1.8rem; }

.px-3 {
  padding: 0 0.9rem; }

.py-3 {
  padding: 0.9rem 0; }

.ma-3 {
  margin: 1.8rem; }

.ml-3 {
  margin-left: 1.8rem; }

.mr-3 {
  margin-right: 1.8rem; }

.mt-3 {
  margin-top: 1.8rem; }

.mb-3 {
  margin-bottom: 1.8rem; }

.mx-3 {
  margin: 0 0.9rem; }

.my-3 {
  margin: 0.9rem 0; }

.pa-4 {
  padding: 2.4rem; }

.pl-4 {
  padding-left: 2.4rem; }

.pr-4 {
  padding-right: 2.4rem; }

.pt-4 {
  padding-top: 2.4rem; }

.pb-4 {
  padding-bottom: 2.4rem; }

.px-4 {
  padding: 0 1.2rem; }

.py-4 {
  padding: 1.2rem 0; }

.ma-4 {
  margin: 2.4rem; }

.ml-4 {
  margin-left: 2.4rem; }

.mr-4 {
  margin-right: 2.4rem; }

.mt-4 {
  margin-top: 2.4rem; }

.mb-4 {
  margin-bottom: 2.4rem; }

.mx-4 {
  margin: 0 1.2rem; }

.my-4 {
  margin: 1.2rem 0; }

.pa-5 {
  padding: 3rem; }

.pl-5 {
  padding-left: 3rem; }

.pr-5 {
  padding-right: 3rem; }

.pt-5 {
  padding-top: 3rem; }

.pb-5 {
  padding-bottom: 3rem; }

.px-5 {
  padding: 0 1.5rem; }

.py-5 {
  padding: 1.5rem 0; }

.ma-5 {
  margin: 3rem; }

.ml-5 {
  margin-left: 3rem; }

.mr-5 {
  margin-right: 3rem; }

.mt-5 {
  margin-top: 3rem; }

.mb-5 {
  margin-bottom: 3rem; }

.mx-5 {
  margin: 0 1.5rem; }

.my-5 {
  margin: 1.5rem 0; }

.pa-6 {
  padding: 3.6rem; }

.pl-6 {
  padding-left: 3.6rem; }

.pr-6 {
  padding-right: 3.6rem; }

.pt-6 {
  padding-top: 3.6rem; }

.pb-6 {
  padding-bottom: 3.6rem; }

.px-6 {
  padding: 0 1.8rem; }

.py-6 {
  padding: 1.8rem 0; }

.ma-6 {
  margin: 3.6rem; }

.ml-6 {
  margin-left: 3.6rem; }

.mr-6 {
  margin-right: 3.6rem; }

.mt-6 {
  margin-top: 3.6rem; }

.mb-6 {
  margin-bottom: 3.6rem; }

.mx-6 {
  margin: 0 1.8rem; }

.my-6 {
  margin: 1.8rem 0; }

.pa-7 {
  padding: 4.2rem; }

.pl-7 {
  padding-left: 4.2rem; }

.pr-7 {
  padding-right: 4.2rem; }

.pt-7 {
  padding-top: 4.2rem; }

.pb-7 {
  padding-bottom: 4.2rem; }

.px-7 {
  padding: 0 2.1rem; }

.py-7 {
  padding: 2.1rem 0; }

.ma-7 {
  margin: 4.2rem; }

.ml-7 {
  margin-left: 4.2rem; }

.mr-7 {
  margin-right: 4.2rem; }

.mt-7 {
  margin-top: 4.2rem; }

.mb-7 {
  margin-bottom: 4.2rem; }

.mx-7 {
  margin: 0 2.1rem; }

.my-7 {
  margin: 2.1rem 0; }

.pa-8 {
  padding: 4.8rem; }

.pl-8 {
  padding-left: 4.8rem; }

.pr-8 {
  padding-right: 4.8rem; }

.pt-8 {
  padding-top: 4.8rem; }

.pb-8 {
  padding-bottom: 4.8rem; }

.px-8 {
  padding: 0 2.4rem; }

.py-8 {
  padding: 2.4rem 0; }

.ma-8 {
  margin: 4.8rem; }

.ml-8 {
  margin-left: 4.8rem; }

.mr-8 {
  margin-right: 4.8rem; }

.mt-8 {
  margin-top: 4.8rem; }

.mb-8 {
  margin-bottom: 4.8rem; }

.mx-8 {
  margin: 0 2.4rem; }

.my-8 {
  margin: 2.4rem 0; }

.pa-9 {
  padding: 5.4rem; }

.pl-9 {
  padding-left: 5.4rem; }

.pr-9 {
  padding-right: 5.4rem; }

.pt-9 {
  padding-top: 5.4rem; }

.pb-9 {
  padding-bottom: 5.4rem; }

.px-9 {
  padding: 0 2.7rem; }

.py-9 {
  padding: 2.7rem 0; }

.ma-9 {
  margin: 5.4rem; }

.ml-9 {
  margin-left: 5.4rem; }

.mr-9 {
  margin-right: 5.4rem; }

.mt-9 {
  margin-top: 5.4rem; }

.mb-9 {
  margin-bottom: 5.4rem; }

.mx-9 {
  margin: 0 2.7rem; }

.my-9 {
  margin: 2.7rem 0; }

.pa-10 {
  padding: 6rem; }

.pl-10 {
  padding-left: 6rem; }

.pr-10 {
  padding-right: 6rem; }

.pt-10 {
  padding-top: 6rem; }

.pb-10 {
  padding-bottom: 6rem; }

.px-10 {
  padding: 0 3rem; }

.py-10 {
  padding: 3rem 0; }

.ma-10 {
  margin: 6rem; }

.ml-10 {
  margin-left: 6rem; }

.mr-10 {
  margin-right: 6rem; }

.mt-10 {
  margin-top: 6rem; }

.mb-10 {
  margin-bottom: 6rem; }

.mx-10 {
  margin: 0 3rem; }

.my-10 {
  margin: 3rem 0; }

.push-right {
  margin-left: auto;
  margin-right: 0; }

.push-left {
  margin-left: 0;
  margin-right: auto; }

.mx-auto {
  margin: 0 auto !important; }

.spacer--v {
  margin: 10px 0; }
  @media (min-width: 992px) {
    .spacer--v {
      margin: 20px 0; } }

.spacer {
  margin-top: 40px;
  /* define margin as you see fit */
  height: 100px; }
  .spacer-sm {
    height: 50px; }

.sticky-top {
  position: sticky;
  top: 0; }

.fixed-top-right {
  position: fixed;
  top: 0;
  right: 0; }

.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.x-container--evenly--wrap {
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }

.align-items-center {
  align-items: center; }

.d-grid {
  display: grid; }

.grid-icon-text {
  grid-template-columns: 75px 1fr;
  align-items: center; }

.border-box {
  box-sizing: border-box; }

.desktop-only {
  display: none; }
  @media (min-width: 992px) {
    .desktop-only {
      display: block; } }

.justify-content-normal {
  justify-content: normal; }

.justify-content-flex-start {
  justify-content: flex-start; }

.justify-content-flex-end {
  justify-content: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-start {
  justify-content: start; }

.justify-content-end {
  justify-content: end; }

.justify-content-safe {
  justify-content: safe; }

.justify-content-unsafe {
  justify-content: unsafe; }

.justify-content-left {
  justify-content: left; }

.justify-content-right {
  justify-content: right; }

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

.justify-content-space-around {
  justify-content: space-around; }

.justify-content-space-evenly {
  justify-content: space-evenly; }

.justify-content-stretch {
  justify-content: stretch; }

.align-items-normal {
  align-items: normal; }

.align-items-flex-start {
  align-items: flex-start; }

.align-items-flex-end {
  align-items: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-start {
  align-items: start; }

.align-items-end {
  align-items: end; }

.align-items-safe {
  align-items: safe; }

.align-items-unsafe {
  align-items: unsafe; }

.align-items-self-start {
  align-items: self-start; }

.align-items-self-end {
  align-items: self-end; }

.align-items-baseline {
  align-items: baseline; }

.flex-row {
  flex-direction: row; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-column {
  flex-direction: column; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.container, .birthdate-module, .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  margin: 0 auto;
  padding: 1rem 1.5rem; }

.container, .birthdate-module {
  max-width: 80%; }

.container-fluid {
  width: 100%; }

.container-xs {
  max-width: 288.8px; }

.container-sm {
  max-width: 460.8px; }

.container-md {
  max-width: 614.4px; }

.container-lg {
  max-width: 793.6px; }

.container-xl {
  max-width: 960px; }

.container-xxl {
  max-width: 1120px; }

.autocomplete {
  position: relative; }
  .autocomplete ul {
    z-index: 9999999;
    position: absolute;
    top: 53px;
    overflow: auto;
    box-sizing: border-box;
    height: 500px !important;
    background: white;
    padding: 5px 15px;
    width: 100%; }
  .autocomplete .autocomplete-list__item {
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9rem;
    color: black;
    padding: 0.5rem 1rem; }
    .autocomplete .autocomplete-list__item:hover {
      background: #333;
      color: white;
      opacity: 0.9;
      cursor: pointer; }
  .autocomplete .item--active {
    background: #E24E19;
    color: white; }

.btn, .adv-thumbnail__action a {
  box-sizing: border-box;
  display: inline-block;
  color: white;
  padding: 0.8rem 1.5rem;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15); }
  .btn-icon {
    background: transparent;
    box-shadow: none;
    padding: 0; }
  .btn:hover, .adv-thumbnail__action a:hover {
    opacity: .9; }
  .btn--rounded {
    border-radius: 999px; }

.btn-xs {
  font-size: 0.9rem;
  padding: 0.8rem; }
  @media (min-width: 361px) {
    .btn-xs .btn-xs {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    .btn-xs .btn-sm {
      font-size: 1.431rem; } }
  @media (min-width: 768px) {
    .btn-xs .btn-md {
      font-size: 1.89rem; } }
  @media (min-width: 992px) {
    .btn-xs .btn-lg {
      font-size: 2.475rem; } }
  @media (min-width: 1200px) {
    .btn-xs .btn-xl {
      font-size: 2.988rem; } }
  @media (min-width: 1400px) {
    .btn-xs .btn-xxl {
      font-size: 3.483rem; } }

.btn-sm {
  font-size: 1.431rem;
  padding: 1.272rem; }
  @media (min-width: 361px) {
    .btn-sm .btn-xs {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    .btn-sm .btn-sm {
      font-size: 1.431rem; } }
  @media (min-width: 768px) {
    .btn-sm .btn-md {
      font-size: 1.89rem; } }
  @media (min-width: 992px) {
    .btn-sm .btn-lg {
      font-size: 2.475rem; } }
  @media (min-width: 1200px) {
    .btn-sm .btn-xl {
      font-size: 2.988rem; } }
  @media (min-width: 1400px) {
    .btn-sm .btn-xxl {
      font-size: 3.483rem; } }

.btn-md {
  font-size: 1.89rem;
  padding: 1.68rem; }
  @media (min-width: 361px) {
    .btn-md .btn-xs {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    .btn-md .btn-sm {
      font-size: 1.431rem; } }
  @media (min-width: 768px) {
    .btn-md .btn-md {
      font-size: 1.89rem; } }
  @media (min-width: 992px) {
    .btn-md .btn-lg {
      font-size: 2.475rem; } }
  @media (min-width: 1200px) {
    .btn-md .btn-xl {
      font-size: 2.988rem; } }
  @media (min-width: 1400px) {
    .btn-md .btn-xxl {
      font-size: 3.483rem; } }

.btn-lg {
  font-size: 2.475rem;
  padding: 2.2rem; }
  @media (min-width: 361px) {
    .btn-lg .btn-xs {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    .btn-lg .btn-sm {
      font-size: 1.431rem; } }
  @media (min-width: 768px) {
    .btn-lg .btn-md {
      font-size: 1.89rem; } }
  @media (min-width: 992px) {
    .btn-lg .btn-lg {
      font-size: 2.475rem; } }
  @media (min-width: 1200px) {
    .btn-lg .btn-xl {
      font-size: 2.988rem; } }
  @media (min-width: 1400px) {
    .btn-lg .btn-xxl {
      font-size: 3.483rem; } }

.btn-xl {
  font-size: 2.988rem;
  padding: 2.656rem; }
  @media (min-width: 361px) {
    .btn-xl .btn-xs {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    .btn-xl .btn-sm {
      font-size: 1.431rem; } }
  @media (min-width: 768px) {
    .btn-xl .btn-md {
      font-size: 1.89rem; } }
  @media (min-width: 992px) {
    .btn-xl .btn-lg {
      font-size: 2.475rem; } }
  @media (min-width: 1200px) {
    .btn-xl .btn-xl {
      font-size: 2.988rem; } }
  @media (min-width: 1400px) {
    .btn-xl .btn-xxl {
      font-size: 3.483rem; } }

.btn-xxl {
  font-size: 3.483rem;
  padding: 3.096rem; }
  @media (min-width: 361px) {
    .btn-xxl .btn-xs {
      font-size: 0.9rem; } }
  @media (min-width: 576px) {
    .btn-xxl .btn-sm {
      font-size: 1.431rem; } }
  @media (min-width: 768px) {
    .btn-xxl .btn-md {
      font-size: 1.89rem; } }
  @media (min-width: 992px) {
    .btn-xxl .btn-lg {
      font-size: 2.475rem; } }
  @media (min-width: 1200px) {
    .btn-xxl .btn-xl {
      font-size: 2.988rem; } }
  @media (min-width: 1400px) {
    .btn-xxl .btn-xxl {
      font-size: 3.483rem; } }

.btn-link {
  background: transparent;
  box-shadow: none;
  text-decoration: underline; }

.cta {
  border-radius: 10px;
  padding: 0 16px;
  font-size: 1.5rem;
  margin: 1rem 1rem;
  height: 5.6rem;
  line-height: 48px;
  background-color: #4673A5;
  box-shadow: 0px 0px 10px 1px #F1B184;
  font-family: 'Helvetica';
  text-transform: uppercase; }
  .ctahover {
    letter-spacing: 4px;
    background-color: #faa060 !important; }

.btn-full {
  width: 100%; }

.footer {
  color: #FFFFFF;
  padding: 2rem 1.5rem; }
  .footer .wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap; }
  @media (min-width: 576px) {
    .footer .wrapper {
      justify-content: space-between; } }

.fixed-footer {
  background: rgba(44, 35, 35, 0.5); }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, .form-control, .m-form-control, .form-control-std {
  border: 1px solid #dddfe2;
  border-radius: 8px;
  width: 95%;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.5rem !important;
  padding: 14px 6px;
  box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #b5bfc2;
  border-radius: 8px; }
  @media (min-width: 576px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, .form-control, .m-form-control, .form-control-std {
      font-size: 2rem;
      padding: 1.3rem 1rem; } }

.form-control {
  border-radius: none;
  transform: none; }

.form-group {
  display: flex;
  flex-direction: column;
  position: relative; }

.m-form-group {
  position: relative;
  padding-top: 1rem; }

.m-form-control {
  box-shadow: none !important;
  z-index: 1;
  background-color: transparent;
  position: relative; }
  .m-form-control + label {
    position: absolute;
    top: 3.1rem;
    left: 4%;
    transform: translate(0, -50%);
    font-size: 1.8rem;
    color: white;
    transition: .2s ease-out; }
  .m-form-control:focus {
    outline: none;
    transition: all .2s ease-out;
    border-color: #1877f2;
    border-width: 2px; }
  .m-form-control:focus + label, .m-form-control.has-value + label {
    top: 0rem;
    left: 1%;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem; }

.form-control-std {
  border-radius: none;
  transform: none; }

.lp-form {
  background: #E24E19;
  border-radius: 19px;
  min-height: 32rem;
  width: 100%;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  padding: 0 1rem;
  position: relative;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    .lp-form {
      margin-top: 4rem; } }
  .lp-form > form {
    margin: 0 auto; }
  .lp-form__wrapper {
    width: 100%; }
  .lp-form .error-msg {
    background: rgba(239, 45, 86, 0.9);
    color: white;
    width: 100%;
    border-radius: 0 0 50px 50px;
    padding: 0 15px;
    box-sizing: border-box;
    height: 2rem;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .lp-form .error-msg:hover {
      overflow: initial;
      white-space: normal;
      overflow-y: auto; }
  .lp-form .is-valid, .lp-form .is-not-valid {
    position: relative;
    align-items: center;
    transition: all 0.4s;
    box-sizing: border-box; }
  .lp-form .is-valid {
    margin-bottom: 15px; }
  .lp-form .is-not-valid.--no-mb {
    margin-bottom: 0px !important; }
  .lp-form .is-valid input, .lp-form .is-valid select {
    background: #80ffba !important; }
  .lp-form .is-not-valid input, .lp-form .is-not-valid select {
    background: rgba(255, 255, 255, 0.7) !important; }
  .lp-form .is-clean {
    margin-bottom: 15px !important; }
  .lp-form .is-clean input, .lp-form .is-clean select {
    background: rgba(255, 255, 255, 0.5) !important; }
  .lp-form .is-clean:before {
    border: none !important;
    content: "" !important;
    display: none; }

/* 1. Display label */
.big-radio + label {
  display: block;
  text-align: center;
  width: 177px;
  margin: 0;
  background: #fff;
  border: 2px solid #ccc;
  box-shadow: -7px 0 0px;
  border-radius: 40px;
  color: #667;
  /* Responsive */
  font-size: 1.2rem;
  padding: 5px 5px;
  cursor: pointer;
  margin: 5px 0; }
  @media (min-width: 768px) {
    .big-radio + label {
      padding: 5px 15px;
      margin: 0px 25px;
      font-size: 1.4rem; } }

.big-radio + label:hover {
  background: #aaa; }

/*@media (map-get($breakpointsMin, 'md')) {
    padding: 10px 30px;
}
@media (map-get($breakpointsMin, 'lg')) {
    padding: 5px 20px;
}*/
/* 2. Hide input */
.big-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s; }

/* 3. Style label before */
.big-radio + label:before {
  content: '';
  font-size: 1.4rem;
  /*border: 0.2rem solid #6B7280;
  border-radius: 0.4rem;*/
  /*display: inline-block;*/
  text-align: center;
  /*vertical-align: middle;*/
  color: transparent;
  margin: 5px 0;
  transition: all 0.4s;
  /*@media (map-get($breakpointsMin, 'sm')) {
    margin: 5px 0;
    font-size: 3rem;    	
  }*/ }

/* 4. Style applied only when radio/checkbox is being checked */
.big-radio:checked + label:before,
.big-radio:checked + label {
  /*background: $secondaryColor;
border-color: $jokerColor;*/
  content: '✓';
  font-weight: bold;
  color: #E24E19;
  background: #fffcfb;
  border: none; }

input[type=checkbox] + label {
  display: block;
  margin: 0; }

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

input[type=checkbox] + label:before {
  content: "✔";
  transition: 0.4s ease;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  border: 0.2rem solid #E24E19;
  border-radius: 0.4rem;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  color: transparent;
  margin-right: 15px; }

input[type=checkbox]:checked + label:before {
  border-color: #2FBF71;
  background: #2FBF71;
  color: white; }

.chk-btn {
  display: flex;
  justify-content: center; }
  .chk-btn input {
    display: none; }
  .chk-btn label {
    width: 100%;
    min-width: 160px;
    font-size: 1.2rem;
    margin-top: 2px;
    margin-bottom: 4px;
    border: 2px solid white;
    padding: 15px;
    cursor: pointer;
    background: #aaa;
    color: white !important;
    border-radius: 4px;
    font-weight: bold; }
    .chk-btn label:hover {
      background: white;
      transform: scale(1.02);
      transition: transform 0.2s ease-in-out; }

.icon-radio {
  box-sizing: border-box;
  min-width: 6rem;
  max-width: 96px;
  background: #F6FBBF;
  border-radius: 8px;
  font-size: 1.2rem; }
  .icon-radio input {
    display: none; }
  .icon-radio input:checked + label {
    background: #4673A5; }
    .icon-radio input:checked + label p {
      color: white !important; }
  .icon-radio label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 1rem 2.5rem;
    border-radius: 4px;
    width: 100%;
    box-sizing: inherit; }
    .icon-radio label img {
      width: 100%; }
  .icon-radio p {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    color: #716F71; }
  .icon-radio:hover {
    background: #f4b6a0; }

.icon-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-width: 40%;
  margin: 0.5rem;
  padding: 1rem 0.8rem;
  width: 100%;
  flex-wrap: wrap;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background: rgba(238, 238, 238, 0.8);
  border-radius: 8px;
  transition: background 0.4s; }
  .icon-button input {
    display: none; }
  .icon-button input:checked {
    background: #4673A5 !important; }
  .icon-button label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    box-sizing: inherit; }
    .icon-button label img {
      padding: 0;
      width: 128px; }
    .icon-button label p {
      max-width: 260px;
      word-break: break-all;
      font-size: 1rem;
      font-weight: bold;
      transition: color 0.2s;
      color: rgba(33, 33, 33, 0.7); }
  .icon-button:hover {
    background: #f4b6a0; }
    .icon-button:hover label p {
      color: white; }
  @media (min-width: 768px) {
    .icon-button {
      max-width: 33%; }
      .icon-button label p {
        font-size: 1.4rem; } }
  @media (min-width: 1200px) {
    .icon-button {
      max-width: 25%; }
      .icon-button label p {
        font-size: 1.5rem; } }
  @media (min-width: 1400px) {
    .icon-button {
      max-width: 20%; }
      .icon-button label p {
        font-size: 1.7rem; } }

.fairway-progress {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 20rem;
  margin: auto; }
  .fairway-progress img {
    width: 100%; }
  .fairway-progress .indicator {
    border-radius: 50%;
    display: flex;
    width: 3rem;
    transition: all .4s; }
    .fairway-progress .indicator--active {
      background: #E24E19; }
    .fairway-progress .indicator--inactive {
      background: rgba(211, 211, 211, 0.7); }
  .fairway-progress .glue {
    width: 2rem;
    height: 0.5rem;
    border-radius: 0 12px 0 12px;
    transition: all .4s; }
    .fairway-progress .glue--active {
      background: #E24E19; }
    .fairway-progress .glue--inactive {
      background: rgba(211, 211, 211, 0.7); }

.radio-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.header .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "form" "text-bloc";
  margin-left: 0; }
  @media (min-width: 992px) {
    .header .wrapper {
      grid-template-columns: 60% 40%;
      grid-template-areas: "text-bloc form";
      max-width: 100%; } }

.header__form {
  grid-area: form; }
  @media (min-width: 768px) {
    .header__form {
      padding-right: 3%; } }

.header__text {
  grid-area: text-bloc;
  display: flex;
  padding: 0;
  background: rgba(246, 251, 191, 0.7); }
  @media (min-width: 768px) {
    .header__text {
      text-align: left;
      max-width: 72rem;
      max-height: 45rem; } }
  @media (min-width: 992px) {
    .header__text {
      margin-top: 10rem;
      max-width: 80rem; } }

.header .heading__textbloc {
  max-width: 80%; }
  @media (min-width: 992px) {
    .header .heading__textbloc {
      padding-left: 8rem; } }

.wrapper-grid .grid-item-arg-1 .wrapper, .wrapper-grid .grid-item-arg-2 .wrapper {
  box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4);
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  border-radius: 8px 0 8px 0; }

.go-top, .lp-image-with-text, .lp-image-with-text__image {
  display: flex;
  align-items: center;
  justify-content: center; }

.wrapper-grid {
  box-sizing: inherit;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  grid-template-areas: "header-form" "header-heading" "textbloc" "arg-1" "arg-2" "arg-3"; }
  .wrapper-grid .grid-item-nav {
    grid-area: nav;
    display: none; }
  .wrapper-grid .grid-item-heading {
    grid-area: header-heading;
    box-sizing: inherit;
    padding: 1rem;
    text-align: center; }
    .wrapper-grid .grid-item-heading .heading-textbloc {
      margin: 3rem;
      padding: 1.5rem;
      border-radius: 48px 48px 0 0; }
    .wrapper-grid .grid-item-heading::after {
      content: "";
      clip-path: polygon(0px 35%, 100% 15%, 100% 100%, 0% 100%);
      background-color: #04b1f1;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .wrapper-grid .grid-item-form {
    grid-area: header-form;
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .wrapper-grid .grid-item-form .form-wrapper {
      background: rgba(207, 221, 230, 0.9);
      padding: 1rem 1rem;
      box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4); }
  .wrapper-grid .grid-item-textbloc {
    position: relative;
    grid-area: textbloc;
    background: rgba(207, 221, 230, 0.4); }
    .wrapper-grid .grid-item-textbloc p {
      color: #333; }
  .wrapper-grid .grid-item-arg-1 {
    grid-area: arg-1; }
  .wrapper-grid .grid-item-arg-2 {
    grid-area: arg-2; }
  .wrapper-grid .grid-item-arg-3 {
    grid-area: arg-3;
    background: rgba(207, 221, 230, 0.4); }
  @media (min-width: 1200px) {
    .wrapper-grid {
      /* Tablet and up */
      grid-template-columns: 40% 16rem;
      justify-content: center;
      grid-template-rows: 60px repeat(4, auto);
      grid-template-areas: "nav nav" "header-heading header-form" "textbloc textbloc" "arg-1 arg-1" "arg-2 arg-2" "arg-3 arg-3"; }
      .wrapper-grid .grid-item-nav {
        display: flex; }
      .wrapper-grid .grid-item-heading {
        text-align: left;
        padding: 1.5rem; } }

.lp-header {
  box-sizing: border-box;
  padding: 0;
  background-image: url("../images/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0.5rem solid #4673A5; }
  .lp-header p {
    font-size: 1.2rem;
    color: #f2f2f2; }
  @media (min-width: 992px) {
    .lp-header p {
      font-size: 1.3rem;
      max-width: 573.33333px; } }
  @media (min-width: 1200px) {
    .lp-header p {
      font-size: 1.5rem;
      max-width: 860px; } }

.section-b .inner {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  margin: auto;
  max-width: 860px;
  padding: 5rem 0; }
  .section-b .inner h3 {
    font-size: 1.2rem; }
  .section-b .inner h2 {
    font-size: 2rem; }
  .section-b .inner p {
    font-size: 1rem; }

@media (min-width: 1200px) {
  .section-b .inner h3 {
    font-size: 2.5rem; }
  .section-b .inner h2 {
    font-size: 4rem; }
  .section-b .inner p {
    font-size: 1.5rem;
    line-height: 2; } }

/* LP section: text-image-cta */
.text-image-cta {
  display: grid;
  grid-template-areas: "tic-image" "tic-text" "tic-btn";
  gap: 5rem;
  text-align: center; }
  .text-image-cta .text-image-cta__area-image {
    grid-area: tic-image; }
  .text-image-cta .text-image-cta__area-btn {
    grid-area: tic-btn; }
  .text-image-cta .text-image-cta__area-text {
    grid-area: tic-text;
    text-align: center; }
  @media (min-width: 992px) {
    .text-image-cta {
      text-align: left;
      grid-template-areas: "tic-image tic-text" "tic-btn tic-text"; } }

/* End LP section */
.bg-filter {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }

.ticket {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  max-width: 17.5rem;
  border-radius: 4px;
  font-size: 2rem;
  padding: 1rem 0.5rem;
  margin: 0 auto;
  display: block; }

.pannel {
  box-sizing: border-box;
  box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4);
  padding: 10px 15px; }
  .pannel--x {
    margin: 15px 0; }

/* Footer */
footer .bloctel {
  font-size: 1.5rem;
  text-align: center; }

h4.stylish-heading {
  border-bottom: 4px solid #D51B18;
  color: #D51B18;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0.5rem 1rem;
  max-width: 480px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem; }

.go-top {
  width: 50px;
  height: 50px;
  background: #4673A5;
  padding: 0.5rem;
  border-radius: 50%;
  position: fixed;
  bottom: 1%;
  right: 1%; }
  .go-top i {
    color: #716F71; }

.adv-container {
  display: flex;
  flex-wrap: wrap; }

.adv-thumbnail {
  max-width: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .adv-thumbnail__img {
    width: 20rem; }
  .adv-thumbnail img {
    width: 100%;
    box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4);
    border-radius: 8px 8px 0 0;
    opacity: .8; }
    .adv-thumbnail img:hover {
      opacity: 1; }
  .adv-thumbnail__action {
    display: block;
    background: #E24E19; }
    .adv-thumbnail__action a {
      display: block; }

.lp-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #716F71;
  font-weight: bold; }
  .lp-nav__logo {
    height: 54px;
    display: block; }
    .lp-nav__logo img {
      width: 100%;
      height: 48px; }
  .lp-nav .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .lp-nav .wrapper {
        max-width: 85%; } }
  .lp-nav__btn-call {
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.4rem;
    padding: 8px 16px;
    border-radius: 50px;
    background: #caf1ff;
    color: #072f3e;
    text-decoration: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 1rem; }
  .lp-nav__text {
    display: flex;
    align-items: center;
    font-size: 1.6rem; }
    @media (min-width: 992px) {
      .lp-nav__text {
        justify-content: center; } }

.wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }

.lp-heading__image {
  width: 100%;
  margin: auto; }
  .lp-heading__image img {
    width: 100%; }

.lp-heading__main {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #E24E19; }
  @media (min-width: 992px) {
    .lp-heading__main {
      font-size: 5rem; } }

.lp-heading__para {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  color: #716F71; }
  @media (min-width: 992px) {
    .lp-heading__para {
      font-size: 2.4rem; } }

.go-top, .lp-image-with-text, .lp-image-with-text__image {
  display: flex;
  justify-content: center;
  align-items: center; }

.banner-text .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center; }
  @media (min-width: 992px) {
    .banner-text .wrapper {
      grid-template-columns: 50% 50%;
      padding: 5rem 0; } }

.banner-three-cols .wrapper-items {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .banner-three-cols .wrapper-items {
      grid-template-columns: repeat(2, 50%);
      gap: 1rem; } }
  @media (min-width: 992px) {
    .banner-three-cols .wrapper-items {
      grid-template-columns: repeat(3, 32%);
      padding: 5rem 0;
      gap: 1rem; } }

.banner-text {
  padding: 1rem 0; }
  .banner-text-left p {
    font-weight: 600;
    line-height: 1.3; }
  .banner-text__list {
    font-size: 1.1;
    line-height: 1.7; }
    .banner-text__list__items {
      margin-left: 2rem; }

.banner-three-cols {
  margin: 4rem 0; }
  .banner-three-cols__heading {
    margin-left: 2rem; }
  .banner-three-cols .wrapper-items {
    padding: 0; }

.lp-text-with-button p {
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.3; }

.lp-text-with-button button {
  margin-top: 1rem;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  padding: 16px 24px;
  border-radius: 8px;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1rem;
  padding: 16px 24px;
  border-radius: 8px;
  background: #184f76;
  color: #716F71; }

.lp-image-with-text {
  max-width: 22rem;
  margin: auto;
  margin-bottom: 2rem;
  flex-direction: column; }
  .lp-image-with-text__image {
    height: 11rem;
    margin-bottom: 1.5rem; }
    .lp-image-with-text__image img {
      display: block;
      margin: 0 auto; }
  .lp-image-with-text__heading {
    min-height: 4rem; }
    .lp-image-with-text__heading h6 {
      font-size: 1.2rem;
      font-weight: bold;
      margin: 0;
      margin-top: 1rem; }
  .lp-image-with-text__text {
    min-height: 8rem;
    line-height: 1.45;
    text-align: left;
    font-size: 1.1rem;
    font-weight: normal; }

.abs-right {
  position: absolute;
  right: 0; }

.abs-left {
  position: absolute;
  left: 0; }

.deco-left {
  width: 8rem;
  margin-right: 1.5rem; }
  .deco-left img {
    min-height: 100%; }

.legal--text {
  font-size: 1.4rem; }

.section-brochure {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #334050;
  box-shadow: 0px 0px 6px 9px rgba(232, 236, 195, 0.7);
  border-radius: 22px;
  color: #FFFFFF;
  padding: 1rem 2rem;
  max-width: 80%;
  margin: 1rem auto; }
  @media (min-width: 992px) {
    .section-brochure {
      justify-content: space-between;
      margin: 0 auto;
      margin-top: 7rem;
      max-width: 62rem;
      flex-wrap: nowrap; } }
  .section-brochure__text {
    padding: 1rem;
    max-width: 30rem;
    font-weight: bold; }

.pastille {
  position: relative;
  width: 12rem;
  height: 12rem;
  background: #D51B18;
  border-radius: 30px;
  transform: rotate(-20deg);
  top: -4rem;
  left: -2rem; }
  .pastille__text--keyword {
    color: #F8FBD1;
    font-size: 3rem;
    font-weight: bold; }
  .pastille__text {
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .pastille__text p {
      line-height: 1.2; }
  .pastille__deco {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 12rem;
    height: 12rem;
    background: #D51B18;
    border-radius: 30px;
    transform: rotate(40deg); }

.thanks__offers-box__offers {
  display: flex;
  flex-direction: column; }

.offers-box {
  display: flex;
  flex-wrap: wrap; }
  .offers-box .offer-box {
    max-width: 240px; }
    .offers-box .offer-box__thumbnail img {
      width: 100%;
      height: 128px;
      transition: all .4s;
      opacity: .7; }
    .offers-box .offer-box__thumbnail:hover img {
      transform: scale(1.05);
      opacity: 1; }

.modal {
  box-sizing: border-box;
  box-shadow: 0px 7px 10px 5px rgba(0, 0, 0, 0.4);
  background: white;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  max-width: 940px;
  transform: translate(-50%, 0);
  z-index: 999999;
  max-height: 80vh;
  overflow: auto;
  border-radius: 4px;
  padding: 1rem; }
  .modal .modal-body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem; }
    .modal .modal-body button.close {
      position: sticky;
      top: 0;
      margin-right: 0;
      margin-left: auto; }
  .modal .modal-header, .modal .modal-footer, .modal .modal-body {
    padding: 1rem 1.5rem; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.debug-bd-r {
  border: 2px solid red !important; }

.debug-bd-b {
  border: 2px solid blue !important; }

.debug-bd-g {
  border: 2px solid green !important; }
