/* IMPORTS */
:root {
  --offcanvas-height: 100svh;
}

/**
Z-Indexes
 */
/**
Colors
 */
/**
Spacers
 */
/**
Breakpoints
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Author-Variable", serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: #000000;
  text-align: left;
  background-color: #F5F3EF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #626160;
  text-align: left;
  caption-side: bottom;
}

th {
  font-weight: 600;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2rem;
  font-family: "Author-Variable", serif;
  font-weight: 300;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 6.25rem;
}

h2, .h2 {
  font-size: 3rem;
}

h3, .h3 {
  font-size: 2.5rem;
}

h4, .h4 {
  font-size: 1.6rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #626160;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F5F3EF;
  border: 1px solid #acaaa7;
  border-radius: 1rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.3125rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #626160;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 0.625rem;
  color: #000000;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #acaaa7;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #acaaa7;
}

.table tbody + tbody {
  border-top: 2px solid #acaaa7;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #acaaa7;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #acaaa7;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(2, 54, 52, 0.05);
}

.table-hover tbody tr:hover {
  color: #000000;
  background-color: rgba(2, 54, 52, 0.08);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b1bebb;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #77918e;
}

.table-hover .table-primary:hover {
  background-color: #a3b2af;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a3b2af;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e6dac5;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #d9c4a0;
}

.table-hover .table-secondary:hover {
  background-color: #decfb3;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #decfb3;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bcdebf;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8acb97;
}

.table-hover .table-success:hover {
  background-color: #abd6af;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abd6af;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b7dce0;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #82c9d2;
}

.table-hover .table-info:hover {
  background-color: #a5d3d8;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a5d3d8;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f8e5ae;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fad976;
}

.table-hover .table-warning:hover {
  background-color: #f6dd97;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f6dd97;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #eebebf;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e89097;
}

.table-hover .table-danger:hover {
  background-color: #e9aaab;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #e9aaab;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #eeece8;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #e9e7e3;
}

.table-hover .table-light:hover {
  background-color: #e3e0d9;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #e3e0d9;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bebdba;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8f8e8c;
}

.table-hover .table-dark:hover {
  background-color: #b2b0ad;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b2b0ad;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(2, 54, 52, 0.08);
}

.table-hover .table-active:hover {
  background-color: rgba(1, 29, 28, 0.08);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(1, 29, 28, 0.08);
}

.table .thead-dark th {
  color: #F5F3EF;
  background-color: #313130;
  border-color: #444443;
}

.table .thead-light th {
  color: #4a4948;
  background-color: #c4c2bf;
  border-color: #acaaa7;
}

.table-dark {
  color: #F5F3EF;
  background-color: #313130;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #444443;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(245, 243, 239, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #F5F3EF;
  background-color: rgba(245, 243, 239, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.65em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: #4a4948;
  background-color: #F5F3EF;
  background-clip: padding-box;
  border: 1px solid #c4c2bf;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #313130;
  background-color: #F5F3EF;
  border-color: #c09858;
  outline: 0;
  box-shadow: 0;
}

.form-control::-moz-placeholder {
  color: #93928f;
  opacity: 1;
}

.form-control::placeholder {
  color: #93928f;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #c4c2bf;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4a4948;
}

select.form-control:focus::-ms-value {
  color: #4a4948;
  background-color: #F5F3EF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.65;
}

.col-form-label-lg {
  padding-top: calc(0.8rem + 1px);
  padding-bottom: calc(0.8rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.65rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #313130;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #626160;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #F5F3EF;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 1rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 0.5rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.65em + 1.3rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4125em + 0.325rem) center;
  background-size: calc(0.825em + 0.65rem) calc(0.825em + 0.65rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.65em + 1.3rem);
  background-position: top calc(0.4125em + 0.325rem) right calc(0.4125em + 0.325rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.9rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23313130' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.3rem center/8px 10px no-repeat, #F5F3EF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.3rem/calc(0.825em + 0.65rem) calc(0.825em + 0.65rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #F5F3EF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 1rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 0.5rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.65em + 1.3rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4125em + 0.325rem) center;
  background-size: calc(0.825em + 0.65rem) calc(0.825em + 0.65rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.65em + 1.3rem);
  background-position: top calc(0.4125em + 0.325rem) right calc(0.4125em + 0.325rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.9rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23313130' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.3rem center/8px 10px no-repeat, #F5F3EF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 2.3rem/calc(0.825em + 0.65rem) calc(0.825em + 0.65rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 24px;
  font-size: 0.875rem;
  line-height: 1.65;
  border-radius: 100rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #000000;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #F5F3EF;
  background-color: #023634;
  border-color: #023634;
}

.btn-primary:hover {
  color: #F5F3EF;
  background-color: #011110;
  border-color: #000505;
}

.btn-primary:focus, .btn-primary.focus {
  color: #F5F3EF;
  background-color: #011110;
  border-color: #000505;
  box-shadow: 0 0 0 0 rgba(38, 82, 80, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #F5F3EF;
  background-color: #023634;
  border-color: #023634;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #F5F3EF;
  background-color: #000505;
  border-color: black;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 82, 80, 0.5);
}

.btn-secondary {
  color: #191818;
  background-color: #c09858;
  border-color: #c09858;
}

.btn-secondary:hover {
  color: #F5F3EF;
  background-color: #b08542;
  border-color: #a67e3f;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #F5F3EF;
  background-color: #b08542;
  border-color: #a67e3f;
  box-shadow: 0 0 0 0 rgba(167, 133, 78, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #191818;
  background-color: #c09858;
  border-color: #c09858;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #F5F3EF;
  background-color: #a67e3f;
  border-color: #9d773b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(167, 133, 78, 0.5);
}

.btn-success {
  color: #F5F3EF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #F5F3EF;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #F5F3EF;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(71, 178, 95, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #F5F3EF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #F5F3EF;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(71, 178, 95, 0.5);
}

.btn-info {
  color: #F5F3EF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #F5F3EF;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #F5F3EF;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(56, 174, 192, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #F5F3EF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #F5F3EF;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(56, 174, 192, 0.5);
}

.btn-warning {
  color: #191818;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #191818;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #191818;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(221, 168, 10, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #191818;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #191818;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221, 168, 10, 0.5);
}

.btn-danger {
  color: #F5F3EF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #F5F3EF;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #F5F3EF;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(224, 82, 95, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #F5F3EF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #F5F3EF;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(224, 82, 95, 0.5);
}

.btn-light {
  color: #191818;
  background-color: #dddbd7;
  border-color: #dddbd7;
}

.btn-light:hover {
  color: #191818;
  background-color: #cbc8c2;
  border-color: #c6c2bb;
}

.btn-light:focus, .btn-light.focus {
  color: #191818;
  background-color: #cbc8c2;
  border-color: #c6c2bb;
  box-shadow: 0 0 0 0 rgba(192, 190, 186, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #191818;
  background-color: #dddbd7;
  border-color: #dddbd7;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #191818;
  background-color: #c6c2bb;
  border-color: #c0bcb5;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(192, 190, 186, 0.5);
}

.btn-dark {
  color: #F5F3EF;
  background-color: #313130;
  border-color: #313130;
}

.btn-dark:hover {
  color: #F5F3EF;
  background-color: #1e1e1d;
  border-color: #171717;
}

.btn-dark:focus, .btn-dark.focus {
  color: #F5F3EF;
  background-color: #1e1e1d;
  border-color: #171717;
  box-shadow: 0 0 0 0 rgba(78, 78, 77, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #F5F3EF;
  background-color: #313130;
  border-color: #313130;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #F5F3EF;
  background-color: #171717;
  border-color: #111110;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(78, 78, 77, 0.5);
}

.btn-outline-primary {
  color: #023634;
  border-color: #023634;
}

.btn-outline-primary:hover {
  color: #F5F3EF;
  background-color: #023634;
  border-color: #023634;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(2, 54, 52, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #023634;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #F5F3EF;
  background-color: #023634;
  border-color: #023634;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(2, 54, 52, 0.5);
}

.btn-outline-secondary {
  color: #c09858;
  border-color: #c09858;
}

.btn-outline-secondary:hover {
  color: #191818;
  background-color: #c09858;
  border-color: #c09858;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(192, 152, 88, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c09858;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #191818;
  background-color: #c09858;
  border-color: #c09858;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(192, 152, 88, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #F5F3EF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #F5F3EF;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #F5F3EF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #F5F3EF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #191818;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #191818;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #F5F3EF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #F5F3EF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #dddbd7;
  border-color: #dddbd7;
}

.btn-outline-light:hover {
  color: #191818;
  background-color: #dddbd7;
  border-color: #dddbd7;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(221, 219, 215, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #dddbd7;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #191818;
  background-color: #dddbd7;
  border-color: #dddbd7;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221, 219, 215, 0.5);
}

.btn-outline-dark {
  color: #313130;
  border-color: #313130;
}

.btn-outline-dark:hover {
  color: #F5F3EF;
  background-color: #313130;
  border-color: #313130;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(49, 49, 48, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #313130;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #F5F3EF;
  background-color: #313130;
  border-color: #313130;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(49, 49, 48, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.btn-link:hover {
  color: #023634;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #626160;
  pointer-events: none;
}

.btn-lg {
  padding: 0.8rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2rem;
}

.btn-sm {
  padding: 0.45rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  list-style: none;
  background-color: #F5F3EF;
  background-clip: padding-box;
  border: 1px solid #c4c2bf;
  border-radius: 1rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1600px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.3125rem 0;
  overflow: hidden;
  border-top: 1px solid #c4c2bf;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #191818;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #0c0c0c;
  text-decoration: none;
  background-color: #c4c2bf;
}

.dropdown-item.active, .dropdown-item:active {
  color: #F5F3EF;
  text-decoration: none;
  background-color: #c09858;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #7b7a78;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #626160;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #191818;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.65rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.325rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #F5F3EF;
  border-color: #c09858;
  background-color: #c09858;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c09858;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #F5F3EF;
  background-color: #f1e8da;
  border-color: #f1e8da;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #626160;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #c4c2bf;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.325rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #F5F3EF;
  border: 1px solid #7b7a78;
}

.custom-control-label::after {
  position: absolute;
  top: 0.325rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 1rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23F5F3EF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #c09858;
  background-color: #c09858;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23F5F3EF' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 54, 52, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(2, 54, 52, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23F5F3EF'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 54, 52, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.325rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #7b7a78;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #F5F3EF;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 54, 52, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.4rem 2.3rem 0.4rem 1.3rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: #4a4948;
  vertical-align: middle;
  background: #F5F3EF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23313130' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.3rem center/8px 10px no-repeat;
  border: 1px solid #c4c2bf;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #c09858;
  outline: 0;
  box-shadow: 0 0 0 0 0;
}

.custom-select:focus::-ms-value {
  color: #4a4948;
  background-color: #F5F3EF;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.3rem;
  background-image: none;
}

.custom-select:disabled {
  color: #626160;
  background-color: #c4c2bf;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4a4948;
}

.custom-select-sm {
  height: calc(1.5em + 0.9rem + 2px);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.65em + 1.3rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.65em + 1.3rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #c09858;
  box-shadow: 0;
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #c4c2bf;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.65em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  overflow: hidden;
  font-weight: 300;
  line-height: 1.65;
  color: #4a4948;
  background-color: #F5F3EF;
  border: 1px solid #c4c2bf;
  border-radius: 1rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.65em + 1.3rem);
  padding: 0.65rem 1rem;
  line-height: 1.65;
  color: #4a4948;
  content: "Browse";
  background-color: #c4c2bf;
  border-left: inherit;
  border-radius: 0 1rem 1rem 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F5F3EF, 0;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F5F3EF, 0;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #F5F3EF, 0;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #c09858;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #f1e8da;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #acaaa7;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #c09858;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #f1e8da;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #acaaa7;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #c09858;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #f1e8da;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #acaaa7;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #acaaa7;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #7b7a78;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #7b7a78;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #7b7a78;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #626160;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #acaaa7;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #c4c2bf #c4c2bf #acaaa7;
}

.nav-tabs .nav-link.disabled {
  color: #626160;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #4a4948;
  background-color: #F5F3EF;
  border-color: #acaaa7 #acaaa7 #F5F3EF;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #F5F3EF;
  background-color: #c09858;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.29375rem;
  padding-bottom: 0.29375rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #023634;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #023634;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #023634;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #023634;
}

.navbar-light .navbar-toggler {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #000000;
}

.navbar-light .navbar-text a {
  color: #023634;
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #023634;
}

.navbar-dark .navbar-brand {
  color: #F5F3EF;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #F5F3EF;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(245, 243, 239, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(245, 243, 239, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(245, 243, 239, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #F5F3EF;
}

.navbar-dark .navbar-toggler {
  color: rgba(245, 243, 239, 0.5);
  border-color: rgba(245, 243, 239, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28245, 243, 239, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(245, 243, 239, 0.5);
}

.navbar-dark .navbar-text a {
  color: #F5F3EF;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #F5F3EF;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 1rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #F5F3EF;
  border: 1px solid #acaaa7;
}

.page-link:hover {
  z-index: 2;
  color: #023634;
  text-decoration: none;
  background-color: #c4c2bf;
  border-color: #acaaa7;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #F5F3EF;
  background-color: #c09858;
  border-color: #c09858;
}

.page-item.disabled .page-link {
  color: #626160;
  pointer-events: none;
  cursor: auto;
  background-color: #F5F3EF;
  border-color: #acaaa7;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #011c1b;
  background-color: #c4cdca;
  border-color: #b1bebb;
}

.alert-primary hr {
  border-top-color: #a3b2af;
}

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #644f2e;
  background-color: #eae1d1;
  border-color: #e6dac5;
}

.alert-secondary hr {
  border-top-color: #decfb3;
}

.alert-secondary .alert-link {
  color: #41331e;
}

.alert-success {
  color: #155724;
  background-color: #cce4cd;
  border-color: #bcdebf;
}

.alert-success hr {
  border-top-color: #abd6af;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #c9e3e4;
  border-color: #b7dce0;
}

.alert-info hr {
  border-top-color: #a5d3d8;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #f7e9c1;
  border-color: #f8e5ae;
}

.alert-warning hr {
  border-top-color: #f6dd97;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f0cdcd;
  border-color: #eebebf;
}

.alert-danger hr {
  border-top-color: #e9aaab;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #737270;
  background-color: #f0eeea;
  border-color: #eeece8;
}

.alert-light hr {
  border-top-color: #e3e0d9;
}

.alert-light .alert-link {
  color: #595857;
}

.alert-dark {
  color: #191919;
  background-color: #ceccc9;
  border-color: #bebdba;
}

.alert-dark hr {
  border-top-color: #b2b0ad;
}

.alert-dark .alert-link {
  color: black;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #F5F3EF;
  opacity: .5;
}

.close:hover {
  color: #000000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #F5F3EF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #604c2c;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #acaaa7;
  border-top-left-radius: calc(2rem - 1px);
  border-top-right-radius: calc(2rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.65;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #acaaa7;
  border-bottom-right-radius: calc(2rem - 1px);
  border-bottom-left-radius: calc(2rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #000505 !important;
}

.bg-secondary {
  background-color: #c09858 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #a67e3f !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c6c2bb !important;
}

.bg-dark {
  background-color: #313130 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #171717 !important;
}

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

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

.border {
  border: 1px solid #acaaa7 !important;
}

.border-top {
  border-top: 1px solid #acaaa7 !important;
}

.border-right {
  border-right: 1px solid #acaaa7 !important;
}

.border-bottom {
  border-bottom: 1px solid #acaaa7 !important;
}

.border-left {
  border-left: 1px solid #acaaa7 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #023634 !important;
}

.border-secondary {
  border-color: #c09858 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #dddbd7 !important;
}

.border-dark {
  border-color: #313130 !important;
}

.border-white {
  border-color: #F5F3EF !important;
}

.rounded-sm {
  border-radius: 0.5rem !important;
}

.rounded {
  border-radius: 1rem !important;
}

.rounded-top {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-right {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-left {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-lg {
  border-radius: 2rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 1600px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.625rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.625rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.625rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.625rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 1.25rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.25rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.25rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1.875rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.875rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.875rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.875rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 2.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3.125rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.125rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.125rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.125rem !important;
}

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

.mt-6,
.my-6 {
  margin-top: 3.75rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3.75rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3.75rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3.75rem !important;
}

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

.mt-7,
.my-7 {
  margin-top: 3.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 3.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 3.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 3.75rem !important;
}

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

.mt-8,
.my-8 {
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}

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

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

.mr-9,
.mx-9 {
  margin-right: 5.625rem !important;
}

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

.ml-9,
.mx-9 {
  margin-left: 5.625rem !important;
}

.m-10 {
  margin: 6.25rem !important;
}

.mt-10,
.my-10 {
  margin-top: 6.25rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 6.25rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 6.25rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 6.25rem !important;
}

.m-11 {
  margin: 6.875rem !important;
}

.mt-11,
.my-11 {
  margin-top: 6.875rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 6.875rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 6.875rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 6.875rem !important;
}

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

.mt-12,
.my-12 {
  margin-top: 7.5rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 7.5rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 7.5rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 7.5rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.625rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.625rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.625rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.625rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 1.25rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.25rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.25rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.25rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1.875rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.875rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.875rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.875rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 2.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3.125rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.125rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.125rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.125rem !important;
}

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

.pt-6,
.py-6 {
  padding-top: 3.75rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3.75rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3.75rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3.75rem !important;
}

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

.pt-7,
.py-7 {
  padding-top: 3.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 3.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 3.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 3.75rem !important;
}

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

.pt-8,
.py-8 {
  padding-top: 5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 5rem !important;
}

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

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

.pr-9,
.px-9 {
  padding-right: 5.625rem !important;
}

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

.pl-9,
.px-9 {
  padding-left: 5.625rem !important;
}

.p-10 {
  padding: 6.25rem !important;
}

.pt-10,
.py-10 {
  padding-top: 6.25rem !important;
}

.pr-10,
.px-10 {
  padding-right: 6.25rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 6.25rem !important;
}

.pl-10,
.px-10 {
  padding-left: 6.25rem !important;
}

.p-11 {
  padding: 6.875rem !important;
}

.pt-11,
.py-11 {
  padding-top: 6.875rem !important;
}

.pr-11,
.px-11 {
  padding-right: 6.875rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 6.875rem !important;
}

.pl-11,
.px-11 {
  padding-left: 6.875rem !important;
}

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

.pt-12,
.py-12 {
  padding-top: 7.5rem !important;
}

.pr-12,
.px-12 {
  padding-right: 7.5rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 7.5rem !important;
}

.pl-12,
.px-12 {
  padding-left: 7.5rem !important;
}

.m-n1 {
  margin: -0.625rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.625rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.625rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.625rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.625rem !important;
}

.m-n2 {
  margin: -1.25rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1.25rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.25rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.25rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.25rem !important;
}

.m-n3 {
  margin: -1.875rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.875rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.875rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.875rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.875rem !important;
}

.m-n4 {
  margin: -2.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2.5rem !important;
}

.m-n5 {
  margin: -3.125rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3.125rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3.125rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3.125rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3.125rem !important;
}

.m-n6 {
  margin: -3.75rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3.75rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3.75rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3.75rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3.75rem !important;
}

.m-n7 {
  margin: -3.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -3.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -3.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -3.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -3.75rem !important;
}

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

.mt-n8,
.my-n8 {
  margin-top: -5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -5rem !important;
}

.m-n9 {
  margin: -5.625rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -5.625rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -5.625rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -5.625rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -5.625rem !important;
}

.m-n10 {
  margin: -6.25rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -6.25rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -6.25rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -6.25rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -6.25rem !important;
}

.m-n11 {
  margin: -6.875rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -6.875rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -6.875rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -6.875rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -6.875rem !important;
}

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

.mt-n12,
.my-n12 {
  margin-top: -7.5rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -7.5rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -7.5rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -7.5rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.625rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.625rem !important;
  }
  .m-sm-2 {
    margin: 1.25rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.25rem !important;
  }
  .m-sm-3 {
    margin: 1.875rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.875rem !important;
  }
  .m-sm-4 {
    margin: 2.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 3.125rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.125rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.125rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.125rem !important;
  }
  .m-sm-6 {
    margin: 3.75rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.75rem !important;
  }
  .m-sm-7 {
    margin: 3.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.75rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5rem !important;
  }
  .m-sm-9 {
    margin: 5.625rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 5.625rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 5.625rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 5.625rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 5.625rem !important;
  }
  .m-sm-10 {
    margin: 6.25rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 6.25rem !important;
  }
  .m-sm-11 {
    margin: 6.875rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 6.875rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 6.875rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 6.875rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 6.875rem !important;
  }
  .m-sm-12 {
    margin: 7.5rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 7.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.625rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.625rem !important;
  }
  .p-sm-2 {
    padding: 1.25rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.25rem !important;
  }
  .p-sm-3 {
    padding: 1.875rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.875rem !important;
  }
  .p-sm-4 {
    padding: 2.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3.125rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.125rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.125rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.125rem !important;
  }
  .p-sm-6 {
    padding: 3.75rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.75rem !important;
  }
  .p-sm-7 {
    padding: 3.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.75rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5rem !important;
  }
  .p-sm-9 {
    padding: 5.625rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 5.625rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 5.625rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 5.625rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 5.625rem !important;
  }
  .p-sm-10 {
    padding: 6.25rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 6.25rem !important;
  }
  .p-sm-11 {
    padding: 6.875rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 6.875rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 6.875rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 6.875rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 6.875rem !important;
  }
  .p-sm-12 {
    padding: 7.5rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 7.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.625rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.625rem !important;
  }
  .m-sm-n2 {
    margin: -1.25rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n3 {
    margin: -1.875rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.875rem !important;
  }
  .m-sm-n4 {
    margin: -2.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n5 {
    margin: -3.125rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3.125rem !important;
  }
  .m-sm-n6 {
    margin: -3.75rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n7 {
    margin: -3.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n8 {
    margin: -5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -5rem !important;
  }
  .m-sm-n9 {
    margin: -5.625rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -5.625rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -5.625rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -5.625rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -5.625rem !important;
  }
  .m-sm-n10 {
    margin: -6.25rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n11 {
    margin: -6.875rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -6.875rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -6.875rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -6.875rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -6.875rem !important;
  }
  .m-sm-n12 {
    margin: -7.5rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.625rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.625rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.625rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.625rem !important;
  }
  .m-md-2 {
    margin: 1.25rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.25rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.25rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.25rem !important;
  }
  .m-md-3 {
    margin: 1.875rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.875rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.875rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.875rem !important;
  }
  .m-md-4 {
    margin: 2.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.5rem !important;
  }
  .m-md-5 {
    margin: 3.125rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.125rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.125rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.125rem !important;
  }
  .m-md-6 {
    margin: 3.75rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3.75rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.75rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.75rem !important;
  }
  .m-md-7 {
    margin: 3.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.75rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 5rem !important;
  }
  .m-md-9 {
    margin: 5.625rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 5.625rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 5.625rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 5.625rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 5.625rem !important;
  }
  .m-md-10 {
    margin: 6.25rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 6.25rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 6.25rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 6.25rem !important;
  }
  .m-md-11 {
    margin: 6.875rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 6.875rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 6.875rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 6.875rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 6.875rem !important;
  }
  .m-md-12 {
    margin: 7.5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 7.5rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 7.5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 7.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.625rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.625rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.625rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.625rem !important;
  }
  .p-md-2 {
    padding: 1.25rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.25rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.25rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.25rem !important;
  }
  .p-md-3 {
    padding: 1.875rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.875rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.875rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.875rem !important;
  }
  .p-md-4 {
    padding: 2.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3.125rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.125rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.125rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.125rem !important;
  }
  .p-md-6 {
    padding: 3.75rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3.75rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3.75rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3.75rem !important;
  }
  .p-md-7 {
    padding: 3.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3.75rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 5rem !important;
  }
  .p-md-9 {
    padding: 5.625rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 5.625rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 5.625rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 5.625rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 5.625rem !important;
  }
  .p-md-10 {
    padding: 6.25rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 6.25rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 6.25rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 6.25rem !important;
  }
  .p-md-11 {
    padding: 6.875rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 6.875rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 6.875rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 6.875rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 6.875rem !important;
  }
  .p-md-12 {
    padding: 7.5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 7.5rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 7.5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 7.5rem !important;
  }
  .m-md-n1 {
    margin: -0.625rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.625rem !important;
  }
  .m-md-n2 {
    margin: -1.25rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.25rem !important;
  }
  .m-md-n3 {
    margin: -1.875rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.875rem !important;
  }
  .m-md-n4 {
    margin: -2.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.5rem !important;
  }
  .m-md-n5 {
    margin: -3.125rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3.125rem !important;
  }
  .m-md-n6 {
    margin: -3.75rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3.75rem !important;
  }
  .m-md-n7 {
    margin: -3.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3.75rem !important;
  }
  .m-md-n8 {
    margin: -5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -5rem !important;
  }
  .m-md-n9 {
    margin: -5.625rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -5.625rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -5.625rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -5.625rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -5.625rem !important;
  }
  .m-md-n10 {
    margin: -6.25rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -6.25rem !important;
  }
  .m-md-n11 {
    margin: -6.875rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -6.875rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -6.875rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -6.875rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -6.875rem !important;
  }
  .m-md-n12 {
    margin: -7.5rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.625rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.625rem !important;
  }
  .m-lg-2 {
    margin: 1.25rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.25rem !important;
  }
  .m-lg-3 {
    margin: 1.875rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.875rem !important;
  }
  .m-lg-4 {
    margin: 2.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 3.125rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.125rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.125rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.125rem !important;
  }
  .m-lg-6 {
    margin: 3.75rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.75rem !important;
  }
  .m-lg-7 {
    margin: 3.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.75rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5rem !important;
  }
  .m-lg-9 {
    margin: 5.625rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 5.625rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 5.625rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 5.625rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 5.625rem !important;
  }
  .m-lg-10 {
    margin: 6.25rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 6.25rem !important;
  }
  .m-lg-11 {
    margin: 6.875rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 6.875rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 6.875rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 6.875rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 6.875rem !important;
  }
  .m-lg-12 {
    margin: 7.5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 7.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.625rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.625rem !important;
  }
  .p-lg-2 {
    padding: 1.25rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.25rem !important;
  }
  .p-lg-3 {
    padding: 1.875rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.875rem !important;
  }
  .p-lg-4 {
    padding: 2.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3.125rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.125rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.125rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.125rem !important;
  }
  .p-lg-6 {
    padding: 3.75rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.75rem !important;
  }
  .p-lg-7 {
    padding: 3.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.75rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5rem !important;
  }
  .p-lg-9 {
    padding: 5.625rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 5.625rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 5.625rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 5.625rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 5.625rem !important;
  }
  .p-lg-10 {
    padding: 6.25rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 6.25rem !important;
  }
  .p-lg-11 {
    padding: 6.875rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 6.875rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 6.875rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 6.875rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 6.875rem !important;
  }
  .p-lg-12 {
    padding: 7.5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 7.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.625rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.625rem !important;
  }
  .m-lg-n2 {
    margin: -1.25rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n3 {
    margin: -1.875rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.875rem !important;
  }
  .m-lg-n4 {
    margin: -2.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n5 {
    margin: -3.125rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3.125rem !important;
  }
  .m-lg-n6 {
    margin: -3.75rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n7 {
    margin: -3.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n8 {
    margin: -5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5rem !important;
  }
  .m-lg-n9 {
    margin: -5.625rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -5.625rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -5.625rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -5.625rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -5.625rem !important;
  }
  .m-lg-n10 {
    margin: -6.25rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n11 {
    margin: -6.875rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -6.875rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -6.875rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -6.875rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -6.875rem !important;
  }
  .m-lg-n12 {
    margin: -7.5rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.625rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.625rem !important;
  }
  .m-xl-2 {
    margin: 1.25rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.25rem !important;
  }
  .m-xl-3 {
    margin: 1.875rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.875rem !important;
  }
  .m-xl-4 {
    margin: 2.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 3.125rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.125rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.125rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.125rem !important;
  }
  .m-xl-6 {
    margin: 3.75rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.75rem !important;
  }
  .m-xl-7 {
    margin: 3.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.75rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5rem !important;
  }
  .m-xl-9 {
    margin: 5.625rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 5.625rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 5.625rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 5.625rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 5.625rem !important;
  }
  .m-xl-10 {
    margin: 6.25rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 6.25rem !important;
  }
  .m-xl-11 {
    margin: 6.875rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 6.875rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 6.875rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 6.875rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 6.875rem !important;
  }
  .m-xl-12 {
    margin: 7.5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 7.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.625rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.625rem !important;
  }
  .p-xl-2 {
    padding: 1.25rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.25rem !important;
  }
  .p-xl-3 {
    padding: 1.875rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.875rem !important;
  }
  .p-xl-4 {
    padding: 2.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3.125rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.125rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.125rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.125rem !important;
  }
  .p-xl-6 {
    padding: 3.75rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.75rem !important;
  }
  .p-xl-7 {
    padding: 3.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.75rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5rem !important;
  }
  .p-xl-9 {
    padding: 5.625rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 5.625rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 5.625rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 5.625rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 5.625rem !important;
  }
  .p-xl-10 {
    padding: 6.25rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 6.25rem !important;
  }
  .p-xl-11 {
    padding: 6.875rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 6.875rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 6.875rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 6.875rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 6.875rem !important;
  }
  .p-xl-12 {
    padding: 7.5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 7.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.625rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.625rem !important;
  }
  .m-xl-n2 {
    margin: -1.25rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n3 {
    margin: -1.875rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.875rem !important;
  }
  .m-xl-n4 {
    margin: -2.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n5 {
    margin: -3.125rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3.125rem !important;
  }
  .m-xl-n6 {
    margin: -3.75rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n7 {
    margin: -3.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n8 {
    margin: -5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -5rem !important;
  }
  .m-xl-n9 {
    margin: -5.625rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -5.625rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -5.625rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -5.625rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -5.625rem !important;
  }
  .m-xl-n10 {
    margin: -6.25rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n11 {
    margin: -6.875rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -6.875rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -6.875rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -6.875rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -6.875rem !important;
  }
  .m-xl-n12 {
    margin: -7.5rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.625rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.625rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.625rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.625rem !important;
  }
  .m-xxl-2 {
    margin: 1.25rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-3 {
    margin: 1.875rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.875rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.875rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.875rem !important;
  }
  .m-xxl-4 {
    margin: 2.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-5 {
    margin: 3.125rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3.125rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3.125rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3.125rem !important;
  }
  .m-xxl-6 {
    margin: 3.75rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 3.75rem !important;
  }
  .m-xxl-7 {
    margin: 3.75rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 3.75rem !important;
  }
  .m-xxl-8 {
    margin: 5rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 5rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 5rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 5rem !important;
  }
  .m-xxl-9 {
    margin: 5.625rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 5.625rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 5.625rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 5.625rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 5.625rem !important;
  }
  .m-xxl-10 {
    margin: 6.25rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 6.25rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 6.25rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 6.25rem !important;
  }
  .m-xxl-11 {
    margin: 6.875rem !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 6.875rem !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 6.875rem !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 6.875rem !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 6.875rem !important;
  }
  .m-xxl-12 {
    margin: 7.5rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 7.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.625rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.625rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.625rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.625rem !important;
  }
  .p-xxl-2 {
    padding: 1.25rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-3 {
    padding: 1.875rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.875rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1.875rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1.875rem !important;
  }
  .p-xxl-4 {
    padding: 2.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-5 {
    padding: 3.125rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3.125rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3.125rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3.125rem !important;
  }
  .p-xxl-6 {
    padding: 3.75rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 3.75rem !important;
  }
  .p-xxl-7 {
    padding: 3.75rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 3.75rem !important;
  }
  .p-xxl-8 {
    padding: 5rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 5rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 5rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 5rem !important;
  }
  .p-xxl-9 {
    padding: 5.625rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 5.625rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 5.625rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 5.625rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 5.625rem !important;
  }
  .p-xxl-10 {
    padding: 6.25rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 6.25rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 6.25rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 6.25rem !important;
  }
  .p-xxl-11 {
    padding: 6.875rem !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 6.875rem !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 6.875rem !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 6.875rem !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 6.875rem !important;
  }
  .p-xxl-12 {
    padding: 7.5rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 7.5rem !important;
  }
  .m-xxl-n1 {
    margin: -0.625rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.625rem !important;
  }
  .m-xxl-n2 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n3 {
    margin: -1.875rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1.875rem !important;
  }
  .m-xxl-n4 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3.125rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3.125rem !important;
  }
  .m-xxl-n6 {
    margin: -3.75rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -3.75rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -3.75rem !important;
  }
  .m-xxl-n7 {
    margin: -3.75rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -3.75rem !important;
  }
  .m-xxl-n8 {
    margin: -5rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -5rem !important;
  }
  .m-xxl-n9 {
    margin: -5.625rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -5.625rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -5.625rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -5.625rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -5.625rem !important;
  }
  .m-xxl-n10 {
    margin: -6.25rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -6.25rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -6.25rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -6.25rem !important;
  }
  .m-xxl-n11 {
    margin: -6.875rem !important;
  }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -6.875rem !important;
  }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -6.875rem !important;
  }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -6.875rem !important;
  }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -6.875rem !important;
  }
  .m-xxl-n12 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -7.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

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

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #000505 !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #a67e3f !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #c6c2bb !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #171717 !important;
}

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

.text-muted {
  color: #626160 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(245, 243, 239, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #7b7a78;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #F5F3EF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #acaaa7 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #acaaa7;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #acaaa7;
  }
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

:root {
  --swiper-theme-color: $primary;
  --swiper-navigation-size: 40px;
}

.swiper-container:not(.swiper-container-initialized) {
  opacity: 0;
  background: #dddbd7;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5vh;
}

.swiper-pagination-bullets {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination-bullet {
  background: #F5F3EF;
  margin-left: 4px;
  margin-right: 4px;
  transition: 0.3s;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active-main) {
  opacity: 0.4;
}

.swiper-button-next, .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F5F3EF;
  width: 70px;
  height: 70px;
  background: #000000;
  border-radius: 50%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  background: #ccc;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.swiper-button-prev::after {
  padding-right: 3px;
}

.swiper-button-next::after {
  padding-left: 3px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 20px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 20px;
}

/*
@import "~swiper/swiper";
@import "~swiper/components/a11y/a11y";
@import "~swiper/components/controller/controller";
@import "~swiper/components/core/core";
@import "~swiper/components/effect-coverflow/effect-coverflow";
@import "~swiper/components/effect-cube/effect-cube";
@import "~swiper/components/effect-fade/effect-fade";
@import "~swiper/components/effect-flip/effect-flip";
@import "~swiper/components/lazy/lazy";
@import "~swiper/components/navigation/navigation";
@import "~swiper/components/pagination/pagination";
@import "~swiper/components/scrollbar/scrollbar";
@import "~swiper/components/thumbs/thumbs";
@import "~swiper/components/zoom/zoom";
*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft .4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.form-control[readonly] {
  background-color: #F5F3EF;
}

.flatpickr-day.selected {
  background-color: #023634;
  border-color: #023634;
}

.flatpickr-day.selected:hover {
  background-color: #023634;
  border-color: #023634;
}

.flatpickr-day.today {
  border-color: #023634;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #023634;
  background-color: #023634;
  color: #F5F3EF;
}

.flatpickr-day:hover {
  background-color: #023634;
  border-color: #023634;
  color: #F5F3EF;
}

/**
* Calculates font size in rem
* Parameter ($size): font size in pixels
*/
/**
* Returns a map of operations to apply to the first color ($a) to obtain the second color ($b)
* Parameter $a will be your base color e.g. $brand-primary
* Parameter $b will be your target color which is not defined e.g. #14212a
*
* Log the return value: @debug color-diff($brand-primary, #14212a);
* This will return a map of operations needed to apply to your base color
*
* Apply the values: background-color: adjust_hue(saturate(darken($brand-primary, 7.84314%), 13.91524%), 0deg);
*/
.u-mh-25 {
  max-height: 25vh;
}

