/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* 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;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes menu-item-mouse-in {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes menu-item-mouse-out {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
  :root {
    --container-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
  :root {
    --container-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
  :root {
    --container-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1880px;
  }
  :root {
    --container-width: 1880px;
  }
}
.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) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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.3333333333%;
}

.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.6666666667%;
}

@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@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.3333333333%;
  }
  .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.6666666667%;
  }
}
@media (min-width: 1024px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
}
@media (min-width: 1280px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
}
@media (min-width: 1600px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 6rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 6rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 7.5rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 7.5rem;
}

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 6rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 6rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 1024px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 1280px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }
}
@media (min-width: 1920px) {
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 6rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 6rem;
  }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 9rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

.d-none {
  display: none !important;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4.5rem !important;
}

.gap-7 {
  gap: 6rem !important;
}

.gap-8 {
  gap: 7.5rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

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

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-7 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-8 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-7 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-8 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

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

.mt-6 {
  margin-top: 4.5rem !important;
}

.mt-7 {
  margin-top: 6rem !important;
}

.mt-8 {
  margin-top: 7.5rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4.5rem !important;
}

.me-7 {
  margin-right: 6rem !important;
}

.me-8 {
  margin-right: 7.5rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-7 {
  margin-bottom: 6rem !important;
}

.mb-8 {
  margin-bottom: 7.5rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4.5rem !important;
}

.ms-7 {
  margin-left: 6rem !important;
}

.ms-8 {
  margin-left: 7.5rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-7 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-8 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-7 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

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

.pt-6 {
  padding-top: 4.5rem !important;
}

.pt-7 {
  padding-top: 6rem !important;
}

.pt-8 {
  padding-top: 7.5rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.pe-8 {
  padding-right: 7.5rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

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

.pb-6 {
  padding-bottom: 4.5rem !important;
}

.pb-7 {
  padding-bottom: 6rem !important;
}

.pb-8 {
  padding-bottom: 7.5rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.ps-8 {
  padding-left: 7.5rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4.5rem !important;
  }
  .gap-sm-7 {
    gap: 6rem !important;
  }
  .gap-sm-8 {
    gap: 7.5rem !important;
  }
  .gap-sm-9 {
    gap: 9rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 6rem !important;
  }
  .mt-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4.5rem !important;
  }
  .me-sm-7 {
    margin-right: 6rem !important;
  }
  .me-sm-8 {
    margin-right: 7.5rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 6rem !important;
  }
  .ms-sm-8 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 6rem !important;
  }
  .pt-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 6rem !important;
  }
  .pe-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 6rem !important;
  }
  .ps-sm-8 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4.5rem !important;
  }
  .gap-md-7 {
    gap: 6rem !important;
  }
  .gap-md-8 {
    gap: 7.5rem !important;
  }
  .gap-md-9 {
    gap: 9rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4.5rem !important;
  }
  .mt-md-7 {
    margin-top: 6rem !important;
  }
  .mt-md-8 {
    margin-top: 7.5rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4.5rem !important;
  }
  .me-md-7 {
    margin-right: 6rem !important;
  }
  .me-md-8 {
    margin-right: 7.5rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4.5rem !important;
  }
  .ms-md-7 {
    margin-left: 6rem !important;
  }
  .ms-md-8 {
    margin-left: 7.5rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4.5rem !important;
  }
  .pt-md-7 {
    padding-top: 6rem !important;
  }
  .pt-md-8 {
    padding-top: 7.5rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4.5rem !important;
  }
  .pe-md-7 {
    padding-right: 6rem !important;
  }
  .pe-md-8 {
    padding-right: 7.5rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4.5rem !important;
  }
  .ps-md-7 {
    padding-left: 6rem !important;
  }
  .ps-md-8 {
    padding-left: 7.5rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4.5rem !important;
  }
  .gap-lg-7 {
    gap: 6rem !important;
  }
  .gap-lg-8 {
    gap: 7.5rem !important;
  }
  .gap-lg-9 {
    gap: 9rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 6rem !important;
  }
  .mt-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4.5rem !important;
  }
  .me-lg-7 {
    margin-right: 6rem !important;
  }
  .me-lg-8 {
    margin-right: 7.5rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 6rem !important;
  }
  .ms-lg-8 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 6rem !important;
  }
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 6rem !important;
  }
  .pe-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 6rem !important;
  }
  .ps-lg-8 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4.5rem !important;
  }
  .gap-xl-7 {
    gap: 6rem !important;
  }
  .gap-xl-8 {
    gap: 7.5rem !important;
  }
  .gap-xl-9 {
    gap: 9rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 6rem !important;
  }
  .mt-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xl-7 {
    margin-right: 6rem !important;
  }
  .me-xl-8 {
    margin-right: 7.5rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 6rem !important;
  }
  .ms-xl-8 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 6rem !important;
  }
  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 6rem !important;
  }
  .pe-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 6rem !important;
  }
  .ps-xl-8 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4.5rem !important;
  }
  .gap-xxl-7 {
    gap: 6rem !important;
  }
  .gap-xxl-8 {
    gap: 7.5rem !important;
  }
  .gap-xxl-9 {
    gap: 9rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4.5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .m-xxl-8 {
    margin: 7.5rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 6rem !important;
  }
  .mt-xxl-8 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 6rem !important;
  }
  .me-xxl-8 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 6rem !important;
  }
  .ms-xxl-8 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4.5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .p-xxl-8 {
    padding: 7.5rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 6rem !important;
  }
  .pt-xxl-8 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 6rem !important;
  }
  .pe-xxl-8 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 6rem !important;
  }
  .ps-xxl-8 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
}
@media (min-width: 1920px) {
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .w-xxxl-10 {
    width: 10% !important;
  }
  .w-xxxl-20 {
    width: 20% !important;
  }
  .w-xxxl-25 {
    width: 25% !important;
  }
  .w-xxxl-30 {
    width: 30% !important;
  }
  .w-xxxl-40 {
    width: 40% !important;
  }
  .w-xxxl-50 {
    width: 50% !important;
  }
  .w-xxxl-60 {
    width: 60% !important;
  }
  .w-xxxl-70 {
    width: 70% !important;
  }
  .w-xxxl-75 {
    width: 75% !important;
  }
  .w-xxxl-80 {
    width: 80% !important;
  }
  .w-xxxl-90 {
    width: 90% !important;
  }
  .w-xxxl-100 {
    width: 100% !important;
  }
  .w-xxxl-auto {
    width: auto !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .gap-xxxl-6 {
    gap: 4.5rem !important;
  }
  .gap-xxxl-7 {
    gap: 6rem !important;
  }
  .gap-xxxl-8 {
    gap: 7.5rem !important;
  }
  .gap-xxxl-9 {
    gap: 9rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-6 {
    margin: 4.5rem !important;
  }
  .m-xxxl-7 {
    margin: 6rem !important;
  }
  .m-xxxl-8 {
    margin: 7.5rem !important;
  }
  .m-xxxl-9 {
    margin: 9rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxl-8 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxxl-7 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxl-8 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 6rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 7.5rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-6 {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-7 {
    margin-right: 6rem !important;
  }
  .me-xxxl-8 {
    margin-right: 7.5rem !important;
  }
  .me-xxxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 6rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 7.5rem !important;
  }
  .ms-xxxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .p-xxxl-6 {
    padding: 4.5rem !important;
  }
  .p-xxxl-7 {
    padding: 6rem !important;
  }
  .p-xxxl-8 {
    padding: 7.5rem !important;
  }
  .p-xxxl-9 {
    padding: 9rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxxl-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxl-8 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxxl-7 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 4.5rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 6rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 7.5rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 9rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 6rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 7.5rem !important;
  }
  .pe-xxxl-9 {
    padding-right: 9rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 9rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 6rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 7.5rem !important;
  }
  .ps-xxxl-9 {
    padding-left: 9rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1280px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1920px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #ccc;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 1rem;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Robuck';
    src: local('Robuck Rounded'),
        url('./fonts/Robuck-Rounded.woff2') format('woff2'),
        url('./fonts/Robuck-Rounded.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dongle';
    src: local('Dongle'),
        url('./fonts/Dongle-Light.woff2') format('woff2'),
        url('./fonts/Dongle-Light.woff') format('woff');
    font-display: swap;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Dongle';
    src: local('Dongle'),
        url('./fonts/Dongle-Regular.woff2') format('woff2'),
        url('./fonts/Dongle-Regular.woff') format('woff');
    font-display: swap;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Dongle';
    src: local('Dongle'),
        url('./fonts/Dongle-Bold.woff2') format('woff2'),
        url('./fonts/Dongle-Bold.woff') format('woff');
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
*/
.font-inter {
  font-family: "Inter", sans-serif;
}

.font-robuck {
  font-family: "Robuck", sans-serif;
}

.font-dongle {
  font-family: "Dongle", sans-serif;
}

html,
body {
  position: relative;
  font-size: 16px;
}

@media (max-width: 1023.98px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .tablet-hidden {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }
}
:root {
  font-size: var(--font-size);
  --font-size: 10px;
}

@media (min-width: 576px) {
  :root {
    font-size: var(--font-size);
    --font-size: 10px;
  }
}
@media (min-width: 768px) {
  :root {
    font-size: var(--font-size);
    --font-size: 12px;
  }
}
@media (min-width: 1024px) {
  :root {
    font-size: var(--font-size);
    --font-size: 15px;
  }
}
@media (min-width: 1280px) {
  :root {
    font-size: var(--font-size);
    --font-size: 16px;
  }
}
@media (min-width: 1600px) {
  :root {
    font-size: var(--font-size);
    --font-size: 20px;
  }
}
@media (min-width: 1920px) {
  :root {
    font-size: var(--font-size);
    --font-size: 24px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--font-size);
}

a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  outline: none;
  color: #e9501c;
}
a:hover {
  color: #ff9400;
}

strong {
  font-weight: bold;
}

::-moz-placeholder {
  font-style: normal;
  opacity: 0.75;
}

::placeholder {
  font-style: normal;
  opacity: 0.75;
}

h1,
.default-h1 {
  color: var(--color, #e9501c);
  font-family: "Robuck", sans-serif;
  font-size: 8rem;
  line-height: 0.8;
}
@media (max-width: 1023.98px) {
  h1,
  .default-h1 {
    font-size: 100px;
  }
  .no-br h1 > br,
  .no-br .default-h1 > br {
    display: none;
  }
}

h2,
.default-h2 {
  color: var(--color, #ff9400);
  font-family: "Robuck", sans-serif;
  line-height: 1.125;
  font-size: 4rem;
}
h2.small,
.default-h2.small {
  font-size: 3.5rem;
}
@media (max-width: 1023.98px) {
  h2,
  .default-h2 {
    font-size: 52px;
  }
  .no-br h2 > br,
  .no-br .default-h2 > br {
    display: none;
  }
}

h3,
.default-h3 {
  color: var(--color, #36585f);
  font-family: "Robuck", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  h3,
  .default-h3 {
    font-size: 32px;
  }
  .no-br h3 > br,
  .no-br .default-h3 > br {
    display: none;
  }
}

h4,
.default-h4 {
  color: var(--color, #36585f);
  font-family: "Robuck", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  h4,
  .default-h4 {
    font-size: 26px;
  }
  .no-br h4 > br,
  .no-br .default-h4 > br {
    display: none;
  }
}

h5,
.default-h5 {
  font-family: "Dongle", sans-serif;
  color: var(--color, #e9501c);
  font-size: 2.5rem;
  line-height: 1.6;
}
@media (max-width: 1023.98px) {
  h5,
  .default-h5 {
    font-size: 32px;
  }
  .no-br h5 > br,
  .no-br .default-h5 > br {
    display: none;
  }
}

h6,
.default-h6 {
  color: var(--color, #ff9400);
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1023.98px) {
  h6,
  .default-h6 {
    font-size: 16px;
  }
  .no-br h6 > br,
  .no-br .default-h6 > br {
    display: none;
  }
}

p,
.default-p {
  color: var(--color, #315663);
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.45;
}
p.small,
.default-p.small {
  font-size: 0.9rem;
}
@media (max-width: 1023.98px) {
  p,
  .default-p {
    font-size: 16px;
  }
  .no-br p > br,
  .no-br .default-p > br {
    display: none;
  }
}

small,
.default-small {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 0.7rem;
  line-height: 1.2;
}
@media (max-width: 1023.98px) {
  .no-br small > br,
  .no-br .default-small > br {
    display: none;
  }
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-left {
    text-align: left;
  }
}
.text-center {
  text-align: center;
}

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

@media (min-width: 576px) {
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .text-xxl-center {
    text-align: center;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-center {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}

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

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .text-xxl-right {
    text-align: right;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-right {
    text-align: right;
  }
}
.text-justify {
  text-align: justify;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1024px) {
  .text-lg-justify {
    text-align: justify;
  }
}
@media (min-width: 1280px) {
  .text-xl-justify {
    text-align: justify;
  }
}
@media (min-width: 1600px) {
  .text-xxl-justify {
    text-align: justify;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-justify {
    text-align: justify;
  }
}
.text-lowercase {
  text-transform: lowercase;
}

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

@media (min-width: 576px) {
  .text-sm-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 768px) {
  .text-md-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1024px) {
  .text-lg-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1280px) {
  .text-xl-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1600px) {
  .text-xxl-lowercase {
    text-transform: lowercase;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-lowercase {
    text-transform: lowercase;
  }
}
.text-uppercase {
  text-transform: uppercase;
}

.text-xs-uppercase {
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .text-sm-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .text-md-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .text-lg-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1280px) {
  .text-xl-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1600px) {
  .text-xxl-uppercase {
    text-transform: uppercase;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-uppercase {
    text-transform: uppercase;
  }
}
.text-normal {
  text-transform: normal;
}

.text-xs-normal {
  text-transform: normal;
}

@media (min-width: 576px) {
  .text-sm-normal {
    text-transform: normal;
  }
}
@media (min-width: 768px) {
  .text-md-normal {
    text-transform: normal;
  }
}
@media (min-width: 1024px) {
  .text-lg-normal {
    text-transform: normal;
  }
}
@media (min-width: 1280px) {
  .text-xl-normal {
    text-transform: normal;
  }
}
@media (min-width: 1600px) {
  .text-xxl-normal {
    text-transform: normal;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-normal {
    text-transform: normal;
  }
}
.text-white {
  --color-rgb: 255,
  255,
  255;
  color: var(--color, #ffffff);
  --color: #ffffff;
}

.background-white {
  --background-color-rgb: 255,
  255,
  255;
  background-color: var(--background-color, #ffffff);
  --background-color: #ffffff;
}

.text-xs-white {
  --color-rgb: 255,
  255,
  255;
  --color: #ffffff;
  color: #ffffff;
}

.background-xs-white {
  --background-color-rgb: 255,
  255,
  255;
  --background-color: #ffffff;
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .text-sm-white {
    --color-rgb: 255,
    255,
    255;
    --color: #ffffff;
    color: #ffffff;
  }
  .background-sm-white {
    --background-color-rgb: 255,
    255,
    255;
    --background-color: #ffffff;
    background-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .text-md-white {
    --color-rgb: 255,
    255,
    255;
    --color: #ffffff;
    color: #ffffff;
  }
  .background-md-white {
    --background-color-rgb: 255,
    255,
    255;
    --background-color: #ffffff;
    background-color: #ffffff;
  }
}
@media (min-width: 1024px) {
  .text-lg-white {
    --color-rgb: 255,
    255,
    255;
    --color: #ffffff;
    color: #ffffff;
  }
  .background-lg-white {
    --background-color-rgb: 255,
    255,
    255;
    --background-color: #ffffff;
    background-color: #ffffff;
  }
}
@media (min-width: 1280px) {
  .text-xl-white {
    --color-rgb: 255,
    255,
    255;
    --color: #ffffff;
    color: #ffffff;
  }
  .background-xl-white {
    --background-color-rgb: 255,
    255,
    255;
    --background-color: #ffffff;
    background-color: #ffffff;
  }
}
@media (min-width: 1600px) {
  .text-xxl-white {
    --color-rgb: 255,
    255,
    255;
    --color: #ffffff;
    color: #ffffff;
  }
  .background-xxl-white {
    --background-color-rgb: 255,
    255,
    255;
    --background-color: #ffffff;
    background-color: #ffffff;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-white {
    --color-rgb: 255,
    255,
    255;
    --color: #ffffff;
    color: #ffffff;
  }
  .background-xxxl-white {
    --background-color-rgb: 255,
    255,
    255;
    --background-color: #ffffff;
    background-color: #ffffff;
  }
}
.text-yellow {
  --color-rgb: 255,
  189,
  6;
  color: var(--color, #ffbd06);
  --color: #ffbd06;
}

.background-yellow {
  --background-color-rgb: 255,
  189,
  6;
  background-color: var(--background-color, #ffbd06);
  --background-color: #ffbd06;
}

.text-xs-yellow {
  --color-rgb: 255,
  189,
  6;
  --color: #ffbd06;
  color: #ffbd06;
}

.background-xs-yellow {
  --background-color-rgb: 255,
  189,
  6;
  --background-color: #ffbd06;
  background-color: #ffbd06;
}

@media (min-width: 576px) {
  .text-sm-yellow {
    --color-rgb: 255,
    189,
    6;
    --color: #ffbd06;
    color: #ffbd06;
  }
  .background-sm-yellow {
    --background-color-rgb: 255,
    189,
    6;
    --background-color: #ffbd06;
    background-color: #ffbd06;
  }
}
@media (min-width: 768px) {
  .text-md-yellow {
    --color-rgb: 255,
    189,
    6;
    --color: #ffbd06;
    color: #ffbd06;
  }
  .background-md-yellow {
    --background-color-rgb: 255,
    189,
    6;
    --background-color: #ffbd06;
    background-color: #ffbd06;
  }
}
@media (min-width: 1024px) {
  .text-lg-yellow {
    --color-rgb: 255,
    189,
    6;
    --color: #ffbd06;
    color: #ffbd06;
  }
  .background-lg-yellow {
    --background-color-rgb: 255,
    189,
    6;
    --background-color: #ffbd06;
    background-color: #ffbd06;
  }
}
@media (min-width: 1280px) {
  .text-xl-yellow {
    --color-rgb: 255,
    189,
    6;
    --color: #ffbd06;
    color: #ffbd06;
  }
  .background-xl-yellow {
    --background-color-rgb: 255,
    189,
    6;
    --background-color: #ffbd06;
    background-color: #ffbd06;
  }
}
@media (min-width: 1600px) {
  .text-xxl-yellow {
    --color-rgb: 255,
    189,
    6;
    --color: #ffbd06;
    color: #ffbd06;
  }
  .background-xxl-yellow {
    --background-color-rgb: 255,
    189,
    6;
    --background-color: #ffbd06;
    background-color: #ffbd06;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-yellow {
    --color-rgb: 255,
    189,
    6;
    --color: #ffbd06;
    color: #ffbd06;
  }
  .background-xxxl-yellow {
    --background-color-rgb: 255,
    189,
    6;
    --background-color: #ffbd06;
    background-color: #ffbd06;
  }
}
.text-orange {
  --color-rgb: 255,
  148,
  0;
  color: var(--color, #ff9400);
  --color: #ff9400;
}

.background-orange {
  --background-color-rgb: 255,
  148,
  0;
  background-color: var(--background-color, #ff9400);
  --background-color: #ff9400;
}

.text-xs-orange {
  --color-rgb: 255,
  148,
  0;
  --color: #ff9400;
  color: #ff9400;
}

.background-xs-orange {
  --background-color-rgb: 255,
  148,
  0;
  --background-color: #ff9400;
  background-color: #ff9400;
}

@media (min-width: 576px) {
  .text-sm-orange {
    --color-rgb: 255,
    148,
    0;
    --color: #ff9400;
    color: #ff9400;
  }
  .background-sm-orange {
    --background-color-rgb: 255,
    148,
    0;
    --background-color: #ff9400;
    background-color: #ff9400;
  }
}
@media (min-width: 768px) {
  .text-md-orange {
    --color-rgb: 255,
    148,
    0;
    --color: #ff9400;
    color: #ff9400;
  }
  .background-md-orange {
    --background-color-rgb: 255,
    148,
    0;
    --background-color: #ff9400;
    background-color: #ff9400;
  }
}
@media (min-width: 1024px) {
  .text-lg-orange {
    --color-rgb: 255,
    148,
    0;
    --color: #ff9400;
    color: #ff9400;
  }
  .background-lg-orange {
    --background-color-rgb: 255,
    148,
    0;
    --background-color: #ff9400;
    background-color: #ff9400;
  }
}
@media (min-width: 1280px) {
  .text-xl-orange {
    --color-rgb: 255,
    148,
    0;
    --color: #ff9400;
    color: #ff9400;
  }
  .background-xl-orange {
    --background-color-rgb: 255,
    148,
    0;
    --background-color: #ff9400;
    background-color: #ff9400;
  }
}
@media (min-width: 1600px) {
  .text-xxl-orange {
    --color-rgb: 255,
    148,
    0;
    --color: #ff9400;
    color: #ff9400;
  }
  .background-xxl-orange {
    --background-color-rgb: 255,
    148,
    0;
    --background-color: #ff9400;
    background-color: #ff9400;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-orange {
    --color-rgb: 255,
    148,
    0;
    --color: #ff9400;
    color: #ff9400;
  }
  .background-xxxl-orange {
    --background-color-rgb: 255,
    148,
    0;
    --background-color: #ff9400;
    background-color: #ff9400;
  }
}
.text-red {
  --color-rgb: 233,
  80,
  28;
  color: var(--color, #e9501c);
  --color: #e9501c;
}

.background-red {
  --background-color-rgb: 233,
  80,
  28;
  background-color: var(--background-color, #e9501c);
  --background-color: #e9501c;
}

.text-xs-red {
  --color-rgb: 233,
  80,
  28;
  --color: #e9501c;
  color: #e9501c;
}

.background-xs-red {
  --background-color-rgb: 233,
  80,
  28;
  --background-color: #e9501c;
  background-color: #e9501c;
}

@media (min-width: 576px) {
  .text-sm-red {
    --color-rgb: 233,
    80,
    28;
    --color: #e9501c;
    color: #e9501c;
  }
  .background-sm-red {
    --background-color-rgb: 233,
    80,
    28;
    --background-color: #e9501c;
    background-color: #e9501c;
  }
}
@media (min-width: 768px) {
  .text-md-red {
    --color-rgb: 233,
    80,
    28;
    --color: #e9501c;
    color: #e9501c;
  }
  .background-md-red {
    --background-color-rgb: 233,
    80,
    28;
    --background-color: #e9501c;
    background-color: #e9501c;
  }
}
@media (min-width: 1024px) {
  .text-lg-red {
    --color-rgb: 233,
    80,
    28;
    --color: #e9501c;
    color: #e9501c;
  }
  .background-lg-red {
    --background-color-rgb: 233,
    80,
    28;
    --background-color: #e9501c;
    background-color: #e9501c;
  }
}
@media (min-width: 1280px) {
  .text-xl-red {
    --color-rgb: 233,
    80,
    28;
    --color: #e9501c;
    color: #e9501c;
  }
  .background-xl-red {
    --background-color-rgb: 233,
    80,
    28;
    --background-color: #e9501c;
    background-color: #e9501c;
  }
}
@media (min-width: 1600px) {
  .text-xxl-red {
    --color-rgb: 233,
    80,
    28;
    --color: #e9501c;
    color: #e9501c;
  }
  .background-xxl-red {
    --background-color-rgb: 233,
    80,
    28;
    --background-color: #e9501c;
    background-color: #e9501c;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-red {
    --color-rgb: 233,
    80,
    28;
    --color: #e9501c;
    color: #e9501c;
  }
  .background-xxxl-red {
    --background-color-rgb: 233,
    80,
    28;
    --background-color: #e9501c;
    background-color: #e9501c;
  }
}
.text-green {
  --color-rgb: 54,
  88,
  95;
  color: var(--color, #36585f);
  --color: #36585f;
}

.background-green {
  --background-color-rgb: 54,
  88,
  95;
  background-color: var(--background-color, #36585f);
  --background-color: #36585f;
}

.text-xs-green {
  --color-rgb: 54,
  88,
  95;
  --color: #36585f;
  color: #36585f;
}

.background-xs-green {
  --background-color-rgb: 54,
  88,
  95;
  --background-color: #36585f;
  background-color: #36585f;
}

@media (min-width: 576px) {
  .text-sm-green {
    --color-rgb: 54,
    88,
    95;
    --color: #36585f;
    color: #36585f;
  }
  .background-sm-green {
    --background-color-rgb: 54,
    88,
    95;
    --background-color: #36585f;
    background-color: #36585f;
  }
}
@media (min-width: 768px) {
  .text-md-green {
    --color-rgb: 54,
    88,
    95;
    --color: #36585f;
    color: #36585f;
  }
  .background-md-green {
    --background-color-rgb: 54,
    88,
    95;
    --background-color: #36585f;
    background-color: #36585f;
  }
}
@media (min-width: 1024px) {
  .text-lg-green {
    --color-rgb: 54,
    88,
    95;
    --color: #36585f;
    color: #36585f;
  }
  .background-lg-green {
    --background-color-rgb: 54,
    88,
    95;
    --background-color: #36585f;
    background-color: #36585f;
  }
}
@media (min-width: 1280px) {
  .text-xl-green {
    --color-rgb: 54,
    88,
    95;
    --color: #36585f;
    color: #36585f;
  }
  .background-xl-green {
    --background-color-rgb: 54,
    88,
    95;
    --background-color: #36585f;
    background-color: #36585f;
  }
}
@media (min-width: 1600px) {
  .text-xxl-green {
    --color-rgb: 54,
    88,
    95;
    --color: #36585f;
    color: #36585f;
  }
  .background-xxl-green {
    --background-color-rgb: 54,
    88,
    95;
    --background-color: #36585f;
    background-color: #36585f;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-green {
    --color-rgb: 54,
    88,
    95;
    --color: #36585f;
    color: #36585f;
  }
  .background-xxxl-green {
    --background-color-rgb: 54,
    88,
    95;
    --background-color: #36585f;
    background-color: #36585f;
  }
}
.text-light-green {
  --color-rgb: 130,
  175,
  142;
  color: var(--color, #82af8e);
  --color: #82af8e;
}

.background-light-green {
  --background-color-rgb: 130,
  175,
  142;
  background-color: var(--background-color, #82af8e);
  --background-color: #82af8e;
}

.text-xs-light-green {
  --color-rgb: 130,
  175,
  142;
  --color: #82af8e;
  color: #82af8e;
}

.background-xs-light-green {
  --background-color-rgb: 130,
  175,
  142;
  --background-color: #82af8e;
  background-color: #82af8e;
}

@media (min-width: 576px) {
  .text-sm-light-green {
    --color-rgb: 130,
    175,
    142;
    --color: #82af8e;
    color: #82af8e;
  }
  .background-sm-light-green {
    --background-color-rgb: 130,
    175,
    142;
    --background-color: #82af8e;
    background-color: #82af8e;
  }
}
@media (min-width: 768px) {
  .text-md-light-green {
    --color-rgb: 130,
    175,
    142;
    --color: #82af8e;
    color: #82af8e;
  }
  .background-md-light-green {
    --background-color-rgb: 130,
    175,
    142;
    --background-color: #82af8e;
    background-color: #82af8e;
  }
}
@media (min-width: 1024px) {
  .text-lg-light-green {
    --color-rgb: 130,
    175,
    142;
    --color: #82af8e;
    color: #82af8e;
  }
  .background-lg-light-green {
    --background-color-rgb: 130,
    175,
    142;
    --background-color: #82af8e;
    background-color: #82af8e;
  }
}
@media (min-width: 1280px) {
  .text-xl-light-green {
    --color-rgb: 130,
    175,
    142;
    --color: #82af8e;
    color: #82af8e;
  }
  .background-xl-light-green {
    --background-color-rgb: 130,
    175,
    142;
    --background-color: #82af8e;
    background-color: #82af8e;
  }
}
@media (min-width: 1600px) {
  .text-xxl-light-green {
    --color-rgb: 130,
    175,
    142;
    --color: #82af8e;
    color: #82af8e;
  }
  .background-xxl-light-green {
    --background-color-rgb: 130,
    175,
    142;
    --background-color: #82af8e;
    background-color: #82af8e;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-light-green {
    --color-rgb: 130,
    175,
    142;
    --color: #82af8e;
    color: #82af8e;
  }
  .background-xxxl-light-green {
    --background-color-rgb: 130,
    175,
    142;
    --background-color: #82af8e;
    background-color: #82af8e;
  }
}
.text-lime {
  --color-rgb: 108,
  202,
  133;
  color: var(--color, #6cca85);
  --color: #6cca85;
}

.background-lime {
  --background-color-rgb: 108,
  202,
  133;
  background-color: var(--background-color, #6cca85);
  --background-color: #6cca85;
}

.text-xs-lime {
  --color-rgb: 108,
  202,
  133;
  --color: #6cca85;
  color: #6cca85;
}

.background-xs-lime {
  --background-color-rgb: 108,
  202,
  133;
  --background-color: #6cca85;
  background-color: #6cca85;
}

@media (min-width: 576px) {
  .text-sm-lime {
    --color-rgb: 108,
    202,
    133;
    --color: #6cca85;
    color: #6cca85;
  }
  .background-sm-lime {
    --background-color-rgb: 108,
    202,
    133;
    --background-color: #6cca85;
    background-color: #6cca85;
  }
}
@media (min-width: 768px) {
  .text-md-lime {
    --color-rgb: 108,
    202,
    133;
    --color: #6cca85;
    color: #6cca85;
  }
  .background-md-lime {
    --background-color-rgb: 108,
    202,
    133;
    --background-color: #6cca85;
    background-color: #6cca85;
  }
}
@media (min-width: 1024px) {
  .text-lg-lime {
    --color-rgb: 108,
    202,
    133;
    --color: #6cca85;
    color: #6cca85;
  }
  .background-lg-lime {
    --background-color-rgb: 108,
    202,
    133;
    --background-color: #6cca85;
    background-color: #6cca85;
  }
}
@media (min-width: 1280px) {
  .text-xl-lime {
    --color-rgb: 108,
    202,
    133;
    --color: #6cca85;
    color: #6cca85;
  }
  .background-xl-lime {
    --background-color-rgb: 108,
    202,
    133;
    --background-color: #6cca85;
    background-color: #6cca85;
  }
}
@media (min-width: 1600px) {
  .text-xxl-lime {
    --color-rgb: 108,
    202,
    133;
    --color: #6cca85;
    color: #6cca85;
  }
  .background-xxl-lime {
    --background-color-rgb: 108,
    202,
    133;
    --background-color: #6cca85;
    background-color: #6cca85;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-lime {
    --color-rgb: 108,
    202,
    133;
    --color: #6cca85;
    color: #6cca85;
  }
  .background-xxxl-lime {
    --background-color-rgb: 108,
    202,
    133;
    --background-color: #6cca85;
    background-color: #6cca85;
  }
}
.text-light-brown {
  --color-rgb: 143,
  122,
  122;
  color: var(--color, #8f7a7a);
  --color: #8f7a7a;
}

.background-light-brown {
  --background-color-rgb: 143,
  122,
  122;
  background-color: var(--background-color, #8f7a7a);
  --background-color: #8f7a7a;
}

.text-xs-light-brown {
  --color-rgb: 143,
  122,
  122;
  --color: #8f7a7a;
  color: #8f7a7a;
}

.background-xs-light-brown {
  --background-color-rgb: 143,
  122,
  122;
  --background-color: #8f7a7a;
  background-color: #8f7a7a;
}

@media (min-width: 576px) {
  .text-sm-light-brown {
    --color-rgb: 143,
    122,
    122;
    --color: #8f7a7a;
    color: #8f7a7a;
  }
  .background-sm-light-brown {
    --background-color-rgb: 143,
    122,
    122;
    --background-color: #8f7a7a;
    background-color: #8f7a7a;
  }
}
@media (min-width: 768px) {
  .text-md-light-brown {
    --color-rgb: 143,
    122,
    122;
    --color: #8f7a7a;
    color: #8f7a7a;
  }
  .background-md-light-brown {
    --background-color-rgb: 143,
    122,
    122;
    --background-color: #8f7a7a;
    background-color: #8f7a7a;
  }
}
@media (min-width: 1024px) {
  .text-lg-light-brown {
    --color-rgb: 143,
    122,
    122;
    --color: #8f7a7a;
    color: #8f7a7a;
  }
  .background-lg-light-brown {
    --background-color-rgb: 143,
    122,
    122;
    --background-color: #8f7a7a;
    background-color: #8f7a7a;
  }
}
@media (min-width: 1280px) {
  .text-xl-light-brown {
    --color-rgb: 143,
    122,
    122;
    --color: #8f7a7a;
    color: #8f7a7a;
  }
  .background-xl-light-brown {
    --background-color-rgb: 143,
    122,
    122;
    --background-color: #8f7a7a;
    background-color: #8f7a7a;
  }
}
@media (min-width: 1600px) {
  .text-xxl-light-brown {
    --color-rgb: 143,
    122,
    122;
    --color: #8f7a7a;
    color: #8f7a7a;
  }
  .background-xxl-light-brown {
    --background-color-rgb: 143,
    122,
    122;
    --background-color: #8f7a7a;
    background-color: #8f7a7a;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-light-brown {
    --color-rgb: 143,
    122,
    122;
    --color: #8f7a7a;
    color: #8f7a7a;
  }
  .background-xxxl-light-brown {
    --background-color-rgb: 143,
    122,
    122;
    --background-color: #8f7a7a;
    background-color: #8f7a7a;
  }
}
.text-brown {
  --color-rgb: 57,
  56,
  55;
  color: var(--color, #393837);
  --color: #393837;
}

.background-brown {
  --background-color-rgb: 57,
  56,
  55;
  background-color: var(--background-color, #393837);
  --background-color: #393837;
}

.text-xs-brown {
  --color-rgb: 57,
  56,
  55;
  --color: #393837;
  color: #393837;
}

.background-xs-brown {
  --background-color-rgb: 57,
  56,
  55;
  --background-color: #393837;
  background-color: #393837;
}

@media (min-width: 576px) {
  .text-sm-brown {
    --color-rgb: 57,
    56,
    55;
    --color: #393837;
    color: #393837;
  }
  .background-sm-brown {
    --background-color-rgb: 57,
    56,
    55;
    --background-color: #393837;
    background-color: #393837;
  }
}
@media (min-width: 768px) {
  .text-md-brown {
    --color-rgb: 57,
    56,
    55;
    --color: #393837;
    color: #393837;
  }
  .background-md-brown {
    --background-color-rgb: 57,
    56,
    55;
    --background-color: #393837;
    background-color: #393837;
  }
}
@media (min-width: 1024px) {
  .text-lg-brown {
    --color-rgb: 57,
    56,
    55;
    --color: #393837;
    color: #393837;
  }
  .background-lg-brown {
    --background-color-rgb: 57,
    56,
    55;
    --background-color: #393837;
    background-color: #393837;
  }
}
@media (min-width: 1280px) {
  .text-xl-brown {
    --color-rgb: 57,
    56,
    55;
    --color: #393837;
    color: #393837;
  }
  .background-xl-brown {
    --background-color-rgb: 57,
    56,
    55;
    --background-color: #393837;
    background-color: #393837;
  }
}
@media (min-width: 1600px) {
  .text-xxl-brown {
    --color-rgb: 57,
    56,
    55;
    --color: #393837;
    color: #393837;
  }
  .background-xxl-brown {
    --background-color-rgb: 57,
    56,
    55;
    --background-color: #393837;
    background-color: #393837;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-brown {
    --color-rgb: 57,
    56,
    55;
    --color: #393837;
    color: #393837;
  }
  .background-xxxl-brown {
    --background-color-rgb: 57,
    56,
    55;
    --background-color: #393837;
    background-color: #393837;
  }
}
.text-blue {
  --color-rgb: 49,
  86,
  99;
  color: var(--color, #315663);
  --color: #315663;
}

.background-blue {
  --background-color-rgb: 49,
  86,
  99;
  background-color: var(--background-color, #315663);
  --background-color: #315663;
}

.text-xs-blue {
  --color-rgb: 49,
  86,
  99;
  --color: #315663;
  color: #315663;
}

.background-xs-blue {
  --background-color-rgb: 49,
  86,
  99;
  --background-color: #315663;
  background-color: #315663;
}

@media (min-width: 576px) {
  .text-sm-blue {
    --color-rgb: 49,
    86,
    99;
    --color: #315663;
    color: #315663;
  }
  .background-sm-blue {
    --background-color-rgb: 49,
    86,
    99;
    --background-color: #315663;
    background-color: #315663;
  }
}
@media (min-width: 768px) {
  .text-md-blue {
    --color-rgb: 49,
    86,
    99;
    --color: #315663;
    color: #315663;
  }
  .background-md-blue {
    --background-color-rgb: 49,
    86,
    99;
    --background-color: #315663;
    background-color: #315663;
  }
}
@media (min-width: 1024px) {
  .text-lg-blue {
    --color-rgb: 49,
    86,
    99;
    --color: #315663;
    color: #315663;
  }
  .background-lg-blue {
    --background-color-rgb: 49,
    86,
    99;
    --background-color: #315663;
    background-color: #315663;
  }
}
@media (min-width: 1280px) {
  .text-xl-blue {
    --color-rgb: 49,
    86,
    99;
    --color: #315663;
    color: #315663;
  }
  .background-xl-blue {
    --background-color-rgb: 49,
    86,
    99;
    --background-color: #315663;
    background-color: #315663;
  }
}
@media (min-width: 1600px) {
  .text-xxl-blue {
    --color-rgb: 49,
    86,
    99;
    --color: #315663;
    color: #315663;
  }
  .background-xxl-blue {
    --background-color-rgb: 49,
    86,
    99;
    --background-color: #315663;
    background-color: #315663;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-blue {
    --color-rgb: 49,
    86,
    99;
    --color: #315663;
    color: #315663;
  }
  .background-xxxl-blue {
    --background-color-rgb: 49,
    86,
    99;
    --background-color: #315663;
    background-color: #315663;
  }
}
.text-violet {
  --color-rgb: 98,
  91,
  113;
  color: var(--color, #625b71);
  --color: #625b71;
}

.background-violet {
  --background-color-rgb: 98,
  91,
  113;
  background-color: var(--background-color, #625b71);
  --background-color: #625b71;
}

.text-xs-violet {
  --color-rgb: 98,
  91,
  113;
  --color: #625b71;
  color: #625b71;
}

.background-xs-violet {
  --background-color-rgb: 98,
  91,
  113;
  --background-color: #625b71;
  background-color: #625b71;
}

@media (min-width: 576px) {
  .text-sm-violet {
    --color-rgb: 98,
    91,
    113;
    --color: #625b71;
    color: #625b71;
  }
  .background-sm-violet {
    --background-color-rgb: 98,
    91,
    113;
    --background-color: #625b71;
    background-color: #625b71;
  }
}
@media (min-width: 768px) {
  .text-md-violet {
    --color-rgb: 98,
    91,
    113;
    --color: #625b71;
    color: #625b71;
  }
  .background-md-violet {
    --background-color-rgb: 98,
    91,
    113;
    --background-color: #625b71;
    background-color: #625b71;
  }
}
@media (min-width: 1024px) {
  .text-lg-violet {
    --color-rgb: 98,
    91,
    113;
    --color: #625b71;
    color: #625b71;
  }
  .background-lg-violet {
    --background-color-rgb: 98,
    91,
    113;
    --background-color: #625b71;
    background-color: #625b71;
  }
}
@media (min-width: 1280px) {
  .text-xl-violet {
    --color-rgb: 98,
    91,
    113;
    --color: #625b71;
    color: #625b71;
  }
  .background-xl-violet {
    --background-color-rgb: 98,
    91,
    113;
    --background-color: #625b71;
    background-color: #625b71;
  }
}
@media (min-width: 1600px) {
  .text-xxl-violet {
    --color-rgb: 98,
    91,
    113;
    --color: #625b71;
    color: #625b71;
  }
  .background-xxl-violet {
    --background-color-rgb: 98,
    91,
    113;
    --background-color: #625b71;
    background-color: #625b71;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-violet {
    --color-rgb: 98,
    91,
    113;
    --color: #625b71;
    color: #625b71;
  }
  .background-xxxl-violet {
    --background-color-rgb: 98,
    91,
    113;
    --background-color: #625b71;
    background-color: #625b71;
  }
}
.text-black {
  --color-rgb: 0,
  25,
  43;
  color: var(--color, #00192b);
  --color: #00192b;
}

.background-black {
  --background-color-rgb: 0,
  25,
  43;
  background-color: var(--background-color, #00192b);
  --background-color: #00192b;
}

.text-xs-black {
  --color-rgb: 0,
  25,
  43;
  --color: #00192b;
  color: #00192b;
}

.background-xs-black {
  --background-color-rgb: 0,
  25,
  43;
  --background-color: #00192b;
  background-color: #00192b;
}

@media (min-width: 576px) {
  .text-sm-black {
    --color-rgb: 0,
    25,
    43;
    --color: #00192b;
    color: #00192b;
  }
  .background-sm-black {
    --background-color-rgb: 0,
    25,
    43;
    --background-color: #00192b;
    background-color: #00192b;
  }
}
@media (min-width: 768px) {
  .text-md-black {
    --color-rgb: 0,
    25,
    43;
    --color: #00192b;
    color: #00192b;
  }
  .background-md-black {
    --background-color-rgb: 0,
    25,
    43;
    --background-color: #00192b;
    background-color: #00192b;
  }
}
@media (min-width: 1024px) {
  .text-lg-black {
    --color-rgb: 0,
    25,
    43;
    --color: #00192b;
    color: #00192b;
  }
  .background-lg-black {
    --background-color-rgb: 0,
    25,
    43;
    --background-color: #00192b;
    background-color: #00192b;
  }
}
@media (min-width: 1280px) {
  .text-xl-black {
    --color-rgb: 0,
    25,
    43;
    --color: #00192b;
    color: #00192b;
  }
  .background-xl-black {
    --background-color-rgb: 0,
    25,
    43;
    --background-color: #00192b;
    background-color: #00192b;
  }
}
@media (min-width: 1600px) {
  .text-xxl-black {
    --color-rgb: 0,
    25,
    43;
    --color: #00192b;
    color: #00192b;
  }
  .background-xxl-black {
    --background-color-rgb: 0,
    25,
    43;
    --background-color: #00192b;
    background-color: #00192b;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-black {
    --color-rgb: 0,
    25,
    43;
    --color: #00192b;
    color: #00192b;
  }
  .background-xxxl-black {
    --background-color-rgb: 0,
    25,
    43;
    --background-color: #00192b;
    background-color: #00192b;
  }
}
.text-gray {
  --color-rgb: 235,
  241,
  245;
  color: var(--color, #ebf1f5);
  --color: #ebf1f5;
}

.background-gray {
  --background-color-rgb: 235,
  241,
  245;
  background-color: var(--background-color, #ebf1f5);
  --background-color: #ebf1f5;
}

.text-xs-gray {
  --color-rgb: 235,
  241,
  245;
  --color: #ebf1f5;
  color: #ebf1f5;
}

.background-xs-gray {
  --background-color-rgb: 235,
  241,
  245;
  --background-color: #ebf1f5;
  background-color: #ebf1f5;
}

@media (min-width: 576px) {
  .text-sm-gray {
    --color-rgb: 235,
    241,
    245;
    --color: #ebf1f5;
    color: #ebf1f5;
  }
  .background-sm-gray {
    --background-color-rgb: 235,
    241,
    245;
    --background-color: #ebf1f5;
    background-color: #ebf1f5;
  }
}
@media (min-width: 768px) {
  .text-md-gray {
    --color-rgb: 235,
    241,
    245;
    --color: #ebf1f5;
    color: #ebf1f5;
  }
  .background-md-gray {
    --background-color-rgb: 235,
    241,
    245;
    --background-color: #ebf1f5;
    background-color: #ebf1f5;
  }
}
@media (min-width: 1024px) {
  .text-lg-gray {
    --color-rgb: 235,
    241,
    245;
    --color: #ebf1f5;
    color: #ebf1f5;
  }
  .background-lg-gray {
    --background-color-rgb: 235,
    241,
    245;
    --background-color: #ebf1f5;
    background-color: #ebf1f5;
  }
}
@media (min-width: 1280px) {
  .text-xl-gray {
    --color-rgb: 235,
    241,
    245;
    --color: #ebf1f5;
    color: #ebf1f5;
  }
  .background-xl-gray {
    --background-color-rgb: 235,
    241,
    245;
    --background-color: #ebf1f5;
    background-color: #ebf1f5;
  }
}
@media (min-width: 1600px) {
  .text-xxl-gray {
    --color-rgb: 235,
    241,
    245;
    --color: #ebf1f5;
    color: #ebf1f5;
  }
  .background-xxl-gray {
    --background-color-rgb: 235,
    241,
    245;
    --background-color: #ebf1f5;
    background-color: #ebf1f5;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-gray {
    --color-rgb: 235,
    241,
    245;
    --color: #ebf1f5;
    color: #ebf1f5;
  }
  .background-xxxl-gray {
    --background-color-rgb: 235,
    241,
    245;
    --background-color: #ebf1f5;
    background-color: #ebf1f5;
  }
}
.text-medium-gray {
  --color-rgb: 204,
  204,
  204;
  color: var(--color, #cccccc);
  --color: #cccccc;
}

.background-medium-gray {
  --background-color-rgb: 204,
  204,
  204;
  background-color: var(--background-color, #cccccc);
  --background-color: #cccccc;
}

.text-xs-medium-gray {
  --color-rgb: 204,
  204,
  204;
  --color: #cccccc;
  color: #cccccc;
}

.background-xs-medium-gray {
  --background-color-rgb: 204,
  204,
  204;
  --background-color: #cccccc;
  background-color: #cccccc;
}

@media (min-width: 576px) {
  .text-sm-medium-gray {
    --color-rgb: 204,
    204,
    204;
    --color: #cccccc;
    color: #cccccc;
  }
  .background-sm-medium-gray {
    --background-color-rgb: 204,
    204,
    204;
    --background-color: #cccccc;
    background-color: #cccccc;
  }
}
@media (min-width: 768px) {
  .text-md-medium-gray {
    --color-rgb: 204,
    204,
    204;
    --color: #cccccc;
    color: #cccccc;
  }
  .background-md-medium-gray {
    --background-color-rgb: 204,
    204,
    204;
    --background-color: #cccccc;
    background-color: #cccccc;
  }
}
@media (min-width: 1024px) {
  .text-lg-medium-gray {
    --color-rgb: 204,
    204,
    204;
    --color: #cccccc;
    color: #cccccc;
  }
  .background-lg-medium-gray {
    --background-color-rgb: 204,
    204,
    204;
    --background-color: #cccccc;
    background-color: #cccccc;
  }
}
@media (min-width: 1280px) {
  .text-xl-medium-gray {
    --color-rgb: 204,
    204,
    204;
    --color: #cccccc;
    color: #cccccc;
  }
  .background-xl-medium-gray {
    --background-color-rgb: 204,
    204,
    204;
    --background-color: #cccccc;
    background-color: #cccccc;
  }
}
@media (min-width: 1600px) {
  .text-xxl-medium-gray {
    --color-rgb: 204,
    204,
    204;
    --color: #cccccc;
    color: #cccccc;
  }
  .background-xxl-medium-gray {
    --background-color-rgb: 204,
    204,
    204;
    --background-color: #cccccc;
    background-color: #cccccc;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-medium-gray {
    --color-rgb: 204,
    204,
    204;
    --color: #cccccc;
    color: #cccccc;
  }
  .background-xxxl-medium-gray {
    --background-color-rgb: 204,
    204,
    204;
    --background-color: #cccccc;
    background-color: #cccccc;
  }
}
.text-dark-gray {
  --color-rgb: 130,
  130,
  130;
  color: var(--color, #828282);
  --color: #828282;
}

.background-dark-gray {
  --background-color-rgb: 130,
  130,
  130;
  background-color: var(--background-color, #828282);
  --background-color: #828282;
}

.text-xs-dark-gray {
  --color-rgb: 130,
  130,
  130;
  --color: #828282;
  color: #828282;
}

.background-xs-dark-gray {
  --background-color-rgb: 130,
  130,
  130;
  --background-color: #828282;
  background-color: #828282;
}

@media (min-width: 576px) {
  .text-sm-dark-gray {
    --color-rgb: 130,
    130,
    130;
    --color: #828282;
    color: #828282;
  }
  .background-sm-dark-gray {
    --background-color-rgb: 130,
    130,
    130;
    --background-color: #828282;
    background-color: #828282;
  }
}
@media (min-width: 768px) {
  .text-md-dark-gray {
    --color-rgb: 130,
    130,
    130;
    --color: #828282;
    color: #828282;
  }
  .background-md-dark-gray {
    --background-color-rgb: 130,
    130,
    130;
    --background-color: #828282;
    background-color: #828282;
  }
}
@media (min-width: 1024px) {
  .text-lg-dark-gray {
    --color-rgb: 130,
    130,
    130;
    --color: #828282;
    color: #828282;
  }
  .background-lg-dark-gray {
    --background-color-rgb: 130,
    130,
    130;
    --background-color: #828282;
    background-color: #828282;
  }
}
@media (min-width: 1280px) {
  .text-xl-dark-gray {
    --color-rgb: 130,
    130,
    130;
    --color: #828282;
    color: #828282;
  }
  .background-xl-dark-gray {
    --background-color-rgb: 130,
    130,
    130;
    --background-color: #828282;
    background-color: #828282;
  }
}
@media (min-width: 1600px) {
  .text-xxl-dark-gray {
    --color-rgb: 130,
    130,
    130;
    --color: #828282;
    color: #828282;
  }
  .background-xxl-dark-gray {
    --background-color-rgb: 130,
    130,
    130;
    --background-color: #828282;
    background-color: #828282;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-dark-gray {
    --color-rgb: 130,
    130,
    130;
    --color: #828282;
    color: #828282;
  }
  .background-xxxl-dark-gray {
    --background-color-rgb: 130,
    130,
    130;
    --background-color: #828282;
    background-color: #828282;
  }
}
.text-transparent {
  --color-rgb: 0,
  0,
  0;
  color: var(--color, transparent);
  --color: transparent;
}

.background-transparent {
  --background-color-rgb: 0,
  0,
  0;
  background-color: var(--background-color, transparent);
  --background-color: transparent;
}

.text-xs-transparent {
  --color-rgb: 0,
  0,
  0;
  --color: transparent;
  color: transparent;
}

.background-xs-transparent {
  --background-color-rgb: 0,
  0,
  0;
  --background-color: transparent;
  background-color: transparent;
}

@media (min-width: 576px) {
  .text-sm-transparent {
    --color-rgb: 0,
    0,
    0;
    --color: transparent;
    color: transparent;
  }
  .background-sm-transparent {
    --background-color-rgb: 0,
    0,
    0;
    --background-color: transparent;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .text-md-transparent {
    --color-rgb: 0,
    0,
    0;
    --color: transparent;
    color: transparent;
  }
  .background-md-transparent {
    --background-color-rgb: 0,
    0,
    0;
    --background-color: transparent;
    background-color: transparent;
  }
}
@media (min-width: 1024px) {
  .text-lg-transparent {
    --color-rgb: 0,
    0,
    0;
    --color: transparent;
    color: transparent;
  }
  .background-lg-transparent {
    --background-color-rgb: 0,
    0,
    0;
    --background-color: transparent;
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .text-xl-transparent {
    --color-rgb: 0,
    0,
    0;
    --color: transparent;
    color: transparent;
  }
  .background-xl-transparent {
    --background-color-rgb: 0,
    0,
    0;
    --background-color: transparent;
    background-color: transparent;
  }
}
@media (min-width: 1600px) {
  .text-xxl-transparent {
    --color-rgb: 0,
    0,
    0;
    --color: transparent;
    color: transparent;
  }
  .background-xxl-transparent {
    --background-color-rgb: 0,
    0,
    0;
    --background-color: transparent;
    background-color: transparent;
  }
}
@media (min-width: 1920px) {
  .text-xxxl-transparent {
    --color-rgb: 0,
    0,
    0;
    --color: transparent;
    color: transparent;
  }
  .background-xxxl-transparent {
    --background-color-rgb: 0,
    0,
    0;
    --background-color: transparent;
    background-color: transparent;
  }
}
.btn {
  border-radius: clamp(2px, 0.2rem, 6px);
  transition: all 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  font-family: "Dongle", sans-serif;
  background-color: #e9501c;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-weight: bold;
  line-height: 1.07;
  font-size: 1.3rem;
  color: #ffffff;
  border: none;
}
@media (max-width: 1023.98px) {
  .btn {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.btn:hover {
  background-color: rgb(191.4457831325, 62.4096385542, 18.5542168675);
  color: #ffffff;
}
.btn:disabled, .btn[disabled], .btn[href="#"],
.btn .btn-disabled {
  background-color: #ebf1f5;
  border-color: #ebf1f5;
  color: #ffffff;
}
.btn.btn-big {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}
.btn.btn-small {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

figure {
  max-width: 100%;
}
figure > img {
  height: auto;
  width: 100%;
}

.diagonal-gradient {
  background: linear-gradient(168deg, #ffffff 21vw, #f5f2eb 21vw);
}

.diagonal-gradient-low {
  background: linear-gradient(175deg, #ffffff 10vw, #f5f2eb 10vw);
}

.diagonal-gradient-orange {
  background: linear-gradient(175deg, #ffffff 10vw, #ff9400 10vw);
}

.round-box {
  padding: 2rem 3rem;
  border-radius: 1rem;
}
.round-box p {
  line-height: 1.5;
}

.card {
  background: #ffffff var(--card-background) no-repeat center center;
  justify-content: center;
  background-size: cover;
  flex-direction: column;
  border-radius: 1.5rem;
  align-items: center;
  text-align: center;
  overflow: hidden;
  padding: 2rem;
  display: flex;
  height: 100%;
  width: 100%;
  gap: 1rem;
}
.card.card-reverse {
  flex-direction: column-reverse;
}

@keyframes partners-marquee {
  to {
    transform: translateX(-50%);
  }
}
#partners-list {
  padding: 0 0 5rem 0;
  overflow: hidden;
}
#partners-list .partners-title {
  background-color: #ffbd06;
  margin-bottom: 5rem;
  color: #58585A;
  text-align: center;
}
#partners-list .partners-title > p {
  line-height: 1.6rem;
  font-size: 1.1rem;
  padding: 0.5rem 0;
}
@media (max-width: 1023.98px) {
  #partners-list .partners-title > p {
    text-wrap: balance;
    padding: 10px 20px;
    line-height: 1.2;
    font-size: 18px;
  }
}
#partners-list .partners-marquee {
  overflow: hidden;
}
#partners-list .partners-track {
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: partners-marquee;
  animation-duration: 30s;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  gap: 0 10rem;
  display: flex;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023.98px) {
  #partners-list .partners-track {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    animation: none;
    gap: 3rem 0;
    width: 100%;
  }
}
#partners-list .partners-track > li {
  align-items: center;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1023.98px) {
  #partners-list .partners-track > li {
    justify-content: center;
    width: 100%;
  }
  #partners-list .partners-track > li[aria-hidden=true] {
    display: none;
  }
}
#partners-list .partners-track > li img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 3rem;
  height: auto;
  width: auto;
}
@media (max-width: 1023.98px) {
  #partners-list .partners-track > li img {
    max-height: 40px;
  }
}
#partners-list .partners-track > li a {
  display: flex;
}

hr {
  border-color: currentcolor;
  border-width: 1px 0 0 0;
  background: none;
  height: 0;
}

.list-filters-mobile {
  padding-bottom: 20px;
  display: none;
}
.list-filters-mobile > .list-filters-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #393837;
}
.list-filters-mobile > .list-filters-title::after {
  background-color: currentColor;
  border-radius: 2px;
  position: absolute;
  height: 4px;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
}
.list-filters-mobile > .list-filters-actions {
  font-family: "Dongle", sans-serif;
  position: relative;
  line-height: 1;
  font-size: 22px;
}
.list-filters-mobile > .list-filters-actions > label {
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  color: #393837;
  gap: 5px;
}
.list-filters-mobile > .list-filters-actions > label > svg {
  position: relative;
  top: -2px;
}
.list-filters-mobile > .list-filters-actions > a {
  color: currentColor;
  font-weight: bold;
}
@media (max-width: 1023.98px) {
  .list-filters-mobile {
    display: block;
  }
}
.list-filters-mobile + input[type=checkbox] {
  display: none;
}
.list-filters-mobile + input[type=checkbox]:checked + fieldset {
  display: block;
}

fieldset {
  position: relative;
}
@media (max-width: 1023.98px) {
  fieldset {
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 15px 20px;
    display: none;
  }
}
@media (max-width: 1023.98px) {
  fieldset[data-type=havens] {
    background-color: rgba(143, 122, 122, 0.2);
  }
}
fieldset[data-type=havens] label > svg {
  color: #e9501c;
}
@media (max-width: 1023.98px) {
  fieldset[data-type=pastures] {
    background-color: rgba(108, 202, 133, 0.2);
  }
}
fieldset[data-type=pastures] label > svg {
  color: #6cca85;
}
fieldset > legend {
  font-family: "Robuck", sans-serif;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
  line-height: 2.4rem;
  position: relative;
  font-size: 1.8rem;
  display: block;
  color: #36585f;
  width: 100%;
}
@media (max-width: 1023.98px) {
  fieldset > legend {
    display: none;
  }
}
fieldset > legend::after {
  background-color: currentColor;
  border-radius: 0.15rem;
  position: absolute;
  height: 0.3rem;
  content: "";
  width: 50%;
  bottom: 0;
  left: 0;
}
fieldset > .form-field {
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 1023.98px) {
  fieldset > .form-field {
    margin-bottom: 20px;
  }
}
fieldset > .form-field > label {
  font-family: "Dongle", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #0e0e2c;
  display: block;
  width: 100%;
}
@media (max-width: 1023.98px) {
  fieldset > .form-field > label {
    font-size: 22px;
  }
}
fieldset > .form-field > input[type=text] {
  border: 1px solid #d9d9d9;
  font-family: "Inter", sans-serif;
  padding: 0.4rem 0.6rem;
  line-height: 1rem;
  font-size: 0.8rem;
  width: 100%;
}
@media (max-width: 1023.98px) {
  fieldset > .form-field > input[type=text] {
    line-height: 20px;
    padding: 8px 12px;
    font-size: 16px;
  }
}
fieldset > .form-field.form-field-checkbox {
  position: relative;
}
fieldset > .form-field.form-field-checkbox > label {
  border-bottom: 1px solid #d9d9d9;
}
fieldset > .form-field.form-field-checkbox > ul {
  flex-direction: column;
  position: relative;
  padding: 0.25rem 0;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  fieldset > .form-field.form-field-checkbox > ul {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 0;
    gap: 5px 30px;
  }
}
fieldset > .form-field.form-field-checkbox > ul > li {
  position: relative;
}
fieldset > .form-field.form-field-checkbox > ul > li > input[type=checkbox] {
  display: none;
}
fieldset > .form-field.form-field-checkbox > ul > li > input[type=checkbox]:checked + label::before {
  background: #ffffff url("./images/tick.svg") no-repeat center center;
}
fieldset > .form-field.form-field-checkbox > ul > li > label {
  align-items: center;
  padding: 0.25rem 0;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  fieldset > .form-field.form-field-checkbox > ul > li > label {
    padding: 5px 0;
    gap: 5px;
  }
}
fieldset > .form-field.form-field-checkbox > ul > li > label::before {
  border: 2px solid currentcolor;
  background-size: 0.5rem auto;
  background-color: #ffffff;
  border-radius: 4px;
  height: 0.8rem;
  width: 0.8rem;
  content: "";
}
@media (max-width: 1023.98px) {
  fieldset > .form-field.form-field-checkbox > ul > li > label::before {
    background-size: 10px auto;
    height: 16px;
    width: 16px;
  }
}
fieldset > .form-field.form-field-checkbox > ul > li > label > span {
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
}
@media (max-width: 1023.98px) {
  fieldset > .form-field.form-field-checkbox > ul > li > label > span {
    font-size: 14px;
  }
}

html {
  scroll-padding-top: var(--header-height);
  --admin-bar-height: 0px;
  scroll-behavior: smooth;
  image-rendering: smooth;
  --header-height: 4.2rem;
  font-family: "Inter", sans-serif;
  overflow: scroll;
  height: 100%;
}
html > body {
  padding-top: var(--header-height);
}
@media (max-width: 1023.98px) {
  html {
    --header-height: 84px;
  }
}
html:has(> body.admin-bar) {
  --admin-bar-height: 32px;
}
@media (max-width: 1023.98px) {
  html:has(> body.admin-bar) {
    --admin-bar-height: 46px;
  }
  html:has(> body.admin-bar) > body.admin-bar > #wpadminbar {
    position: fixed;
  }
}

:root {
  --section-padding: 5.0rem;
}
@media (max-width: 1023.98px) {
  :root {
    --container-width: 100%;
  }
}

::-moz-selection {
  background: #e9501c;
  color: #ffffff;
}

::selection {
  background: #e9501c;
  color: #ffffff;
}

* {
  -ms-overflow-style: none;
  box-sizing: border-box;
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1023.98px) {
  .container {
    padding: 0 20px;
  }
}

body {
  background-color: #ffffff;
  position: relative;
}

.expand-left, .full-width {
  margin-left: calc(50% - 50vw);
}

.expand-right, .full-width {
  margin-right: calc(50% - 50vw);
}

@media (max-width: 1023.98px) {
  .full-width > .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

form {
  position: relative;
}

.effex {
  will-change: opacity, transform;
  transform: translateY(30px);
  opacity: 0;
}

.effex-animate {
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.no-js .effex, .effex-animate {
  transform: translateY(0px);
  opacity: 1;
}

header#header {
  top: var(--admin-bar-height, 0px);
  border-bottom: 1px solid #ebf1f5;
  height: var(--header-height);
  background-color: #ffffff;
  padding: 0.5rem 0;
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
}
header#header > .header-container {
  align-items: center;
  display: flex;
  height: 100%;
}
header#header > .header-container > a#logo {
  height: var(--logo-size);
  --logo-size: 3.6rem;
  width: auto;
}
@media (max-width: 1023.98px) {
  header#header > .header-container > a#logo {
    --logo-size: 60px;
  }
}
header#header > .header-container > a#logo > img {
  height: var(--logo-size);
  width: auto;
}
header#header > .header-container > section#navigation {
  align-items: center;
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1023.98px) {
  header#header > .header-container > section#navigation {
    gap: 10px;
  }
}
header#header > .header-container > section#navigation > label {
  flex-direction: column;
  padding-top: 0.4rem;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  header#header > .header-container > section#navigation > label {
    padding-top: 8px;
    gap: 5px;
  }
}
header#header > .header-container > section#navigation > label > .icon {
  text-align: center;
  position: relative;
  margin-left: auto;
  height: 0.6rem;
  width: 1rem;
}
@media (max-width: 1023.98px) {
  header#header > .header-container > section#navigation > label > .icon {
    height: 12px;
    width: 20px;
  }
}
header#header > .header-container > section#navigation > label > .icon::before, header#header > .header-container > section#navigation > label > .icon::after,
header#header > .header-container > section#navigation > label > .icon > span {
  background-color: #315663;
  border-radius: 1px;
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  right: 0;
}
header#header > .header-container > section#navigation > label > .icon > span {
  translate: 0 -50%;
  top: 50%;
}
header#header > .header-container > section#navigation > label > .icon::before {
  translate: 0 -50%;
  top: 0;
}
header#header > .header-container > section#navigation > label > .icon::after {
  translate: 0 -50%;
  width: 70%;
  top: 100%;
}
header#header > .header-container > section#navigation > label > span {
  font-family: "Dongle", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
  color: #828282;
}
@media (max-width: 1023.98px) {
  header#header > .header-container > section#navigation > label > span {
    font-size: 20px;
  }
}
header#header > input[type=checkbox]#menu-trigger {
  display: none;
}
header#header > input[type=checkbox]#menu-trigger:checked {
  display: none;
}
header#header > input[type=checkbox]#menu-trigger:checked ~ .menu-overlay {
  transition: opacity 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99), translate 0s linear;
  translate: 0 0;
  opacity: 1;
}
header#header > input[type=checkbox]#menu-trigger:checked ~ section#main-menu {
  translate: 0 0;
}
header#header > .menu-overlay {
  transition: opacity 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99), translate 0s linear 0.3s;
  background-color: rgba(0, 25, 43, 0.75);
  top: var(--admin-bar-height, 0px);
  translate: -100vw -100vh;
  position: fixed;
  z-index: 1900;
  height: 100vw;
  width: 100vw;
  opacity: 0;
  left: 0;
}
header#header > section#main-menu {
  transition: translate 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  top: var(--admin-bar-height, 0px);
  background-color: #ff9400;
  flex-direction: column;
  translate: 100% 0;
  position: fixed;
  display: flex;
  z-index: 1950;
  width: 20vw;
  bottom: 0;
  right: 0;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu {
    width: 100vw;
  }
}
header#header > section#main-menu > .menu-top {
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 0 1rem;
  height: 4.2rem;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-top {
    padding: 0 20px;
    height: 84px;
    gap: 10px;
  }
}
header#header > section#main-menu > .menu-top > a {
  display: inline-block;
}
header#header > section#main-menu > .menu-top > label {
  justify-content: center;
  flex-direction: column;
  margin-top: 0.5rem;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-top > label {
    margin-top: 10px;
    gap: 5px;
  }
}
header#header > section#main-menu > .menu-top > label > .icon {
  text-align: center;
  position: relative;
  margin: 0 auto;
  height: 0.6rem;
  width: 1rem;
  color: #00192b;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-top > label > .icon {
    height: 12px;
    width: 20px;
  }
}
header#header > section#main-menu > .menu-top > label > .icon::before, header#header > section#main-menu > .menu-top > label > .icon::after {
  background-color: currentColor;
  border-radius: 1.5px;
  translate: -50% -50%;
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  left: 50%;
  top: 50%;
}
header#header > section#main-menu > .menu-top > label > .icon::before {
  rotate: 45deg;
}
header#header > section#main-menu > .menu-top > label > .icon::after {
  rotate: -45deg;
}
header#header > section#main-menu > .menu-top > label > span {
  font-family: "Dongle", sans-serif;
  font-weight: normal;
  color: currentColor;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-top > label > span {
    font-size: 20px;
  }
}
header#header > section#main-menu > .menu-items {
  position: relative;
  margin: 1.5rem;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-items {
    margin: 30px;
  }
}
header#header > section#main-menu > .menu-items > nav > ul {
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-items > nav > ul {
    gap: 10px;
  }
}
header#header > section#main-menu > .menu-items > nav > ul > li {
  position: relative;
}
header#header > section#main-menu > .menu-items > nav > ul > li > a {
  font-family: "Dongle", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  display: block;
  color: #ffffff;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-items > nav > ul > li > a {
    font-size: 40px;
  }
}
header#header > section#main-menu > .menu-items > nav > ul > li > a:hover {
  color: #36585f;
}
header#header > section#main-menu > .menu-items > a {
  margin-top: 1.5rem;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-items > a {
    margin-top: 30px;
  }
}
header#header > section#main-menu > .menu-links {
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  flex-direction: column;
  position: relative;
  padding: 1rem 0;
  margin: 0 1.5rem;
  display: flex;
  gap: 1rem;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-links {
    padding: 20px 0;
    margin: 0 30px;
    gap: 20px;
  }
}
header#header > section#main-menu > .menu-links::before, header#header > section#main-menu > .menu-links::after {
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  height: 16px;
  width: 16px;
  content: "";
  left: 0;
}
header#header > section#main-menu > .menu-links::before {
  translate: -50% calc(-50% - 1.5px);
  top: 0;
}
header#header > section#main-menu > .menu-links::after {
  translate: -50% calc(50% + 1.5px);
  bottom: 0;
}
header#header > section#main-menu > .menu-links > li {
  position: relative;
}
header#header > section#main-menu > .menu-links > li > a {
  font-family: "Dongle", sans-serif;
  font-weight: normal;
  font-size: 1.7rem;
  display: block;
  color: #ffffff;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-links > li > a {
    font-size: 34px;
  }
}
header#header > section#main-menu > .menu-links > li > a:hover {
  color: #36585f;
}
header#header > section#main-menu > .menu-socials {
  margin: 1rem 1.5rem;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-socials {
    margin: 20px 30px;
  }
}
header#header > section#main-menu > .menu-socials > span {
  font-family: "Dongle", sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  color: #ffffff;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-socials > span {
    font-size: 25px;
  }
}
header#header > section#main-menu > .menu-socials > ul {
  margin-top: 0.5rem;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-socials > ul {
    margin-top: 10px;
    gap: 40px;
  }
}
header#header > section#main-menu > .menu-socials > ul > li {
  display: block;
}
header#header > section#main-menu > .menu-socials > ul > li > a {
  display: block;
  color: #ffffff;
}
header#header > section#main-menu > .menu-socials > ul > li > a > svg {
  height: 2rem;
  width: auto;
}
@media (max-width: 1023.98px) {
  header#header > section#main-menu > .menu-socials > ul > li > a > svg {
    height: 40px;
  }
}
header#header > section#main-menu > .menu-socials > ul > li > a:hover {
  color: #36585f;
}

