/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Barlow", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
  --bs-border-width: 2px;
  --bs-border-style: solid;
  --bs-border-color: #000;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-code-color: #d63384;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 15px 0;
  color: inherit;
  border: 0;
  border-top: 2px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 7.5px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

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,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 3.75px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 3.75px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 7.5px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 7.5px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 15px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 15px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 30px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 30px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 45px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 45px;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 15px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 15px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 30px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 30px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 45px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 15px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 15px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 30px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 30px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 45px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 15px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 15px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 30px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 30px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 45px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 30px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 30px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 45px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 45px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 3.75px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 3.75px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 7.5px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 7.5px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 30px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 30px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 45px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 45px;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 4px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 4px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 2px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select {
  appearance: none;
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb {
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb {
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 4px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 2px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 2px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3.75px 7.5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3.75px 7.5px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.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.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem 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;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 2px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 15px;
  --bs-list-group-item-padding-y: 7.5px;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #000;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(206.6, 226, 254.6);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(7.8, 66, 151.8);
  background-color: rgb(185.94, 203.4, 229.14);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(7.8, 66, 151.8);
  border-color: rgb(7.8, 66, 151.8);
}

.list-group-item-secondary {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(225.6, 227.4, 229);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(64.8, 70.2, 75);
  background-color: rgb(203.04, 204.66, 206.1);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(64.8, 70.2, 75);
  border-color: rgb(64.8, 70.2, 75);
}

.list-group-item-success {
  color: rgb(15, 81, 50.4);
  background-color: rgb(209, 231, 220.8);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(15, 81, 50.4);
  background-color: rgb(188.1, 207.9, 198.72);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(15, 81, 50.4);
  border-color: rgb(15, 81, 50.4);
}

.list-group-item-info {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(206.6, 244.4, 252);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(5.2, 80.8, 96);
  background-color: rgb(185.94, 219.96, 226.8);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(5.2, 80.8, 96);
  border-color: rgb(5.2, 80.8, 96);
}

.list-group-item-warning {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(255, 242.6, 205.4);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(102, 77.2, 2.8);
  background-color: rgb(229.5, 218.34, 184.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(102, 77.2, 2.8);
  border-color: rgb(102, 77.2, 2.8);
}

.list-group-item-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(223.2, 193.14, 196.02);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132, 31.8, 41.4);
  border-color: rgb(132, 31.8, 41.4);
}

.list-group-item-light {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(253.6, 253.8, 254);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(99.2, 99.6, 100);
  background-color: rgb(228.24, 228.42, 228.6);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(99.2, 99.6, 100);
  border-color: rgb(99.2, 99.6, 100);
}

.list-group-item-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(189.54, 190.26, 190.98);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(19.8, 22.2, 24.6);
  border-color: rgb(19.8, 22.2, 24.6);
}

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(10.4, 88, 202.4) !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100) !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2) !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243) !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6) !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2) !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251) !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8) !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-none {
  box-shadow: none !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;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

.min-vw-100 {
  min-width: 100vw !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 3.75px !important;
}

.m-2 {
  margin: 7.5px !important;
}

.m-3 {
  margin: 15px !important;
}

.m-4 {
  margin: 30px !important;
}

.m-5 {
  margin: 45px !important;
}

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

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

.mx-1 {
  margin-right: 3.75px !important;
  margin-left: 3.75px !important;
}

.mx-2 {
  margin-right: 7.5px !important;
  margin-left: 7.5px !important;
}

.mx-3 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mx-4 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mx-5 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

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

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

.my-1 {
  margin-top: 3.75px !important;
  margin-bottom: 3.75px !important;
}

.my-2 {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}

.my-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-4 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-5 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

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

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

.mt-1 {
  margin-top: 3.75px !important;
}

.mt-2 {
  margin-top: 7.5px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.mt-5 {
  margin-top: 45px !important;
}

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

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

.me-1 {
  margin-right: 3.75px !important;
}

.me-2 {
  margin-right: 7.5px !important;
}

.me-3 {
  margin-right: 15px !important;
}

.me-4 {
  margin-right: 30px !important;
}

.me-5 {
  margin-right: 45px !important;
}

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

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

.mb-1 {
  margin-bottom: 3.75px !important;
}

.mb-2 {
  margin-bottom: 7.5px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 30px !important;
}

.mb-5 {
  margin-bottom: 45px !important;
}

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

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

.ms-1 {
  margin-left: 3.75px !important;
}

.ms-2 {
  margin-left: 7.5px !important;
}

.ms-3 {
  margin-left: 15px !important;
}

.ms-4 {
  margin-left: 30px !important;
}

.ms-5 {
  margin-left: 45px !important;
}

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

.m-n1 {
  margin: -3.75px !important;
}

.m-n2 {
  margin: -7.5px !important;
}

.m-n3 {
  margin: -15px !important;
}

.m-n4 {
  margin: -30px !important;
}

.m-n5 {
  margin: -45px !important;
}

.mx-n1 {
  margin-right: -3.75px !important;
  margin-left: -3.75px !important;
}

.mx-n2 {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}

.mx-n3 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.mx-n4 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mx-n5 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

.my-n1 {
  margin-top: -3.75px !important;
  margin-bottom: -3.75px !important;
}

.my-n2 {
  margin-top: -7.5px !important;
  margin-bottom: -7.5px !important;
}

.my-n3 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.my-n4 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-n5 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.mt-n1 {
  margin-top: -3.75px !important;
}

.mt-n2 {
  margin-top: -7.5px !important;
}

.mt-n3 {
  margin-top: -15px !important;
}

.mt-n4 {
  margin-top: -30px !important;
}

.mt-n5 {
  margin-top: -45px !important;
}

.me-n1 {
  margin-right: -3.75px !important;
}

.me-n2 {
  margin-right: -7.5px !important;
}

.me-n3 {
  margin-right: -15px !important;
}

.me-n4 {
  margin-right: -30px !important;
}

.me-n5 {
  margin-right: -45px !important;
}

.mb-n1 {
  margin-bottom: -3.75px !important;
}

.mb-n2 {
  margin-bottom: -7.5px !important;
}

.mb-n3 {
  margin-bottom: -15px !important;
}

.mb-n4 {
  margin-bottom: -30px !important;
}

.mb-n5 {
  margin-bottom: -45px !important;
}

.ms-n1 {
  margin-left: -3.75px !important;
}

.ms-n2 {
  margin-left: -7.5px !important;
}

.ms-n3 {
  margin-left: -15px !important;
}

.ms-n4 {
  margin-left: -30px !important;
}

.ms-n5 {
  margin-left: -45px !important;
}

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

.p-1 {
  padding: 3.75px !important;
}

.p-2 {
  padding: 7.5px !important;
}

.p-3 {
  padding: 15px !important;
}

.p-4 {
  padding: 30px !important;
}

.p-5 {
  padding: 45px !important;
}

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

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

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

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

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

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

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

.py-1 {
  padding-top: 3.75px !important;
  padding-bottom: 3.75px !important;
}

.py-2 {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}

.py-3 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-5 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

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

.pt-1 {
  padding-top: 3.75px !important;
}

.pt-2 {
  padding-top: 7.5px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 30px !important;
}

.pt-5 {
  padding-top: 45px !important;
}

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

.pe-1 {
  padding-right: 3.75px !important;
}

.pe-2 {
  padding-right: 7.5px !important;
}

.pe-3 {
  padding-right: 15px !important;
}

.pe-4 {
  padding-right: 30px !important;
}

.pe-5 {
  padding-right: 45px !important;
}

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

.pb-1 {
  padding-bottom: 3.75px !important;
}

.pb-2 {
  padding-bottom: 7.5px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 30px !important;
}

.pb-5 {
  padding-bottom: 45px !important;
}

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

.ps-1 {
  padding-left: 3.75px !important;
}

.ps-2 {
  padding-left: 7.5px !important;
}

.ps-3 {
  padding-left: 15px !important;
}

.ps-4 {
  padding-left: 30px !important;
}

.ps-5 {
  padding-left: 45px !important;
}

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

.gap-1 {
  gap: 3.75px !important;
}

.gap-2 {
  gap: 7.5px !important;
}

.gap-3 {
  gap: 15px !important;
}

.gap-4 {
  gap: 30px !important;
}

.gap-5 {
  gap: 45px !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 3.75px !important;
  }
  .m-sm-2 {
    margin: 7.5px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .m-sm-4 {
    margin: 30px !important;
  }
  .m-sm-5 {
    margin: 45px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-sm-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-sm-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-sm-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-sm-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 3.75px !important;
  }
  .mt-sm-2 {
    margin-top: 7.5px !important;
  }
  .mt-sm-3 {
    margin-top: 15px !important;
  }
  .mt-sm-4 {
    margin-top: 30px !important;
  }
  .mt-sm-5 {
    margin-top: 45px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 3.75px !important;
  }
  .me-sm-2 {
    margin-right: 7.5px !important;
  }
  .me-sm-3 {
    margin-right: 15px !important;
  }
  .me-sm-4 {
    margin-right: 30px !important;
  }
  .me-sm-5 {
    margin-right: 45px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-sm-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-sm-3 {
    margin-bottom: 15px !important;
  }
  .mb-sm-4 {
    margin-bottom: 30px !important;
  }
  .mb-sm-5 {
    margin-bottom: 45px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 3.75px !important;
  }
  .ms-sm-2 {
    margin-left: 7.5px !important;
  }
  .ms-sm-3 {
    margin-left: 15px !important;
  }
  .ms-sm-4 {
    margin-left: 30px !important;
  }
  .ms-sm-5 {
    margin-left: 45px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -3.75px !important;
  }
  .m-sm-n2 {
    margin: -7.5px !important;
  }
  .m-sm-n3 {
    margin: -15px !important;
  }
  .m-sm-n4 {
    margin: -30px !important;
  }
  .m-sm-n5 {
    margin: -45px !important;
  }
  .mx-sm-n1 {
    margin-right: -3.75px !important;
    margin-left: -3.75px !important;
  }
  .mx-sm-n2 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-sm-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-sm-n4 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n5 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .my-sm-n1 {
    margin-top: -3.75px !important;
    margin-bottom: -3.75px !important;
  }
  .my-sm-n2 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-sm-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-sm-n4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mt-sm-n1 {
    margin-top: -3.75px !important;
  }
  .mt-sm-n2 {
    margin-top: -7.5px !important;
  }
  .mt-sm-n3 {
    margin-top: -15px !important;
  }
  .mt-sm-n4 {
    margin-top: -30px !important;
  }
  .mt-sm-n5 {
    margin-top: -45px !important;
  }
  .me-sm-n1 {
    margin-right: -3.75px !important;
  }
  .me-sm-n2 {
    margin-right: -7.5px !important;
  }
  .me-sm-n3 {
    margin-right: -15px !important;
  }
  .me-sm-n4 {
    margin-right: -30px !important;
  }
  .me-sm-n5 {
    margin-right: -45px !important;
  }
  .mb-sm-n1 {
    margin-bottom: -3.75px !important;
  }
  .mb-sm-n2 {
    margin-bottom: -7.5px !important;
  }
  .mb-sm-n3 {
    margin-bottom: -15px !important;
  }
  .mb-sm-n4 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -45px !important;
  }
  .ms-sm-n1 {
    margin-left: -3.75px !important;
  }
  .ms-sm-n2 {
    margin-left: -7.5px !important;
  }
  .ms-sm-n3 {
    margin-left: -15px !important;
  }
  .ms-sm-n4 {
    margin-left: -30px !important;
  }
  .ms-sm-n5 {
    margin-left: -45px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 3.75px !important;
  }
  .p-sm-2 {
    padding: 7.5px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .p-sm-4 {
    padding: 30px !important;
  }
  .p-sm-5 {
    padding: 45px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-sm-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-sm-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-sm-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-sm-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 3.75px !important;
  }
  .pt-sm-2 {
    padding-top: 7.5px !important;
  }
  .pt-sm-3 {
    padding-top: 15px !important;
  }
  .pt-sm-4 {
    padding-top: 30px !important;
  }
  .pt-sm-5 {
    padding-top: 45px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 3.75px !important;
  }
  .pe-sm-2 {
    padding-right: 7.5px !important;
  }
  .pe-sm-3 {
    padding-right: 15px !important;
  }
  .pe-sm-4 {
    padding-right: 30px !important;
  }
  .pe-sm-5 {
    padding-right: 45px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-sm-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-sm-3 {
    padding-bottom: 15px !important;
  }
  .pb-sm-4 {
    padding-bottom: 30px !important;
  }
  .pb-sm-5 {
    padding-bottom: 45px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 3.75px !important;
  }
  .ps-sm-2 {
    padding-left: 7.5px !important;
  }
  .ps-sm-3 {
    padding-left: 15px !important;
  }
  .ps-sm-4 {
    padding-left: 30px !important;
  }
  .ps-sm-5 {
    padding-left: 45px !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 3.75px !important;
  }
  .gap-sm-2 {
    gap: 7.5px !important;
  }
  .gap-sm-3 {
    gap: 15px !important;
  }
  .gap-sm-4 {
    gap: 30px !important;
  }
  .gap-sm-5 {
    gap: 45px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 3.75px !important;
  }
  .m-md-2 {
    margin: 7.5px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .m-md-4 {
    margin: 30px !important;
  }
  .m-md-5 {
    margin: 45px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-md-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-md-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-md-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-md-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 3.75px !important;
  }
  .mt-md-2 {
    margin-top: 7.5px !important;
  }
  .mt-md-3 {
    margin-top: 15px !important;
  }
  .mt-md-4 {
    margin-top: 30px !important;
  }
  .mt-md-5 {
    margin-top: 45px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 3.75px !important;
  }
  .me-md-2 {
    margin-right: 7.5px !important;
  }
  .me-md-3 {
    margin-right: 15px !important;
  }
  .me-md-4 {
    margin-right: 30px !important;
  }
  .me-md-5 {
    margin-right: 45px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-md-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-md-3 {
    margin-bottom: 15px !important;
  }
  .mb-md-4 {
    margin-bottom: 30px !important;
  }
  .mb-md-5 {
    margin-bottom: 45px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 3.75px !important;
  }
  .ms-md-2 {
    margin-left: 7.5px !important;
  }
  .ms-md-3 {
    margin-left: 15px !important;
  }
  .ms-md-4 {
    margin-left: 30px !important;
  }
  .ms-md-5 {
    margin-left: 45px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -3.75px !important;
  }
  .m-md-n2 {
    margin: -7.5px !important;
  }
  .m-md-n3 {
    margin: -15px !important;
  }
  .m-md-n4 {
    margin: -30px !important;
  }
  .m-md-n5 {
    margin: -45px !important;
  }
  .mx-md-n1 {
    margin-right: -3.75px !important;
    margin-left: -3.75px !important;
  }
  .mx-md-n2 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-md-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-md-n4 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n5 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .my-md-n1 {
    margin-top: -3.75px !important;
    margin-bottom: -3.75px !important;
  }
  .my-md-n2 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-md-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-md-n4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mt-md-n1 {
    margin-top: -3.75px !important;
  }
  .mt-md-n2 {
    margin-top: -7.5px !important;
  }
  .mt-md-n3 {
    margin-top: -15px !important;
  }
  .mt-md-n4 {
    margin-top: -30px !important;
  }
  .mt-md-n5 {
    margin-top: -45px !important;
  }
  .me-md-n1 {
    margin-right: -3.75px !important;
  }
  .me-md-n2 {
    margin-right: -7.5px !important;
  }
  .me-md-n3 {
    margin-right: -15px !important;
  }
  .me-md-n4 {
    margin-right: -30px !important;
  }
  .me-md-n5 {
    margin-right: -45px !important;
  }
  .mb-md-n1 {
    margin-bottom: -3.75px !important;
  }
  .mb-md-n2 {
    margin-bottom: -7.5px !important;
  }
  .mb-md-n3 {
    margin-bottom: -15px !important;
  }
  .mb-md-n4 {
    margin-bottom: -30px !important;
  }
  .mb-md-n5 {
    margin-bottom: -45px !important;
  }
  .ms-md-n1 {
    margin-left: -3.75px !important;
  }
  .ms-md-n2 {
    margin-left: -7.5px !important;
  }
  .ms-md-n3 {
    margin-left: -15px !important;
  }
  .ms-md-n4 {
    margin-left: -30px !important;
  }
  .ms-md-n5 {
    margin-left: -45px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 3.75px !important;
  }
  .p-md-2 {
    padding: 7.5px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .p-md-4 {
    padding: 30px !important;
  }
  .p-md-5 {
    padding: 45px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-md-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-md-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-md-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-md-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 3.75px !important;
  }
  .pt-md-2 {
    padding-top: 7.5px !important;
  }
  .pt-md-3 {
    padding-top: 15px !important;
  }
  .pt-md-4 {
    padding-top: 30px !important;
  }
  .pt-md-5 {
    padding-top: 45px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 3.75px !important;
  }
  .pe-md-2 {
    padding-right: 7.5px !important;
  }
  .pe-md-3 {
    padding-right: 15px !important;
  }
  .pe-md-4 {
    padding-right: 30px !important;
  }
  .pe-md-5 {
    padding-right: 45px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-md-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-md-3 {
    padding-bottom: 15px !important;
  }
  .pb-md-4 {
    padding-bottom: 30px !important;
  }
  .pb-md-5 {
    padding-bottom: 45px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 3.75px !important;
  }
  .ps-md-2 {
    padding-left: 7.5px !important;
  }
  .ps-md-3 {
    padding-left: 15px !important;
  }
  .ps-md-4 {
    padding-left: 30px !important;
  }
  .ps-md-5 {
    padding-left: 45px !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 3.75px !important;
  }
  .gap-md-2 {
    gap: 7.5px !important;
  }
  .gap-md-3 {
    gap: 15px !important;
  }
  .gap-md-4 {
    gap: 30px !important;
  }
  .gap-md-5 {
    gap: 45px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 3.75px !important;
  }
  .m-lg-2 {
    margin: 7.5px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .m-lg-4 {
    margin: 30px !important;
  }
  .m-lg-5 {
    margin: 45px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-lg-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-lg-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-lg-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-lg-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 3.75px !important;
  }
  .mt-lg-2 {
    margin-top: 7.5px !important;
  }
  .mt-lg-3 {
    margin-top: 15px !important;
  }
  .mt-lg-4 {
    margin-top: 30px !important;
  }
  .mt-lg-5 {
    margin-top: 45px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 3.75px !important;
  }
  .me-lg-2 {
    margin-right: 7.5px !important;
  }
  .me-lg-3 {
    margin-right: 15px !important;
  }
  .me-lg-4 {
    margin-right: 30px !important;
  }
  .me-lg-5 {
    margin-right: 45px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-lg-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-lg-3 {
    margin-bottom: 15px !important;
  }
  .mb-lg-4 {
    margin-bottom: 30px !important;
  }
  .mb-lg-5 {
    margin-bottom: 45px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 3.75px !important;
  }
  .ms-lg-2 {
    margin-left: 7.5px !important;
  }
  .ms-lg-3 {
    margin-left: 15px !important;
  }
  .ms-lg-4 {
    margin-left: 30px !important;
  }
  .ms-lg-5 {
    margin-left: 45px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -3.75px !important;
  }
  .m-lg-n2 {
    margin: -7.5px !important;
  }
  .m-lg-n3 {
    margin: -15px !important;
  }
  .m-lg-n4 {
    margin: -30px !important;
  }
  .m-lg-n5 {
    margin: -45px !important;
  }
  .mx-lg-n1 {
    margin-right: -3.75px !important;
    margin-left: -3.75px !important;
  }
  .mx-lg-n2 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-lg-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-lg-n4 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n5 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .my-lg-n1 {
    margin-top: -3.75px !important;
    margin-bottom: -3.75px !important;
  }
  .my-lg-n2 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-lg-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-lg-n4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mt-lg-n1 {
    margin-top: -3.75px !important;
  }
  .mt-lg-n2 {
    margin-top: -7.5px !important;
  }
  .mt-lg-n3 {
    margin-top: -15px !important;
  }
  .mt-lg-n4 {
    margin-top: -30px !important;
  }
  .mt-lg-n5 {
    margin-top: -45px !important;
  }
  .me-lg-n1 {
    margin-right: -3.75px !important;
  }
  .me-lg-n2 {
    margin-right: -7.5px !important;
  }
  .me-lg-n3 {
    margin-right: -15px !important;
  }
  .me-lg-n4 {
    margin-right: -30px !important;
  }
  .me-lg-n5 {
    margin-right: -45px !important;
  }
  .mb-lg-n1 {
    margin-bottom: -3.75px !important;
  }
  .mb-lg-n2 {
    margin-bottom: -7.5px !important;
  }
  .mb-lg-n3 {
    margin-bottom: -15px !important;
  }
  .mb-lg-n4 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -45px !important;
  }
  .ms-lg-n1 {
    margin-left: -3.75px !important;
  }
  .ms-lg-n2 {
    margin-left: -7.5px !important;
  }
  .ms-lg-n3 {
    margin-left: -15px !important;
  }
  .ms-lg-n4 {
    margin-left: -30px !important;
  }
  .ms-lg-n5 {
    margin-left: -45px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 3.75px !important;
  }
  .p-lg-2 {
    padding: 7.5px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .p-lg-4 {
    padding: 30px !important;
  }
  .p-lg-5 {
    padding: 45px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-lg-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-lg-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-lg-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-lg-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 3.75px !important;
  }
  .pt-lg-2 {
    padding-top: 7.5px !important;
  }
  .pt-lg-3 {
    padding-top: 15px !important;
  }
  .pt-lg-4 {
    padding-top: 30px !important;
  }
  .pt-lg-5 {
    padding-top: 45px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 3.75px !important;
  }
  .pe-lg-2 {
    padding-right: 7.5px !important;
  }
  .pe-lg-3 {
    padding-right: 15px !important;
  }
  .pe-lg-4 {
    padding-right: 30px !important;
  }
  .pe-lg-5 {
    padding-right: 45px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-lg-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-lg-3 {
    padding-bottom: 15px !important;
  }
  .pb-lg-4 {
    padding-bottom: 30px !important;
  }
  .pb-lg-5 {
    padding-bottom: 45px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 3.75px !important;
  }
  .ps-lg-2 {
    padding-left: 7.5px !important;
  }
  .ps-lg-3 {
    padding-left: 15px !important;
  }
  .ps-lg-4 {
    padding-left: 30px !important;
  }
  .ps-lg-5 {
    padding-left: 45px !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 3.75px !important;
  }
  .gap-lg-2 {
    gap: 7.5px !important;
  }
  .gap-lg-3 {
    gap: 15px !important;
  }
  .gap-lg-4 {
    gap: 30px !important;
  }
  .gap-lg-5 {
    gap: 45px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 3.75px !important;
  }
  .m-xl-2 {
    margin: 7.5px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .m-xl-4 {
    margin: 30px !important;
  }
  .m-xl-5 {
    margin: 45px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-xl-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xl-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-xl-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xl-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 3.75px !important;
  }
  .mt-xl-2 {
    margin-top: 7.5px !important;
  }
  .mt-xl-3 {
    margin-top: 15px !important;
  }
  .mt-xl-4 {
    margin-top: 30px !important;
  }
  .mt-xl-5 {
    margin-top: 45px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 3.75px !important;
  }
  .me-xl-2 {
    margin-right: 7.5px !important;
  }
  .me-xl-3 {
    margin-right: 15px !important;
  }
  .me-xl-4 {
    margin-right: 30px !important;
  }
  .me-xl-5 {
    margin-right: 45px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-xl-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-xl-3 {
    margin-bottom: 15px !important;
  }
  .mb-xl-4 {
    margin-bottom: 30px !important;
  }
  .mb-xl-5 {
    margin-bottom: 45px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 3.75px !important;
  }
  .ms-xl-2 {
    margin-left: 7.5px !important;
  }
  .ms-xl-3 {
    margin-left: 15px !important;
  }
  .ms-xl-4 {
    margin-left: 30px !important;
  }
  .ms-xl-5 {
    margin-left: 45px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -3.75px !important;
  }
  .m-xl-n2 {
    margin: -7.5px !important;
  }
  .m-xl-n3 {
    margin: -15px !important;
  }
  .m-xl-n4 {
    margin: -30px !important;
  }
  .m-xl-n5 {
    margin: -45px !important;
  }
  .mx-xl-n1 {
    margin-right: -3.75px !important;
    margin-left: -3.75px !important;
  }
  .mx-xl-n2 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-xl-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xl-n4 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n5 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .my-xl-n1 {
    margin-top: -3.75px !important;
    margin-bottom: -3.75px !important;
  }
  .my-xl-n2 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-xl-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xl-n4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mt-xl-n1 {
    margin-top: -3.75px !important;
  }
  .mt-xl-n2 {
    margin-top: -7.5px !important;
  }
  .mt-xl-n3 {
    margin-top: -15px !important;
  }
  .mt-xl-n4 {
    margin-top: -30px !important;
  }
  .mt-xl-n5 {
    margin-top: -45px !important;
  }
  .me-xl-n1 {
    margin-right: -3.75px !important;
  }
  .me-xl-n2 {
    margin-right: -7.5px !important;
  }
  .me-xl-n3 {
    margin-right: -15px !important;
  }
  .me-xl-n4 {
    margin-right: -30px !important;
  }
  .me-xl-n5 {
    margin-right: -45px !important;
  }
  .mb-xl-n1 {
    margin-bottom: -3.75px !important;
  }
  .mb-xl-n2 {
    margin-bottom: -7.5px !important;
  }
  .mb-xl-n3 {
    margin-bottom: -15px !important;
  }
  .mb-xl-n4 {
    margin-bottom: -30px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -45px !important;
  }
  .ms-xl-n1 {
    margin-left: -3.75px !important;
  }
  .ms-xl-n2 {
    margin-left: -7.5px !important;
  }
  .ms-xl-n3 {
    margin-left: -15px !important;
  }
  .ms-xl-n4 {
    margin-left: -30px !important;
  }
  .ms-xl-n5 {
    margin-left: -45px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 3.75px !important;
  }
  .p-xl-2 {
    padding: 7.5px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .p-xl-4 {
    padding: 30px !important;
  }
  .p-xl-5 {
    padding: 45px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-xl-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-xl-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 3.75px !important;
  }
  .pt-xl-2 {
    padding-top: 7.5px !important;
  }
  .pt-xl-3 {
    padding-top: 15px !important;
  }
  .pt-xl-4 {
    padding-top: 30px !important;
  }
  .pt-xl-5 {
    padding-top: 45px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 3.75px !important;
  }
  .pe-xl-2 {
    padding-right: 7.5px !important;
  }
  .pe-xl-3 {
    padding-right: 15px !important;
  }
  .pe-xl-4 {
    padding-right: 30px !important;
  }
  .pe-xl-5 {
    padding-right: 45px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-xl-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-xl-3 {
    padding-bottom: 15px !important;
  }
  .pb-xl-4 {
    padding-bottom: 30px !important;
  }
  .pb-xl-5 {
    padding-bottom: 45px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 3.75px !important;
  }
  .ps-xl-2 {
    padding-left: 7.5px !important;
  }
  .ps-xl-3 {
    padding-left: 15px !important;
  }
  .ps-xl-4 {
    padding-left: 30px !important;
  }
  .ps-xl-5 {
    padding-left: 45px !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 3.75px !important;
  }
  .gap-xl-2 {
    gap: 7.5px !important;
  }
  .gap-xl-3 {
    gap: 15px !important;
  }
  .gap-xl-4 {
    gap: 30px !important;
  }
  .gap-xl-5 {
    gap: 45px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 3.75px !important;
  }
  .m-xxl-2 {
    margin: 7.5px !important;
  }
  .m-xxl-3 {
    margin: 15px !important;
  }
  .m-xxl-4 {
    margin: 30px !important;
  }
  .m-xxl-5 {
    margin: 45px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 3.75px !important;
    margin-left: 3.75px !important;
  }
  .mx-xxl-2 {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
  }
  .mx-xxl-3 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-4 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xxl-5 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 3.75px !important;
    margin-bottom: 3.75px !important;
  }
  .my-xxl-2 {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
  .my-xxl-3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-4 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xxl-5 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 3.75px !important;
  }
  .mt-xxl-2 {
    margin-top: 7.5px !important;
  }
  .mt-xxl-3 {
    margin-top: 15px !important;
  }
  .mt-xxl-4 {
    margin-top: 30px !important;
  }
  .mt-xxl-5 {
    margin-top: 45px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 3.75px !important;
  }
  .me-xxl-2 {
    margin-right: 7.5px !important;
  }
  .me-xxl-3 {
    margin-right: 15px !important;
  }
  .me-xxl-4 {
    margin-right: 30px !important;
  }
  .me-xxl-5 {
    margin-right: 45px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 3.75px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 7.5px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 30px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 45px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 3.75px !important;
  }
  .ms-xxl-2 {
    margin-left: 7.5px !important;
  }
  .ms-xxl-3 {
    margin-left: 15px !important;
  }
  .ms-xxl-4 {
    margin-left: 30px !important;
  }
  .ms-xxl-5 {
    margin-left: 45px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -3.75px !important;
  }
  .m-xxl-n2 {
    margin: -7.5px !important;
  }
  .m-xxl-n3 {
    margin: -15px !important;
  }
  .m-xxl-n4 {
    margin: -30px !important;
  }
  .m-xxl-n5 {
    margin: -45px !important;
  }
  .mx-xxl-n1 {
    margin-right: -3.75px !important;
    margin-left: -3.75px !important;
  }
  .mx-xxl-n2 {
    margin-right: -7.5px !important;
    margin-left: -7.5px !important;
  }
  .mx-xxl-n3 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xxl-n4 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xxl-n5 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .my-xxl-n1 {
    margin-top: -3.75px !important;
    margin-bottom: -3.75px !important;
  }
  .my-xxl-n2 {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
  }
  .my-xxl-n3 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xxl-n4 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xxl-n5 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .mt-xxl-n1 {
    margin-top: -3.75px !important;
  }
  .mt-xxl-n2 {
    margin-top: -7.5px !important;
  }
  .mt-xxl-n3 {
    margin-top: -15px !important;
  }
  .mt-xxl-n4 {
    margin-top: -30px !important;
  }
  .mt-xxl-n5 {
    margin-top: -45px !important;
  }
  .me-xxl-n1 {
    margin-right: -3.75px !important;
  }
  .me-xxl-n2 {
    margin-right: -7.5px !important;
  }
  .me-xxl-n3 {
    margin-right: -15px !important;
  }
  .me-xxl-n4 {
    margin-right: -30px !important;
  }
  .me-xxl-n5 {
    margin-right: -45px !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -3.75px !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -7.5px !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -15px !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -30px !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -45px !important;
  }
  .ms-xxl-n1 {
    margin-left: -3.75px !important;
  }
  .ms-xxl-n2 {
    margin-left: -7.5px !important;
  }
  .ms-xxl-n3 {
    margin-left: -15px !important;
  }
  .ms-xxl-n4 {
    margin-left: -30px !important;
  }
  .ms-xxl-n5 {
    margin-left: -45px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 3.75px !important;
  }
  .p-xxl-2 {
    padding: 7.5px !important;
  }
  .p-xxl-3 {
    padding: 15px !important;
  }
  .p-xxl-4 {
    padding: 30px !important;
  }
  .p-xxl-5 {
    padding: 45px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 3.75px !important;
    padding-left: 3.75px !important;
  }
  .px-xxl-2 {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
  .px-xxl-3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-4 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xxl-5 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 3.75px !important;
    padding-bottom: 3.75px !important;
  }
  .py-xxl-2 {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
  }
  .py-xxl-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-4 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xxl-5 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 3.75px !important;
  }
  .pt-xxl-2 {
    padding-top: 7.5px !important;
  }
  .pt-xxl-3 {
    padding-top: 15px !important;
  }
  .pt-xxl-4 {
    padding-top: 30px !important;
  }
  .pt-xxl-5 {
    padding-top: 45px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 3.75px !important;
  }
  .pe-xxl-2 {
    padding-right: 7.5px !important;
  }
  .pe-xxl-3 {
    padding-right: 15px !important;
  }
  .pe-xxl-4 {
    padding-right: 30px !important;
  }
  .pe-xxl-5 {
    padding-right: 45px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 3.75px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 7.5px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 30px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 45px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 3.75px !important;
  }
  .ps-xxl-2 {
    padding-left: 7.5px !important;
  }
  .ps-xxl-3 {
    padding-left: 15px !important;
  }
  .ps-xxl-4 {
    padding-left: 30px !important;
  }
  .ps-xxl-5 {
    padding-left: 45px !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 3.75px !important;
  }
  .gap-xxl-2 {
    gap: 7.5px !important;
  }
  .gap-xxl-3 {
    gap: 15px !important;
  }
  .gap-xxl-4 {
    gap: 30px !important;
  }
  .gap-xxl-5 {
    gap: 45px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-Medium.otf);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-MediumItalic.otf);
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-Semibold.otf);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-SemiboldItalic.otf);
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
.font-primary {
  font-family: "Barlow", sans-serif !important;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.font-secondary {
  font-family: "TiemposHeadline", serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "TiemposHeadline", serif;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
}

h1, .h1 {
  font-size: calc(40px + 50 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  h1, .h1 {
    font-size: 90px;
  }
}

h2, .h2 {
  font-size: calc(35px + 30 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1800px) {
  h2, .h2 {
    font-size: 65px;
  }
}

h3, .h3 {
  font-size: calc(28px + 17 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1800px) {
  h3, .h3 {
    font-size: 45px;
  }
}

h4, .h4 {
  font-size: calc(22px + 14 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1800px) {
  h4, .h4 {
    font-size: 36px;
  }
}
h4, .h4 {
  line-height: 1.3;
}

h5, .h5 {
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h5, .h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  h5, .h5 {
    font-size: 28px;
  }
}
h5, .h5 {
  line-height: 1.4;
}

h6, .h6 {
  font-size: calc(18px + 4 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h6, .h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  h6, .h6 {
    font-size: 22px;
  }
}
h6, .h6 {
  line-height: 1.4;
}

.lead, .lead-holder p {
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .lead, .lead-holder p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .lead, .lead-holder p {
    font-size: 28px;
  }
}
.lead, .lead-holder p {
  line-height: 1.5;
}

.lead-holder p {
  margin-bottom: 0;
}

.lead-holder p strong {
  font-family: "TiemposHeadline", serif;
}

.lead-small {
  font-size: calc(18px + 4 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .lead-small {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .lead-small {
    font-size: 22px;
  }
}
.lead-small {
  line-height: 1.5;
  font-weight: 500;
}

.lead-small-2 {
  font-size: calc(18px + 2 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .lead-small-2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .lead-small-2 {
    font-size: 20px;
  }
}
.lead-small-2 {
  line-height: 1.5;
  font-weight: 500;
}

.lead-xsmall {
  font-size: calc(16px + 2 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .lead-xsmall {
    font-size: 16px;
  }
}
@media screen and (min-width: 1800px) {
  .lead-xsmall {
    font-size: 18px;
  }
}
.lead-xsmall {
  line-height: 1.5;
}

.eyelash {
  font-size: calc(20px + 6 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .eyelash {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .eyelash {
    font-size: 26px;
  }
}
.eyelash {
  line-height: 1.3;
  margin-bottom: 10px;
}

.eyelash .font-secondary {
  font-size: calc(22px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .eyelash .font-secondary {
    font-size: 22px;
  }
}
@media screen and (min-width: 1800px) {
  .eyelash .font-secondary {
    font-size: 30px;
  }
}

.display-1 {
  font-weight: 300;
  font-size: calc(40px + 53 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .display-1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .display-1 {
    font-size: 93px;
  }
}

.box {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  text-align: center;
  will-change: transform;
}

.box.active {
  background-color: red;
}

.box-a {
  background-color: #e9ecef;
}

.box-b {
  background-color: #ced4da;
}

.box-c {
  background-color: #6c757d;
}

#smooth-content {
  will-change: transform;
  max-width: 2200px;
  margin: auto;
}

.barba-leaving .main-nav-mobile,
.barba-leaving .nav-overlay-mobile {
  opacity: 0;
}

@media (min-width: 992px) {
  .barba-leaving .menu-container {
    opacity: 0;
  }
}
/* Nav Holder */
.main-nav {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo {
  position: fixed;
  z-index: 999;
  left: 60px;
  top: 0;
  height: 160px;
  padding: 0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}

.main-nav.change-it .logo {
  opacity: 0;
  pointer-events: none;
}

.body-menu-opened-mobile .main-nav .logo {
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: opacity 0.4s 0s !important;
}

.main-nav.change-it .logo {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s 0.5s;
}

.main-nav.keep-hidden .logo {
  opacity: 0;
  pointer-events: none;
}

.main-nav.keep-hidden .logo a {
  display: none;
}

.body-menu-opened-mobile .main-nav.keep-hidden .logo a {
  display: block !important;
}

.all-work-button {
  opacity: 0;
  transition: opacity 0.4s 0s;
}

.keep-hidden .all-work-button {
  opacity: 1;
}

.barba-leaving .all-work-button {
  opacity: 0 !important;
  transition: opacity 0.4s 0s;
}

/* Desktop nav */
.navigation {
  margin-bottom: 0;
  transition: opacity 0.4s, visibility 0.4s 0s, transform 0.3s 0.2s ease-out;
  position: fixed;
  z-index: 99;
  right: 60px;
  top: 0;
  padding: 0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-nav.change-it .navigation {
  transform: translateX(-80px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s 0s, visibility 0.4s 0.3s, transform 0.3s 0s;
  background-color: transparent;
}

.main-nav.keep-hidden .navigation {
  display: none;
}

/* Nav Spacer */
.nav-spacer {
  height: 163px;
}

/* Nav Items */
.navigation > li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  display: flex;
}

.navigation > li:last-child {
  padding-right: 0;
}

.navigation > li > a {
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  text-transform: uppercase;
}

.navigation a em {
  font-style: normal;
  overflow: hidden;
  display: block;
}

.navigation a span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s;
}

.navigation a:hover span {
  transform: translateY(-100%);
}

.navigation a span:before {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translateY(0);
  line-height: 1.3;
}

.navigation > li a:before,
.nav-1 > li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -12px;
  right: 0;
  margin-top: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 999px;
  display: block;
  transform: scale(0);
  transition: transform 0.3s;
}

.page-transitioned .navigation li.current-menu-item > a:before,
.page-transitioned .navigation li.current-menu-parent > a:before,
.page-transitioned .nav-1 li.current-menu-item > a:before,
.page-transitioned .nav-1 li.current-menu-parent > a:before {
  transform: scale(1);
}

.barba-leaving .navigation li a:before,
.barba-leaving .nav-1 li a:before {
  transform: scale(0) !important;
}

.navigation li a span {
  position: relative;
}

/* Children */
.navigation > li.menu-item-has-children > a {
  cursor: default;
}

.navigation > li:last-child > a {
  padding-right: 0;
}

.navigation > li:hover > a {
  color: #000;
}

.navigation > li.current-menu-parent > a {
  cursor: default;
}

/* Overlay Desktop */
.nav-overlay-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s 0.6s;
  cursor: pointer;
}

.menu-open-nav .nav-overlay-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0s 0s;
}

.menu-open-nav { /* overflow: hidden; */ }

.nav-dropper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #fff;
  z-index: 2;
  height: 100px;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.menu-open-nav .nav-dropper {
  opacity: 1;
  pointer-events: default;
}

.navigation > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.5 1C4.5 0.723858 4.27614 0.5 4 0.5C3.72386 0.5 3.5 0.723858 3.5 1L4.5 1ZM3.64645 11.3536C3.84171 11.5488 4.15829 11.5488 4.35355 11.3536L7.53553 8.17157C7.7308 7.97631 7.7308 7.65973 7.53553 7.46447C7.34027 7.2692 7.02369 7.2692 6.82843 7.46447L4 10.2929L1.17157 7.46447C0.976311 7.2692 0.659729 7.2692 0.464466 7.46447C0.269204 7.65973 0.269204 7.97631 0.464466 8.17157L3.64645 11.3536ZM3.5 1L3.5 11L4.5 11L4.5 1L3.5 1Z' fill='black'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  margin-left: 8px;
  transition: all 0.3s;
  position: relative;
  top: 0px;
}

.navigation > li.menu-item-has-children.menu-hovered > a:after {
  transform: rotate(180deg);
}

.navigation > li.menu-item-has-children > ul {
  min-width: 300px;
  left: 0;
  right: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  padding: 30px 15px;
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: 0% 0%;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.main-nav:not(.nav-change.nav-move-down) .navigation > li.menu-item-has-children.menu-hovered > ul {
  transition: all 0.4s;
  pointer-events: visible;
  opacity: 1;
}

.navigation > li.menu-item-has-children > ul:before {
  content: "";
  /* background: #fff; */
  right: 10px;
  left: -80px;
  position: absolute;
  top: -200px;
  bottom: 0;
  z-index: 0;
  box-shadow: 0 0 120px transparent;
}

.nav-change .navigation > li.menu-item-has-children > ul {
  width: 100%;
}

.nav-change.nav-move-down .navigation > li.menu-item-has-children > ul {
  transform-origin: 0% 0%;
  backface-visibility: hidden;
  pointer-events: none;
}

.navigation > li.menu-item-has-children > ul > li {
  opacity: 0;
  transition: opacity 0.4s 0s;
  white-space: nowrap;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li {
  opacity: 1;
  transition: opacity 0.8s ease;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li:nth-child(1) {
  transition-delay: 0.1s;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li:nth-child(2) {
  transition-delay: 0.2s;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li:nth-child(3) {
  transition-delay: 0.3s;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li:nth-child(4) {
  transition-delay: 0.4s;
}

.navigation > li.menu-item-has-children > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  position: relative;
}

.navigation > li.menu-item-has-children > ul > li span {
  display: block;
  font-weight: 500;
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .navigation > li.menu-item-has-children > ul > li span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .navigation > li.menu-item-has-children > ul > li span {
    font-size: 28px;
  }
}

.navigation > li.menu-item-has-children > ul > li > a span.small {
  font-size: calc(14px + 6 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .navigation > li.menu-item-has-children > ul > li > a span.small {
    font-size: 14px;
  }
}
@media screen and (min-width: 1800px) {
  .navigation > li.menu-item-has-children > ul > li > a span.small {
    font-size: 20px;
  }
}
.navigation > li.menu-item-has-children > ul > li > a span.small {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px !important;
}

.navigation > li.menu-item-has-children > ul > li.current-menu-item > a { /* color: green; */
  cursor: default;
}

/* Mobile */
.menu-container {
  transition: opacity 0.3s; /* mix-blend-mode:difference; */
  pointer-events: none;
  position: fixed;
  z-index: 99;
  right: 60px;
  top: 0;
  height: 160px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-opener {
  height: 60px;
  width: 60px;
  background: #000;
  border-radius: 999px;
  cursor: pointer;
  transform: scale(0.6);
  opacity: 0;
  transition: transform 0.4s 0s, opacity 0.4s 0s, background-color 0.4s 0s, box-shadow 3s 0s;
  box-shadow: 0 0 0 50px transparent;
}

.menu-opener:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  border-radius: 999px;
  transform: scale(1);
  transition: transform 0.6s;
}

.menu-opener:hover:before {
  transform: scale(1.2);
}

.main-nav.change-it .menu-container, .main-nav.keep-hidden .menu-container {
  pointer-events: auto;
}

.main-nav.change-it .menu-opener, .main-nav.keep-hidden .menu-opener {
  transform: scale(1);
  opacity: 1;
}

.main-nav-mobile em {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
  padding-right: 20px;
}

.main-nav-mobile span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s;
}

.main-nav-mobile li:not(.current-menu-item) a:hover span {
  transform: translateY(-100%);
}

.main-nav-mobile span:after {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translateY(0);
}

.body-menu-opened-mobile {
  overflow: hidden !important;
}

/* Burger closed */
.menu-opener span {
  position: absolute;
  left: 15px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: top 0.3s 0.3s, transform 0.6s, background-color 0.6s 0.8s;
  transform-origin: center center;
}

.menu-opener span:first-child {
  top: 25px;
}

.menu-opener span:nth-child(2) {
  display: none;
}

.menu-opener span:last-child {
  top: 33px;
}

/* Burger opened */
.body-menu-opened-mobile .menu-opener span {
  transition: top 0.3s, transform 0.6s 0.3s, background-color 0.6s 0s;
  transform-origin: center center;
  background-color: #fff;
}

.body-menu-opened-mobile .menu-opener span:first-child {
  top: 29px;
  transform: rotate(45deg);
}

.body-menu-opened-mobile .menu-opener span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.body-menu-opened-mobile .menu-opener span:last-child {
  top: 29px;
  transform: rotate(-45deg);
}

/* Mobile fullscreen menu Close */
.main-nav-mobile {
  padding: 70px 210px;
  padding-top: 120px;
  padding-bottom: calc(1.4375rem + 2.25vw);
  padding-left: calc(1.75rem + 6vw);
  padding-right: calc(1.75rem + 6vw);
  transition: opacity 0.3s;
  min-height: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 120px transparent;
  visibility: hidden;
  transition: visibility 0s 0.8s;
  pointer-events: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-nav-mobile {
    padding-left: calc(2.0625rem + 9.75vw);
    padding-right: calc(2.0625rem + 9.75vw);
  }
}
@media (min-width: 1200px) {
  .main-nav-mobile {
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media (max-width: 575.98px) {
  .main-nav-mobile {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Mobile fullscreen menu Open */
.main-nav-mobile.menu-opened-mobile {
  transition: visibility 0s 0s;
  visibility: visible;
  pointer-events: auto;
}

.nav-overlay-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  z-index: 2;
  opacity: 0.5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.5s, visibility 0s 0.8s;
}

.body-menu-opened-mobile .nav-overlay-mobile {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}

/* Mobile fullscreen column center */
.nav-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main-nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.nav-1 a {
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .nav-1 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .nav-1 a {
    font-size: 28px;
  }
}
.nav-1 a {
  text-transform: uppercase;
  position: relative;
  color: #000;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.4s;
  display: inline-block;
  line-height: 1;
}

.nav-1 > li.menu-item-has-children {
  margin-right: 0;
}

.nav-1 > li.menu-item-has-children > a:after {
  position: relative;
  top: -7px;
  left: -5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.5 1C4.5 0.723858 4.27614 0.5 4 0.5C3.72386 0.5 3.5 0.723858 3.5 1L4.5 1ZM3.64645 11.3536C3.84171 11.5488 4.15829 11.5488 4.35355 11.3536L7.53553 8.17157C7.7308 7.97631 7.7308 7.65973 7.53553 7.46447C7.34027 7.2692 7.02369 7.2692 6.82843 7.46447L4 10.2929L1.17157 7.46447C0.976311 7.2692 0.659729 7.2692 0.464466 7.46447C0.269204 7.65973 0.269204 7.97631 0.464466 8.17157L3.64645 11.3536ZM3.5 1L3.5 11L4.5 11L4.5 1L3.5 1Z' fill='black'/%3E %3C/svg%3E ");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  transition: all 0.3s;
}

.nav-1 > li.menu-item-has-children.menu-hovered > a:after {
  transform: rotate(180deg); /*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.353' height='7.507' viewBox='0 0 11.353 7.507'%3E %3Cg id='icon-down' transform='translate(327.629 -503.227) rotate(90)'%3E %3Cpath id='Path_2206' data-name='Path 2206' d='M0%2C8.536%2C5.1%2C4.268%2C0%2C0' transform='translate(504.635 317.684)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E "); */
}

.nav-1 > li.menu-item-has-children.menu-hovered > a { /* background-color: #000; color: #fff  */ }

.nav-1 > li.menu-item-has-children > ul {
  list-style: none;
  max-height: 0;
  transition: all 0.5s;
  list-style: none;
  width: 100%; /* background-color: $green; */
  position: relative;
  overflow: hidden;
}

.nav-1 > li.menu-item-has-children.menu-hovered > ul {
  max-height: 300px;
  overflow: hidden;
}

.nav-1 > li.menu-item-has-children > ul li a {
  font-size: calc(18px + 6 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .nav-1 > li.menu-item-has-children > ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .nav-1 > li.menu-item-has-children > ul li a {
    font-size: 24px;
  }
}
.nav-1 > li.menu-item-has-children > ul li a {
  display: block;
  margin: 0;
  margin: 0 0 0 30px;
}

.nav-1 > li.menu-item-has-children > ul > li > a > span:after {
  display: none;
}

.nav-1 > li.menu-item-has-children > ul > li:first-child {
  margin-top: 10px;
}

.nav-1 > li.menu-item-has-children > ul > li:last-child {
  margin-bottom: 40px;
}

.main-nav-mobile ul.nav-2 {
  margin-top: 40px;
  margin-bottom: 5px;
}

.nav-2 li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.nav-2 li strong {
  display: inline-block;
  width: 90px;
  color: #000;
  line-height: 1.2;
  padding: 4px 0;
  font-size: calc(18px + 4 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .nav-2 li strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .nav-2 li strong {
    font-size: 22px;
  }
}
.nav-2 li strong {
  position: relative;
  top: 2px;
}

.nav-2 a {
  color: #000;
  font-size: 16px;
  padding: 4px 0;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
}

.nav-3 {
  display: flex;
  align-items: center;
  padding-bottom: 60px !important;
}

.nav-3 li svg {
  margin-right: 6px;
}

.nav-3 li a {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.nav-3 li:last-child {
  margin-right: 0;
}

.all-work-button {
  position: fixed;
  height: 160px;
  display: flex;
  align-items: center;
  right: 130px;
  top: 0;
  z-index: 9;
}

@media (max-width: 991.98px) {
  .navigation {
    display: none;
  }
  .menu-opener {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1199.98px) {
  .logo, .navigation {
    left: 40px;
    height: 120px;
  }
  .navigation {
    right: 40px;
    height: 120px;
  }
  .menu-container {
    right: 40px;
    height: 120px;
  }
  .all-work-button {
    height: 120px;
    right: 110px;
  }
  .nav-spacer {
    height: 120px;
  }
}
@media (max-width: 767.98px) {
  .logo {
    left: 20px;
    height: 100px;
  }
  .navigation {
    right: 20px;
    height: 100px;
  }
  .menu-container {
    right: 20px;
    height: 100px;
  }
  .all-work-button {
    height: 100px;
    right: 90px;
  }
  .nav-spacer {
    height: 100px;
  }
  .menu-opener {
    height: 52px;
    width: 52px;
  }
  .menu-opener span {
    left: 11px;
  }
  .menu-opener span:first-child {
    top: 21px;
  }
  .menu-opener span:last-child {
    top: 29px;
  }
  .body-menu-opened-mobile .menu-opener span:first-child {
    top: 25px;
  }
  .body-menu-opened-mobile .menu-opener span:last-child {
    top: 25px;
  }
}
.nav-secondary {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav-secondary li {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 24px;
}

.nav-secondary a {
  padding: 0 0 6px 0;
  border-bottom: 5px solid transparent;
  transition: border-color 0.6s;
}

.nav-secondary li:not(.current-menu-item) a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-secondary a em {
  font-style: normal;
  overflow: hidden;
  display: block;
}

.nav-secondary a span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s;
}

.nav-secondary li.current-menu-item a {
  border-bottom: 5px solid #000;
}

@media (max-width: 575.98px) {
  .nav-secondary li {
    font-size: 13px;
    margin-right: 20px;
  }
}
.btn {
  background-color: #000;
  color: #fff;
  padding: 36px 66px 36px 66px;
  transition: background-color 0.4s, transform 0.4s;
  font-size: calc(16px + 4 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1800px) {
  .btn {
    font-size: 20px;
  }
}
.btn {
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.btn:hover {
  color: #fff;
  background: #000;
}

.btn em {
  font-style: normal;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.btn span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s;
}

.btn span:after {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translateY(0);
}

.btn:hover span {
  transform: translateY(-100%);
}

.btn svg {
  margin-left: 15px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  transition: transform 0.4s;
}

.btn:hover svg {
  transform: translateX(4px);
}

.btn.medium {
  padding: 30px 40px 30px 40px;
}

.btn.medium svg {
  top: 2px;
}

.link-flip {
  font-weight: 500;
}

.link-flip em {
  font-style: normal;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.link-flip span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s;
}

.link-flip span:after {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translateY(0);
}

.link-flip:hover span {
  transform: translateY(-100%);
}

.link-flip svg {
  margin-right: 10px;
}

.link-flip-big {
  font-family: "TiemposHeadline", serif;
  font-size: 21px !important;
  font-weight: 500;
}

/* Colors */
.btn.white {
  background-color: #fff;
  color: #000;
}

.btn.white path {
  fill: #000;
}

.btn.green {
  background-color: #81ABA0;
  color: #000;
}

.btn.green path {
  fill: #000;
}

.btn.light-green {
  background-color: #BFD5CC;
  color: #000;
}

.btn.light-green path {
  fill: #000;
}

.btn.lime {
  background-color: #D9F1BD;
  color: #000;
}

.btn.lime path {
  fill: #000;
}

.btn.peach {
  background-color: #EAD4C6;
  color: #000;
}

.btn.peach path {
  fill: #000;
}

.btn.violet {
  background-color: #A6A0D6;
  color: #000;
}

.btn.violet path {
  fill: #000;
}

.btn.maroon {
  background-color: #45050C;
  color: white;
}

.btn.maroon path {
  fill: white;
}

.btn.mint {
  background-color: #C3E9DC;
  color: black;
}

.btn.mint path {
  fill: black;
}

.btn.lilac {
  background-color: #D8C8E4;
  color: black;
}

.btn.lilac path {
  fill: black;
}

/* Links */
.btn-link {
  padding: 36px 0 36px 0;
  background-color: transparent;
  color: #000;
}

.btn-link:hover {
  color: #000;
  background: transparent;
}

.btn-link path {
  fill: #000;
}

.btn-link.text-white path {
  fill: #fff;
}

.btn-link.white {
  background-color: transparent;
  color: #fff;
}

.btn-link.white:hover {
  color: #fff;
  background: transparent;
}

.btn-link.white path {
  fill: #fff;
}

@media (max-width: 767.98px) {
  .btn {
    padding: 30px 50px 30px 50px;
  }
  .btn-link {
    padding: 30px 0 30px 0;
  }
}
@media (max-width: 575.98px) {
  .btn {
    padding: 26px 40px 26px 40px;
  }
  .btn-link {
    padding: 26px 0 26px 0;
  }
}
.link-under {
  position: relative;
}

.link-under:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  will-change: transform;
  background: #000;
  transform-origin: right center;
  transition: transform 0.5s;
}

.link-under:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.btn-rounded {
  padding: 10px 30px 10px 20px;
  height: 60px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-rounded svg {
  top: 0;
}

.btn-rounded:hover svg {
  transform: translateX(-4px);
}

@media (max-width: 767.98px) {
  .btn-rounded {
    height: 52px;
    font-size: 14px;
  }
}
.btn-load-more {
  background-color: #F4F2F0;
  color: #000;
  padding: 10px 30px 10px 40px;
  height: 50px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-load-more svg {
  top: 0px;
}

.btn-load-more:hover svg {
  transform: none;
}

.btn-load-more svg path {
  transition: stroke 0.3s;
}

.btn-load-more:hover svg path {
  stroke: #fff;
}

.image-ratio {
  position: relative;
  overflow: hidden;
  will-change: transform;
  pointer-events: none;
}

.image-ratio img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

/* Sizes */
.image-ratio-50 {
  padding-bottom: 50%;
}

.image-ratio-52 {
  padding-bottom: 52%;
}

.image-ratio-53 {
  padding-bottom: 53%;
}

.image-ratio-59 {
  padding-bottom: 59%;
}

.image-ratio-63 {
  padding-bottom: 63%;
}

.image-ratio-77 {
  padding-bottom: 77%;
}

.image-ratio-89 {
  padding-bottom: 89%;
}

.image-ratio-97 {
  padding-bottom: 97%;
}

.image-ratio-100 {
  padding-bottom: 100%;
}

.image-ratio-111 {
  padding-bottom: 111%;
}

.image-ratio-122 {
  padding-bottom: 122%;
}

.image-ratio-123 {
  padding-bottom: 123%;
}

.image-ratio-119 {
  padding-bottom: 119%;
}

.image-ratio-133 {
  padding-bottom: 133%;
}

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

.image-rounded {
  border-radius: 999px;
}

.image-parallax {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.image-parallax img {
  position: absolute;
  width: 100%;
  height: 120%;
  object-fit: cover;
}

.image-contain {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-contain img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}

@media (min-width: 768px) {
  .image-absolute-right {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 35%;
    height: 100%;
  }
  .image-absolute-right img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    object-fit: contain;
    object-position: 100% 100%;
  }
}
@media (max-width: 767.98px) {
  .image-absolute-right {
    position: relative;
    padding-bottom: 100%;
  }
  .image-absolute-right img {
    position: absolute;
    object-fit: contain;
    object-position: center right;
    width: 100%;
    height: 100%;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
.image-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-cover img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.image-cover img.scrub-image {
  height: 120%;
  object-position: top center;
}

.image-cover-lg img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .image-cover-lg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .image-cover-lg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .image-cover-lg img.scrub-image {
    height: 120%;
    object-position: top center;
  }
}
.image-cover-3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-cover-3 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.image-cover-3 img.scrub-image {
  height: 110%;
  object-position: top center;
}

.image-full img {
  width: 100%;
}

@media (min-width: 768px) {
  .image-sticky {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .image-sticky img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
  }
}
.image-cover-2 {
  height: calc(90vh - 163px);
}

@media (max-width: 1199.98px) {
  .image-cover-2 {
    height: calc(90vh - 120px);
  }
}
@media (max-width: 767.98px) {
  .image-cover-2 {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .image-sticky-grid {
    height: auto;
    padding-bottom: 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 2fr);
    width: 100%;
  }
  .image-sticky-grid span {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    height: 100%;
  }
  .image-sticky-grid div:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .image-sticky-grid img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .image-sticky-normal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .image-sticky-normal img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
img.lazy.lazy-style-1 {
  opacity: 0;
  transition: opacity 0.4s;
}

img.lazy.lazy-style-1.loaded {
  opacity: 1;
}

@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-Medium.otf);
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-MediumItalic.otf);
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-Semibold.otf);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: TiemposHeadline;
  src: url(../fonts/TiemposHeadline-SemiboldItalic.otf);
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
.font-primary {
  font-family: "Barlow", sans-serif !important;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}

.font-secondary {
  font-family: "TiemposHeadline", serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "TiemposHeadline", serif;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
}

h1, .h1 {
  font-size: calc(40px + 50 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  h1, .h1 {
    font-size: 90px;
  }
}

h2, .h2 {
  font-size: calc(35px + 30 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h2, .h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1800px) {
  h2, .h2 {
    font-size: 65px;
  }
}

h3, .h3 {
  font-size: calc(28px + 17 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1800px) {
  h3, .h3 {
    font-size: 45px;
  }
}

h4, .h4 {
  font-size: calc(22px + 14 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1800px) {
  h4, .h4 {
    font-size: 36px;
  }
}
h4, .h4 {
  line-height: 1.3;
}

h5, .h5 {
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h5, .h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  h5, .h5 {
    font-size: 28px;
  }
}
h5, .h5 {
  line-height: 1.4;
}

h6, .h6 {
  font-size: calc(18px + 4 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  h6, .h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  h6, .h6 {
    font-size: 22px;
  }
}
h6, .h6 {
  line-height: 1.4;
}

.lead, .lead-holder p {
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .lead, .lead-holder p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .lead, .lead-holder p {
    font-size: 28px;
  }
}
.lead, .lead-holder p {
  line-height: 1.5;
}

.lead-holder p {
  margin-bottom: 0;
}

.lead-holder p strong {
  font-family: "TiemposHeadline", serif;
}

.lead-small {
  font-size: calc(18px + 4 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .lead-small {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .lead-small {
    font-size: 22px;
  }
}
.lead-small {
  line-height: 1.5;
  font-weight: 500;
}

.lead-small-2 {
  font-size: calc(18px + 2 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .lead-small-2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .lead-small-2 {
    font-size: 20px;
  }
}
.lead-small-2 {
  line-height: 1.5;
  font-weight: 500;
}

.lead-xsmall {
  font-size: calc(16px + 2 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .lead-xsmall {
    font-size: 16px;
  }
}
@media screen and (min-width: 1800px) {
  .lead-xsmall {
    font-size: 18px;
  }
}
.lead-xsmall {
  line-height: 1.5;
}

.eyelash {
  font-size: calc(20px + 6 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .eyelash {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .eyelash {
    font-size: 26px;
  }
}
.eyelash {
  line-height: 1.3;
  margin-bottom: 10px;
}

.eyelash .font-secondary {
  font-size: calc(22px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .eyelash .font-secondary {
    font-size: 22px;
  }
}
@media screen and (min-width: 1800px) {
  .eyelash .font-secondary {
    font-size: 30px;
  }
}

.display-1 {
  font-weight: 300;
  font-size: calc(40px + 53 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .display-1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .display-1 {
    font-size: 93px;
  }
}

.box {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 50px;
  text-align: center;
  will-change: transform;
}

.box.active {
  background-color: red;
}

.box-a {
  background-color: #e9ecef;
}

.box-b {
  background-color: #ced4da;
}

.box-c {
  background-color: #6c757d;
}

#smooth-content {
  will-change: transform;
  max-width: 2200px;
  margin: auto;
}

.barba-leaving .main-nav-mobile,
.barba-leaving .nav-overlay-mobile {
  opacity: 0;
}

@media (min-width: 992px) {
  .barba-leaving .menu-container {
    opacity: 0;
  }
}
/* Nav Holder */
.main-nav {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo {
  position: fixed;
  z-index: 999;
  left: 60px;
  top: 0;
  height: 160px;
  padding: 0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}

.main-nav.change-it .logo {
  opacity: 0;
  pointer-events: none;
}

.body-menu-opened-mobile .main-nav .logo {
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: opacity 0.4s 0s !important;
}

.main-nav.change-it .logo {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s 0.5s;
}

.main-nav.keep-hidden .logo {
  opacity: 0;
  pointer-events: none;
}

.main-nav.keep-hidden .logo a {
  display: none;
}

.body-menu-opened-mobile .main-nav.keep-hidden .logo a {
  display: block !important;
}

.all-work-button {
  opacity: 0;
  transition: opacity 0.4s 0s;
}

.keep-hidden .all-work-button {
  opacity: 1;
}

.barba-leaving .all-work-button {
  opacity: 0 !important;
  transition: opacity 0.4s 0s;
}

/* Desktop nav */
.navigation {
  margin-bottom: 0;
  transition: opacity 0.4s, visibility 0.4s 0s, transform 0.3s 0.2s ease-out;
  position: fixed;
  z-index: 99;
  right: 60px;
  top: 0;
  padding: 0;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-nav.change-it .navigation {
  transform: translateX(-80px);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s 0s, visibility 0.4s 0.3s, transform 0.3s 0s;
  background-color: transparent;
}

.main-nav.keep-hidden .navigation {
  display: none;
}

/* Nav Spacer */
.nav-spacer {
  height: 163px;
}

/* Nav Items */
.navigation > li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  display: flex;
}

.navigation > li:last-child {
  padding-right: 0;
}

.navigation > li > a {
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  text-transform: uppercase;
}

.navigation a em {
  font-style: normal;
  overflow: hidden;
  display: block;
}

.navigation a span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s;
}

.navigation a:hover span {
  transform: translateY(-100%);
}

.navigation a span:before {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translateY(0);
  line-height: 1.3;
}

.navigation > li a:before,
.nav-1 > li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -12px;
  right: 0;
  margin-top: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 999px;
  display: block;
  transform: scale(0);
  transition: transform 0.3s;
}

.page-transitioned .navigation li.current-menu-item > a:before,
.page-transitioned .navigation li.current-menu-parent > a:before,
.page-transitioned .nav-1 li.current-menu-item > a:before,
.page-transitioned .nav-1 li.current-menu-parent > a:before {
  transform: scale(1);
}

.barba-leaving .navigation li a:before,
.barba-leaving .nav-1 li a:before {
  transform: scale(0) !important;
}

.navigation li a span {
  position: relative;
}

/* Children */
.navigation > li.menu-item-has-children > a {
  cursor: default;
}

.navigation > li:last-child > a {
  padding-right: 0;
}

.navigation > li:hover > a {
  color: #000;
}

.navigation > li.current-menu-parent > a {
  cursor: default;
}

/* Overlay Desktop */
.nav-overlay-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s 0.6s;
  cursor: pointer;
}

.menu-open-nav .nav-overlay-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0s 0s;
}

.menu-open-nav { /* overflow: hidden; */ }

.nav-dropper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #fff;
  z-index: 2;
  height: 100px;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}

.menu-open-nav .nav-dropper {
  opacity: 1;
  pointer-events: default;
}

.navigation > li.menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.5 1C4.5 0.723858 4.27614 0.5 4 0.5C3.72386 0.5 3.5 0.723858 3.5 1L4.5 1ZM3.64645 11.3536C3.84171 11.5488 4.15829 11.5488 4.35355 11.3536L7.53553 8.17157C7.7308 7.97631 7.7308 7.65973 7.53553 7.46447C7.34027 7.2692 7.02369 7.2692 6.82843 7.46447L4 10.2929L1.17157 7.46447C0.976311 7.2692 0.659729 7.2692 0.464466 7.46447C0.269204 7.65973 0.269204 7.97631 0.464466 8.17157L3.64645 11.3536ZM3.5 1L3.5 11L4.5 11L4.5 1L3.5 1Z' fill='black'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  margin-left: 8px;
  transition: all 0.3s;
  position: relative;
  top: 0px;
}

.navigation > li.menu-item-has-children.menu-hovered > a:after {
  transform: rotate(180deg);
}

.navigation > li.menu-item-has-children > ul {
  min-width: 300px;
  left: 0;
  right: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  padding: 30px 15px;
  transition: transform 0.4s, opacity 0.4s;
  transform-origin: 0% 0%;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0;
}

.main-nav:not(.nav-change.nav-move-down) .navigation > li.menu-item-has-children.menu-hovered > ul {
  transition: all 0.4s;
  pointer-events: visible;
  opacity: 1;
}

.navigation > li.menu-item-has-children > ul:before {
  content: "";
  /* background: #fff; */
  right: 10px;
  left: -80px;
  position: absolute;
  top: -200px;
  bottom: 0;
  z-index: 0;
  box-shadow: 0 0 120px transparent;
}

.nav-change .navigation > li.menu-item-has-children > ul {
  width: 100%;
}

.nav-change.nav-move-down .navigation > li.menu-item-has-children > ul {
  transform-origin: 0% 0%;
  backface-visibility: hidden;
  pointer-events: none;
}

.navigation > li.menu-item-has-children > ul > li {
  opacity: 0;
  transition: opacity 0.4s 0s;
  white-space: nowrap;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li {
  opacity: 1;
  transition: opacity 0.8s ease;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li:nth-child(1) {
  transition-delay: 0.1s;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li:nth-child(2) {
  transition-delay: 0.2s;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li:nth-child(3) {
  transition-delay: 0.3s;
}

.navigation > li.menu-item-has-children.menu-hovered > ul > li:nth-child(4) {
  transition-delay: 0.4s;
}

.navigation > li.menu-item-has-children > ul > li > a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  position: relative;
}

.navigation > li.menu-item-has-children > ul > li span {
  display: block;
  font-weight: 500;
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .navigation > li.menu-item-has-children > ul > li span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .navigation > li.menu-item-has-children > ul > li span {
    font-size: 28px;
  }
}

.navigation > li.menu-item-has-children > ul > li > a span.small {
  font-size: calc(14px + 6 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .navigation > li.menu-item-has-children > ul > li > a span.small {
    font-size: 14px;
  }
}
@media screen and (min-width: 1800px) {
  .navigation > li.menu-item-has-children > ul > li > a span.small {
    font-size: 20px;
  }
}
.navigation > li.menu-item-has-children > ul > li > a span.small {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px !important;
}

.navigation > li.menu-item-has-children > ul > li.current-menu-item > a { /* color: green; */
  cursor: default;
}

/* Mobile */
.menu-container {
  transition: opacity 0.3s; /* mix-blend-mode:difference; */
  pointer-events: none;
  position: fixed;
  z-index: 99;
  right: 60px;
  top: 0;
  height: 160px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-opener {
  height: 60px;
  width: 60px;
  background: #000;
  border-radius: 999px;
  cursor: pointer;
  transform: scale(0.6);
  opacity: 0;
  transition: transform 0.4s 0s, opacity 0.4s 0s, background-color 0.4s 0s, box-shadow 3s 0s;
  box-shadow: 0 0 0 50px transparent;
}

.menu-opener:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  border-radius: 999px;
  transform: scale(1);
  transition: transform 0.6s;
}

.menu-opener:hover:before {
  transform: scale(1.2);
}

.main-nav.change-it .menu-container, .main-nav.keep-hidden .menu-container {
  pointer-events: auto;
}

.main-nav.change-it .menu-opener, .main-nav.keep-hidden .menu-opener {
  transform: scale(1);
  opacity: 1;
}

.main-nav-mobile em {
  font-style: normal;
  overflow: hidden;
  display: inline-block;
  padding-right: 20px;
}

.main-nav-mobile span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s;
}

.main-nav-mobile li:not(.current-menu-item) a:hover span {
  transform: translateY(-100%);
}

.main-nav-mobile span:after {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translateY(0);
}

.body-menu-opened-mobile {
  overflow: hidden !important;
}

/* Burger closed */
.menu-opener span {
  position: absolute;
  left: 15px;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: top 0.3s 0.3s, transform 0.6s, background-color 0.6s 0.8s;
  transform-origin: center center;
}

.menu-opener span:first-child {
  top: 25px;
}

.menu-opener span:nth-child(2) {
  display: none;
}

.menu-opener span:last-child {
  top: 33px;
}

/* Burger opened */
.body-menu-opened-mobile .menu-opener span {
  transition: top 0.3s, transform 0.6s 0.3s, background-color 0.6s 0s;
  transform-origin: center center;
  background-color: #fff;
}

.body-menu-opened-mobile .menu-opener span:first-child {
  top: 29px;
  transform: rotate(45deg);
}

.body-menu-opened-mobile .menu-opener span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.body-menu-opened-mobile .menu-opener span:last-child {
  top: 29px;
  transform: rotate(-45deg);
}

/* Mobile fullscreen menu Close */
.main-nav-mobile {
  padding: 70px 210px;
  padding-top: 120px;
  padding-bottom: calc(1.4375rem + 2.25vw);
  padding-left: calc(1.75rem + 6vw);
  padding-right: calc(1.75rem + 6vw);
  transition: opacity 0.3s;
  min-height: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 120px transparent;
  visibility: hidden;
  transition: visibility 0s 0.8s;
  pointer-events: none;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-nav-mobile {
    padding-left: calc(2.0625rem + 9.75vw);
    padding-right: calc(2.0625rem + 9.75vw);
  }
}
@media (min-width: 1200px) {
  .main-nav-mobile {
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media (max-width: 575.98px) {
  .main-nav-mobile {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Mobile fullscreen menu Open */
.main-nav-mobile.menu-opened-mobile {
  transition: visibility 0s 0s;
  visibility: visible;
  pointer-events: auto;
}

.nav-overlay-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  z-index: 2;
  opacity: 0.5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.5s, visibility 0s 0.8s;
}

.body-menu-opened-mobile .nav-overlay-mobile {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 0s, visibility 0s 0s;
}

/* Mobile fullscreen column center */
.nav-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main-nav-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.nav-1 a {
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .nav-1 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .nav-1 a {
    font-size: 28px;
  }
}
.nav-1 a {
  text-transform: uppercase;
  position: relative;
  color: #000;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.4s;
  display: inline-block;
  line-height: 1;
}

.nav-1 > li.menu-item-has-children {
  margin-right: 0;
}

.nav-1 > li.menu-item-has-children > a:after {
  position: relative;
  top: -7px;
  left: -5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M4.5 1C4.5 0.723858 4.27614 0.5 4 0.5C3.72386 0.5 3.5 0.723858 3.5 1L4.5 1ZM3.64645 11.3536C3.84171 11.5488 4.15829 11.5488 4.35355 11.3536L7.53553 8.17157C7.7308 7.97631 7.7308 7.65973 7.53553 7.46447C7.34027 7.2692 7.02369 7.2692 6.82843 7.46447L4 10.2929L1.17157 7.46447C0.976311 7.2692 0.659729 7.2692 0.464466 7.46447C0.269204 7.65973 0.269204 7.97631 0.464466 8.17157L3.64645 11.3536ZM3.5 1L3.5 11L4.5 11L4.5 1L3.5 1Z' fill='black'/%3E %3C/svg%3E ");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  transition: all 0.3s;
}

.nav-1 > li.menu-item-has-children.menu-hovered > a:after {
  transform: rotate(180deg); /*  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.353' height='7.507' viewBox='0 0 11.353 7.507'%3E %3Cg id='icon-down' transform='translate(327.629 -503.227) rotate(90)'%3E %3Cpath id='Path_2206' data-name='Path 2206' d='M0%2C8.536%2C5.1%2C4.268%2C0%2C0' transform='translate(504.635 317.684)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E "); */
}

.nav-1 > li.menu-item-has-children.menu-hovered > a { /* background-color: #000; color: #fff  */ }

.nav-1 > li.menu-item-has-children > ul {
  list-style: none;
  max-height: 0;
  transition: all 0.5s;
  list-style: none;
  width: 100%; /* background-color: $green; */
  position: relative;
  overflow: hidden;
}

.nav-1 > li.menu-item-has-children.menu-hovered > ul {
  max-height: 300px;
  overflow: hidden;
}

.nav-1 > li.menu-item-has-children > ul li a {
  font-size: calc(18px + 6 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .nav-1 > li.menu-item-has-children > ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .nav-1 > li.menu-item-has-children > ul li a {
    font-size: 24px;
  }
}
.nav-1 > li.menu-item-has-children > ul li a {
  display: block;
  margin: 0;
  margin: 0 0 0 30px;
}

.nav-1 > li.menu-item-has-children > ul > li > a > span:after {
  display: none;
}

.nav-1 > li.menu-item-has-children > ul > li:first-child {
  margin-top: 10px;
}

.nav-1 > li.menu-item-has-children > ul > li:last-child {
  margin-bottom: 40px;
}

.main-nav-mobile ul.nav-2 {
  margin-top: 40px;
  margin-bottom: 5px;
}

.nav-2 li {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.nav-2 li strong {
  display: inline-block;
  width: 90px;
  color: #000;
  line-height: 1.2;
  padding: 4px 0;
  font-size: calc(18px + 4 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .nav-2 li strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .nav-2 li strong {
    font-size: 22px;
  }
}
.nav-2 li strong {
  position: relative;
  top: 2px;
}

.nav-2 a {
  color: #000;
  font-size: 16px;
  padding: 4px 0;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
}

.nav-3 {
  display: flex;
  align-items: center;
  padding-bottom: 60px !important;
}

.nav-3 li svg {
  margin-right: 6px;
}

.nav-3 li a {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.nav-3 li:last-child {
  margin-right: 0;
}

.all-work-button {
  position: fixed;
  height: 160px;
  display: flex;
  align-items: center;
  right: 130px;
  top: 0;
  z-index: 9;
}

@media (max-width: 991.98px) {
  .navigation {
    display: none;
  }
  .menu-opener {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 1199.98px) {
  .logo, .navigation {
    left: 40px;
    height: 120px;
  }
  .navigation {
    right: 40px;
    height: 120px;
  }
  .menu-container {
    right: 40px;
    height: 120px;
  }
  .all-work-button {
    height: 120px;
    right: 110px;
  }
  .nav-spacer {
    height: 120px;
  }
}
@media (max-width: 767.98px) {
  .logo {
    left: 20px;
    height: 100px;
  }
  .navigation {
    right: 20px;
    height: 100px;
  }
  .menu-container {
    right: 20px;
    height: 100px;
  }
  .all-work-button {
    height: 100px;
    right: 90px;
  }
  .nav-spacer {
    height: 100px;
  }
  .menu-opener {
    height: 52px;
    width: 52px;
  }
  .menu-opener span {
    left: 11px;
  }
  .menu-opener span:first-child {
    top: 21px;
  }
  .menu-opener span:last-child {
    top: 29px;
  }
  .body-menu-opened-mobile .menu-opener span:first-child {
    top: 25px;
  }
  .body-menu-opened-mobile .menu-opener span:last-child {
    top: 25px;
  }
}
.nav-secondary {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav-secondary li {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 24px;
}

.nav-secondary a {
  padding: 0 0 6px 0;
  border-bottom: 5px solid transparent;
  transition: border-color 0.6s;
}

.nav-secondary li:not(.current-menu-item) a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.nav-secondary a em {
  font-style: normal;
  overflow: hidden;
  display: block;
}

.nav-secondary a span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s;
}

.nav-secondary li.current-menu-item a {
  border-bottom: 5px solid #000;
}

@media (max-width: 575.98px) {
  .nav-secondary li {
    font-size: 13px;
    margin-right: 20px;
  }
}
.btn {
  background-color: #000;
  color: #fff;
  padding: 36px 66px 36px 66px;
  transition: background-color 0.4s, transform 0.4s;
  font-size: calc(16px + 4 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 1800px) {
  .btn {
    font-size: 20px;
  }
}
.btn {
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.btn:hover {
  color: #fff;
  background: #000;
}

.btn em {
  font-style: normal;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.btn span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  transition: transform 0.4s;
}

.btn span:after {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translateY(0);
}

.btn:hover span {
  transform: translateY(-100%);
}

.btn svg {
  margin-left: 15px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  transition: transform 0.4s;
}

.btn:hover svg {
  transform: translateX(4px);
}

.btn.medium {
  padding: 30px 40px 30px 40px;
}

.btn.medium svg {
  top: 2px;
}

.link-flip {
  font-weight: 500;
}

.link-flip em {
  font-style: normal;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.link-flip span {
  position: relative;
  display: inline-block;
  transition: transform 0.4s;
}

.link-flip span:after {
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  transform: translateY(0);
}

.link-flip:hover span {
  transform: translateY(-100%);
}

.link-flip svg {
  margin-right: 10px;
}

.link-flip-big {
  font-family: "TiemposHeadline", serif;
  font-size: 21px !important;
  font-weight: 500;
}

/* Colors */
.btn.white {
  background-color: #fff;
  color: #000;
}

.btn.white path {
  fill: #000;
}

.btn.green {
  background-color: #81ABA0;
  color: #000;
}

.btn.green path {
  fill: #000;
}

.btn.light-green {
  background-color: #BFD5CC;
  color: #000;
}

.btn.light-green path {
  fill: #000;
}

.btn.lime {
  background-color: #D9F1BD;
  color: #000;
}

.btn.lime path {
  fill: #000;
}

.btn.peach {
  background-color: #EAD4C6;
  color: #000;
}

.btn.peach path {
  fill: #000;
}

.btn.violet {
  background-color: #A6A0D6;
  color: #000;
}

.btn.violet path {
  fill: #000;
}

.btn.maroon {
  background-color: #45050C;
  color: white;
}

.btn.maroon path {
  fill: white;
}

.btn.mint {
  background-color: #C3E9DC;
  color: black;
}

.btn.mint path {
  fill: black;
}

.btn.lilac {
  background-color: #D8C8E4;
  color: black;
}

.btn.lilac path {
  fill: black;
}

/* Links */
.btn-link {
  padding: 36px 0 36px 0;
  background-color: transparent;
  color: #000;
}

.btn-link:hover {
  color: #000;
  background: transparent;
}

.btn-link path {
  fill: #000;
}

.btn-link.text-white path {
  fill: #fff;
}

.btn-link.white {
  background-color: transparent;
  color: #fff;
}

.btn-link.white:hover {
  color: #fff;
  background: transparent;
}

.btn-link.white path {
  fill: #fff;
}

@media (max-width: 767.98px) {
  .btn {
    padding: 30px 50px 30px 50px;
  }
  .btn-link {
    padding: 30px 0 30px 0;
  }
}
@media (max-width: 575.98px) {
  .btn {
    padding: 26px 40px 26px 40px;
  }
  .btn-link {
    padding: 26px 0 26px 0;
  }
}
.link-under {
  position: relative;
}

.link-under:before {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 1px;
  width: 100%;
  transform: scaleX(0);
  will-change: transform;
  background: #000;
  transform-origin: right center;
  transition: transform 0.5s;
}

.link-under:hover:before {
  transform: scaleX(1);
  transform-origin: left center;
}

.btn-rounded {
  padding: 10px 30px 10px 20px;
  height: 60px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-rounded svg {
  top: 0;
}

.btn-rounded:hover svg {
  transform: translateX(-4px);
}

@media (max-width: 767.98px) {
  .btn-rounded {
    height: 52px;
    font-size: 14px;
  }
}
.btn-load-more {
  background-color: #F4F2F0;
  color: #000;
  padding: 10px 30px 10px 40px;
  height: 50px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-load-more svg {
  top: 0px;
}

.btn-load-more:hover svg {
  transform: none;
}

.btn-load-more svg path {
  transition: stroke 0.3s;
}

.btn-load-more:hover svg path {
  stroke: #fff;
}

.image-ratio {
  position: relative;
  overflow: hidden;
  will-change: transform;
  pointer-events: none;
}

.image-ratio img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

/* Sizes */
.image-ratio-50 {
  padding-bottom: 50%;
}

.image-ratio-52 {
  padding-bottom: 52%;
}

.image-ratio-53 {
  padding-bottom: 53%;
}

.image-ratio-59 {
  padding-bottom: 59%;
}

.image-ratio-63 {
  padding-bottom: 63%;
}

.image-ratio-77 {
  padding-bottom: 77%;
}

.image-ratio-89 {
  padding-bottom: 89%;
}

.image-ratio-97 {
  padding-bottom: 97%;
}

.image-ratio-100 {
  padding-bottom: 100%;
}

.image-ratio-111 {
  padding-bottom: 111%;
}

.image-ratio-122 {
  padding-bottom: 122%;
}

.image-ratio-123 {
  padding-bottom: 123%;
}

.image-ratio-119 {
  padding-bottom: 119%;
}

.image-ratio-133 {
  padding-bottom: 133%;
}

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

.image-rounded {
  border-radius: 999px;
}

.image-parallax {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

.image-parallax img {
  position: absolute;
  width: 100%;
  height: 120%;
  object-fit: cover;
}

.image-contain {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-contain img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
}

@media (min-width: 768px) {
  .image-absolute-right {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 35%;
    height: 100%;
  }
  .image-absolute-right img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 120%;
    object-fit: contain;
    object-position: 100% 100%;
  }
}
@media (max-width: 767.98px) {
  .image-absolute-right {
    position: relative;
    padding-bottom: 100%;
  }
  .image-absolute-right img {
    position: absolute;
    object-fit: contain;
    object-position: center right;
    width: 100%;
    height: 100%;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
  }
}
.image-cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-cover img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.image-cover img.scrub-image {
  height: 120%;
  object-position: top center;
}

.image-cover-lg img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .image-cover-lg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .image-cover-lg img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .image-cover-lg img.scrub-image {
    height: 120%;
    object-position: top center;
  }
}
.image-cover-3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-cover-3 img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.image-cover-3 img.scrub-image {
  height: 110%;
  object-position: top center;
}

.image-full img {
  width: 100%;
}

@media (min-width: 768px) {
  .image-sticky {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .image-sticky img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
  }
}
.image-cover-2 {
  height: calc(90vh - 163px);
}

@media (max-width: 1199.98px) {
  .image-cover-2 {
    height: calc(90vh - 120px);
  }
}
@media (max-width: 767.98px) {
  .image-cover-2 {
    height: 360px;
  }
}
@media (max-width: 767.98px) {
  .image-sticky-grid {
    height: auto;
    padding-bottom: 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 2fr);
    width: 100%;
  }
  .image-sticky-grid span {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    height: 100%;
  }
  .image-sticky-grid div:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .image-sticky-grid img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .image-sticky-normal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .image-sticky-normal img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
img.lazy.lazy-style-1 {
  opacity: 0;
  transition: opacity 0.4s;
}

img.lazy.lazy-style-1.loaded {
  opacity: 1;
}

section, .section {
  padding: 100px 0;
  margin-top: -1px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2000px;
}

.container-2 {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2000px;
}

.container-3 {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 2000px;
}

.inner-wrap {
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .container-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-left: 16vw;
    padding-right: 16vw;
  }
}
@media (max-width: 1399.98px) {
  section, .section {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  section, .section {
    padding: 60px 0;
  }
}
.barba-once {
  opacity: 0;
}

.barba-once-active {
  transition: opacity 3s linear 0.3s;
}

.barba-once-to {
  opacity: 1;
}

.fade-leave {
  opacity: 1;
}

.fade-leave-active {
  transition: opacity 0.4s linear;
}

.fade-leave-to {
  opacity: 0;
  cursor: progress;
}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  transition: opacity 0.4s linear;
}

.fade-enter-to {
  opacity: 1;
}

.barba-container {
  overflow-x: hidden;
}

/* Color Variables */
a, a:hover {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

/* Background colors */
.bg-white {
  background-color: #fff;
}

.bg-peach {
  background-color: #EAD4C6;
}

.bg-peach-2 {
  background-color: #F6F0ED;
}

.bg-gold {
  background-color: #C9AF82;
}

.bg-gold-2 {
  background-color: #E3B5A4;
}

.bg-khaki {
  background-color: #B5B0A0;
}

.bg-light-green {
  background-color: #BFD5CC;
}

.bg-dark-green {
  background-color: #0E2925;
}

.bg-dark-peach {
  background-color: #E7B6A2;
}

.bg-mud, .bg-mud-purple, .bg-mud-white {
  background-color: #231F20;
}

.bg-baby-blue {
  background-color: #B7CFD3;
}

.bg-cream {
  background-color: #EEE9E6;
}

.bg-cream-2 {
  background-color: #ECDBCE;
}

.bg-cream-3 {
  background-color: #F3F1EF;
}

.bg-violet {
  background-color: #A6A0D6;
}

.bg-lime {
  background-color: #D9F1BD;
}

.bg-maroon {
  background-color: #45050C;
}

.bg-mint {
  background-color: #C3E9DC;
}

.bg-mintier {
  background-color: #D8F1BC;
}

.bg-graydark {
  background-color: #2A292E;
}

.bg-lilac {
  background-color: #D8C8E4;
}

.bg-black {
  background-color: #000;
}

.bg-creamy {
  background-color: #EEE9E6;
}

.bg-peachy {
  background-color: #DEB0A0;
}

.section_fade_to_maroon {
  box-shadow: inset 0 -330px 0px -100px #45050C;
  padding-bottom: 30px !important;
}

.home_second {
  margin-top: -18vh;
}

.image_floater {
  max-width: 220px;
  position: absolute;
  top: 100px;
  right: 40px;
  width: 100%;
}

@media (min-width: 768px) {
  .white-after:after {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20vw;
    background-color: #fff;
  }
}
.btn-form-2[type=submit] {
  background-color: transparent !important;
}

.bg-gradient-1 {
  background: linear-gradient(180deg, #EAD4C6 0%, rgba(194, 163, 191, 0.5) 33.85%, rgba(191, 213, 204, 0.5) 64.06%, #EEE9E6 100%);
}

.bg-gradient-2 {
  background: rgba(194, 163, 191, 0.5);
}

.bg-gradient-2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(67, 23, 63, 0.15) 0%, rgba(217, 217, 217, 0) 93.94%);
  background-blend-mode: multiply;
  background-blend-mode: multiply;
}

.bg-gradient-2:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgba(67, 23, 63, 0.25) 93.94%);
  background-blend-mode: multiply;
}

.bg-gradient-3 {
  background: linear-gradient(180deg, #E3B5A4 0%, #D8F1BC 98.47%);
}

.bg-gradient-4 {
  background: linear-gradient(180deg, #D8F1BC 0%, #EEE9E6 98.47%);
}

.bg-gradient-5 {
  background: linear-gradient(180deg, #CAEEE4 0%, #DEB0A0 98.47%);
}

.bg-gradient-6 {
  background: linear-gradient(180deg, #D8F1BC 0%, #B9EB81 98.47%);
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.position-relative {
  position: relative;
}

.t-0 {
  top: 0;
}

.vh-100 {
  height: 100vh;
}

.minh-vh-100 {
  min-height: 100vh;
}

.mw-small {
  max-width: 476px;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.cursor-pointer {
  cursor: pointer;
}

.hidden {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Images */
.section-background {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .section-background {
    min-height: 600px;
  }
  .minh-vh-100-md-up {
    min-height: 100vh;
  }
  .mw-small-md-up {
    max-width: 34vw;
  }
  .vh-100-md-up {
    height: 100vh;
  }
  .h-100-md-up {
    height: 100%;
  }
  .mt-md-minus5 {
    margin-top: -15vh;
  }
  .going-spacer {
    padding-bottom: 65.5%;
  }
}
@media (min-width: 992px) {
  .mw-small-md-up {
    max-width: 23.5vw;
  }
  .mt-lg-minus5 {
    margin-top: -15vh;
  }
}
@media (max-width: 767.98px) {
  .pt-0-md-down {
    padding-top: 0;
  }
  .position-relative-md-down {
    position: relative;
  }
}
.double-image-1, .double-image-2, .double-image-3 {
  pointer-events: none;
}

.translateY-0 {
  transform: translateY(0) !important;
}

.right-float-image-all {
  width: calc(100% + 30px);
  pointer-events: none;
}

@media (min-width: 576px) {
  .right-float-image-all {
    width: calc(100% + 50px);
  }
}
@media (min-width: 768px) {
  .right-float-image-all {
    width: calc(100% + 8vw);
  }
  .left-float-image-1 {
    width: calc(100% + 8vw);
    margin-left: -8vw;
  }
  .right-float-image-1 {
    width: calc(100% + 8vw);
  }
  .right-float-image-2 {
    width: calc(100% + 4vw);
  }
  .double-image-1 {
    transform: translateY(-50%);
  }
  .double-image-2 {
    transform: translateY(-30%);
  }
  .double-image-3 {
    transform: translateY(-30%);
  }
  .translate-bottom-50 {
    transform: translateY(50%);
  }
  .translate-top-min50 {
    transform: translateY(-50%);
  }
  .inner-double-image {
    max-width: 40.7vw;
  }
  .object-fit-md img {
    object-fit: contain !important;
  }
}
@media (min-width: 992px) {
  .double-image-2 {
    transform: translateY(-50%);
  }
  .double-image-3 {
    transform: translateY(-30%);
  }
}
@media (min-width: 1400px) {
  .left-float-image-1 {
    width: calc(100% + 16vw);
    margin-left: -16vw;
  }
  .right-float-image-1 {
    width: calc(100% + 16vw);
  }
  .right-float-image-all {
    width: calc(100% + 16vw);
  }
  .right-float-image-2 {
    width: calc(100% + 8vw);
  }
}
.scroll-mobile-col .lh-lg > span:last-child > span {
  display: none;
}

.scroll-mobile-col > div {
  background-color: rgba(0, 0, 0, 0.1);
}

.scroll-mobile-col img {
  mix-blend-mode: multiply;
}

.scroll-mobile-col .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 75px;
  backdrop-filter: blur(50px);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}

.scroll-mobile-col:hover .overlay {
  opacity: 1;
}

.touchevents .scroll-mobile-col .overlay {
  opacity: 1;
  position: relative;
  color: #000;
  padding: 0;
  background-color: #fff;
  padding: 30px 0;
}

.touchevents .scroll-mobile-col .overlay:after, .touchevents .news-col .w-100:after {
  content: "Read more";
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}

@media (max-width: 767.98px) {
  .double-image-1, .double-image-2, .double-image-3 {
    max-width: 70vw;
    margin: auto !important;
  }
  .scroll-mobile {
    overflow: auto;
  }
  .mobile-freescroll .flickity-slider {
    padding: 0 30px;
  }
  .mobile-freescroll .scroll-mobile-col {
    min-width: 400px;
    width: 400px;
    padding-left: 30px;
  }
  .progress-bar-holder {
    max-width: 90px;
    margin: 30px auto 4px auto;
    height: 2px;
    background-color: #ccc;
  }
  .progress-bar {
    height: 2px;
    width: 0;
    background: #333;
  }
  .section-background {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 575.98px) {
  .mobile-freescroll .scroll-mobile-col {
    min-width: 300px;
    width: 300px;
  }
}
.about-hero {
  display: block;
}

.about-hero__marquee {
  overflow: hidden;
}

.marquee-row {
  display: flex;
  position: relative;
  align-items: center;
  white-space: nowrap;
}

.marquee-item {
  position: relative;
  line-height: 100%;
  padding: 0;
  text-transform: uppercase;
}

.marquee-item-text {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 50px;
  padding-left: calc(20px + 3vw);
  padding-right: calc(20px + 3vw);
}

.footer-image-mt-2-h {
  max-width: 90vw;
}

.footer-image-mt {
  margin-top: -40px;
}

.footer-image-mt-2 {
  margin-top: -20%;
}

@media (min-width: 768px) {
  .footer-image-mt-2-h {
    max-width: 70vw;
  }
  .footer-image-mt {
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
  .work-listing .scroll-mobile-col:nth-child(even) > div {
    transform: translateY(50%);
  }
}
/* .scrub-Y-1 {background-color: white}
.scrub-Y-2 {background-color: white} */
/* News */
.content-aria p {
  line-height: 1.7;
}

.content-aria strong {
  font-weight: 600;
}

.content-aria h2 {
  font-family: "Barlow", sans-serif;
  font-size: calc(22px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .content-aria h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1800px) {
  .content-aria h2 {
    font-size: 30px;
  }
}
.content-aria h2 {
  font-weight: 600;
  margin: 60px 0 30px 0;
}

.content-aria h3 {
  font-family: "Barlow", sans-serif;
  font-size: calc(20px + 8 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .content-aria h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1800px) {
  .content-aria h3 {
    font-size: 28px;
  }
}
.content-aria h3 {
  font-weight: 600;
  margin: 60px 0 30px 0;
}

.content-aria h4 {
  font-family: "Barlow", sans-serif;
  font-size: calc(18px + 7 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .content-aria h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .content-aria h4 {
    font-size: 25px;
  }
}
.content-aria h4 {
  font-weight: 600;
  margin: 60px 0 30px 0;
}

.content-aria a {
  text-decoration: underline;
  text-underline-position: under;
}

.content-aria a:hover {
  text-decoration: none;
}

.content-aria .gallery {
  display: grid;
  grid-gap: 20px;
}

.content-aria .gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.content-aria .gallery, .content-aria .single-image-wrapper, .content-aria .wp-caption {
  margin: 60px 0;
  width: calc(100% + 40px) !important;
  margin-left: -20px;
}

@media (min-width: 576px) {
  .content-aria .gallery, .content-aria .single-image-wrapper, .content-aria .wp-caption {
    width: calc(100% + 100px) !important;
    margin-left: -50px;
  }
}
@media (min-width: 768px) {
  .content-aria .gallery, .content-aria .single-image-wrapper, .content-aria .wp-caption {
    width: calc(100% + 12vw) !important;
    margin-left: -6vw;
  }
  .content-aria .gallery {
    grid-gap: 30px;
  }
}
.content-aria .gallery-item {
  width: 100%;
  margin: 0;
  display: flex;
  height: 100%;
}

.content-aria .gallery-item div {
  width: 100%;
}

.content-aria .gallery img, .content-aria .single-image-wrapper img, .content-aria .wp-caption img {
  max-width: 100%;
  width: 100%;
  border: none;
  object-fit: cover;
  height: 100%;
}

@media (min-width: 768px) {
  .im-about-over {
    transform: translateY(0%);
  }
  .border-md-top {
    border-top: 1px solid #000;
    padding-top: 30px;
  }
  .col-md-4:nth-child(2) .border-md-top {
    border-width: 2px;
  }
  .col-md-4:nth-child(3) .border-md-top {
    border-width: 3px;
  }
}
@media (max-width: 767.98px) {
  .im-about-over {
    position: relative;
  }
  .nopad-md-down {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .about-footer-image {
    margin-top: -50%;
    margin-bottom: -30%;
  }
}
@media (max-width: 767.98px) {
  .about-footer-image {
    margin-left: auto;
    margin-right: -60px;
    max-width: 70%;
    margin-bottom: -30%;
    margin-top: -30%;
    z-index: -1;
  }
}
.list-1 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 10px 30px;
}

@media (min-width: 768px) {
  .list-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list-1 li {
  display: flex;
  width: 100%;
}

.list-1 li:before {
  content: "|";
  padding: 15px 0;
  font-weight: 600;
}

.list-1 li span {
  width: 100%;
  display: block;
  padding: 15px 0;
  margin: 0 20px;
  border-bottom: 1px solid #81ABA0;
}

.callout {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  width: calc(10vw + 200px);
  height: calc(10vw + 200px);
  border-radius: 999px;
}

.callout .position-absolute {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.callout-2 {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  width: calc(10vw + 200px);
  height: calc(10vw + 200px);
  border-radius: 999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.callout-3 {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(50px);
  width: calc(10vw + 200px);
  height: calc(10vw + 200px);
  border-radius: 999px;
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

@media (max-width: 767.98px) {
  .callout .lead-small {
    font-size: 15px;
  }
  .callout-2 {
    width: calc(20vw + 200px);
    height: calc(20vw + 200px);
    position: relative;
    margin-top: 50px;
  }
  .callout-3 {
    width: calc(20vw + 200px);
    height: calc(20vw + 200px);
    position: relative;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .juggle-1 {
    position: absolute;
    top: 20vw;
  }
  .juggle-2 {
    margin-top: -18%;
  }
}
@media (min-width: 992px) {
  .juggle-1 {
    top: 0;
  }
}
.image-sustainability {
  pointer-events: none;
  margin-top: -35%;
}

@media (min-width: 992px) {
  .image-sustainability {
    margin-top: -40%;
  }
}
.bottom-place {
  padding-bottom: 40%;
}

@media (max-width: 767.98px) {
  .bottom-place {
    padding-bottom: 15%;
  }
}
.team-image {
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .team-image {
    max-width: 220px;
    margin: 0 auto 40px auto;
  }
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.contact-list li {
  display: flex;
  margin: 4px 0;
}

.contact-list li span {
  min-width: 30px;
  font-family: "TiemposHeadline", serif;
}

.news-col {
  display: flex;
}

@media (min-width: 768px) {
  .news-row .w-100 {
    max-width: 270px;
  }
  .news-row .news-col:nth-child(3n+2) .w-100 {
    margin-left: auto;
    margin-right: auto;
  }
  .news-row .news-col:nth-child(3n) .w-100 {
    margin-left: auto;
  }
}
.load-more-minus {
  margin-top: 40px;
}

.load-more-minus2 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .load-more-minus {
    margin-top: 220%;
  }
  .load-more-minus2 {
    margin-top: 30% !important;
  }
}
body .ajax-load-more-wrap.white .alm-load-more-btn.loading,
body .ajax-load-more-wrap.white .alm-load-more-btn:focus,
body .ajax-load-more-wrap.white .alm-load-more-btn:hover {
  background-color: #F4F2F0;
  color: #000;
}

body .ajax-load-more-wrap.white .alm-load-more-btn {
  background-color: #F4F2F0;
  color: #000;
  border: none;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  outline: 0;
  border-radius: 999px;
  box-shadow: none;
  padding: 10px 50px 10px 40px;
  font-weight: 600;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10V5M5 5V0M5 5H10M5 5H0' stroke='black' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 30px center;
  transition: background-color 0.4s, color 0.4s, background-image 0.4s;
}

body .ajax-load-more-wrap.white .alm-load-more-btn:hover {
  background-color: #000;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10V5M5 5V0M5 5H10M5 5H0' stroke='white' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
}

body .ajax-load-more-wrap.white .alm-load-more-btn.loading {
  background-image: none;
}

body .ajax-load-more-wrap.white .alm-load-more-btn.done {
  visibility: hidden;
  opacity: 0;
}

body .alm-listing {
  position: relative;
  z-index: 2;
}

footer.bg-maroon,
footer.bg-black,
footer.bg-mud-white {
  color: white;
}
footer.bg-maroon path,
footer.bg-black path,
footer.bg-mud-white path {
  fill: white;
}
footer.bg-maroon input[type=text].form-controller, footer.bg-maroon input[type=email].form-controller, footer.bg-maroon input[type=tel].form-controller, footer.bg-maroon input[type=number].form-controller, footer.bg-maroon input[type=search].form-controller, footer.bg-maroon select.form-controller, footer.bg-maroon textarea.form-controller,
footer.bg-black input[type=text].form-controller,
footer.bg-black input[type=email].form-controller,
footer.bg-black input[type=tel].form-controller,
footer.bg-black input[type=number].form-controller,
footer.bg-black input[type=search].form-controller,
footer.bg-black select.form-controller,
footer.bg-black textarea.form-controller,
footer.bg-mud-white input[type=text].form-controller,
footer.bg-mud-white input[type=email].form-controller,
footer.bg-mud-white input[type=tel].form-controller,
footer.bg-mud-white input[type=number].form-controller,
footer.bg-mud-white input[type=search].form-controller,
footer.bg-mud-white select.form-controller,
footer.bg-mud-white textarea.form-controller {
  border-bottom: 1px solid #fff !important;
}
footer.bg-maroon .field-holder label.float-label,
footer.bg-black .field-holder label.float-label,
footer.bg-mud-white .field-holder label.float-label {
  color: white;
}
footer.bg-maroon .btn-form-2[type=submit],
footer.bg-black .btn-form-2[type=submit],
footer.bg-mud-white .btn-form-2[type=submit] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.11105 13.478L8.32701 12.694L13.2626 7.75841L0.255291 7.75841L0.255291 6.65291L13.2626 6.65291L8.32701 1.71736L9.11105 0.93332L15.3834 7.20566L9.11105 13.478Z' fill='white'/%3E%3C/svg%3E");
}

footer.bg-mud-white input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-form-2 {
  color: transparent;
}

.packaging_section {
  padding-top: 20vh;
  padding-bottom: 20vh;
}
.packaging_section .mad_padding {
  margin-top: 20vh;
}

.design_hero_image {
  position: absolute;
  right: 5%;
  top: 70px;
  max-width: 50vw;
}

.sustain_nav .navigation > li a:before, .sustain_nav .nav-1 > li a:before {
  background-color: #FFF;
}
.sustain_nav .navigation > li a:before, .sustain_nav .nav-1 > li a:before,
.sustain_nav .navigation > li > a {
  color: #FFF;
}
.sustain_nav .logo path {
  fill: #FFF;
}
.sustain_nav .navigation > li.menu-item-has-children > a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width='8'%20height='12'%20viewBox='0%200%208%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M4.5%201C4.5%200.723858%204.27614%200.5%204%200.5C3.72386%200.5%203.5%200.723858%203.5%201L4.5%201ZM3.64645%2011.3536C3.84171%2011.5488%204.15829%2011.5488%204.35355%2011.3536L7.53553%208.17157C7.7308%207.97631%207.7308%207.65973%207.53553%207.46447C7.34027%207.2692%207.02369%207.2692%206.82843%207.46447L4%2010.2929L1.17157%207.46447C0.976311%207.2692%200.659729%207.2692%200.464466%207.46447C0.269204%207.65973%200.269204%207.97631%200.464466%208.17157L3.64645%2011.3536ZM3.5%201L3.5%2011L4.5%2011L4.5%201L3.5%201Z'%20fill='white'/%3E%3C/svg%3E");
}
.sustain_nav .navigation > li.menu-item-has-children > ul > li > a {
  color: #FFF;
}

@media (max-width: 767.98px) {
  .mobile_fix_001 {
    margin-top: -50px;
    padding-top: 100px;
  }
  .design_hero_image {
    position: relative;
    right: 0;
    top: 0;
    max-width: 400px;
  }
  .design_hero_image img {
    width: 100%;
  }
  .design_curious_section h2 {
    width: 13ch !important;
  }
}
@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}

.sustainability_section {
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.work_footer {
  padding-top: 10vh !important;
}

.mt-n10vh {
  margin-top: -30vh;
}

.packaging_section {
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .packaging_section {
    padding-top: 40vh;
    background-size: 231vw;
    background-position: top right 30%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .callout {
    width: calc(35vw + 200px);
    height: calc(35vw + 200px);
  }
}
/*Tabs*/
ul.tabs {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  width: 100%;
  display: flex;
}

ul.tabs li {
  position: relative;
  margin: 0;
  cursor: pointer;
  padding: 20px 0 25px 0;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  transition: color 0.4s, opacity 0.4s;
}

ul.tabs li:last-child {
  margin-right: 0;
}

ul.tabs li:last-child:after {
  display: none;
}

ul.tabs li span {
  position: relative;
}

ul.tabs li span:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  height: 5px;
  width: 100%;
  transform: scaleX(0);
  will-change: transform;
  background: #000;
  transform-origin: right center;
  transition: transform 0.3s;
}

ul.tabs li.active span:after {
  transform: scaleX(1);
  transform-origin: left center;
}

ul.tabs li:hover {
  opacity: 0.5;
}

ul.tabs li.active {
  color: #000;
  pointer-events: none;
  display: block;
}

.tab_container {
  width: 100%;
}

.tab_content {
  padding: 30px 0;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media (max-width: 767.98px) {
  ul.tabs {
    display: none;
  }
  .tab_drawer_heading {
    font-family: "Barlow", sans-serif;
    padding: 30px 36px 30px 0;
    font-weight: normal;
    border-bottom: 1px solid #000;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0.4s, border-color 0.4s;
  }
  .tab_drawer_heading.d_active {
    border-color: transparent;
  }
  .tab_drawer_heading:before {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    content: " ";
    top: 50%;
    margin-top: -8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8 16V8M8 8V0M8 8H16M8 8H0' stroke='black' stroke-width='2'/%3E %3C/svg%3E ");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s;
    cursor: pointer;
  }
  .d_active:before {
    transform: rotate(45deg);
  }
  .tab_content {
    padding: 10px 0 30px 0;
  }
}
.accordion-container {
  padding: 0 0 30px;
}

.accordion {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.accordion.accordion-faq.accordion {
  border-top: none;
}

.accordion > li {
  counter-increment: item;
  position: relative;
  margin: 0 !important;
  padding-left: 0 !important;
}

.accordion > li:before {
  display: none !important;
}

.accordion li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  transform-origin: left;
  transition: opacity 0.4s;
}

.accordion li.active:after {
  opacity: 0;
}

.accordion.numbered li:after {
  left: 80px;
}

.accordion h3 {
  font-family: "Barlow", sans-serif;
  margin: 0;
  transition: all 0.4s;
  font-weight: 500;
  font-size: 22px;
  padding: 42px 30px 42px 0;
  line-height: 1.3;
}

.accordion.numbered h3 {
  margin: 0 0 0 80px;
  padding: 60px 30px 60px 0;
}

.accordion h3 strong {
  font-family: "TiemposHeadline", serif;
  font-weight: 500;
}

.accordion li > a {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.accordion li > a:after {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  content: " ";
  top: 48px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8 16V8M8 8V0M8 8H16M8 8H0' stroke='black' stroke-width='2'/%3E %3C/svg%3E ");
  background-size: 16px 16px;
  background-position: center;
  transition: transform 0.2s;
  cursor: pointer;
}

.accordion.numbered li > a:after {
  top: 66px;
}

.accordion > li.active a:after {
  transform: rotate(45deg);
}

.accordion li .acc-number {
  padding-right: 30px;
  margin-top: 6px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  left: 0;
}

.accordion > li ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}

.accordion > li ul li {
  display: block;
  position: relative;
  padding-left: 22px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.accordion ul li:after {
  content: "";
  font-weight: bold;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #121212;
  position: absolute;
  left: 0;
  top: 9px;
}

.accordion-item {
  display: none;
  padding: 0;
  padding: 0 0 20px 0;
  top: -30px;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s 0s;
}

.accordion.numbered .accordion-item {
  top: 0;
}

.active .accordion-item {
  opacity: 1;
  transition: opacity 0.4s 0s;
}

.accordion.numbered .accordion-item {
  padding: 0 0 20px 80px;
}

@media (max-width: 1199.98px) {
  .accordion h3 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .accordion h3 {
    font-size: 17px;
    padding: 30px 30px 30px 0;
  }
  .accordion.numbered h3 {
    margin-left: 50px;
    padding: 40px 30px 40px 0;
  }
  .accordion li .acc-number {
    margin-top: 4px;
    font-size: 12px;
  }
  .accordion li > a h3:before {
    display: none;
  }
  .accordion li > a:after {
    top: 40px;
    margin-top: -6px;
  }
  .accordion.numbered li > a:after {
    top: 50px;
    margin-top: -6px;
  }
  .accordion.numbered li:after {
    left: 50px;
  }
  .accordion-item {
    padding: 10px 0;
    top: -20px;
  }
  .accordion.numbered .accordion-item {
    padding: 10px 0 10px 50px;
  }
}
.container-expand-inner {
  display: none;
}

.read-more {
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  font-size: 17px;
}

.read-more span {
  padding-left: 8px;
  position: relative;
  top: 1px;
}

.read-more.open svg {
  transform: rotate(180deg);
}

footer {
  margin-top: -1px;
}

footer .container {
  position: relative;
  z-index: 2;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-1 ul {
  display: flex;
  align-items: center;
}

.footer-1 li {
  margin-right: 24px;
}

.footer-1 li:last-child {
  margin-right: 0;
}

.footer-3 ul {
  display: flex;
  align-items: center;
}

.footer-3 li strong {
  font-size: 20px;
  font-weight: 500;
  padding-right: 10px;
  font-family: "TiemposHeadline", serif;
}

.footer-3 li:last-child {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .footer-1 {
    width: 320px;
  }
  .footer-3 {
    width: 320px;
  }
  .footer-3 li {
    margin-left: 24px;
  }
}
ul.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social .link-flip {
  font-size: 12px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199.98px) {
  .footer-1 ul {
    justify-content: center;
  }
  .footer-3 ul {
    justify-content: center;
  }
  .footer-3 ul {
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .footer-1 ul li {
    margin-right: 15px;
  }
}
footer .link-flip {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.footer-bottom {
  font-size: 14px;
  font-weight: 500;
}

.footer-bottom .link-flip {
  font-size: 14px;
  font-weight: 500;
}

/* Footer colors */
footer.bg-dark-green {
  color: #fff;
}

footer.bg-dark-green path {
  fill: #fff;
}

footer.bg-dark-green .btn {
  background-color: #BFD5CC;
  color: #000;
}

footer.bg-dark-green .btn path {
  fill: #000;
}

footer.bg-mud {
  color: #fff;
}

footer.bg-mud path {
  fill: #fff;
}

footer.bg-mud .btn {
  background-color: #EAD4C6;
  color: #000;
}

footer.bg-mud .btn path {
  fill: #000;
}

footer.bg-mud-purple {
  color: #fff;
}

footer.bg-mud-purple path {
  fill: #fff;
}

footer.bg-mud-purple .btn {
  background-color: #A6A0D6;
  color: #000;
}

footer.bg-mud-purple .btn path {
  fill: #000;
}

footer.bg-mud-white {
  color: #fff;
}

footer.bg-mud-white path {
  fill: #fff;
}

footer.bg-mud-white .btn {
  background-color: #fff;
  color: #000;
}

footer.bg-mud-white .btn path {
  fill: #000;
}

@keyframes scrollIndicator {
  0% {
    transform: translate3d(-102%, 0, 0);
  }
  69.9% {
    transform: translate3d(102%, 0, 0);
  }
  70% {
    transform: translate3d(-102%, 0, 0);
  }
  to {
    transform: translate3d(-102%, 0, 0);
  }
}
.c-scroll-indicator {
  position: absolute;
  right: 32px;
  bottom: 40px;
  display: flex;
  align-items: center;
  z-index: 3;
  transition-delay: 0s, 0.3s, 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s;
}

.c-scroll-indicator_value {
  display: inline-block;
  width: 36px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  top: 2px;
  overflow: hidden;
  margin-left: 10px;
}

.c-scroll-indicator_value span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  animation: scrollIndicator 1.4s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.scrolled {
  opacity: 0;
}

@media (max-width: 1024px) {
  .c-scroll-indicator {
    display: none;
  }
}
.panel-cta a {
  font-weight: 600;
}

.panel-cta a strong {
  font-family: "TiemposHeadline", serif;
  font-size: calc(28px + 17 * (100vw - 760px) / 1040);
}
@media screen and (max-width: 760px) {
  .panel-cta a strong {
    font-size: 28px;
  }
}
@media screen and (min-width: 1800px) {
  .panel-cta a strong {
    font-size: 45px;
  }
}
.panel-cta a strong {
  display: block;
  font-weight: 300;
}

@media (min-width: 1025px) {
  .touchevents .c-scroll-indicator .desktop {
    display: none;
  }
  .no-touchevents .c-scroll-indicator .mobile {
    display: none;
  }
  .horizontal-container.flickity-enabled {
    display: block;
  }
  .touchevents .horizontal-container-wrapper {
    display: block;
  }
  .touchevents .panel-featured {
    height: var(--app-height);
    width: calc(50vw - 4vh);
  }
  .touchevents .panel-meta {
    width: 50vw;
  }
  .touchevents .panel-full {
    min-width: calc(var(--app-height) * 1.59);
    width: calc(var(--app-height) * 1.59);
  }
  .touchevents .panel-half {
    min-width: calc(var(--app-height) * 0.79);
    width: calc(var(--app-height) * 0.79);
  }
  .touchevents .panel-quarter {
    min-width: calc(var(--app-height) * 0.8);
    width: calc(var(--app-height) * 0.8);
  }
  .touchevents .panel-content {
    width: calc(800px + 10vw);
  }
  .touchevents .panel-full .panel-image {
    height: var(--app-height);
  }
  .touchevents .panel-half .panel-image {
    height: var(--app-height);
  }
  .touchevents .panel-quarter .panel-image {
    height: 48vh;
  }
  .touchevents .panel {
    height: var(--app-height);
  }
  .touchevents .horizontal-container-wrapper {
    height: var(--app-height);
  }
  .touchevents .horizontal-container {
    height: var(--app-height);
  }
  .touchevents .panel-quarter .panel-image {
    height: calc(var(--app-height) / 2 - 15px);
  }
  .touchevents .container-2 {
    padding-top: 30px;
  }
  .horizontal-container,
  .horizontal-container-wrapper {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    position: relative;
    height: 100vh;
  }
  .panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
    flex: 1;
  }
  .panel_item {
    height: 100%;
    width: 100%;
    display: flex;
  }
  /* Widths layout */
  .panel-featured {
    min-width: calc(50vw - 4vh);
  }
  .panel-meta {
    min-width: calc(50vw - 2vh);
  }
  .panel-full {
    min-width: 159vh;
  }
  .panel-half {
    min-width: 79.6vh;
  }
  .panel-quarter {
    min-width: 79.6vh;
  }
  .panel-content {
    min-width: calc(800px + 10vw);
  }
  .panel-image {
    margin-right: 4vh;
  }
  .panel-full .panel-image {
    height: 100vh;
  }
  .panel-half .panel-image {
    height: 100vh;
  }
  .panel-quarter .panel-image {
    height: 48vh;
  }
  .panel-cta { /* min-width: calc(327px + 4vh) */
    min-width: calc(300px + 10vw);
  }
  .panel-cta a {
    padding: 150px 40px;
    margin-right: 50px;
  }
  .panel-cta a strong {
    font-family: "TiemposHeadline", serif;
    display: flex;
    align-self: flex-start;
  }
  .panel-cta a:hover strong:after {
    transform: rotate(-180deg);
  }
  .panel-cta a span {
    transition: transform 0.4s;
  }
  .panel-cta a:hover span {
    text-decoration: underline;
    text-underline-position: under; /* transform:translateY(4px) */
  }
  .panel-cta a svg {
    margin-left: 10px;
    transition: transform 0.6s;
  }
  .panel-cta a:hover svg {
    margin-left: 10px;
    transform: translateX(5px);
  }
  /* Remove footer from horisontal scroll */
  .footer-work {
    display: none;
  }
  .panel-cta a .h4 {
    transition: border-color 0.4s;
    display: inline;
    border-bottom: 2px solid transparent;
  }
  .panel-cta a:hover .h4 {
    border-color: #000;
  }
}
@media (max-width: 1024px) {
  .horizontal-container {
    display: flex;
    flex-direction: column;
  }
  .panel {
    order: 4;
  }
  .panel-meta {
    order: 1;
  }
  .panel-featured {
    order: 2;
    margin-bottom: 4vh;
  }
  .panel-featured .image-cover {
    position: relative;
  }
  .panel-image {
    width: 100%;
    margin-bottom: 4vh;
  }
  .panel-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .panel-content .nav-spacer {
    display: none;
  }
  .panel-cta {
    margin: 0 0 30px 0;
  }
  .panel-cta a {
    padding: 50px;
    position: relative;
  }
  .panel-cta a svg {
    display: inline-block;
    margin-left: 10px;
  }
}
.panel-image {
  pointer-events: none;
}

@media (min-width: 768px) {
  .im-a, .im-b {
    --clip:100%;
    clip-path: polygon(0% 0%, 100% 0%, 100% var(--clip), 0% var(--clip));
  }
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.draging .carousel-cell {
  pointer-events: none;
}

.flickity-viewport {
  transition: height 0.2s;
}

.carousel-articles .flickity-viewport {
  overflow: visible;
}

.nav-history {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-history li {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 22px;
  padding: 20px 0;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.3);
  transition: color 0.4s;
}

.nav-history li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background-color: #fff;
  transform: scale(0);
  transition: transform 0.4s;
}

.nav-history li.is-selected:before {
  transform: scale(1);
}

.nav-history li:hover, .nav-history li.is-selected {
  color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
  .carousel-main .flickity-viewport {
    min-height: 100%;
  }
  .carousel-main .flickity-viewport .carousel-cell {
    min-height: 100%;
  }
  .history-left {
    min-width: 100px;
  }
}
@media (min-width: 992px) {
  .history-left {
    min-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .nav-history {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
  .nav-history li {
    margin-right: 15px;
    font-size: 18px;
  }
  .nav-history li:before {
    top: 0px;
    left: 50%;
    margin-top: 0;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 99px;
    background-color: #fff;
    transform: scale(0);
    transition: transform 0.4s;
  }
  .carousel-main {
    text-align: center;
  }
  .carousel-nav {
    max-width: 60%;
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 575.98px) {
  .nav-history li {
    margin-right: 10px;
    font-size: 15px;
  }
}
.nav-acc {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-acc li {
  padding: 0 20px 0 40px;
  margin: 35px 0;
  line-height: 1.2;
  border-left: 2px solid #000;
  overflow: hidden;
  cursor: pointer;
}

.nav-acc li strong {
  font-weight: 500;
  display: block;
  font-size: 20px;
}

.nav-acc li.is-selected strong {
  font-family: "TiemposHeadline", serif;
}

.nav-acc li span {
  display: block;
  line-height: 1.5;
  max-height: 0;
  transition: max-height 0.6s;
}

.nav-acc li.is-selected span {
  max-height: inherit;
  padding-top: 10px;
}

.carousel-featured .carousel-cell .row {
  opacity: 0.2;
  transition: opacity 0.6s;
}

.carousel-featured .carousel-cell.is-selected .row {
  opacity: 1;
}

.carousel-articles .carousel-cell {
  padding-left: calc(0.5 * var(--bs-gutter-x));
  padding-right: 15px;
}

.button {
  transition: opacity 0.4s;
}

.button.disabled {
  opacity: 0;
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 3);
  --gap-mobile: calc(var(--size) / 6);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (max-width: 767.98px) {
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap-mobile);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}
.marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}
/* Element styles */
/* Parent wrapper */
article.wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.b-slider {
  overflow-x: hidden;
  min-width: 100%;
  outline: 0;
}

.b-slider__slide {
  width: 300px;
  display: flex;
  align-items: center;
}

.b-slider__slide .font-secondary {
  color: #B5B0A0;
}

@media (max-width: 575.98px) {
  .b-slider__slide {
    width: 220px;
  }
}
/* Floater labels */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent;
  border-bottom: 1px solid #65b938;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #121212;
}

input:-internal-autofill-selected,
input:-internal-autofill-selected:hover,
input:-internal-autofill-selected:focus textarea:-internal-autofill-selected,
textarea:-internal-autofill-selected:hover textarea:-internal-autofill-selected:focus,
select:-internal-autofill-selected,
select:-internal-autofill-selected:hover,
select:-internal-autofill-selected:focus {
  background-color: transparent;
  border-bottom: 1px solid #65b938;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #121212;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 50000s ease-in-out 0s;
  border-bottom: 1px solid #65b938;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #121212;
}

input[type=text].form-controller,
input[type=email].form-controller,
input[type=tel].form-controller,
input[type=number].form-controller,
input[type=search].form-controller,
select.form-controller,
textarea.form-controller {
  height: 64px;
  line-height: 1.2;
  padding: 20px 0 0 0;
  margin: 0 0 10px;
  background: transparent;
  width: 100%;
  font-weight: 700;
  box-shadow: none !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000 !important;
}

input[type=email].form-controller-2 {
  border: 1px solid #fff;
  padding: 20px 0 0 20px;
  color: #fff;
}

input.form-controller-2:-internal-autofill-selected,
input.form-controller-2:-internal-autofill-selected:hover,
input.form-controller-2:-internal-autofill-selected:focus textarea:-internal-autofill-selected,
textarea:-internal-autofill-selected:hover textarea:-internal-autofill-selected:focus {
  background-color: transparent;
  border: 1px solid #65b938;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #fff;
}

input.form-controller-2:-webkit-autofill,
input.form-controller-2:-webkit-autofill:hover,
input.form-controller-2:-webkit-autofill:focus,
input.form-controller-2:-webkit-autofill:active {
  transition: background-color 50000s ease-in-out 0s;
  border: 1px solid #65b938;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #fff;
}

input[type=email].form-controller-3 {
  border: 1px solid #141319;
  padding: 20px 0 0 20px;
  color: #141319;
}

input[type=number].form-controller,
select.form-controller {
  border-color: #141319;
}

textarea.form-controller {
  padding-top: 34px !important;
  height: 120px;
}

select.form-controller {
  cursor: pointer;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.121' height='7.811' viewBox='0 0 14.121 7.811'%3E %3Cpath id='Path_181' data-name='Path 181' d='M0%2C0%2C6%2C6%2C0%2C12' transform='translate(13.061 1.061) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  -webkit-appearance: none;
}

select.form-controller-3 {
  cursor: pointer;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.121' height='7.811' viewBox='0 0 14.121 7.811'%3E %3Cpath id='Path_181' data-name='Path 181' d='M0%2C0%2C6%2C6%2C0%2C12' transform='translate(13.061 1.061) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px;
  -webkit-appearance: none;
  border: 1px solid #adadad;
  height: 50px;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  select.form-controller-3 {
    width: 200px;
  }
}
@media (min-width: 992px) {
  select.form-controller-3 {
    width: 260px;
    max-width: 260px;
  }
}
input[type=number].form-controller {
  cursor: pointer;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.122' height='23.5' viewBox='0 0 14.122 23.5'%3E %3Cg id='Group_1879' data-name='Group 1879' transform='translate(1.061 0.75)'%3E %3Cpath id='Path_182' data-name='Path 182' d='M0%2C0%2C6%2C6%2C0%2C12' transform='translate(12 16) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E %3Cpath id='Path_183' data-name='Path 183' d='M0%2C0%2C6%2C6%2C0%2C12' transform='translate(0 6) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E %3C/g%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  -webkit-appearance: none;
}

input[type=number]:hover::-webkit-inner-spin-button {
  width: 50px;
  height: 50px;
}

.field-holder {
  position: relative;
  margin-bottom: 25px;
}

.field-holder > span {
  /*background: #F7F8F9;*/
  display: block;
}

.field-holder label.float-label {
  cursor: auto;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 28px;
  margin-top: -6px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s;
  pointer-events: none;
  color: #000;
}

.field-holder label.float-label-2 {
  left: 20px;
  white-space: nowrap;
}

.field-holder label.float-label.float-label-dark {
  padding: 0 30px;
  color: #fff;
}

.field-holder label.float-label.active {
  margin-top: -15px;
  font-size: 13px;
  width: auto;
}

@media (max-width: 575.98px) {
  .field-holder label.float-label {
    font-size: 16px;
    padding-right: 20px;
  }
}
.form-group-1 {
  padding: 0;
  margin: 0;
}

.form-group-1 .form-check {
  padding-left: 0;
}

.form-group-1 span.wpcf7-list-item {
  margin: 0;
  display: block;
}

.form-group-1.form-group-inline span.wpcf7-list-item {
  display: inline-block;
  margin-right: 3vw;
}

.form-group-1 span.wpcf7-list-item label {
  margin: 25px 0 0 0;
  display: block;
  font-weight: 500;
}

body .wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item label span {
  position: relative;
  display: flex;
  cursor: pointer;
  display: flex;
  line-height: 1.2;
  color: #60646B;
  font-size: 16px;
}

.wpcf7-list-item label input[type=checkbox], .wpcf7-list-item label input[type=radio] {
  display: none;
}

.wpcf7-list-item label input[type=checkbox] + span:before, .wpcf7-list-item label input[type=radio] + span:before {
  content: "";
  border: 1px solid #adadad;
  background-color: #fff;
  width: 32px;
  min-width: 32px;
  height: 32px;
  max-height: 32px;
  display: inline-block;
  margin-right: 20px;
  transition: border 0.3s;
  border-radius: 6px;
  position: relative;
}

.wpcf7-list-item label input[type=checkbox] + span:after, .wpcf7-list-item label input[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.828' height='15.747' viewBox='0 0 22.828 15.747'%3E %3Cpath id='Path_468' data-name='Path 468' d='M569.649%2C1879.556l7.109%2C7.352%2C12.891-13.333' transform='translate(-568.235 -1872.161)' fill='none' stroke='%2317171D' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3C/path%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.wpcf7-list-item label input[type=checkbox]:checked + span:before, .wpcf7-list-item label input[type=radio]:checked + span:before {
  border-color: #141319;
}

.wpcf7-list-item label input[type=checkbox]:checked + span:after, .wpcf7-list-item label input[type=radio]:checked + span:after {
  content: "";
  opacity: 1;
}

.btn-form[type=submit] {
  -webkit-appearance: none;
  border: none;
  transition: all 0.4s;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='8' viewBox='0 0 72 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M71.3536 4.35355C71.5488 4.15829 71.5488 3.84171 71.3536 3.64645L68.1716 0.464466C67.9763 0.269204 67.6597 0.269204 67.4645 0.464466C67.2692 0.659728 67.2692 0.976311 67.4645 1.17157L70.2929 4L67.4645 6.82843C67.2692 7.02369 67.2692 7.34027 67.4645 7.53553C67.6597 7.7308 67.9763 7.7308 68.1716 7.53553L71.3536 4.35355ZM0 4.5L71 4.5V3.5L0 3.5L0 4.5Z' fill='black'/%3E %3C/svg%3E ");
  background-size: 72px 8px;
  background-repeat: no-repeat;
  padding-right: 100px;
  background-position: right 5px center;
}

.btn-form[type=submit]:hover {
  background-position: right 0px center;
}

.btn-form-2[type=submit] {
  padding: 25px;
  height: 40px;
  width: 40px;
  -webkit-appearance: none;
  border: none;
  padding-left: 20px !important;
  padding-right: 40px !important;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M9.11105 13.478L8.32701 12.694L13.2626 7.75841L0.255291 7.75841L0.255291 6.65291L13.2626 6.65291L8.32701 1.71736L9.11105 0.93332L15.3834 7.20566L9.11105 13.478Z' fill='black'/%3E %3C/svg%3E ");
  background-position: center bottom;
  background-repeat: no-repeat;
  color: transparent;
  transition: transform 0.4s;
}

.btn-form-2[type=submit]:hover {
  transform: translateX(5px);
}

.btn-form-3[type=submit] {
  height: 64px;
  -webkit-appearance: none;
  border: none;
  padding-left: 20px !important;
  padding-right: 40px !important;
}

.btn-form-3[type=submit]:hover {
  background-color: #2C2F36 !important;
  color: #fff !important;
}

@media (max-width: 575.98px) {
  .wpcf7-checkbox {
    display: block;
  }
  .form-group-1.form-group-inline span.wpcf7-list-item {
    display: block;
    margin-right: 30px;
  }
  .form-group-1.form-group-inline span.wpcf7-list-item.last {
    margin-right: 0;
  }
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0 0;
  padding: 0;
  border: none; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.load-more-item {
  display: none;
  transition: none;
}

.load-more-button {
  display: none;
}

/*# sourceMappingURL=bootstrap.css.map */