.u-mh-50 {
  max-height: 50vh;
}

.u-mh-75 {
  max-height: 75vh;
}

.u-mh-100 {
  max-height: 100vh;
}

.u-opacity-1 {
  opacity: 1 !important;
}

.u-opacity-0 {
  opacity: 0 !important;
}

.top-0 {
  top: 0;
}

.u-bw {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.u-of-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-zoom {
  overflow: hidden;
}

.img-zoom:hover img {
  transform: scale(1.1);
}

.img-zoom img {
  transition: 0.4s ease-in-out;
}

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

.u-mw-1 {
  max-width: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-2 {
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-3 {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-4 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-4 half {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-5 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-6 {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-7 {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-8 {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-9 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-10 {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-11 {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-12 {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-13 {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-14 {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-15 {
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
}

.u-mw-max {
  max-width: 2000px;
}

/*
* Set a rem font size with pixel fallback
* @Usage @include font-size(14px);
*/
/*
* Turn font anti aliasing on or off in Chrome / FF
* @Usage @include font-smoothing(on);
* @Usage on black / dark backgrounds @include font-smoothing(off);
*/
/*
* Outputs vendor-prefixed placeholders for styling. Must be nested in a rule-set.
* @usage:
    input {
      @include placeholder {
        color: red;
      }
    }
*/
/*
* Sets selection colors
* @Usage @include selection(#fff, #000);
*/
/*
* Sets base for pseudo
* @Usage @extend %pseudo-base;
*/
/*
* Covers an entire block
* @Usage @extend %coverer;
*/
.u-coverer, main#page-course-detail .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* Centers block vertically and horizontally
* It works even when: You don't know know how big it is, You don't know how big the container is, either
* @Usage @extend %centerer;
*/
.round-btn .shape-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
* Vertical align a block
* @Usage @extend %vertical-align;
*/
/*
* Reflect horizontal
* @Usage @extend %flip-horizontal;
*/
/*
* An easy way to truncate text with an ellipsis. Requires the element to be block or inline-block
* @Usage @extend %text-truncate;
*/
/*
* Provides an easy way for break-word
* @Usage @extend %word-wrap;
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  -webkit-text-size-adjust: 100%;
  /* apply a natural box layout model to all elements, but allowing components to change */
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

html.disable-scrolling, html.nav-open, html.no-overflow {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100svh;
}

a {
  transition: all 0.2s ease-in-out;
}

picture {
  display: block;
}

b,
strong,
.strong {
  font-weight: 600;
}

.container-fluid:not(.mw-none), .container-sm:not(.mw-none), .container-md:not(.mw-none), .container-lg:not(.mw-none), .container-xl:not(.mw-none) {
  max-width: 2000px;
}

@media (min-width: 768px) {
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media (min-width: 1200px) {
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1600px) {
  
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}

.bg-contain,
.bg-cover,
.bg-responsive {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-contain {
  background-size: contain;
}

.bg-cover,
.bg-responsive {
  background-size: cover;
}

.svg-wrapper {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  transition: all 0.2s ease-in-out;
}

.cms-text a:not(.btn) {
  text-decoration: underline;
}

.cms-text p:last-of-type,
.cms-text ul:last-of-type,
.cms-text ol:last-of-type {
  margin-bottom: 0;
}

.cms-text ol,
.cms-text ul {
  margin-bottom: 1.5rem;
}

.cms-text ol li + li,
.cms-text ul li + li {
  margin-top: 10px;
}

.overflow-visible {
  overflow: visible !important;
}

.z-1 {
  z-index: 1;
}

.fill-gray-100 {
  fill: #dddbd7;
}

.stroke-gray-100 {
  stroke: #dddbd7;
  fill: none;
}

.text-gray-100 {
  color: #dddbd7;
}

.fill-gray-200 {
  fill: #c4c2bf;
}

.stroke-gray-200 {
  stroke: #c4c2bf;
  fill: none;
}

.text-gray-200 {
  color: #c4c2bf;
}

.fill-gray-300 {
  fill: #acaaa7;
}

.stroke-gray-300 {
  stroke: #acaaa7;
  fill: none;
}

.text-gray-300 {
  color: #acaaa7;
}

.fill-gray-400 {
  fill: #93928f;
}

.stroke-gray-400 {
  stroke: #93928f;
  fill: none;
}

.text-gray-400 {
  color: #93928f;
}

.fill-gray-500 {
  fill: #7b7a78;
}

.stroke-gray-500 {
  stroke: #7b7a78;
  fill: none;
}

.text-gray-500 {
  color: #7b7a78;
}

.fill-gray-600 {
  fill: #626160;
}

.stroke-gray-600 {
  stroke: #626160;
  fill: none;
}

.text-gray-600 {
  color: #626160;
}

.fill-gray-700 {
  fill: #4a4948;
}

.stroke-gray-700 {
  stroke: #4a4948;
  fill: none;
}

.text-gray-700 {
  color: #4a4948;
}

.fill-gray-800 {
  fill: #313130;
}

.stroke-gray-800 {
  stroke: #313130;
  fill: none;
}

.text-gray-800 {
  color: #313130;
}

.fill-gray-900 {
  fill: #191818;
}

.stroke-gray-900 {
  stroke: #191818;
  fill: none;
}

.text-gray-900 {
  color: #191818;
}

.fill-color-1 {
  fill: #023634;
}

.stroke-color-1 {
  stroke: #023634;
  fill: none;
}

.border-color-1 {
  border-color: #023634;
}

.text-color-1 {
  color: #023634;
}

.fill-color-2 {
  fill: #c09858;
}

.stroke-color-2 {
  stroke: #c09858;
  fill: none;
}

.border-color-2 {
  border-color: #c09858;
}

.text-color-2 {
  color: #c09858;
}

.fill-color-black {
  fill: #000000;
}

.stroke-color-black {
  stroke: #000000;
  fill: none;
}

.border-color-black {
  border-color: #000000;
}

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

.fill-color-white {
  fill: #F5F3EF;
}

.stroke-color-white {
  stroke: #F5F3EF;
  fill: none;
}

.border-color-white {
  border-color: #F5F3EF;
}

.text-color-white {
  color: #F5F3EF;
}

.fill-white {
  fill: #F5F3EF;
}

.stroke-white {
  stroke: #F5F3EF;
  fill: none;
}

.fill-black {
  fill: #000000;
}

.fill-none {
  fill: none;
}

.stroke-black {
  stroke: #000000;
  fill: none;
}

.bg-black {
  background: #000000;
}

.a-zoom-in {
  animation: zoomIn 0.6s ease-out 1 forwards;
}

.a-zoom-out {
  animation: zoomOut 0.6s ease-out 1 forwards;
}

.a-fade-in {
  animation: fadein 1.6s ease-out;
}

.a-fade-in-up {
  animation: fadeInUp 1s ease-out;
}

.a-fade-in-down {
  animation: fadeInDown 1s ease-out;
}

.a-sway {
  animation: sway 5s cubic-bezier(0.86, 0, 0.07, 1) infinite both;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes sway {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

.slide {
  transition: all ease 1s;
}

.slide.in {
  transform: translateX(0) translateY(0);
  opacity: 1;
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-50%);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50%);
}

.slide-in-bottom {
  opacity: 0;
  transform: translateY(50%);
}

body {
  font-range: 380px 1600px;
  font-weight: 400;
}

.cms-text p {
  margin-bottom: 0.625rem;
}

@media (max-width: 991.98px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1.25rem;
  }
}

h1, .h1,
h2, .h2 {
  text-rendering: optimizeLegibility;
}

h1, .h1 {
  line-height: 90%;
  font-weight: 400;
  font-size: calc(3.125rem + 3.125 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  h1, .h1 {
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 380px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.8rem + 1.2 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 380px) {
  h2, .h2 {
    font-size: 1.8rem;
  }
}

h3, .h3 {
  font-size: calc(1.75rem + 0.75 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 380px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.16rem + 0.44000000000000017 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  h4, .h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 380px) {
  h4, .h4 {
    font-size: 1.16rem;
  }
}

h5, .h5 {
  font-size: calc(0.9375rem + 0.3125 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 380px) {
  h5, .h5 {
    font-size: 0.9375rem;
  }
}

.display-1 {
  font-size: calc(2.7rem + 3.3 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  .display-1 {
    font-size: 6rem;
  }
}

@media screen and (max-width: 380px) {
  .display-1 {
    font-size: 2.7rem;
  }
}

.display-2 {
  font-size: calc(2.6125rem + 2.8875 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  .display-2 {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 380px) {
  .display-2 {
    font-size: 2.6125rem;
  }
}

.display-3 {
  font-size: calc(2.25rem + 2.25 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  .display-3 {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 380px) {
  .display-3 {
    font-size: 2.25rem;
  }
}

.display-4 {
  font-size: calc(1.8375rem + 1.6625 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 380px) {
  .display-4 {
    font-size: 1.8375rem;
  }
}

.lead {
  font-size: calc(1.125rem + 0.125 * ((100vw - 23.75rem) / 51.25));
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .lead {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 380px) {
  .lead {
    font-size: 1.125rem;
  }
}

.text-12 {
  font-size: 0.75rem;
}

.text-14 {
  font-size: 0.875rem;
}

.text-16 {
  font-size: 1rem;
}

.text-18 {
  font-size: 1.125rem;
  font-size: calc(16.2px + 1.8000000000000007 * ((100vw - 380px) / 1220));
}

@media screen and (min-width: 1600px) {
  .text-18 {
    font-size: 18px;
  }
}

@media screen and (max-width: 380px) {
  .text-18 {
    font-size: 16.2px;
  }
}

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

.text-balance {
  text-wrap: balance;
}

.fw-medium {
  font-weight: 500;
}

.sub-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.sub-title:before {
  content: '';
  display: block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  border: 5px solid #c09858;
  border-radius: 10rem;
}

.js-px-zoom {
  transform-origin: 0 0;
}

@font-face {
  font-family: 'Author-Variable';
  src: url("../fonts/Author/Author-Variable.woff2") format("woff2"), url("../fonts/Author/Author-Variable.woff") format("woff"), url("../fonts/Author/Author-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

.l-banner-wrapper svg {
  fill: #F5F3EF;
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: -1px;
}

.l-banner-img {
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .l-banner-img {
    height: 30rem;
  }
}

.l-upgrade-browser .close {
  outline: none !important;
}

.l-upgrade-browser .close:hover .icon {
  transform: scale(1.25);
}

.l-upgrade-browser .shape-close {
  width: 16px;
  height: 16px;
  stroke: #F5F3EF;
  stroke-width: 1;
}

.ie .l-upgrade-browser {
  display: block !important;
}

.l-cookies-notice {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 400px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  z-index: 16000;
  border-radius: 10px;
}

.l-cookies .btn-wrapper,
.l-cookies-notice .btn-wrapper {
  background: rgba(0, 0, 0, 0.05);
  gap: 10px;
  padding: 30px 30px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.l-cookies .btn-wrapper .btn,
.l-cookies-notice .btn-wrapper .btn {
  flex-grow: 1;
  flex-basis: 0;
  white-space: nowrap;
  padding: 15px 5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

.l-cookies .btn-wrapper .btn:not(.btn-link),
.l-cookies-notice .btn-wrapper .btn:not(.btn-link) {
  background-color: #023634;
  color: #F5F3EF;
}

.l-cookies .btn-wrapper .btn.btn-link,
.l-cookies-notice .btn-wrapper .btn.btn-link {
  color: #313130;
  flex: 1 1 100%;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}

.l-cookies .cookie-text p,
.l-cookies-notice .cookie-text p {
  font-size: 16px;
  font-size: 1rem;
  margin: 10px 0 0 0;
}

.l-cookies .cookie-text p:first-child,
.l-cookies-notice .cookie-text p:first-child {
  margin-top: 0;
}

.l-cookies .modal-title,
.l-cookies-notice .modal-title {
  font-size: 1.25rem;
  margin: 0 0 15px 0;
}

.l-cookies .modal-header,
.l-cookies .modal-body,
.l-cookies .content-wrapper,
.l-cookies-notice .modal-header,
.l-cookies-notice .modal-body,
.l-cookies-notice .content-wrapper {
  padding: 30px 30px;
}

.c-cookies-modal {
  z-index: 18000;
  /* Not yet testen - no table available in html */
}

.c-cookies-modal table {
  margin-top: 15px;
  margin-bottom: 0;
  border-color: #acaaa7;
}

.c-cookies-modal table tr, .c-cookies-modal table td {
  border-color: #acaaa7;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 575.98px) {
  .c-cookies-modal table thead {
    display: none;
  }
  .c-cookies-modal table td {
    padding: 8px 0;
    border: none;
  }
  .c-cookies-modal table tr {
    display: block;
  }
  .c-cookies-modal table tr td + td {
    border-top: 1px solid #acaaa7;
  }
  .c-cookies-modal table tr:not(:last-child) td:last-child {
    padding-bottom: 30px;
  }
  .c-cookies-modal table td[data-th] {
    display: block;
  }
  .c-cookies-modal table td[data-th]::before {
    content: attr(data-th);
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    display: block;
  }
}

.c-cookies-modal .cookie-group:not(:last-child) {
  margin: 0 0 20px 0;
}

.c-cookies-modal .cookie-group label {
  padding-left: 15px;
  font-size: 16px;
  font-size: 1rem;
}

.c-cookies-modal .cookie-group p {
  font-size: 16px;
  font-size: 1rem;
  margin: 20px 0 0 0;
}

.c-cookies-modal .modal-content {
  border-radius: 1rem;
}

.c-cookies-modal .modal-dialog {
  width: 90vw;
  margin: 20px auto;
}

.c-cookies-modal .modal-footer > * {
  margin: 0;
}

#cookie-notice-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15000;
  background-color: rgba(157, 165, 165, 0.5);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.l-morph-dropdown {
  position: relative;
}

.l-morph-dropdown::before {
  /* never visible - used in JS to check mq */
  content: 'mobile';
  display: none;
}

@media (min-width: 992px) {
  .l-morph-dropdown::before {
    content: 'desktop';
  }
}

@media (min-width: 992px) {
  .l-morph-dropdown .dropdown .dropdown-title {
    display: none;
  }
}

.l-morph-dropdown .morph-dropdown-wrapper {
  text-align: left;
}

@media (min-width: 992px) {
  .l-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    position: absolute;
    top: 58px;
    left: 0;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    z-index: 1;
    /* Force Hardware acceleration */
    transform: translateZ(0) translateY(20px);
    will-change: transform;
    transition: transform .3s;
  }
}

.l-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
  transform: translateY(10px);
}

@media (min-width: 992px) {
  .l-morph-dropdown .dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateZ(0);
    will-change: transform, width, height;
    transition: visibility 0.3s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: none;
  }
  .l-morph-dropdown .dropdown-list::before {
    /* dropdown top triangle */
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #F5F3EF;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .l-morph-dropdown .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #F5F3EF;
    border-radius: 8px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-morph-dropdown .dropdown-list > ul > li + li {
    margin-top: 10px;
  }
  .l-morph-dropdown .dropdown-list li {
    text-align: center;
  }
  .l-morph-dropdown .dropdown-list a {
    font-size: 0.75rem;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    text-decoration: none;
  }
  .l-morph-dropdown .dropdown-list a:hover {
    opacity: 0.5;
  }
  .l-morph-dropdown .dropdown-list .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity 0.3s, visibility 0.3s;
    min-width: 200px;
  }
  .l-morph-dropdown .dropdown-list .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .l-morph-dropdown .dropdown-list .dropdown.move-left .content {
    transform: translateX(-100px);
  }
  .l-morph-dropdown .dropdown-list .dropdown.move-right .content {
    transform: translateX(100px);
  }
  .l-morph-dropdown .dropdown-list .content {
    padding: 2rem 1.5rem;
    transition: transform 0.3s;
  }
  .l-morph-dropdown .dropdown-list .content li + li {
    margin-top: 5px;
  }
  .l-morph-dropdown .dropdown-list .content .active > a {
    color: #000000;
    background: #F5F3EF;
  }
}

.l-morph-dropdown.is-dropdown-visible .dropdown-list {
  visibility: visible;
  transition: transform 0.3s, width 0.3s, height 0.3s;
}

.l-morph-dropdown.is-dropdown-visible .dropdown-list > ul {
  visibility: visible;
  opacity: 1;
}

.l-morph-dropdown.is-dropdown-visible .dropdown-list::before {
  opacity: 1;
}

@media (min-width: 992px) {
  .l-morph-dropdown .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 0;
    transition: opacity 0.3s;
    transform-origin: top left;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }
}

@media (min-width: 992px) {
  .l-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
  }
}

input,
textarea {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

.form-control {
  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  font-size: 1rem;
  font-style: italic;
}

.form-control::-moz-placeholder {
  font-size: 1rem;
  font-style: italic;
}

.form-control:-moz-placeholder {
  font-size: 1rem;
  font-style: italic;
}

.form-control:-ms-input-placeholder {
  font-size: 1rem;
  font-style: italic;
}

.form-control::-ms-input-placeholder-placeholder {
  font-size: 1rem;
  font-style: italic;
}

.invalid-feedback {
  margin-top: 8px;
  margin-bottom: 20px;
  color: #dc3545;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}

.was-validated .form-control:invalid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.form-control.valid {
  background: #F5F3EF;
}

#site-nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

#site-nav.js-toggle-header {
  height: 0;
}

#site-nav.js-toggle-header:not(.has-bg) {
  background: none;
}

#site-nav.js-toggle-header:not(.has-bg),
#site-nav.js-toggle-header:not(.has-bg) > .container-fluid,
#site-nav.js-toggle-header:not(.has-bg) > .container-sm,
#site-nav.js-toggle-header:not(.has-bg) > .container-md,
#site-nav.js-toggle-header:not(.has-bg) > .container-lg,
#site-nav.js-toggle-header:not(.has-bg) > .container-xl,
#site-nav.js-toggle-header:not(.has-bg) > .container-fluid::before,
#site-nav.js-toggle-header:not(.has-bg) > .container-sm::before,
#site-nav.js-toggle-header:not(.has-bg) > .container-md::before,
#site-nav.js-toggle-header:not(.has-bg) > .container-lg::before,
#site-nav.js-toggle-header:not(.has-bg) > .container-xl::before {
  background: none;
}

#site-nav > .container-fluid, #site-nav > .container-sm, #site-nav > .container-md, #site-nav > .container-lg, #site-nav > .container-xl {
  position: relative;
}

#site-nav > .container-fluid::before, #site-nav > .container-sm::before, #site-nav > .container-md::before, #site-nav > .container-lg::before, #site-nav > .container-xl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #F5F3EF;
  z-index: -1;
  pointer-events: none;
}

#site-nav button[data-toggle="dropdown"],
#site-nav button[data-toggle="collapse"] {
  transition: all 0.2s ease-in-out;
  background-color: #023634;
  border-radius: 10rem;
}

#site-nav button[data-toggle="dropdown"] .shape-close,
#site-nav button[data-toggle="collapse"] .shape-close {
  display: none;
}

#site-nav button[data-toggle="dropdown"][aria-expanded="true"] .shape-menu,
#site-nav button[data-toggle="collapse"][aria-expanded="true"] .shape-menu {
  display: none;
}

#site-nav button[data-toggle="dropdown"][aria-expanded="true"] .shape-close,
#site-nav button[data-toggle="collapse"][aria-expanded="true"] .shape-close {
  display: block;
}

#site-nav button[data-toggle="dropdown"] .icon,
#site-nav button[data-toggle="collapse"] .icon {
  fill: #c09858;
  width: 24px;
  height: 24px;
}

@media (max-width: 991.98px) {
  #site-nav .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  #site-nav .navbar-nav {
    margin-right: -1rem;
  }
}

#site-nav .navbar-brand img {
  max-width: 25vw;
  max-height: 120px;
  transform: rotate(10deg);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (min-width: 768px) {
  #site-nav .navbar-brand img {
    max-width: 25vw;
  }
}

#site-nav .navbar-brand:hover img, #site-nav .navbar-brand:focus img {
  transform: scale(0.8) rotate(0deg);
}

#site-nav .c-menu-toggler {
  order: 2;
}

@media (min-width: 992px) {
  #site-nav .c-menu-toggler {
    order: 10;
  }
}

#site-nav .nav-link {
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

@media (min-width: 992px) {
  #site-nav .nav-link {
    font-weight: 500;
    color: #000000;
    font-size: 1.125rem;
  }
  #site-nav .nav-link:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    border-radius: 1rem;
    background-color: #023634;
    transition: all 0.2s ease-in-out;
  }
  #site-nav .nav-link:hover {
    color: #023634;
  }
  #site-nav .nav-link:hover:after {
    width: 70%;
  }
}

@media (min-width: 992px) {
  #site-nav .nav-link.active {
    color: #023634;
  }
  #site-nav .nav-link.active:after {
    width: 80%;
  }
}

#site-nav .nav-link.active span {
  position: relative;
}

@media (max-width: 991.98px) {
  #site-nav .nav-item + .nav-item {
    margin-top: 0.625rem;
  }
}

#site-nav .dropdown-list {
  top: 3rem;
  width: auto;
}

@media (max-width: 991.98px) {
  #site-nav .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 18.75rem;
    height: var(--offcanvas-height);
    min-height: var(--offcanvas-height);
    padding: 48px 24px;
    overflow: auto;
    z-index: 910;
    transition: 0.25s ease-out;
    background: #023634;
  }
  #site-nav .navbar-collapse .collapse-content {
    min-height: 100%;
    position: relative;
    z-index: 1;
  }
  #site-nav .navbar-collapse .main-nav > li {
    margin-top: 6px;
  }
  #site-nav .navbar-collapse .main-nav .nav-link.active {
    color: #c09858;
  }
  #site-nav .navbar-collapse li button,
  #site-nav .navbar-collapse .main-nav .nav-link {
    display: block;
    font-style: normal;
    width: 100%;
    text-decoration: none;
    padding: 0 0;
    font-weight: 400;
    font-size: 20px;
    color: #F5F3EF;
    border-radius: 10px;
  }
  #site-nav .navbar-collapse li button {
    position: relative;
  }
  #site-nav .navbar-collapse li button .icon {
    fill: #F5F3EF;
  }
  #site-nav .navbar-collapse li button::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: -1;
    pointer-events: none;
    background: #dfe5eb;
  }
  #site-nav .navbar-collapse li button[aria-expanded="true"]::before {
    content: '';
  }
  #site-nav .navbar-collapse .content ul {
    padding-top: 0;
    padding-bottom: 0;
    background: #dfe5eb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #site-nav .navbar-collapse .content a {
    display: block;
    color: #F5F3EF;
    padding: 0 0;
    text-align: left;
  }
  #site-nav .navbar-collapse .content a.active {
    color: #c09858;
    background: #023634;
  }
  #site-nav .navbar-collapse .li-contact-info a {
    color: #F5F3EF;
    font-weight: 400;
  }
  #site-nav .navbar-collapse .list-social {
    justify-content: center !important;
    margin: 0 -8px;
  }
  #site-nav .navbar-collapse .list-social li {
    padding: 16px 8px 0 8px;
  }
  #site-nav .navbar-collapse .list-social .icon {
    fill: #F5F3EF;
  }
  #site-nav .navbar-collapse .c-menu-toggler {
    display: flex;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 8px;
  }
  #site-nav .navbar-collapse .c-menu-toggler .bar-wrapper {
    transform-origin: 100% 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.75);
  }
  #site-nav .navbar-collapse.show ~ .navbar-collapse-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(96, 76, 44, 0.7);
    z-index: 901;
  }
  #site-nav .navbar-collapse:not(.show) {
    pointer-events: none;
    transform: translateX(100%);
    transition-timing-function: ease-in;
  }
  #site-nav .navbar-collapse .lines {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    fill: none;
    stroke-width: 1px;
    stroke: #F5F3EF;
    width: 32rem;
    height: 100%;
    opacity: 0.1;
  }
}