section#prefooter {
  position: relative;
}
@media (max-width: 1023.98px) {
  section#prefooter {
    padding: 20px;
  }
}
section#prefooter figure {
  filter: brightness(0) invert(1);
  width: 10rem;
}
@media (max-width: 1023.98px) {
  section#prefooter figure {
    width: 200px;
  }
}
section#prefooter a#back-to-top {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #ffffff;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  section#prefooter a#back-to-top {
    gap: 5px;
  }
}
section#prefooter a#back-to-top > svg {
  width: 1rem;
  height: auto;
}
@media (max-width: 1023.98px) {
  section#prefooter a#back-to-top > svg {
    width: 20px;
  }
}
section#prefooter a#back-to-top > span {
  font-family: "Dongle", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 1023.98px) {
  section#prefooter a#back-to-top > span {
    font-size: 20px;
  }
}
section#prefooter h6 {
  text-transform: uppercase;
  font-family: "Robuck", sans-serif;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  color: inherit;
}
@media (max-width: 1023.98px) {
  section#prefooter h6 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
section#prefooter ul {
  flex-direction: column;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1023.98px) {
  section#prefooter ul {
    gap: 10px;
  }
}
section#prefooter ul > li {
  position: relative;
}
section#prefooter ul > li > a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
}
@media (max-width: 1023.98px) {
  section#prefooter ul > li > a {
    font-size: 16px;
  }
}
section#prefooter div.d-flex {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
}
@media (max-width: 1023.98px) {
  section#prefooter div.d-flex {
    font-size: 14px;
  }
}
section#prefooter div.d-flex a {
  color: inherit;
}
section#prefooter div.d-flex a:hover {
  text-decoration: underline;
}