#site-nav .has-dropdown svg {
  margin-left: 5px;
  margin-right: -5px;
  margin-top: -5px;
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  #site-nav .has-dropdown:hover .dropdown-menu, #site-nav .has-dropdown:focus-within .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #site-nav .dropdown-menu {
    padding: 0;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 5px 2rem -1rem rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  #site-nav .dropdown-menu li {
    border-bottom: 1px solid rgba(221, 219, 215, 0.5);
  }
  #site-nav .dropdown-menu li a {
    text-align: center;
    padding: 0.5rem 1rem;
  }
  #site-nav .dropdown-menu li a.active {
    background: none;
    color: #023634;
  }
  #site-nav .dropdown-menu li:after {
    content: '';
    display: block;
    height: 2px;
    margin-bottom: -1.5px;
    width: 0;
    background-color: #c09858;
    transition: all 0.2s ease-in-out;
  }
  #site-nav .dropdown-menu li:hover a, #site-nav .dropdown-menu li:focus a {
    background: none;
  }
  #site-nav .dropdown-menu li:hover:after, #site-nav .dropdown-menu li:focus:after {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  #site-nav .has-dropdown svg {
    display: none;
  }
  #site-nav .dropdown-menu {
    position: relative;
    display: block;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none;
    padding-top: 0;
    background: none;
  }
  #site-nav .dropdown-menu a {
    padding: 0.5rem 1rem;
    color: #F5F3EF;
  }
  #site-nav .dropdown-menu a.active {
    border-radius: 6px;
  }
}

/*.form-row > .l-floating-label label {
  transform: translateX($form-grid-gutter-width * 0.5);
}*/
.l-floating-label {
  display: block;
  position: relative;
  font-weight: 400;
}

.l-floating-label label {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 1rem;
  right: 1rem;
  color: #93928f;
  font-weight: 600;
  background: none;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
}

.l-floating-label textarea {
  padding-top: 16px !important;
  padding-bottom: 0 !important;
}

.l-floating-label .form-control {
  transition: 0.15s ease;
}

.l-floating-label .form-control:-moz-placeholder-shown ~ label {
  visibility: hidden;
  z-index: -1;
}

.l-floating-label .form-control:placeholder-shown ~ label {
  visibility: hidden;
  z-index: -1;
}

.l-floating-label .form-control:-webkit-autofill {
  padding-top: 0.8125rem;
  padding-bottom: 0;
}

.l-floating-label .form-control:-webkit-autofill ~ label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  font-size: 60%;
}

.l-floating-label .form-control:not(:-moz-placeholder-shown), .l-floating-label .form-control:focus:not(:-moz-placeholder-shown) {
  padding-top: 0.8125rem;
  padding-bottom: 0;
}

.l-floating-label .form-control:not(:placeholder-shown), .l-floating-label .form-control:focus:not(:placeholder-shown) {
  padding-top: 0.8125rem;
  padding-bottom: 0;
}