footer#footer {
  position: relative;
}
@media (max-width: 1023.98px) {
  footer#footer {
    padding: 20px;
  }
}
footer#footer p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: inherit;
}
@media (max-width: 1023.98px) {
  footer#footer p {
    font-size: 18px;
  }
}
footer#footer p.small {
  font-size: 0.7rem;
  color: inherit;
}
@media (max-width: 1023.98px) {
  footer#footer p.small {
    font-size: 12px;
  }
}
footer#footer p.small > a {
  color: inherit;
}
footer#footer p.small > a:hover {
  text-decoration: underline;
}

.intro-steps {
  justify-content: center;
  display: flex;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .intro-steps {
    padding: 40px 0 !important;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.intro-steps > li {
  display: flex;
}
@media (max-width: 1023.98px) {
  .intro-steps > li {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    width: calc(50% - 10px);
  }
}
.intro-steps > li > figure {
  position: relative;
}
@media (max-width: 1023.98px) {
  .intro-steps > li > figure {
    position: relative;
  }
  .intro-steps > li > figure > svg {
    margin: 0 auto;
    height: auto;
    width: 60px;
  }
}
.intro-steps > li > p {
  font-family: "Dongle", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 0.7;
  color: #36585f;
}
@media (max-width: 1023.98px) {
  .intro-steps > li > p {
    text-align: center;
    margin-top: 0;
    width: 100%;
  }
}
.intro-steps > li:nth-child(1) {
  position: relative;
}
.intro-steps > li:nth-child(1) > p {
  margin-top: 1rem;
  width: 8rem;
}
.intro-steps > li:nth-child(1)::after {
  background: url("./images/arrow-first.png") no-repeat center center;
  margin: 2rem 1rem 0 1rem;
  background-size: 100% auto;
  height: 3.1rem;
  width: 11.5rem;
  content: "";
}
@media (max-width: 1023.98px) {
  .intro-steps > li:nth-child(1)::after {
    display: none;
  }
}
.intro-steps > li:nth-child(2) {
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}
.intro-steps > li:nth-child(2) > p {
  margin-top: 0.25rem;
  width: 10rem;
}
.intro-steps > li:nth-child(2)::before {
  background: url("./images/arrow-last.png") no-repeat center center;
  margin: -0.5rem -1rem 0 1rem;
  background-size: 100% auto;
  height: 3.1rem;
  width: 11.5rem;
  content: "";
}
@media (max-width: 1023.98px) {
  .intro-steps > li:nth-child(2)::before {
    display: none;
  }
}
.intro-steps > li:nth-child(3) {
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.intro-steps > li:nth-child(3) > figure {
  margin-right: 1rem;
}
.intro-steps > li:nth-child(3) > p {
  width: 13rem;
}

.participant {
  position: relative;
  display: block;
}
.participant > .participant-image {
  position: relative;
}
.participant > .participant-image[style]::after {
  background: var(--overlay-url) no-repeat center center;
  background-size: contain;
  position: absolute;
  height: 20rem;
  width: 20rem;
  content: "";
  left: 55%;
  top: 5%;
}
@media (max-width: 1023.98px) {
  .participant > .participant-image[style]::after {
    display: none;
  }
}
.participant > .participant-image > figure {
  position: relative;
  height: auto;
  width: 60%;
}
@media (max-width: 1023.98px) {
  .participant > .participant-image > figure {
    width: 100%;
  }
}
.participant > .participant-image > a {
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 5rem;
  display: flex;
  width: 5rem;
  bottom: 0;
  left: 0;
}
@media (max-width: 1023.98px) {
  .participant > .participant-image > a {
    padding: 1rem;
    left: auto;
    right: 0;
  }
}
.participant > .participant-image > a > span {
  display: none;
}
.participant > .participant-description {
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  position: absolute;
  bottom: 5%;
  right: 5%;
  left: 50%;
}
@media (max-width: 1023.98px) {
  .participant > .participant-description {
    border-radius: 0;
    position: static;
  }
}
.participant > .participant-description > p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: inherit;
}
@media (max-width: 1023.98px) {
  .participant > .participant-description > p {
    font-size: 16px;
  }
}
.participant.participant-reverse {
  position: relative;
}
.participant.participant-reverse > .participant-image {
  position: relative;
}
.participant.participant-reverse > .participant-image[style]::after {
  right: 55%;
  left: auto;
  top: -5%;
}
.participant.participant-reverse > .participant-image > figure {
  margin-left: 40%;
}
@media (max-width: 1023.98px) {
  .participant.participant-reverse > .participant-image > figure {
    margin-left: 0;
  }
}
.participant.participant-reverse > .participant-image > a {
  left: auto;
  right: 0;
}
.participant.participant-reverse > .participant-description {
  right: 50%;
  left: 5%;
}

.partner-content {
  position: relative;
}
.partner-content p {
  color: var(--color, #333333);
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.25;
  font-size: 0.9rem;
}

.sponsor-card {
  position: relative;
}
.sponsor-card > figure {
  justify-content: center;
  margin: 0 auto 1rem 0;
  position: relative;
  max-width: 90%;
  height: 5rem;
  display: flex;
}
.sponsor-card > figure > img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.sponsor-card > .editor-content {
  text-align: center;
}
.sponsor-card > .editor-content p {
  color: var(--color, #333333);
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.25;
  font-size: 0.9rem;
}

.list-intro {
  position: relative;
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023.98px) {
  .list-intro {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    flex-direction: column;
  }
}
.list-intro > figure {
  position: relative;
  flex: 8;
}
.list-intro > figure + figure {
  flex: 4;
}
@media (max-width: 1023.98px) {
  .list-intro > figure + figure {
    aspect-ratio: 1.5;
  }
}
.list-intro > figure + figure > img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
@media (max-width: 1023.98px) {
  .list-intro > figure + figure > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.list-intro > figure + figure > figcaption {
  font-family: "Robuck", sans-serif;
  text-wrap: balance;
  position: absolute;
  font-size: 7.5rem;
  translate: 0 -50%;
  color: #ffffff;
  right: 1rem;
  left: 1rem;
  top: 50%;
}
@media (max-width: 1023.98px) {
  .list-intro > figure + figure > figcaption {
    text-align: center;
    line-height: 0.8;
    font-size: 100px;
  }
}
.list-intro > .intro-description {
  border-radius: 1rem 1rem 0 0;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  text-align: center;
  position: absolute;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #36585f;
  right: 25%;
  bottom: 0;
  left: 25%;
}
.list-intro > .intro-description p {
  font-size: 0.9rem;
}
@media (max-width: 1023.98px) {
  .list-intro > .intro-description {
    position: static;
  }
}

.list-subtitle {
  margin: 2rem auto;
  text-align: center;
  text-wrap: balance;
  width: 50%;
}
@media (max-width: 1023.98px) {
  .list-subtitle {
    width: 100%;
  }
  .list-subtitle > h4 {
    font-size: 36px;
  }
}

.items-list {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 1rem;
  display: grid;
  gap: 1rem;
}
@media (max-width: 1023.98px) {
  .items-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.items-list > li {
  position: relative;
}
.items-list > li[data-type=havens] .item-houses {
  color: #e9501c;
}
.items-list > li[data-type=pastures] .item-houses {
  color: #6cca85;
}
.items-list > li > .item-block {
  border: 1px solid #e0e0e0;
  flex-direction: column;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block {
    border-radius: 15px;
  }
}
.items-list > li > .item-block > a {
  display: block;
}
.items-list > li > .item-block > a > figure {
  background-color: #e0e0e0;
  position: relative;
  aspect-ratio: 1.5;
  width: 100%;
}
.items-list > li > .item-block > a > figure > img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.items-list > li > .item-block > .item-quota {
  border-bottom: 2px solid #ff9400;
  border-top: 1px solid #e0e0e0;
  font-family: "Inter", sans-serif;
  line-height: 1.2rem;
  padding: 0 0.75rem;
  font-size: 0.6rem;
  color: #e9501c;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-quota {
    line-height: 24px;
    font-size: 12px;
    padding: 0 15px;
  }
}
.items-list > li > .item-block > .item-details {
  padding: 0.5rem 0.75rem 1rem 0.75rem;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details {
    padding: 10px 15px 20px 15px;
  }
}
.items-list > li > .item-block > .item-details > h3 {
  font-family: "Inter", sans-serif;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #36585f;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.items-list > li > .item-block > .item-details > .item-location {
  margin-bottom: 0.3rem;
  align-items: flex-end;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-location {
    margin-bottom: 6px;
    gap: 5px;
  }
}
.items-list > li > .item-block > .item-details > .item-location > svg {
  height: 0.8rem;
  width: auto;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-location > svg {
    height: 16px;
  }
}
.items-list > li > .item-block > .item-details > .item-location > span {
  font-family: "Inter", sans-serif;
  color: #58585A;
  font-size: 0.6rem;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-location > span {
    font-size: 12px;
  }
}
.items-list > li > .item-block > .item-details > .item-map-link {
  margin-bottom: 0.5rem;
  align-items: flex-end;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-map-link {
    margin-bottom: 10px;
    gap: 5px;
  }
}
.items-list > li > .item-block > .item-details > .item-map-link > svg {
  height: 0.8rem;
  color: #00192b;
  width: auto;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-map-link > svg {
    height: 16px;
  }
}
.items-list > li > .item-block > .item-details > .item-map-link > span {
  font-family: "Inter", sans-serif;
  font-size: 0.6rem;
  color: #e9501c;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-map-link > span {
    font-size: 12px;
  }
}
.items-list > li > .item-block > .item-details > .item-detail-link {
  align-items: flex-end;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-detail-link {
    gap: 5px;
  }
}
.items-list > li > .item-block > .item-details > .item-detail-link > svg {
  margin-right: 0.2rem;
  height: 0.6rem;
  color: #e9501c;
  width: auto;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-detail-link > svg {
    margin-right: 4px;
    height: 12px;
  }
}
.items-list > li > .item-block > .item-details > .item-detail-link > span {
  font-family: "Inter", sans-serif;
  color: #58585A;
  font-size: 0.6rem;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-detail-link > span {
    font-size: 12px;
  }
}
.items-list > li > .item-block > .item-details > .item-houses {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-houses {
    bottom: 15px;
    right: 15px;
    gap: 5px;
  }
}
.items-list > li > .item-block > .item-details > .item-houses > .houses {
  display: flex;
  gap: 0.25rem;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-houses > .houses {
    gap: 5px;
  }
}
.items-list > li > .item-block > .item-details > .item-houses > span {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 0.5rem;
  font-weight: 600;
}
@media (max-width: 1023.98px) {
  .items-list > li > .item-block > .item-details > .item-houses > span {
    font-size: 10px;
  }
}

#map-container {
  height: calc(100vh - var(--header-height) - var(--admin-bar-height, 0px));
  position: relative;
  width: 100%;
  z-index: 0;
}

.map-marker {
  background: none;
  border: none;
}

.map-popup-wrapper .leaflet-popup-content-wrapper {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 0;
}
.map-popup-wrapper .leaflet-popup-content {
  width: 280px !important;
  margin: 0;
}
.map-popup-wrapper .leaflet-popup-tip-container {
  margin-top: -1px;
}

.map-popup {
  flex-direction: column;
  display: flex;
}
.map-popup > .popup-figure {
  background-color: #e0e0e0;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0;
}
.map-popup > .popup-figure > img {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.map-popup > .popup-body {
  padding: 0.75rem 0.85rem 0.85rem;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body {
    padding: 15px 17px 17px;
  }
}
.map-popup > .popup-body > .popup-quota {
  font-family: "Inter", sans-serif;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  color: #58585A;
  position: relative;
  font-size: 0.6rem;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-quota {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.map-popup > .popup-body > .popup-quota::after {
  background-color: currentColor;
  border-radius: 1.5px;
  position: absolute;
  content: "";
  height: 3px;
  width: 30%;
  bottom: 0;
  left: 0;
}
.map-popup > .popup-body > .popup-name {
  font-family: "Inter", sans-serif;
  margin-bottom: 0.4rem;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #36585f;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-name {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.map-popup > .popup-body > .popup-location {
  margin-bottom: 0.6rem;
  align-items: center;
  display: flex;
  gap: 0.3rem;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-location {
    margin-bottom: 12px;
    gap: 6px;
  }
}
.map-popup > .popup-body > .popup-location > svg {
  color: #58585A;
  flex-shrink: 0;
}
.map-popup > .popup-body > .popup-location > span {
  font-family: "Inter", sans-serif;
  color: #58585A;
  font-size: 0.6rem;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-location > span {
    font-size: 12px;
  }
}
.map-popup > .popup-body > .popup-footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 0.5rem;
  align-items: center;
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-footer {
    padding-top: 10px;
    margin-top: 10px;
    gap: 10px;
  }
}
.map-popup > .popup-body > .popup-footer > .popup-houses {
  align-items: flex-end;
  display: flex;
  gap: 0.4rem;
  flex: 1;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-footer > .popup-houses {
    gap: 8px;
  }
}
.map-popup > .popup-body > .popup-footer > .popup-houses > .popup-houses-icons {
  align-items: center;
  display: flex;
  gap: 0.2rem;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-footer > .popup-houses > .popup-houses-icons {
    gap: 4px;
  }
}
.map-popup > .popup-body > .popup-footer > .popup-houses > .popup-houses-icons > svg {
  height: 0.8rem;
  width: auto;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-footer > .popup-houses > .popup-houses-icons > svg {
    height: 16px;
  }
}
.map-popup > .popup-body > .popup-footer > .popup-houses > span {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.03em;
  font-weight: normal;
  color: #58585A;
  font-size: 0.4rem;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-footer > .popup-houses > span {
    font-size: 8px;
  }
}
.map-popup > .popup-body > .popup-footer > .popup-link {
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  color: #e9501c;
}
.map-popup > .popup-body > .popup-footer > .popup-link > svg {
  width: 0.8rem;
  height: auto;
}
@media (max-width: 1023.98px) {
  .map-popup > .popup-body > .popup-footer > .popup-link > svg {
    width: 16px;
  }
}
.map-popup.map-popup--havens > .popup-body > .popup-footer > .popup-houses > .popup-houses-icons {
  color: #e9501c;
}
.map-popup.map-popup--pastures > .popup-body > .popup-footer > .popup-houses > .popup-houses-icons {
  color: #6cca85;
}

#contacts {
  position: relative;
}
#contacts .contacts-container {
  justify-content: center;
  flex-direction: column;
  padding: 4rem 2rem;
  align-items: center;
  display: flex;
}
#contacts .contacts-container .editor-content {
  text-align: center;
  position: relative;
}
#contacts .contacts-container .editor-content h1,
#contacts .contacts-container .editor-content h2,
#contacts .contacts-container .editor-content h3 {
  color: inherit;
}
#contacts .contacts-container .editor-content p {
  text-wrap: balance;
  font-size: 1.6rem;
  line-height: 1.2;
  color: inherit;
}
#contacts .contacts-container .contacts-list {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 1023.98px) {
  #contacts .contacts-container .contacts-list {
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 30px;
    gap: 30px;
  }
}
#contacts .contacts-container .contacts-list > li {
  border-left: 1px solid #ffffff;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1023.98px) {
  #contacts .contacts-container .contacts-list > li {
    border-left: none;
    padding: 0;
    gap: 10px;
  }
}
#contacts .contacts-container .contacts-list > li:first-child {
  border-left: none;
}
#contacts .contacts-container .contacts-list > li > svg {
  height: 2rem;
  color: #ffbd06;
  width: auto;
}
@media (max-width: 1023.98px) {
  #contacts .contacts-container .contacts-list > li > svg {
    height: 40px;
  }
}
#contacts .contacts-container .contacts-list > li > a {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4;
  color: inherit;
}
@media (max-width: 1023.98px) {
  #contacts .contacts-container .contacts-list > li > a {
    font-size: 18px;
  }
}