.l-floating-label .form-control:not(:-moz-placeholder-shown) ~ label, .l-floating-label .form-control:focus:not(:-moz-placeholder-shown) ~ label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  font-size: 60%;
}

.l-floating-label .form-control:not(:placeholder-shown) ~ label, .l-floating-label .form-control:focus:not(:placeholder-shown) ~ label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  font-size: 60%;
}

#site-footer .img-wrapper .bg-img {
  mix-blend-mode: multiply;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 40rem;
}

@media (max-width: 991.98px) {
  #site-footer .img-wrapper .bg-img {
    height: 25rem;
  }
}

#site-footer .img-wrapper:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #023634 10%, rgba(2, 54, 52, 0.8) 50%, rgba(2, 54, 52, 0) 100%);
}

#site-footer .navbar-brand img {
  transform: rotate(10deg);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#site-footer .navbar-brand:hover img, #site-footer .navbar-brand:focus img {
  transform: scale(0.8) rotate(0deg);
}

#site-footer .link-social svg {
  fill: #c09858;
  transition: all 0.2s ease-in-out;
}

#site-footer .link-social:hover svg, #site-footer .link-social:focus svg {
  transform: scale(0.9);
}

#site-footer .footer-bottom {
  border-top: 1px solid rgba(245, 243, 239, 0.2);
}

#site-footer .footer-bottom ul a {
  color: #F5F3EF;
}

#site-footer .footer-bottom ul a:hover, #site-footer .footer-bottom ul a:focus {
  color: #c09858;
}

#site-footer .footer-bottom .icon.shape-webatvantage {
  width: 10rem;
}

.l-widget-contact-form.is-horizontal .row-content > div {
  flex-basis: auto;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .l-widget-contact-form.is-horizontal .col-text {
    text-align: center;
    margin-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .l-widget-contact-form.is-horizontal .form-row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.l-widget-contact-form .col-text {
  margin-bottom: 40px;
}

.l-widget-slideshow .swiper-wrapper {
  transition-timing-function: linear;
}

.l-widget-slideshow .swiper-slide, .l-widget-slideshow .slide-link {
  width: auto;
  height: 600px;
}

@media (max-width: 991.98px) {
  .l-widget-slideshow .swiper-slide, .l-widget-slideshow .slide-link {
    height: 300px;
  }
}

.l-widget-slideshow img {
  width: auto;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .l-widget-two-text .two-columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .l-widget-two-text .two-columns p {
    margin-bottom: 0;
    display: inline;
  }
}

@media (min-width: 1200px) {
  .l-widget-two-text .two-columns {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }
}

.l-widget-image-text {
  overflow: hidden;
}

.l-widget-image-text img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-widget-image-text .image {
  aspect-ratio: 1/1.2;
  border-radius: 2rem;
  transform: rotate(-5deg);
}

.l-widget-image-text .mini-photo {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 100rem;
  border: 16px solid #F5F3EF;
  box-sizing: content-box;
  max-width: 15vw;
  min-width: 10rem;
  max-height: 15vw;
  min-height: 10rem;
}

.l-widget-image-text .mini-photo img {
  aspect-ratio: 1/1;
  max-width: 15vw;
  min-width: 10rem;
  max-height: 15vw;
  min-height: 10rem;
  border-radius: 100rem;
}

.l-widget-image-text .mini-photo:after {
  content: '';
  display: block;
  position: absolute;
  top: -3.5%;
  left: -3.5%;
  width: 106%;
  height: 106%;
  border: 1px dashed #023634;
  border-radius: 100rem;
  animation: rotation 20s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.l-widget-image-text .shape-lines-2 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  transform: scaleX(-1);
  width: auto;
  height: 100%;
  left: 0;
  top: 0;
  fill: #000000;
}

.l-widget-image-text.reverse .image {
  transform: rotate(5deg);
}

.l-widget-image-text.reverse .mini-photo {
  left: 0;
}

.l-widget-image-text.reverse .shape-lines-2 {
  transform: scaleX(1);
  left: unset;
  right: 0;
}

.l-widget-text-background {
  position: relative;
  overflow: hidden;
}

.l-widget-text-background .shape-lines {
  stroke: #F5F3EF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 0;
  width: auto;
  height: 100%;
  opacity: 0.2;
}

.l-widget-slide-intro, .intro {
  margin-inline: auto;
}

.l-widget-slide-intro .swiper-slide, .intro .swiper-slide {
  width: auto;
  height: 600px;
}

@media (max-width: 991.98px) {
  .l-widget-slide-intro .swiper-slide, .intro .swiper-slide {
    height: 300px;
  }
}

.l-widget-slide-intro img, .intro img {
  width: auto;
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-widget-slide-intro .swiper-wrapper, .intro .swiper-wrapper {
  pointer-events: none;
  transition-timing-function: linear;
}

.l-widget-slide-intro .shape-lines-center, .intro .shape-lines-center {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40vw;
  height: auto;
  opacity: 0.1;
  stroke: #023634;
  stroke-width: 1px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .l-widget-slide-intro .shape-lines-center, .intro .shape-lines-center {
    top: -20%;
    width: 500px;
    opacity: 0.1;
  }
}

.l-widget-image {
  position: relative;
}

.l-widget-image img {
  width: 100%;
  height: 70rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .l-widget-image img {
    height: 30rem;
  }
}

.l-widget-image .wave {
  fill: #F5F3EF;
  position: absolute;
  left: 0;
}

.l-widget-image .wave:first-of-type {
  top: -1px;
}

.l-widget-image .wave:last-of-type {
  bottom: -2px;
}

.l-widget-text-image_background img {
  min-width: 50vw;
  height: 100%;
  max-height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .l-widget-text-image_background img {
    min-width: 100vw;
    max-height: 30rem;
    margin: 0 auto;
  }
}

.l-widget-text-image_background .line-pattern {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  fill: #F5F3EF;
  opacity: 0.03;
}

.l-widget-text-image_background .round-btn {
  position: absolute;
  bottom: -2rem;
  left: -3rem;
}

@media (max-width: 991.98px) {
  .l-widget-text-image_background .round-btn {
    left: 1rem;
  }
}

.l-widget-article-image .image {
  aspect-ratio: 1/1.3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  transform: rotate(5deg);
}

.l-widget-article-image .shape-logo {
  width: 200px;
  height: 200px;
  fill: #023634;
  position: absolute;
  top: -4rem;
  right: -4rem;
}

@media (max-width: 991.98px) {
  .l-widget-article-image .shape-logo {
    width: 124px;
    height: 124px;
    right: 0;
    top: -3rem;
  }
}

.l-widget-article-image .shape-lines-2 {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 50vw;
  right: 0;
  top: 0;
  fill: #000000;
}

.l-widget-article-three-image .article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

@media (max-width: 1199.98px) {
  .l-widget-article-three-image .article-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
  .l-widget-article-three-image .article-grid {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 4vw;
    grid-row-gap: 6rem;
  }
}

.l-widget-article-three-image .article-grid img {
  border-radius: 1rem;
}

.l-widget-article-three-image .article-grid .grid-1 {
  grid-area: 1 / 2 / 2 / 3;
}

.l-widget-article-three-image .article-grid .grid-1 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-widget-article-three-image .article-grid .grid-1 .shape-logo {
  position: absolute;
  bottom: 6rem;
  left: -6rem;
  width: 164px;
  height: 164px;
  fill: #023634;
}

@media (max-width: 1199.98px) {
  .l-widget-article-three-image .article-grid .grid-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .l-widget-article-three-image .article-grid .grid-1 .shape-logo {
    left: unset;
    bottom: 6rem;
    right: -2rem;
    width: 124px;
    height: 124px;
  }
}

@media (max-width: 991.98px) {
  .l-widget-article-three-image .article-grid .grid-1 {
    order: 1;
  }
  .l-widget-article-three-image .article-grid .grid-1 .shape-logo {
    left: unset;
    bottom: -2rem;
    right: 3rem;
  }
}

.l-widget-article-three-image .article-grid .grid-2 {
  grid-area: 1 / 3 / 2 / 4;
}

@media (max-width: 1199.98px) {
  .l-widget-article-three-image .article-grid .grid-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media (max-width: 991.98px) {
  .l-widget-article-three-image .article-grid .grid-2 {
    order: 3;
    width: 40vw;
  }
}

.l-widget-article-three-image .article-grid .grid-2 img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-widget-article-three-image .article-grid .grid-3 {
  grid-area: 2 / 1 / 3 / 2;
}

@media (max-width: 991.98px) {
  .l-widget-article-three-image .article-grid .grid-3 {
    order: 4;
    width: 40vw;
  }
}

.l-widget-article-three-image .article-grid .grid-4 {
  grid-area: 2 / 2 / 3 / 4;
}

@media (max-width: 991.98px) {
  .l-widget-article-three-image .article-grid .grid-4 {
    order: 2;
  }
}

.l-widget-article .shape-logo {
  width: 164px;
  height: 164px;
  position: absolute;
  left: -6rem;
  bottom: 20%;
  fill: #c09858;
}

.btn-none {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  outline: none !important;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn:not([class*='outline']) {
  border: none;
}

.btn.disabled, .btn:disabled {
  opacity: 0.5;
}

.btn-read-more {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.btn-read-more .shape-arrow {
  margin-left: 12px;
  width: 18px;
  height: 18px;
}

.btn-read-more:hover .shape-arrow {
  transform: translateX(2px);
}

.btn-return {
  font-size: 12px;
  font-size: 0.75rem;
}

.btn-return:hover .icon {
  fill: #F5F3EF;
}

.btn-return .icon {
  fill: #c09858;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  margin-top: -2px;
}

/***/
.btn-svg {
  padding-left: 6px;
  gap: 0.8rem;
}

.btn-primary {
  color: #F5F3EF;
}

.btn-primary svg {
  fill: #F5F3EF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #c09858;
  color: #023634;
}

.btn-primary:hover svg, .btn-primary:focus svg, .btn-primary:active svg {
  fill: #023634;
  transform: rotate(270deg);
}

.btn-secondary {
  color: #023634;
}

.btn-secondary svg {
  fill: #023634;
}

.round-btn {
  display: inline-flex;
  background: #c09858;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transition: all ease 1s;
  transform-origin: center;
}

.round-btn .shape-round_text {
  width: 164px;
  height: 164px;
  animation: rotation 15s linear infinite;
}

.round-btn .shape-arrow {
  width: 40px;
  height: 40px;
}

@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.round-btn:hover, .round-btn:focus {
  transform: scale(0.9);
  background-color: #b98d46;
}

.round-btn:hover .shape-round_text, .round-btn:focus .shape-round_text {
  animation-duration: 5s;
}

.custom-checkbox {
  min-height: 24px;
}

.custom-checkbox .custom-control-label {
  padding-left: 12px;
  cursor: pointer;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  width: 24px;
  height: 24px;
  top: 2px;
  left: -24px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
}

.icon.shape-arrow.bottom {
  transform: rotate(90deg);
}

.icon.shape-arrow.top {
  transform: rotate(-90deg);
}

.icon.shape-arrow.left {
  transform: rotate(180deg);
}

.icon.shape-chevron.top {
  transform: rotate(180deg);
}

.icon.shape-chevron.right {
  transform: rotate(-90deg);
}

.icon.shape-chevron.left {
  transform: rotate(90deg);
}

.c-menu-toggler {
  position: relative;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  margin-left: 1.5rem;
  background: #F5F3EF;
  /*span {



  }

  */
}

.c-menu-toggler .bar-wrapper {
  position: absolute;
  width: 22px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.c-menu-toggler .bar {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 50%;
  background: #023634;
  opacity: 1;
  border-radius: 2px;
  transition: .25s ease-in-out;
}

.c-menu-toggler .bar:nth-child(even) {
  left: 50%;
  border-radius: 0 2px 2px 0;
}

.c-menu-toggler .bar:nth-child(odd) {
  left: 0;
  border-radius: 2px 0 0 2px;
}

.c-menu-toggler .bar:nth-child(1), .c-menu-toggler .bar:nth-child(2) {
  top: 0;
}

.c-menu-toggler .bar:nth-child(3), .c-menu-toggler .bar:nth-child(4) {
  top: 6px;
}

.c-menu-toggler .bar:nth-child(5), .c-menu-toggler .bar:nth-child(6) {
  top: 12px;
}

.c-menu-toggler[aria-expanded="true"] .bar:nth-child(1), .c-menu-toggler[aria-expanded="true"] .bar:nth-child(6) {
  transform: rotate(45deg);
}

.c-menu-toggler[aria-expanded="true"] .bar:nth-child(2), .c-menu-toggler[aria-expanded="true"] .bar:nth-child(5) {
  transform: rotate(-45deg);
}

.c-menu-toggler[aria-expanded="true"] .bar:nth-child(1) {
  left: 2px;
  top: 3px;
}

.c-menu-toggler[aria-expanded="true"] .bar:nth-child(2) {
  left: calc(50% - 2px);
  top: 3px;
}

.c-menu-toggler[aria-expanded="true"] .bar:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.c-menu-toggler[aria-expanded="true"] .bar:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.c-menu-toggler[aria-expanded="true"] .bar:nth-child(5) {
  left: 2px;
  top: 9px;
}

.c-menu-toggler[aria-expanded="true"] .bar:nth-child(6) {
  left: calc(50% - 2px);
  top: 9px;
}

.pagination.pagination-borderless {
  /* .page-item {
    @include media-breakpoint-only(xs) {
      flex: 1;

      &:not(.next):not(.prev) {
        display: none !important;
      }
    }
  } */
}

.pagination.pagination-borderless .page-item:not(.active) .page-link:hover {
  background-color: #eef0f3;
}

.pagination.pagination-borderless .page-item.active .page-link {
  color: #F5F3EF;
}

.pagination.pagination-borderless .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin-left: 0;
  min-width: 48px;
  min-height: 48px;
  font-weight: 400;
}

.pagination.pagination-borderless .icon {
  width: 12px;
  height: 12px;
}

.c-scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 36px;
  transform: translateX(-50%);
  z-index: 200;
}

.c-scroll-down::before {
  content: '';
  display: block;
}

.c-scroll-down::before {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 36px;
  border-radius: 3px;
  background: #F5F3EF;
  animation: scrollLine 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

@keyframes scrollLine {
  0%, 50%, 60% {
    transform: scaleY(0) translateX(-50%);
  }
  30% {
    transform: scaleY(1) translateX(-50%);
  }
  0%, 29.99% {
    transform-origin: top;
  }
  30%, 100% {
    transform-origin: bottom;
  }
  90%, 100% {
    transform: scaleY(0) translateY(-10vh) translateX(-50%);
  }
}

/* Allow heading overwrites */
h1.color-1, .h1.color-1,
h2.color-1, .h2.color-1,
h3.color-1, .h3.color-1,
h4.color-1, .h4.color-1,
h5.color-1, .h5.color-1,
h6.color-1, .h6.color-1 {
  color: #023634 !important;
}

.bg-color-1 {
  background-color: #023634 !important;
}

/* Allow button overwrites */
.btn.color-1 {
  background-color: #023634 !important;
}

.btn.color-1:focus, .btn.color-1:hover {
  background-color: #000505 !important;
}

/* Allow widget background color overrides */
.l-widget.color-1 {
  background-color: rgba(2, 54, 52, 0.085) !important;
}

/* Set theme defaults */
.bg-color-1 {
  background-color: #023634;
}

.fill-color-1 {
  fill: #023634;
}

.stroke-color-1 {
  stroke: #023634;
  fill: none;
}

.theme-color-1 * ::-webkit-selection {
  color: #F5F3EF;
  background: #023634;
}

.theme-color-1 * ::-moz-selection {
  color: #F5F3EF;
  background: #023634;
}

.theme-color-1 * ::-o-selection {
  color: #F5F3EF;
  background: #023634;
}

.theme-color-1 * ::selection {
  color: #F5F3EF;
  background: #023634;
}

.theme-color-1 *:focus {
  outline-color: #023634;
}

.theme-color-1 h1, .theme-color-1 .h1,
.theme-color-1 h2, .theme-color-1 .h2,
.theme-color-1 h3, .theme-color-1 .h3,
.theme-color-1 h4, .theme-color-1 .h4,
.theme-color-1 h5, .theme-color-1 .h5,
.theme-color-1 h6, .theme-color-1 .h6 {
  color: #023634;
}

.theme-color-1 a:not(.btn):not(.ignore-theme) {
  color: #023634;
}

.theme-color-1 a:not(.btn):not(.ignore-theme) svg {
  fill: #023634;
}

.theme-color-1 a:not(.btn):not(.ignore-theme):hover {
  color: #000505;
}

.theme-color-1 a:not(.btn):not(.ignore-theme):hover svg {
  fill: #000505;
}

.theme-color-1 .form-control:focus {
  border-color: #023634;
}

.theme-color-1 .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.theme-color-1 .custom-control-input:focus ~ .custom-control-label::before {
  background: #F5F3EF;
  border-color: #023634;
}

.theme-color-1 .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #023634;
  background-color: #023634;
}

.theme-color-1 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(2, 54, 52, 0.25);
  border-color: rgba(2, 54, 52, 0.25);
}

.theme-color-1 .c-menu-toggler .bar {
  background-color: #023634;
}

.theme-color-1 .dropdown-item.active,
.theme-color-1 .dropdown-item:active {
  background-color: #023634;
}

.theme-color-1 .btn:not(.ignore-theme) {
  background-color: #023634;
}

.theme-color-1 .btn:not(.ignore-theme):focus, .theme-color-1 .btn:not(.ignore-theme):hover {
  background-color: #000505;
}

.theme-color-1 #site-nav {
  border-bottom-color: #023634;
}

.theme-color-1 #site-nav .language-picker .is-active,
.theme-color-1 #site-nav .language-picker .is-active:hover {
  color: #F5F3EF;
  background-color: #023634;
}

/* Allow heading overwrites */
h1.color-2, .h1.color-2,
h2.color-2, .h2.color-2,
h3.color-2, .h3.color-2,
h4.color-2, .h4.color-2,
h5.color-2, .h5.color-2,
h6.color-2, .h6.color-2 {
  color: #c09858 !important;
}

.bg-color-2 {
  background-color: #c09858 !important;
}

/* Allow button overwrites */
.btn.color-2 {
  background-color: #c09858 !important;
}

.btn.color-2:focus, .btn.color-2:hover {
  background-color: #a67e3f !important;
}

/* Allow widget background color overrides */
.l-widget.color-2 {
  background-color: rgba(192, 152, 88, 0.085) !important;
}

/* Set theme defaults */
.bg-color-2 {
  background-color: #c09858;
}

.fill-color-2 {
  fill: #c09858;
}

.stroke-color-2 {
  stroke: #c09858;
  fill: none;
}

.theme-color-2 * ::-webkit-selection {
  color: #F5F3EF;
  background: #c09858;
}

.theme-color-2 * ::-moz-selection {
  color: #F5F3EF;
  background: #c09858;
}

.theme-color-2 * ::-o-selection {
  color: #F5F3EF;
  background: #c09858;
}

.theme-color-2 * ::selection {
  color: #F5F3EF;
  background: #c09858;
}

.theme-color-2 *:focus {
  outline-color: #c09858;
}

.theme-color-2 h1, .theme-color-2 .h1,
.theme-color-2 h2, .theme-color-2 .h2,
.theme-color-2 h3, .theme-color-2 .h3,
.theme-color-2 h4, .theme-color-2 .h4,
.theme-color-2 h5, .theme-color-2 .h5,
.theme-color-2 h6, .theme-color-2 .h6 {
  color: #c09858;
}

.theme-color-2 a:not(.btn):not(.ignore-theme) {
  color: #c09858;
}

.theme-color-2 a:not(.btn):not(.ignore-theme) svg {
  fill: #c09858;
}

.theme-color-2 a:not(.btn):not(.ignore-theme):hover {
  color: #a67e3f;
}

.theme-color-2 a:not(.btn):not(.ignore-theme):hover svg {
  fill: #a67e3f;
}

.theme-color-2 .form-control:focus {
  border-color: #c09858;
}

.theme-color-2 .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.theme-color-2 .custom-control-input:focus ~ .custom-control-label::before {
  background: #F5F3EF;
  border-color: #c09858;
}

.theme-color-2 .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #c09858;
  background-color: #c09858;
}

.theme-color-2 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(192, 152, 88, 0.25);
  border-color: rgba(192, 152, 88, 0.25);
}