#competition-intro {
  counter-reset: competition-step;
  position: relative;
}
#competition-intro figure {
  position: relative;
}
@media (max-width: 1023.98px) {
  #competition-intro figure {
    aspect-ratio: 1.2;
  }
  #competition-intro figure > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
#competition-intro figure > figcaption {
  border-radius: 1rem 1rem 0 0;
  background-color: #ffffff;
  padding: 1rem 2rem;
  position: absolute;
  right: 25%;
  bottom: 0;
  left: 25%;
}
@media (max-width: 1023.98px) {
  #competition-intro figure > figcaption {
    right: 20px;
    left: 20px;
  }
}
#competition-intro figure > figcaption p {
  color: #315563;
}

.competition-step {
  counter-increment: competition-step;
  position: relative;
  padding: 2rem 0;
}
.competition-step .step-intro {
  flex-direction: column;
  margin-bottom: 1rem;
  align-items: center;
  position: relative;
  display: flex;
}
.competition-step .step-intro > h2 {
  font-family: "Dongle", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1;
  color: #36585f;
}
.competition-step .step-intro > svg {
  margin: 0 auto;
  color: #6cca85;
}
.competition-step .step-indicator {
  position: relative;
}
.competition-step .step-indicator::before {
  content: "Step " counter(competition-step);
  font-family: "Dongle", sans-serif;
  background-color: #ffbd06;
  text-transform: uppercase;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  line-height: 1.2rem;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0 1rem;
  color: #ffffff;
}
@media (max-width: 1023.98px) {
  .competition-step .step-indicator::before {
    margin-bottom: 10px;
    border-radius: 4px;
    line-height: 24px;
    font-size: 18px;
    padding: 0 20px;
  }
}
.competition-step .editor-content {
  text-wrap: balance;
}
.competition-step .step-link {
  position: relative;
}
.competition-step .step-link > figcaption {
  font-family: "Dongle", sans-serif;
  position: absolute;
  font-weight: bold;
  text-align: right;
  font-size: 2.5rem;
  padding: 0 1rem;
  color: #ffffff;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (max-width: 1023.98px) {
  .competition-step .step-link > figcaption {
    font-size: 50px;
    padding: 0 20px;
  }
}