.theme-color-2 .c-menu-toggler .bar {
  background-color: #c09858;
}

.theme-color-2 .dropdown-item.active,
.theme-color-2 .dropdown-item:active {
  background-color: #c09858;
}

.theme-color-2 .btn:not(.ignore-theme) {
  background-color: #c09858;
}

.theme-color-2 .btn:not(.ignore-theme):focus, .theme-color-2 .btn:not(.ignore-theme):hover {
  background-color: #a67e3f;
}

.theme-color-2 #site-nav {
  border-bottom-color: #c09858;
}

.theme-color-2 #site-nav .language-picker .is-active,
.theme-color-2 #site-nav .language-picker .is-active:hover {
  color: #F5F3EF;
  background-color: #c09858;
}

/* Allow heading overwrites */
h1.color-black, .h1.color-black,
h2.color-black, .h2.color-black,
h3.color-black, .h3.color-black,
h4.color-black, .h4.color-black,
h5.color-black, .h5.color-black,
h6.color-black, .h6.color-black {
  color: #000000 !important;
}

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

/* Allow button overwrites */
.btn.color-black {
  background-color: #000000 !important;
}

.btn.color-black:focus, .btn.color-black:hover {
  background-color: black !important;
}

/* Allow widget background color overrides */
.l-widget.color-black {
  background-color: rgba(0, 0, 0, 0.085) !important;
}

/* Set theme defaults */
.bg-color-black {
  background-color: #000000;
}

.fill-color-black {
  fill: #000000;
}

.stroke-color-black {
  stroke: #000000;
  fill: none;
}

.theme-color-black * ::-webkit-selection {
  color: #F5F3EF;
  background: #000000;
}

.theme-color-black * ::-moz-selection {
  color: #F5F3EF;
  background: #000000;
}

.theme-color-black * ::-o-selection {
  color: #F5F3EF;
  background: #000000;
}

.theme-color-black * ::selection {
  color: #F5F3EF;
  background: #000000;
}

.theme-color-black *:focus {
  outline-color: #000000;
}

.theme-color-black h1, .theme-color-black .h1,
.theme-color-black h2, .theme-color-black .h2,
.theme-color-black h3, .theme-color-black .h3,
.theme-color-black h4, .theme-color-black .h4,
.theme-color-black h5, .theme-color-black .h5,
.theme-color-black h6, .theme-color-black .h6 {
  color: #000000;
}

.theme-color-black a:not(.btn):not(.ignore-theme) {
  color: #000000;
}

.theme-color-black a:not(.btn):not(.ignore-theme) svg {
  fill: #000000;
}

.theme-color-black a:not(.btn):not(.ignore-theme):hover {
  color: black;
}

.theme-color-black a:not(.btn):not(.ignore-theme):hover svg {
  fill: black;
}

.theme-color-black .form-control:focus {
  border-color: #000000;
}

.theme-color-black .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.theme-color-black .custom-control-input:focus ~ .custom-control-label::before {
  background: #F5F3EF;
  border-color: #000000;
}

.theme-color-black .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #000000;
  background-color: #000000;
}

.theme-color-black .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.theme-color-black .c-menu-toggler .bar {
  background-color: #000000;
}

.theme-color-black .dropdown-item.active,
.theme-color-black .dropdown-item:active {
  background-color: #000000;
}

.theme-color-black .btn:not(.ignore-theme) {
  background-color: #000000;
}

.theme-color-black .btn:not(.ignore-theme):focus, .theme-color-black .btn:not(.ignore-theme):hover {
  background-color: black;
}

.theme-color-black #site-nav {
  border-bottom-color: #000000;
}

.theme-color-black #site-nav .language-picker .is-active,
.theme-color-black #site-nav .language-picker .is-active:hover {
  color: #F5F3EF;
  background-color: #000000;
}

/* Allow heading overwrites */
h1.color-white, .h1.color-white,
h2.color-white, .h2.color-white,
h3.color-white, .h3.color-white,
h4.color-white, .h4.color-white,
h5.color-white, .h5.color-white,
h6.color-white, .h6.color-white {
  color: #F5F3EF !important;
}

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

/* Allow button overwrites */
.btn.color-white {
  background-color: #F5F3EF !important;
}

.btn.color-white:focus, .btn.color-white:hover {
  background-color: #e1dbd0 !important;
}

/* Allow widget background color overrides */
.l-widget.color-white {
  background-color: rgba(245, 243, 239, 0.085) !important;
}

/* Set theme defaults */
.bg-color-white {
  background-color: #F5F3EF;
}

.fill-color-white {
  fill: #F5F3EF;
}

.stroke-color-white {
  stroke: #F5F3EF;
  fill: none;
}

.theme-color-white * ::-webkit-selection {
  color: #F5F3EF;
  background: #F5F3EF;
}

.theme-color-white * ::-moz-selection {
  color: #F5F3EF;
  background: #F5F3EF;
}

.theme-color-white * ::-o-selection {
  color: #F5F3EF;
  background: #F5F3EF;
}

.theme-color-white * ::selection {
  color: #F5F3EF;
  background: #F5F3EF;
}

.theme-color-white *:focus {
  outline-color: #F5F3EF;
}

.theme-color-white h1, .theme-color-white .h1,
.theme-color-white h2, .theme-color-white .h2,
.theme-color-white h3, .theme-color-white .h3,
.theme-color-white h4, .theme-color-white .h4,
.theme-color-white h5, .theme-color-white .h5,
.theme-color-white h6, .theme-color-white .h6 {
  color: #F5F3EF;
}

.theme-color-white a:not(.btn):not(.ignore-theme) {
  color: #F5F3EF;
}

.theme-color-white a:not(.btn):not(.ignore-theme) svg {
  fill: #F5F3EF;
}

.theme-color-white a:not(.btn):not(.ignore-theme):hover {
  color: #e1dbd0;
}

.theme-color-white a:not(.btn):not(.ignore-theme):hover svg {
  fill: #e1dbd0;
}

.theme-color-white .form-control:focus {
  border-color: #F5F3EF;
}

.theme-color-white .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.theme-color-white .custom-control-input:focus ~ .custom-control-label::before {
  background: #F5F3EF;
  border-color: #F5F3EF;
}

.theme-color-white .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #F5F3EF;
  background-color: #F5F3EF;
}

.theme-color-white .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(245, 243, 239, 0.25);
  border-color: rgba(245, 243, 239, 0.25);
}

.theme-color-white .c-menu-toggler .bar {
  background-color: #F5F3EF;
}

.theme-color-white .dropdown-item.active,
.theme-color-white .dropdown-item:active {
  background-color: #F5F3EF;
}

.theme-color-white .btn:not(.ignore-theme) {
  background-color: #F5F3EF;
}

.theme-color-white .btn:not(.ignore-theme):focus, .theme-color-white .btn:not(.ignore-theme):hover {
  background-color: #e1dbd0;
}

.theme-color-white #site-nav {
  border-bottom-color: #F5F3EF;
}

.theme-color-white #site-nav .language-picker .is-active,
.theme-color-white #site-nav .language-picker .is-active:hover {
  color: #F5F3EF;
  background-color: #F5F3EF;
}

main[data-page="error"] {
  padding: 10vh 10vw;
  background-color: #e6eaf0;
  min-height: calc(100vh - 88px);
}

@media (min-width: 992px) {
  main[data-page="error"] {
    min-height: calc(100vh - 79px);
  }
}

main[data-page="error"] h1 {
  color: #2F2F4F;
  font-weight: 900;
  font-size: calc(2.4rem + 1.6 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  main[data-page="error"] h1 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 380px) {
  main[data-page="error"] h1 {
    font-size: 2.4rem;
  }
}

main[data-page="error"] .error-code {
  color: #e6eaf0;
  text-shadow: -5px -3px 8px #f6f7fa, 6px 2px 12px #c6cfdd;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  pointer-events: none;
  font-size: calc(8rem + 8 * ((100vw - 23.75rem) / 76.25));
}

@media screen and (min-width: 1600px) {
  main[data-page="error"] .error-code {
    font-size: 16rem;
  }
}

@media screen and (max-width: 380px) {
  main[data-page="error"] .error-code {
    font-size: 8rem;
  }
}

main[data-page="error"] .error-code span::before, main[data-page="error"] .error-code span::after {
  content: attr(data-text);
  display: inline;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  filter: blur(7.5px);
  opacity: 0.25;
  transform: translateY(-50%);
  z-index: 100;
}

main[data-page="error"] .error-code span::before {
  text-shadow: -5px -3px 3px #fefefe, 6px 2px 5px #c6cfdd;
}

main[data-page="error"] .error-code span::after {
  -webkit-text-stroke: 3px #fefefe;
  text-shadow: none;
}

main#page-news-detail aside {
  top: 120px;
}

main.page-scores .quick-nav {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #c4c2bf;
  z-index: 10;
}

main.page-scores .quick-nav ul {
  white-space: nowrap;
  overflow: auto;
  margin-bottom: -1.5px;
}

main.page-scores .quick-nav .nav-item {
  transition: all 0.2s ease-in-out;
}

main.page-scores .quick-nav .nav-item a {
  border-bottom: 2px solid transparent;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1rem;
}

main.page-scores .quick-nav .nav-item a:hover, main.page-scores .quick-nav .nav-item a.active {
  border-bottom: 2px solid #c09858;
}

main.page-scores .quick-nav:after {
  display: block;
  pointer-events: none;
  content: '';
  height: 64px;
  width: 100%;
  background: linear-gradient(180deg, #f5f3ef 0%, rgba(245, 243, 239, 0) 100%);
  margin-top: 1px;
  position: absolute;
  z-index: 1;
}

main.page-scores .filter-form {
  background-color: rgba(2, 54, 52, 0.1);
}

main.page-scores .filter-form label {
  font-weight: 400;
}

.table:not(main.page-scores.nested-table) thead th {
  background-color: rgba(2, 54, 52, 0.1);
  border: 0;
}

.table:not(main.page-scores.nested-table) thead th:first-of-type {
  border-radius: 10px 0 0 10px;
}

.table:not(main.page-scores.nested-table) thead th:last-of-type {
  border-radius: 0 10px 10px 0;
}

.table:not(main.page-scores.nested-table) tbody tr th {
  border-radius: 10px 0 0 10px;
}

.table:not(main.page-scores.nested-table) tbody tr td:last-of-type {
  border-radius: 0 10px 10px 0;
}

.table:not(main.page-scores.nested-table) .rank span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 1.5rem;
  height: 1.5rem;
  color: #F5F3EF;
  border-radius: 4px;
  font-weight: 500;
}

.table:not(main.page-scores.nested-table) .player-name {
  white-space: nowrap;
}

.table:not(main.page-scores.nested-table) .badge {
  padding: 0.3rem 1rem;
}

.table:not(main.page-scores.nested-table) .shape-golf {
  width: 18px;
  height: 18px;
}

main.page-scores .nested-table-cell {
  border-radius: 10px !important;
  background-color: rgba(2, 54, 52, 0.025);
}

main.page-scores .nested-table thead {
  background: none !important;
}

main.page-scores .nested-table thead tr, main.page-scores .nested-table thead th, main.page-scores .nested-table thead td {
  background: none !important;
  border-radius: 0 !important;
}

main.page-scores .nested-table .accordion-body {
  border-radius: 2rem;
  background-color: rgba(2, 54, 52, 0.05);
}

main.page-scores .stripe:nth-child(4n + 3) {
  background-color: rgba(2, 54, 52, 0.05);
}

main.page-scores .accordion-toggle {
  gap: 0.2rem;
}

main.page-scores .accordion-toggle svg {
  width: 18px;
  height: 17px;
}

main.page-scores .score-wrapper {
  gap: 5px;
}

main.page-scores .score-wrapper .score {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

main.page-scores .score-wrapper .score-par {
  background-color: #c1d9a8;
}

main.page-scores .score-wrapper .score-eagle {
  background-color: #d0b6ef;
}

main.page-scores .score-wrapper .score-birdie {
  background-color: #bed0f5;
}

main.page-scores .score-wrapper .score-bogey {
  background-color: #f3cb9d;
}

main.page-scores .score-wrapper .score-double-bogey {
  background-color: #f19b6c;
}

main.page-scores .score-wrapper .score-loss {
  background-color: #f36767;
}

main.page-scores .legend-wrapper {
  gap: 1rem;
}

main.page-scores .legend-wrapper span {
  display: flex;
  align-items: center;
  gap: 4px;
}

main.page-scores .legend-wrapper span:before {
  width: 0.8rem;
  min-width: 0.8rem;
  height: 0.8rem;
  min-height: 0.8rem;
  content: '';
  display: block;
  border-radius: 2px;
}

main.page-scores .legend-wrapper .l-eagle:before {
  background-color: #d0b6ef;
}

main.page-scores .legend-wrapper .l-birdie:before {
  background-color: #bed0f5;
}

main.page-scores .legend-wrapper .l-par:before {
  background-color: #c1d9a8;
}

main.page-scores .legend-wrapper .l-bogey:before {
  background-color: #f3cb9d;
}

main.page-scores .legend-wrapper .l-double-bogey:before {
  background-color: #f19b6c;
}

main.page-scores .legend-wrapper .l-loss:before {
  background-color: #f36767;
}

main#page-course-detail .course-nav {
  border-bottom: 1px solid #c4c2bf;
}

main#page-course-detail .course-nav ul {
  white-space: nowrap;
  margin-bottom: -1px;
}

main#page-course-detail .course-nav .nav-item {
  transition: all 0.2s ease-in-out;
}

main#page-course-detail .course-nav .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1rem;
  gap: 1rem;
}

main#page-course-detail .course-nav .nav-item .nav-link svg {
  height: 16px;
  stroke: #000000;
  stroke-width: 1;
}

main#page-course-detail .course-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #c09858;
}

main#page-course-detail .course-nav .nav-item .nav-link:hover svg {
  fill: #023634;
  stroke: #023634;
}

main#page-course-detail .course-nav .back-btn {
  padding: 10px;
}

main#page-course-detail .course-nav .back-btn svg {
  fill: #023634;
}

@media (max-width: 767.98px) {
  main#page-course-detail #course-toggler .detail-image-container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    border-bottom: 1px solid rgba(2, 54, 52, 0.2);
  }
}

@media (max-width: 767.98px) {
  main#page-course-detail #course-toggler .preview-container {
    top: 2.5rem;
    left: 100%;
  }
}

main#page-course-detail #course-toggler .preview-container .icon-container {
  top: -20px;
  right: -20px;
  border: solid #F5F3EF 4px;
}

main#page-course-detail #course-toggler .preview-container .icon-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: dashed #023634 1.4px;
  border-radius: 50rem;
  animation: spin 30s infinite linear;
}

main#page-course-detail #course-toggler .preview-container .icon-container svg {
  width: 30px;
  height: 30px;
  stroke-linecap: round;
}

@media (min-width: 768px) {
  main#page-course-detail #course-toggler .preview-container .icon-container svg {
    width: 40px;
    height: 40px;
  }
}

main#page-course-detail #course-toggler .preview-container img {
  -o-object-fit: cover;
     object-fit: cover;
}

main#page-course-detail #course-toggler .preview-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 1rem;
  transition: background-color 300ms ease-in-out;
}

main#page-course-detail #course-toggler .preview-container:hover::after {
  background-color: rgba(2, 54, 52, 0.2);
  transition: background-color 300ms ease-in-out;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

main#page-course-detail #course-toggler.toggled .shape-drone {
  display: block;
}

main#page-course-detail #course-toggler.toggled .shape-pair-of-compasses {
  display: none;
}

@media (min-width: 1200px) {
  main#page-course-detail #course-toggler.toggled .detail-image-wrapper {
    border: 1px solid rgba(2, 54, 52, 0.2);
    padding: 1.25rem;
  }
}

main#page-course-detail #course-toggler.toggled .detail-image-wrapper #detail-img {
  -o-object-position: center;
     object-position: center;
}

main#page-course-detail #course-toggler:not(.toggled) .shape-drone {
  display: none;
}

main#page-course-detail #course-toggler:not(.toggled) .shape-pair-of-compasses {
  display: block;
}

main#page-course-detail #course-toggler:not(.toggled) .image-wrapper {
  padding: 1.25rem;
}

main#page-course-detail #course-toggler:not(.toggled) .preview-container img {
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #F5F3EF;
  padding: 0.625rem;
  border: 1px solid #023634;
}

@media (max-width: 767.98px) {
  main#page-course-detail #course-toggler:not(.toggled) .preview-container img {
    border: none;
  }
}

main#page-course-detail #course-toggler #detailed-img {
  border: 1px solid rgba(2, 54, 52, 0.2);
}

main#page-course-detail .info-container {
  top: 2.5rem;
  height: -moz-fit-content;
  height: fit-content;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  main#page-course-detail .info-container {
    max-width: 22rem;
  }
}

main#page-course-detail .info-container h2 {
  border-bottom: solid 1px rgba(245, 243, 239, 0.2);
}

main#page-course-detail .info-container .legend-container {
  gap: 0.625rem;
}

main#page-course-detail .info-container .legend-container .par-container div {
  gap: 1.25rem;
}

main#page-course-detail .info-container .legend-container .par-container .par-circle {
  width: 2rem;
  height: 2rem;
  border: 1px solid #F5F3EF;
  padding-bottom: 3px;
}

main#page-course-detail .info-container .legend-container .table td, main#page-course-detail .info-container .legend-container .table th {
  width: 33%;
}

main#page-course-detail .info-container .legend-container .table .tee-white, main#page-course-detail .info-container .legend-container .table .tee-yellow, main#page-course-detail .info-container .legend-container .table .tee-blue, main#page-course-detail .info-container .legend-container .table .tee-red, main#page-course-detail .info-container .legend-container .table .tee-orange {
  border-radius: 0.25rem;
  width: 2rem;
  height: 2rem;
  color: #000000;
}

main#page-course-detail .info-container .legend-container .table .tee-white {
  background-color: #F5F3EF;
}

main#page-course-detail .info-container .legend-container .table .tee-yellow {
  background-color: #ffc107;
}

main#page-course-detail .info-container .legend-container .table .tee-blue {
  background-color: #007bff;
  color: #F5F3EF;
}

main#page-course-detail .info-container .legend-container .table .tee-red {
  background-color: #dc3545;
  color: #F5F3EF;
}

main#page-course-detail .info-container .legend-container .table .tee-orange {
  background-color: #fd7e14;
}

main#page-course-detail .info-container .legend-container .table tbody tr {
  border-top: 0.3125rem solid #023634;
}

main#page-course-detail .info-container .legend-container .table tbody tr td:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}

main#page-course-detail .info-container .legend-container .table tbody tr td:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}

main#page-course-detail .info-container .legend-container .table tbody tr:nth-child(even) td {
  background: rgba(245, 243, 239, 0.1);
}

main#page-course-detail .info-container .legend-container .table tbody tr:nth-child(odd) td {
  background: rgba(245, 243, 239, 0.05);
}

main#page-course-detail .btn-primary {
  gap: 1.25rem;
  border: 1.5px solid #023634;
  background-color: #F5F3EF;
}

main#page-course-detail .btn-primary svg {
  stroke-width: 1.2px;
  fill: none;
  stroke-linecap: round;
}

main#page-course-detail .btn-primary:hover, main#page-course-detail .btn-primary:focus {
  background-color: #dde0dc;
}

main#page-course-detail .btn-primary:hover svg, main#page-course-detail .btn-primary:focus svg {
  transform: none;
}

main#page-course-detail .btn-secondary {
  gap: 1.25rem;
}

main#page-course-detail .btn-secondary svg {
  stroke-width: 1.2px;
  fill: none;
}

main#page-course-detail .lines-container {
  width: 50rem;
  height: 50rem;
  right: -8rem;
}

main#page-course-detail .info-container > .lines-container {
  left: 0;
  z-index: -1;
}

main#page-course-detail .modal-xxl {
  max-width: 1500px;
}

@media (max-width: 767.98px) {
  main#page-course-detail .modal-xxl {
    margin: 1.5rem;
  }
}

main#page-course-detail .modal-xxl .modal-body video {
  -o-object-fit: cover;
     object-fit: cover;
}

main#page-course-detail .modal-xxl button {
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
}

main#page-course-detail .modal-xxl button svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #F5F3EF;
}

main#page-course-detail .video-container {
  aspect-ratio: 4/3;
  border-radius: 2rem;
  overflow: hidden;
}

main#page-course-detail .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

main#page-course-detail .video-container .video-overlay {
  display: flex;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

main#page-course-detail .video-container .video-overlay .svg-wrapper {
  background-color: rgba(245, 243, 239, 0.3);
  padding: 2rem;
  border-radius: 100%;
}

main#page-course-detail .video-container .video-overlay .svg-wrapper svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 1199.98px) {
  main#page-course-detail .video-container .video-overlay .svg-wrapper {
    transform: scale(0.5);
  }
}

@media (min-width: 992px) {
  main#page-course-detail .video-container .video-overlay:hover, main#page-course-detail .video-container .video-overlay:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }
  main#page-course-detail .video-container .video-overlay:hover .svg-wrapper, main#page-course-detail .video-container .video-overlay:focus .svg-wrapper {
    transform: scale(0.9);
  }
}

main#page-course-detail .course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
}

@media (max-width: 1199.98px) {
  main#page-course-detail .course-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media (max-width: 991.98px) {
  main#page-course-detail .course-grid {
    display: flex;
    flex-flow: column;
    gap: 16px;
  }
}

main#page-course-detail .course-grid a {
  display: block;
}

main#page-course-detail .course-grid img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  main#page-course-detail .course-grid img {
    border-radius: 1rem !important;
  }
}

main#page-course-detail .course-grid .grid-1 img {
  aspect-ratio: 4/3;
}

@media (min-width: 1200px) {
  main#page-course-detail .course-grid .grid-1 img {
    max-width: 25vw;
  }
}

@media (max-width: 991.98px) {
  main#page-course-detail .course-grid .grid-1 img {
    aspect-ratio: 16/9;
  }
}

main#page-course-detail .course-grid .grid-2 img:first-of-type {
  aspect-ratio: 3/4;
}

@media (max-width: 991.98px) {
  main#page-course-detail .course-grid .grid-2 img:first-of-type {
    aspect-ratio: 1/1;
  }
}

main#page-course-detail .course-grid .grid-2 .img-wrapper:last-of-type img {
  aspect-ratio: 1/1;
}

@media (min-width: 992px) {
  main#page-course-detail .course-grid .grid-2 .img-wrapper:last-of-type {
    position: absolute;
    left: -15%;
    bottom: -10%;
    max-width: 60%;
  }
}

@media (max-width: 991.98px) {
  main#page-course-detail .course-grid .grid-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  main#page-course-detail .course-grid .grid-2 .img-wrapper {
    max-width: 48%;
  }
}

main#page-course-detail .course-grid .grid-3 img {
  aspect-ratio: 4/3;
}

@media (min-width: 992px) {
  main#page-course-detail .course-grid .grid-3 img {
    max-width: 20vw;
  }
}

@media (max-width: 991.98px) {
  main#page-course-detail .course-grid .grid-3 img {
    aspect-ratio: 4/3;
  }
}

main#page-courses-overview .btn-wrapper {
  gap: 0.5rem;
}

main#page-courses-overview .card {
  background-color: white;
  transition: border .3s ease-in-out;
}

@media (max-width: 767.98px) {
  main#page-courses-overview .card .card-img-top {
    aspect-ratio: 1/1.2;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

main#page-courses-overview .card .par-circle {
  top: 1.25rem;
  right: 1.25rem;
  width: 2rem;
  height: 2rem;
  border: 1.2px solid #023634;
  padding-bottom: 3px;
  color: #023634;
  font-weight: 500;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

@media (max-width: 767.98px) {
  main#page-courses-overview .card .par-circle {
    top: 5px;
    right: 5px;
  }
}

main#page-courses-overview .card .hole-number {
  bottom: -1.5rem;
  left: -1.5rem;
  width: 4rem;
  height: 4rem;
  border: solid white 4px;
  padding-bottom: 5px;
  background: white;
  color: #023634;
  transition: all .3s ease-in-out;
}

main#page-courses-overview .card .hole-number:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: dashed #023634 1.4px;
  border-radius: 50rem;
  transition: all .3s ease-in-out;
}

@media (max-width: 767.98px) {
  main#page-courses-overview .card .hole-number {
    bottom: unset;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -35%) scale(0.8);
  }
}

main#page-courses-overview .card:hover .hole-number {
  background: #023634;
  border-color: #023634;
  color: white;
}

main#page-courses-overview .card:hover .hole-number:after {
  border-color: white;
}

/**
*
* This file should only contain imports and comments
* http://sass-guidelin.es/#main-file
*
**/

/*# sourceMappingURL=main.css.map */