.faq-accordion {
  flex-direction: column;
  display: flex;
}
.faq-accordion .faq-toggle {
  display: none;
}
.faq-accordion .faq-item {
  position: relative;
}
.faq-accordion .faq-question {
  transition: color 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  border-bottom: 3px solid #ffffff;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  color: #ffffff;
  gap: 1rem;
}
@media (max-width: 1023.98px) {
  .faq-accordion .faq-question {
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0;
    gap: 15px;
  }
}
.faq-accordion .faq-question::before {
  background-color: #ffffff;
  translate: -50% 50%;
  border-radius: 50%;
  position: absolute;
  height: 16px;
  width: 16px;
  content: "";
  bottom: 0;
  left: 0;
}
.faq-accordion .faq-question::after {
  transition: transform 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  flex-shrink: 0;
  height: 0.4rem;
  width: 0.4rem;
  content: "";
}
.faq-accordion .faq-answer {
  transition: max-height 0.3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  overflow: hidden;
  max-height: 0;
  padding: 0;
}
.faq-accordion .faq-answer > p {
  font-size: 1rem;
  padding: 1rem 0;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 1023.98px) {
  .faq-accordion .faq-answer > p {
    font-size: 16px;
    padding: 10px 0;
  }
}
.faq-accordion .faq-toggle:checked ~ .faq-question::after {
  transform: rotate(225deg);
}
.faq-accordion .faq-toggle:checked ~ .faq-answer {
  padding-bottom: 1rem;
  max-height: 500px;
}/*# sourceMappingURL=girarifugi.css.map */