/*!
 * atlana // Sass
 *
 * Copyright: atlana // alexander tumler
 * https://www.atlana.it/
 *
 * Contact: info@atlana.it
 *
 */
:root,
[data-bs-theme=light] {
  --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: rgb(0, 158, 224);
  --bs-secondary: rgb(75, 75, 75);
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 158, 224;
  --bs-secondary-rgb: 75, 75, 75;
  --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-primary-text-emphasis: rgb(0%, 24.7843137255%, 35.137254902%);
  --bs-secondary-text-emphasis: #1e1e1e;
  --bs-success-text-emphasis: rgb(3.9215686275%, 21.1764705882%, 13.1764705882%);
  --bs-info-text-emphasis: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
  --bs-warning-text-emphasis: rgb(40%, 30.2745098039%, 1.0980392157%);
  --bs-danger-text-emphasis: rgb(34.5098039216%, 8.3137254902%, 10.8235294118%);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(80%, 92.3921568627%, 97.568627451%);
  --bs-secondary-bg-subtle: #dbdbdb;
  --bs-success-bg-subtle: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
  --bs-info-bg-subtle: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
  --bs-warning-bg-subtle: rgb(100%, 95.137254902%, 80.5490196078%);
  --bs-danger-bg-subtle: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
  --bs-light-bg-subtle: rgb(98.6274509804%, 98.8235294118%, 99.0196078431%);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(60%, 84.7843137255%, 95.137254902%);
  --bs-secondary-border-subtle: #b7b7b7;
  --bs-success-border-subtle: rgb(63.9215686275%, 81.1764705882%, 73.1764705882%);
  --bs-info-border-subtle: rgb(62.0392156863%, 91.6862745098%, 97.6470588235%);
  --bs-warning-border-subtle: rgb(100%, 90.2745098039%, 61.0980392157%);
  --bs-danger-border-subtle: rgb(94.5098039216%, 68.3137254902%, 70.8235294118%);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: "DIN", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.4;
  --bs-body-color: rgb(75, 75, 75);
  --bs-body-color-rgb: 75, 75, 75;
  --bs-body-bg: rgb(45, 45, 45);
  --bs-body-bg-rgb: 45, 45, 45;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(75, 75, 75, 0.75);
  --bs-secondary-color-rgb: 75, 75, 75;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(75, 75, 75, 0.5);
  --bs-tertiary-color-rgb: 75, 75, 75;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: rgb(75, 75, 75);
  --bs-link-color: rgb(0, 158, 224);
  --bs-link-color-rgb: 0, 158, 224;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(75, 75, 75);
  --bs-link-hover-color-rgb: 75, 75, 75;
  --bs-code-color: #d63384;
  --bs-highlight-color: rgb(75, 75, 75);
  --bs-highlight-bg: rgb(100%, 95.137254902%, 80.5490196078%);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 158, 224, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(16.6666666667%, 18.6274509804%, 20.5882352941%);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(40%, 77.1764705882%, 92.7058823529%);
  --bs-secondary-text-emphasis: #939393;
  --bs-success-text-emphasis: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
  --bs-info-text-emphasis: rgb(43.0588235294%, 87.5294117647%, 96.4705882353%);
  --bs-warning-text-emphasis: rgb(100%, 85.4117647059%, 41.6470588235%);
  --bs-danger-text-emphasis: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(0%, 12.3921568627%, 17.568627451%);
  --bs-secondary-bg-subtle: #0f0f0f;
  --bs-success-bg-subtle: rgb(1.9607843137%, 10.5882352941%, 6.5882352941%);
  --bs-info-bg-subtle: rgb(1.0196078431%, 15.8431372549%, 18.8235294118%);
  --bs-warning-bg-subtle: rgb(20%, 15.137254902%, 0.5490196078%);
  --bs-danger-bg-subtle: rgb(17.2549019608%, 4.1568627451%, 5.4117647059%);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(0%, 37.1764705882%, 52.7058823529%);
  --bs-secondary-border-subtle: #2d2d2d;
  --bs-success-border-subtle: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
  --bs-info-border-subtle: rgb(3.0588235294%, 47.5294117647%, 56.4705882353%);
  --bs-warning-border-subtle: rgb(60%, 45.4117647059%, 1.6470588235%);
  --bs-danger-border-subtle: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(40%, 77.1764705882%, 92.7058823529%);
  --bs-link-hover-color: rgb(52%, 81.7411764706%, 94.1647058824%);
  --bs-link-color-rgb: 102, 197, 236;
  --bs-link-hover-color-rgb: 133, 208, 240;
  --bs-code-color: rgb(90.3529411765%, 52%, 71.0588235294%);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(40%, 30.2745098039%, 1.0980392157%);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
  --bs-form-valid-border-color: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
  --bs-form-invalid-color: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
  --bs-form-invalid-border-color: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
}

*,
*::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: 1em 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: "GeoSlab703 Md BT", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.405rem + 1.86vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.8rem;
  }
}

h2 {
  font-size: calc(1.37rem + 1.44vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2.45rem;
  }
}

h3 {
  font-size: calc(1.27rem + 0.24vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.45rem;
  }
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

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

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  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: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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: var(--bs-secondary-color);
  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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 0;
  --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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-3,
.gx-3 {
  --bs-gutter-x: 0.75em;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 0.75em;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1em;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1em;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 1.25em;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 1.25em;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 1.5em;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 1.5em;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 1.75em;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 1.75em;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 2em;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 2em;
}

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

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

.g-10,
.gx-10 {
  --bs-gutter-x: 2.5em;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 2.5em;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 2.75em;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 2.75em;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 3em;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 3em;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 3.25em;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 3.25em;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 3.5em;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 3.5em;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 3.75em;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 3.75em;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 4em;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 4em;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 4.25em;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 4.25em;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 4.5em;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 4.5em;
}

.g-19,
.gx-19 {
  --bs-gutter-x: 4.75em;
}

.g-19,
.gy-19 {
  --bs-gutter-y: 4.75em;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 5em;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 5em;
}

@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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25em;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75em;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75em;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1em;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1em;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25em;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25em;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5em;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5em;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.75em;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.75em;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2em;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2em;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.25em;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.25em;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 2.5em;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 2.5em;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 2.75em;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 2.75em;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 3em;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 3em;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 3.25em;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 3.25em;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 3.5em;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 3.5em;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 3.75em;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 3.75em;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 4em;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 4em;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 4.25em;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 4.25em;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 4.5em;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 4.5em;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 4.75em;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 4.75em;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 5em;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 5em;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25em;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75em;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75em;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1em;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1em;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25em;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25em;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5em;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5em;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.75em;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.75em;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2em;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2em;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.25em;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.25em;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 2.5em;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 2.5em;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 2.75em;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 2.75em;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 3em;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 3em;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 3.25em;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 3.25em;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 3.5em;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 3.5em;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 3.75em;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 3.75em;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 4em;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 4em;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 4.25em;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 4.25em;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 4.5em;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 4.5em;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 4.75em;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 4.75em;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 5em;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 5em;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25em;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75em;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75em;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1em;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1em;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25em;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25em;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5em;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5em;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.75em;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.75em;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2em;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2em;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.25em;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.25em;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 2.5em;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 2.5em;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 2.75em;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 2.75em;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 3em;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 3em;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 3.25em;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 3.25em;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 3.5em;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 3.5em;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 3.75em;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 3.75em;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 4em;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 4em;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 4.25em;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 4.25em;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 4.5em;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 4.5em;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 4.75em;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 4.75em;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 5em;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 5em;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25em;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75em;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75em;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1em;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1em;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25em;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25em;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5em;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5em;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.75em;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.75em;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2em;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2em;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.25em;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.25em;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 2.5em;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 2.5em;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 2.75em;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 2.75em;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 3em;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 3em;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 3.25em;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 3.25em;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 3.5em;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 3.5em;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 3.75em;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 3.75em;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 4em;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 4em;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 4.25em;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 4.25em;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 4.5em;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 4.5em;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 4.75em;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 4.75em;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 5em;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 5em;
  }
}
@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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25em;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25em;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5em;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5em;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75em;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75em;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1em;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1em;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.25em;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.25em;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.5em;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.5em;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 1.75em;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 1.75em;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 2em;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 2em;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2.25em;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2.25em;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 2.5em;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 2.5em;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 2.75em;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 2.75em;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 3em;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 3em;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 3.25em;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 3.25em;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 3.5em;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 3.5em;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 3.75em;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 3.75em;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 4em;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 4em;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 4.25em;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 4.25em;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 4.5em;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 4.5em;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 4.75em;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 4.75em;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 5em;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 5em;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: rgb(227, 36, 33);
  --swiper-inactive-color: rgb(255, 255, 255);
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: auto;
  --swiper-pagination-bottom: 1em;
  --swiper-pagination-top: auto;
  --swiper-pagination-line-height: 1.25em;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 1.25em;
  --swiper-pagination-bullet-width: 1.25em;
  --swiper-pagination-bullet-height: 1.25em;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: var(--swiper-inactive-color);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: .4em;
  --swiper-pagination-bullet-vertical-gap: .4em;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  line-height: var(--swiper-pagination-line-height);
  text-align: center;
  transition: 400ms opacity;
  transform: translate3d(0, 0, 0);
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #e32421);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

@keyframes at-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
[data-background-color="default/0"] {
  --at-module-bg: rgba(45, 45, 45, 0);
  background-color: var(--at-module-bg);
}

[data-background-color="default/10"] {
  --at-module-bg: rgba(45, 45, 45, 0.1);
  background-color: var(--at-module-bg);
}

[data-background-color="default/20"] {
  --at-module-bg: rgba(45, 45, 45, 0.2);
  background-color: var(--at-module-bg);
}

[data-background-color="default/30"] {
  --at-module-bg: rgba(45, 45, 45, 0.3);
  background-color: var(--at-module-bg);
}

[data-background-color="default/40"] {
  --at-module-bg: rgba(45, 45, 45, 0.4);
  background-color: var(--at-module-bg);
}

[data-background-color="default/50"] {
  --at-module-bg: rgba(45, 45, 45, 0.5);
  background-color: var(--at-module-bg);
}
[data-background-color="default/50"] .at-module__content h1, [data-background-color="default/50"] .at-module__content h2, [data-background-color="default/50"] .at-module__content h3, [data-background-color="default/50"] .at-module__content h4, [data-background-color="default/50"] .at-module__content h5, [data-background-color="default/50"] .at-module__content h6, [data-background-color="default/50"] .at-module__content ol, [data-background-color="default/50"] .at-module__content p, [data-background-color="default/50"] .at-module__content ul, [data-background-color="default/50"] .at-module__content table, [data-background-color="default/50"] .at-module__content .at-content__kicker, [data-background-color="default/50"] .at-module__content .primary, [data-background-color="default/50"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="default/50"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="default/50"] .btn:hover, [data-background-color="default/50"] .btn:focus, [data-background-color="default/50"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/50"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/50"] .btn--filled:hover, [data-background-color="default/50"] .btn--filled:focus, [data-background-color="default/50"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="default/60"] {
  --at-module-bg: rgba(45, 45, 45, 0.6);
  background-color: var(--at-module-bg);
}
[data-background-color="default/60"] .at-module__content h1, [data-background-color="default/60"] .at-module__content h2, [data-background-color="default/60"] .at-module__content h3, [data-background-color="default/60"] .at-module__content h4, [data-background-color="default/60"] .at-module__content h5, [data-background-color="default/60"] .at-module__content h6, [data-background-color="default/60"] .at-module__content ol, [data-background-color="default/60"] .at-module__content p, [data-background-color="default/60"] .at-module__content ul, [data-background-color="default/60"] .at-module__content table, [data-background-color="default/60"] .at-module__content .at-content__kicker, [data-background-color="default/60"] .at-module__content .primary, [data-background-color="default/60"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="default/60"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="default/60"] .btn:hover, [data-background-color="default/60"] .btn:focus, [data-background-color="default/60"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/60"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/60"] .btn--filled:hover, [data-background-color="default/60"] .btn--filled:focus, [data-background-color="default/60"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="default/70"] {
  --at-module-bg: rgba(45, 45, 45, 0.7);
  background-color: var(--at-module-bg);
}
[data-background-color="default/70"] .at-module__content h1, [data-background-color="default/70"] .at-module__content h2, [data-background-color="default/70"] .at-module__content h3, [data-background-color="default/70"] .at-module__content h4, [data-background-color="default/70"] .at-module__content h5, [data-background-color="default/70"] .at-module__content h6, [data-background-color="default/70"] .at-module__content ol, [data-background-color="default/70"] .at-module__content p, [data-background-color="default/70"] .at-module__content ul, [data-background-color="default/70"] .at-module__content table, [data-background-color="default/70"] .at-module__content .at-content__kicker, [data-background-color="default/70"] .at-module__content .primary, [data-background-color="default/70"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="default/70"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="default/70"] .btn:hover, [data-background-color="default/70"] .btn:focus, [data-background-color="default/70"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/70"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/70"] .btn--filled:hover, [data-background-color="default/70"] .btn--filled:focus, [data-background-color="default/70"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="default/80"] {
  --at-module-bg: rgba(45, 45, 45, 0.8);
  background-color: var(--at-module-bg);
}
[data-background-color="default/80"] .at-module__content h1, [data-background-color="default/80"] .at-module__content h2, [data-background-color="default/80"] .at-module__content h3, [data-background-color="default/80"] .at-module__content h4, [data-background-color="default/80"] .at-module__content h5, [data-background-color="default/80"] .at-module__content h6, [data-background-color="default/80"] .at-module__content ol, [data-background-color="default/80"] .at-module__content p, [data-background-color="default/80"] .at-module__content ul, [data-background-color="default/80"] .at-module__content table, [data-background-color="default/80"] .at-module__content .at-content__kicker, [data-background-color="default/80"] .at-module__content .primary, [data-background-color="default/80"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="default/80"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="default/80"] .btn:hover, [data-background-color="default/80"] .btn:focus, [data-background-color="default/80"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/80"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/80"] .btn--filled:hover, [data-background-color="default/80"] .btn--filled:focus, [data-background-color="default/80"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="default/90"] {
  --at-module-bg: rgba(45, 45, 45, 0.9);
  background-color: var(--at-module-bg);
}
[data-background-color="default/90"] .at-module__content h1, [data-background-color="default/90"] .at-module__content h2, [data-background-color="default/90"] .at-module__content h3, [data-background-color="default/90"] .at-module__content h4, [data-background-color="default/90"] .at-module__content h5, [data-background-color="default/90"] .at-module__content h6, [data-background-color="default/90"] .at-module__content ol, [data-background-color="default/90"] .at-module__content p, [data-background-color="default/90"] .at-module__content ul, [data-background-color="default/90"] .at-module__content table, [data-background-color="default/90"] .at-module__content .at-content__kicker, [data-background-color="default/90"] .at-module__content .primary, [data-background-color="default/90"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="default/90"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="default/90"] .btn:hover, [data-background-color="default/90"] .btn:focus, [data-background-color="default/90"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/90"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/90"] .btn--filled:hover, [data-background-color="default/90"] .btn--filled:focus, [data-background-color="default/90"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="default/100"] {
  --at-module-bg: #2d2d2d;
  background-color: var(--at-module-bg);
}
[data-background-color="default/100"] .at-module__content h1, [data-background-color="default/100"] .at-module__content h2, [data-background-color="default/100"] .at-module__content h3, [data-background-color="default/100"] .at-module__content h4, [data-background-color="default/100"] .at-module__content h5, [data-background-color="default/100"] .at-module__content h6, [data-background-color="default/100"] .at-module__content ol, [data-background-color="default/100"] .at-module__content p, [data-background-color="default/100"] .at-module__content ul, [data-background-color="default/100"] .at-module__content table, [data-background-color="default/100"] .at-module__content .at-content__kicker, [data-background-color="default/100"] .at-module__content .primary, [data-background-color="default/100"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="default/100"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="default/100"] .btn:hover, [data-background-color="default/100"] .btn:focus, [data-background-color="default/100"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/100"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="default/100"] .btn--filled:hover, [data-background-color="default/100"] .btn--filled:focus, [data-background-color="default/100"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color=default] {
  --at-module-bg: #2d2d2d;
  background-color: var(--at-module-bg);
}

[data-background-color="primary/0"] {
  --at-module-bg: rgba(0, 158, 224, 0);
  background-color: var(--at-module-bg);
}

[data-background-color="primary/10"] {
  --at-module-bg: rgba(0, 158, 224, 0.1);
  background-color: var(--at-module-bg);
}

[data-background-color="primary/20"] {
  --at-module-bg: rgba(0, 158, 224, 0.2);
  background-color: var(--at-module-bg);
}

[data-background-color="primary/30"] {
  --at-module-bg: rgba(0, 158, 224, 0.3);
  background-color: var(--at-module-bg);
}

[data-background-color="primary/40"] {
  --at-module-bg: rgba(0, 158, 224, 0.4);
  background-color: var(--at-module-bg);
}

[data-background-color="primary/50"] {
  --at-module-bg: rgba(0, 158, 224, 0.5);
  background-color: var(--at-module-bg);
}
[data-background-color="primary/50"] .at-module__content h1, [data-background-color="primary/50"] .at-module__content h2, [data-background-color="primary/50"] .at-module__content h3, [data-background-color="primary/50"] .at-module__content h4, [data-background-color="primary/50"] .at-module__content h5, [data-background-color="primary/50"] .at-module__content h6, [data-background-color="primary/50"] .at-module__content ol, [data-background-color="primary/50"] .at-module__content p, [data-background-color="primary/50"] .at-module__content ul, [data-background-color="primary/50"] .at-module__content table, [data-background-color="primary/50"] .at-module__content .at-content__kicker, [data-background-color="primary/50"] .at-module__content .primary, [data-background-color="primary/50"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="primary/50"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="primary/50"] .btn:hover, [data-background-color="primary/50"] .btn:focus, [data-background-color="primary/50"] .btn:active {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/50"] .btn--filled {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/50"] .btn--filled:hover, [data-background-color="primary/50"] .btn--filled:focus, [data-background-color="primary/50"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: rgb(75, 75, 75) !important;
}

[data-background-color="primary/60"] {
  --at-module-bg: rgba(0, 158, 224, 0.6);
  background-color: var(--at-module-bg);
}
[data-background-color="primary/60"] .at-module__content h1, [data-background-color="primary/60"] .at-module__content h2, [data-background-color="primary/60"] .at-module__content h3, [data-background-color="primary/60"] .at-module__content h4, [data-background-color="primary/60"] .at-module__content h5, [data-background-color="primary/60"] .at-module__content h6, [data-background-color="primary/60"] .at-module__content ol, [data-background-color="primary/60"] .at-module__content p, [data-background-color="primary/60"] .at-module__content ul, [data-background-color="primary/60"] .at-module__content table, [data-background-color="primary/60"] .at-module__content .at-content__kicker, [data-background-color="primary/60"] .at-module__content .primary, [data-background-color="primary/60"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="primary/60"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="primary/60"] .btn:hover, [data-background-color="primary/60"] .btn:focus, [data-background-color="primary/60"] .btn:active {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/60"] .btn--filled {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/60"] .btn--filled:hover, [data-background-color="primary/60"] .btn--filled:focus, [data-background-color="primary/60"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: rgb(75, 75, 75) !important;
}

[data-background-color="primary/70"] {
  --at-module-bg: rgba(0, 158, 224, 0.7);
  background-color: var(--at-module-bg);
}
[data-background-color="primary/70"] .at-module__content h1, [data-background-color="primary/70"] .at-module__content h2, [data-background-color="primary/70"] .at-module__content h3, [data-background-color="primary/70"] .at-module__content h4, [data-background-color="primary/70"] .at-module__content h5, [data-background-color="primary/70"] .at-module__content h6, [data-background-color="primary/70"] .at-module__content ol, [data-background-color="primary/70"] .at-module__content p, [data-background-color="primary/70"] .at-module__content ul, [data-background-color="primary/70"] .at-module__content table, [data-background-color="primary/70"] .at-module__content .at-content__kicker, [data-background-color="primary/70"] .at-module__content .primary, [data-background-color="primary/70"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="primary/70"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="primary/70"] .btn:hover, [data-background-color="primary/70"] .btn:focus, [data-background-color="primary/70"] .btn:active {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/70"] .btn--filled {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/70"] .btn--filled:hover, [data-background-color="primary/70"] .btn--filled:focus, [data-background-color="primary/70"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: rgb(75, 75, 75) !important;
}

[data-background-color="primary/80"] {
  --at-module-bg: rgba(0, 158, 224, 0.8);
  background-color: var(--at-module-bg);
}
[data-background-color="primary/80"] .at-module__content h1, [data-background-color="primary/80"] .at-module__content h2, [data-background-color="primary/80"] .at-module__content h3, [data-background-color="primary/80"] .at-module__content h4, [data-background-color="primary/80"] .at-module__content h5, [data-background-color="primary/80"] .at-module__content h6, [data-background-color="primary/80"] .at-module__content ol, [data-background-color="primary/80"] .at-module__content p, [data-background-color="primary/80"] .at-module__content ul, [data-background-color="primary/80"] .at-module__content table, [data-background-color="primary/80"] .at-module__content .at-content__kicker, [data-background-color="primary/80"] .at-module__content .primary, [data-background-color="primary/80"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="primary/80"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="primary/80"] .btn:hover, [data-background-color="primary/80"] .btn:focus, [data-background-color="primary/80"] .btn:active {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/80"] .btn--filled {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/80"] .btn--filled:hover, [data-background-color="primary/80"] .btn--filled:focus, [data-background-color="primary/80"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: rgb(75, 75, 75) !important;
}

[data-background-color="primary/90"] {
  --at-module-bg: rgba(0, 158, 224, 0.9);
  background-color: var(--at-module-bg);
}
[data-background-color="primary/90"] .at-module__content h1, [data-background-color="primary/90"] .at-module__content h2, [data-background-color="primary/90"] .at-module__content h3, [data-background-color="primary/90"] .at-module__content h4, [data-background-color="primary/90"] .at-module__content h5, [data-background-color="primary/90"] .at-module__content h6, [data-background-color="primary/90"] .at-module__content ol, [data-background-color="primary/90"] .at-module__content p, [data-background-color="primary/90"] .at-module__content ul, [data-background-color="primary/90"] .at-module__content table, [data-background-color="primary/90"] .at-module__content .at-content__kicker, [data-background-color="primary/90"] .at-module__content .primary, [data-background-color="primary/90"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="primary/90"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="primary/90"] .btn:hover, [data-background-color="primary/90"] .btn:focus, [data-background-color="primary/90"] .btn:active {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/90"] .btn--filled {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/90"] .btn--filled:hover, [data-background-color="primary/90"] .btn--filled:focus, [data-background-color="primary/90"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: rgb(75, 75, 75) !important;
}

[data-background-color="primary/100"] {
  --at-module-bg: #009ee0;
  background-color: var(--at-module-bg);
}
[data-background-color="primary/100"] .at-module__content h1, [data-background-color="primary/100"] .at-module__content h2, [data-background-color="primary/100"] .at-module__content h3, [data-background-color="primary/100"] .at-module__content h4, [data-background-color="primary/100"] .at-module__content h5, [data-background-color="primary/100"] .at-module__content h6, [data-background-color="primary/100"] .at-module__content ol, [data-background-color="primary/100"] .at-module__content p, [data-background-color="primary/100"] .at-module__content ul, [data-background-color="primary/100"] .at-module__content table, [data-background-color="primary/100"] .at-module__content .at-content__kicker, [data-background-color="primary/100"] .at-module__content .primary, [data-background-color="primary/100"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="primary/100"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="primary/100"] .btn:hover, [data-background-color="primary/100"] .btn:focus, [data-background-color="primary/100"] .btn:active {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/100"] .btn--filled {
  color: rgb(0, 158, 224) !important;
  background-color: #fff !important;
}
[data-background-color="primary/100"] .btn--filled:hover, [data-background-color="primary/100"] .btn--filled:focus, [data-background-color="primary/100"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: rgb(75, 75, 75) !important;
}

[data-background-color=primary] {
  --at-module-bg: #009ee0;
  background-color: var(--at-module-bg);
}

[data-background-color="secondary/0"] {
  --at-module-bg: rgba(75, 75, 75, 0);
  background-color: var(--at-module-bg);
}

[data-background-color="secondary/10"] {
  --at-module-bg: rgba(75, 75, 75, 0.1);
  background-color: var(--at-module-bg);
}

[data-background-color="secondary/20"] {
  --at-module-bg: rgba(75, 75, 75, 0.2);
  background-color: var(--at-module-bg);
}

[data-background-color="secondary/30"] {
  --at-module-bg: rgba(75, 75, 75, 0.3);
  background-color: var(--at-module-bg);
}

[data-background-color="secondary/40"] {
  --at-module-bg: rgba(75, 75, 75, 0.4);
  background-color: var(--at-module-bg);
}

[data-background-color="secondary/50"] {
  --at-module-bg: rgba(75, 75, 75, 0.5);
  background-color: var(--at-module-bg);
}
[data-background-color="secondary/50"] .at-module__content h1, [data-background-color="secondary/50"] .at-module__content h2, [data-background-color="secondary/50"] .at-module__content h3, [data-background-color="secondary/50"] .at-module__content h4, [data-background-color="secondary/50"] .at-module__content h5, [data-background-color="secondary/50"] .at-module__content h6, [data-background-color="secondary/50"] .at-module__content ol, [data-background-color="secondary/50"] .at-module__content p, [data-background-color="secondary/50"] .at-module__content ul, [data-background-color="secondary/50"] .at-module__content table, [data-background-color="secondary/50"] .at-module__content .at-content__kicker, [data-background-color="secondary/50"] .at-module__content .primary, [data-background-color="secondary/50"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="secondary/50"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="secondary/50"] .btn:hover, [data-background-color="secondary/50"] .btn:focus, [data-background-color="secondary/50"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/50"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/50"] .btn--filled:hover, [data-background-color="secondary/50"] .btn--filled:focus, [data-background-color="secondary/50"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="secondary/60"] {
  --at-module-bg: rgba(75, 75, 75, 0.6);
  background-color: var(--at-module-bg);
}
[data-background-color="secondary/60"] .at-module__content h1, [data-background-color="secondary/60"] .at-module__content h2, [data-background-color="secondary/60"] .at-module__content h3, [data-background-color="secondary/60"] .at-module__content h4, [data-background-color="secondary/60"] .at-module__content h5, [data-background-color="secondary/60"] .at-module__content h6, [data-background-color="secondary/60"] .at-module__content ol, [data-background-color="secondary/60"] .at-module__content p, [data-background-color="secondary/60"] .at-module__content ul, [data-background-color="secondary/60"] .at-module__content table, [data-background-color="secondary/60"] .at-module__content .at-content__kicker, [data-background-color="secondary/60"] .at-module__content .primary, [data-background-color="secondary/60"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="secondary/60"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="secondary/60"] .btn:hover, [data-background-color="secondary/60"] .btn:focus, [data-background-color="secondary/60"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/60"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/60"] .btn--filled:hover, [data-background-color="secondary/60"] .btn--filled:focus, [data-background-color="secondary/60"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="secondary/70"] {
  --at-module-bg: rgba(75, 75, 75, 0.7);
  background-color: var(--at-module-bg);
}
[data-background-color="secondary/70"] .at-module__content h1, [data-background-color="secondary/70"] .at-module__content h2, [data-background-color="secondary/70"] .at-module__content h3, [data-background-color="secondary/70"] .at-module__content h4, [data-background-color="secondary/70"] .at-module__content h5, [data-background-color="secondary/70"] .at-module__content h6, [data-background-color="secondary/70"] .at-module__content ol, [data-background-color="secondary/70"] .at-module__content p, [data-background-color="secondary/70"] .at-module__content ul, [data-background-color="secondary/70"] .at-module__content table, [data-background-color="secondary/70"] .at-module__content .at-content__kicker, [data-background-color="secondary/70"] .at-module__content .primary, [data-background-color="secondary/70"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="secondary/70"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="secondary/70"] .btn:hover, [data-background-color="secondary/70"] .btn:focus, [data-background-color="secondary/70"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/70"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/70"] .btn--filled:hover, [data-background-color="secondary/70"] .btn--filled:focus, [data-background-color="secondary/70"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="secondary/80"] {
  --at-module-bg: rgba(75, 75, 75, 0.8);
  background-color: var(--at-module-bg);
}
[data-background-color="secondary/80"] .at-module__content h1, [data-background-color="secondary/80"] .at-module__content h2, [data-background-color="secondary/80"] .at-module__content h3, [data-background-color="secondary/80"] .at-module__content h4, [data-background-color="secondary/80"] .at-module__content h5, [data-background-color="secondary/80"] .at-module__content h6, [data-background-color="secondary/80"] .at-module__content ol, [data-background-color="secondary/80"] .at-module__content p, [data-background-color="secondary/80"] .at-module__content ul, [data-background-color="secondary/80"] .at-module__content table, [data-background-color="secondary/80"] .at-module__content .at-content__kicker, [data-background-color="secondary/80"] .at-module__content .primary, [data-background-color="secondary/80"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="secondary/80"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="secondary/80"] .btn:hover, [data-background-color="secondary/80"] .btn:focus, [data-background-color="secondary/80"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/80"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/80"] .btn--filled:hover, [data-background-color="secondary/80"] .btn--filled:focus, [data-background-color="secondary/80"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="secondary/90"] {
  --at-module-bg: rgba(75, 75, 75, 0.9);
  background-color: var(--at-module-bg);
}
[data-background-color="secondary/90"] .at-module__content h1, [data-background-color="secondary/90"] .at-module__content h2, [data-background-color="secondary/90"] .at-module__content h3, [data-background-color="secondary/90"] .at-module__content h4, [data-background-color="secondary/90"] .at-module__content h5, [data-background-color="secondary/90"] .at-module__content h6, [data-background-color="secondary/90"] .at-module__content ol, [data-background-color="secondary/90"] .at-module__content p, [data-background-color="secondary/90"] .at-module__content ul, [data-background-color="secondary/90"] .at-module__content table, [data-background-color="secondary/90"] .at-module__content .at-content__kicker, [data-background-color="secondary/90"] .at-module__content .primary, [data-background-color="secondary/90"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="secondary/90"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="secondary/90"] .btn:hover, [data-background-color="secondary/90"] .btn:focus, [data-background-color="secondary/90"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/90"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/90"] .btn--filled:hover, [data-background-color="secondary/90"] .btn--filled:focus, [data-background-color="secondary/90"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color="secondary/100"] {
  --at-module-bg: #4b4b4b;
  background-color: var(--at-module-bg);
}
[data-background-color="secondary/100"] .at-module__content h1, [data-background-color="secondary/100"] .at-module__content h2, [data-background-color="secondary/100"] .at-module__content h3, [data-background-color="secondary/100"] .at-module__content h4, [data-background-color="secondary/100"] .at-module__content h5, [data-background-color="secondary/100"] .at-module__content h6, [data-background-color="secondary/100"] .at-module__content ol, [data-background-color="secondary/100"] .at-module__content p, [data-background-color="secondary/100"] .at-module__content ul, [data-background-color="secondary/100"] .at-module__content table, [data-background-color="secondary/100"] .at-module__content .at-content__kicker, [data-background-color="secondary/100"] .at-module__content .primary, [data-background-color="secondary/100"] .at-module__content .secondary {
  color: #fff !important;
}
[data-background-color="secondary/100"] .btn {
  color: #fff !important;
  border-color: #fff !important;
}
[data-background-color="secondary/100"] .btn:hover, [data-background-color="secondary/100"] .btn:focus, [data-background-color="secondary/100"] .btn:active {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/100"] .btn--filled {
  color: rgb(75, 75, 75) !important;
  background-color: #fff !important;
}
[data-background-color="secondary/100"] .btn--filled:hover, [data-background-color="secondary/100"] .btn--filled:focus, [data-background-color="secondary/100"] .btn--filled:active {
  color: #fff !important;
  background-color: rgb(75, 75, 75) !important;
  border-color: #fff !important;
}

[data-background-color=secondary] {
  --at-module-bg: #4b4b4b;
  background-color: var(--at-module-bg);
}

:root {
  --site-container-padding: 6.25vw;
}

@media (min-width: 576px) {
  :root {
    --site-container-padding: 4.34vw;
  }
}
@media (min-width: 768px) {
  :root {
    --site-container-padding: 3.906vw;
  }
}
@media (min-width: 992px) {
  :root {
    --site-container-padding: 3.528vw;
  }
}
@media (min-width: 1200px) {
  :root {
    --site-container-padding: 3.333vw;
  }
}
@media (min-width: 1400px) {
  :root {
    --site-container-padding: 2rem;
  }
}
*:focus:not(:focus-visible) {
  outline: none;
}

::selection {
  color: #fff;
  background: rgb(0, 158, 224);
}

::-moz-selection {
  color: #fff;
  background: rgb(0, 158, 224);
}

html, body {
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

input:hover, input:focus, input:active {
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=checkbox]:active {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}

input[type=radio]:hover, input[type=radio]:focus, input[type=radio]:active {
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  appearance: radio !important;
}

a, button, input[type=button], input[type=reset], input[type=submit], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.xs-break-up:after {
  content: "\a";
  white-space: pre;
}

.xs-invisible-up {
  visibility: hidden !important;
}

@media (max-width: 575.98px) {
  .xs-break:after {
    content: "\a";
    white-space: pre;
  }
  .xs-invisible {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .sm-break:after {
    content: "\a";
    white-space: pre;
  }
  .sm-invisible {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
@media (min-width: 576px) {
  .sm-break-up:after {
    content: "\a";
    white-space: pre;
  }
  .sm-invisible-up {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .md-break:after {
    content: "\a";
    white-space: pre;
  }
  .md-invisible {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-break-up:after {
    content: "\a";
    white-space: pre;
  }
  .md-invisible-up {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .lg-break:after {
    content: "\a";
    white-space: pre;
  }
  .lg-before-break:before {
    content: "\a";
    white-space: pre;
  }
  .lg-invisible {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg-break-up:after {
    content: "\a";
    white-space: pre;
  }
  .lg-invisible-up {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .xl-break:after {
    content: "\a";
    white-space: pre;
  }
  .xl-invisible {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
@media (min-width: 1400px) {
  .xxl-break:after {
    content: "\a";
    white-space: pre;
  }
  .xxl-invisible {
    visibility: hidden !important;
    font-size: 0 !important;
  }
}
*[data-distance=large] {
  --at-distance-multiplier: 12;
  --at-distance: 3em;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 576px) {
  *[data-distance=large] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) {
  *[data-distance=large] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=large] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    margin-top: 4em;
    margin-bottom: 4em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=large] {
    --at-distance-multiplier: 18;
    --at-distance: 4.5em;
    margin-top: 4.5em;
    margin-bottom: 4.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=large] {
    --at-distance-multiplier: 20;
    --at-distance: 5em;
    margin-top: 5em;
    margin-bottom: 5em;
  }
}

*[data-distance="large/padding"] {
  --at-distance-multiplier: 12;
  --at-distance: 3em;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 576px) {
  *[data-distance="large/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 768px) {
  *[data-distance="large/padding"] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance="large/padding"] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (min-width: 1200px) {
  *[data-distance="large/padding"] {
    --at-distance-multiplier: 18;
    --at-distance: 4.5em;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance="large/padding"] {
    --at-distance-multiplier: 20;
    --at-distance: 5em;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

*[data-distance=large-bottom] {
  --at-distance-multiplier: 12;
  --at-distance: 3em;
  margin-bottom: 3em;
}
@media (min-width: 576px) {
  *[data-distance=large-bottom] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) {
  *[data-distance=large-bottom] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    margin-bottom: 3.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=large-bottom] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    margin-bottom: 4em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=large-bottom] {
    --at-distance-multiplier: 18;
    --at-distance: 4.5em;
    margin-bottom: 4.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=large-bottom] {
    --at-distance-multiplier: 20;
    --at-distance: 5em;
    margin-bottom: 5em;
  }
}

*[data-distance=large-top] {
  --at-distance-multiplier: 12;
  --at-distance: 3em;
  margin-top: 3em;
}
@media (min-width: 576px) {
  *[data-distance=large-top] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-top: 3em;
  }
}
@media (min-width: 768px) {
  *[data-distance=large-top] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    margin-top: 3.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=large-top] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    margin-top: 4em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=large-top] {
    --at-distance-multiplier: 18;
    --at-distance: 4.5em;
    margin-top: 4.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=large-top] {
    --at-distance-multiplier: 20;
    --at-distance: 5em;
    margin-top: 5em;
  }
}

*[data-distance="large-bottom/padding"] {
  --at-distance-multiplier: 12;
  --at-distance: 3em;
  padding-bottom: 3em;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  *[data-distance="large-bottom/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-bottom: 3em;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  *[data-distance="large-bottom/padding"] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    padding-bottom: 3.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  *[data-distance="large-bottom/padding"] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    padding-bottom: 4em;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  *[data-distance="large-bottom/padding"] {
    --at-distance-multiplier: 18;
    --at-distance: 4.5em;
    padding-bottom: 4.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  *[data-distance="large-bottom/padding"] {
    --at-distance-multiplier: 20;
    --at-distance: 5em;
    padding-bottom: 5em;
    margin-bottom: 0;
  }
}

*[data-distance="large-top/padding"] {
  --at-distance-multiplier: 12;
  --at-distance: 3em;
  padding-top: 3em;
  margin-top: 0;
}
@media (min-width: 576px) {
  *[data-distance="large-top/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-top: 3em;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  *[data-distance="large-top/padding"] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    padding-top: 3.5em;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  *[data-distance="large-top/padding"] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    padding-top: 4em;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  *[data-distance="large-top/padding"] {
    --at-distance-multiplier: 18;
    --at-distance: 4.5em;
    padding-top: 4.5em;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  *[data-distance="large-top/padding"] {
    --at-distance-multiplier: 20;
    --at-distance: 5em;
    padding-top: 5em;
    margin-top: 0;
  }
}

*[data-distance=normal] {
  --at-distance-multiplier: 8;
  --at-distance: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  *[data-distance=normal] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  *[data-distance=normal] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=normal] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=normal] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=normal] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

*[data-distance="normal/padding"] {
  --at-distance-multiplier: 8;
  --at-distance: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 576px) {
  *[data-distance="normal/padding"] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 768px) {
  *[data-distance="normal/padding"] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance="normal/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1200px) {
  *[data-distance="normal/padding"] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance="normal/padding"] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

*[data-distance=normal-bottom] {
  --at-distance-multiplier: 8;
  --at-distance: 2em;
  margin-bottom: 2em;
}
@media (min-width: 576px) {
  *[data-distance=normal-bottom] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  *[data-distance=normal-bottom] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=normal-bottom] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-bottom: 3em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=normal-bottom] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    margin-bottom: 3.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=normal-bottom] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    margin-bottom: 4em;
  }
}

*[data-distance=normal-top] {
  --at-distance-multiplier: 8;
  --at-distance: 2em;
  margin-top: 2em;
}
@media (min-width: 576px) {
  *[data-distance=normal-top] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  *[data-distance=normal-top] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    margin-top: 2.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=normal-top] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-top: 3em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=normal-top] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    margin-top: 3.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=normal-top] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    margin-top: 4em;
  }
}

*[data-distance="normal-bottom/padding"] {
  --at-distance-multiplier: 8;
  --at-distance: 2em;
  padding-bottom: 2em;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  *[data-distance="normal-bottom/padding"] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    padding-bottom: 2em;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  *[data-distance="normal-bottom/padding"] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    padding-bottom: 2.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  *[data-distance="normal-bottom/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-bottom: 3em;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  *[data-distance="normal-bottom/padding"] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    padding-bottom: 3.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  *[data-distance="normal-bottom/padding"] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    padding-bottom: 4em;
    margin-bottom: 0;
  }
}

*[data-distance="normal-top/padding"] {
  --at-distance-multiplier: 8;
  --at-distance: 2em;
  padding-top: 2em;
  margin-top: 0;
}
@media (min-width: 576px) {
  *[data-distance="normal-top/padding"] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    padding-top: 2em;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  *[data-distance="normal-top/padding"] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    padding-top: 2.5em;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  *[data-distance="normal-top/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-top: 3em;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  *[data-distance="normal-top/padding"] {
    --at-distance-multiplier: 14;
    --at-distance: 3.5em;
    padding-top: 3.5em;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  *[data-distance="normal-top/padding"] {
    --at-distance-multiplier: 16;
    --at-distance: 4em;
    padding-top: 4em;
    margin-top: 0;
  }
}

*[data-distance=small] {
  --at-distance-multiplier: 4;
  --at-distance: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  *[data-distance=small] {
    --at-distance-multiplier: 4;
    --at-distance: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  *[data-distance=small] {
    --at-distance-multiplier: 6;
    --at-distance: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=small] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=small] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=small] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

*[data-distance="small/padding"] {
  --at-distance-multiplier: 4;
  --at-distance: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 576px) {
  *[data-distance="small/padding"] {
    --at-distance-multiplier: 4;
    --at-distance: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {
  *[data-distance="small/padding"] {
    --at-distance-multiplier: 6;
    --at-distance: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance="small/padding"] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  *[data-distance="small/padding"] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance="small/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

*[data-distance=small-bottom] {
  --at-distance-multiplier: 4;
  --at-distance: 1em;
  margin-bottom: 1em;
}
@media (min-width: 576px) {
  *[data-distance=small-bottom] {
    --at-distance-multiplier: 4;
    --at-distance: 1em;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  *[data-distance=small-bottom] {
    --at-distance-multiplier: 6;
    --at-distance: 1.5em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=small-bottom] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=small-bottom] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=small-bottom] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-bottom: 3em;
  }
}

*[data-distance=small-top] {
  --at-distance-multiplier: 4;
  --at-distance: 1em;
  margin-top: 1em;
}
@media (min-width: 576px) {
  *[data-distance=small-top] {
    --at-distance-multiplier: 4;
    --at-distance: 1em;
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  *[data-distance=small-top] {
    --at-distance-multiplier: 6;
    --at-distance: 1.5em;
    margin-top: 1.5em;
  }
}
@media (min-width: 992px) {
  *[data-distance=small-top] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    margin-top: 2em;
  }
}
@media (min-width: 1200px) {
  *[data-distance=small-top] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    margin-top: 2.5em;
  }
}
@media (min-width: 1400px) {
  *[data-distance=small-top] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    margin-top: 3em;
  }
}

*[data-distance="small-bottom/padding"] {
  --at-distance-multiplier: 4;
  --at-distance: 1em;
  padding-bottom: 1em;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  *[data-distance="small-bottom/padding"] {
    --at-distance-multiplier: 4;
    --at-distance: 1em;
    padding-bottom: 1em;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  *[data-distance="small-bottom/padding"] {
    --at-distance-multiplier: 6;
    --at-distance: 1.5em;
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  *[data-distance="small-bottom/padding"] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    padding-bottom: 2em;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  *[data-distance="small-bottom/padding"] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    padding-bottom: 2.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  *[data-distance="small-bottom/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-bottom: 3em;
    margin-bottom: 0;
  }
}

*[data-distance="small-top/padding"] {
  --at-distance-multiplier: 4;
  --at-distance: 1em;
  padding-top: 1em;
  margin-top: 0;
}
@media (min-width: 576px) {
  *[data-distance="small-top/padding"] {
    --at-distance-multiplier: 4;
    --at-distance: 1em;
    padding-top: 1em;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  *[data-distance="small-top/padding"] {
    --at-distance-multiplier: 6;
    --at-distance: 1.5em;
    padding-top: 1.5em;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  *[data-distance="small-top/padding"] {
    --at-distance-multiplier: 8;
    --at-distance: 2em;
    padding-top: 2em;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  *[data-distance="small-top/padding"] {
    --at-distance-multiplier: 10;
    --at-distance: 2.5em;
    padding-top: 2.5em;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  *[data-distance="small-top/padding"] {
    --at-distance-multiplier: 12;
    --at-distance: 3em;
    padding-top: 3em;
    margin-top: 0;
  }
}

*[data-distance=none] {
  --at-distance-multiplier: 0;
  --at-distance: 0em;
  margin-top: 0em;
  margin-bottom: 0em;
}

*[data-distance="none/padding"] {
  --at-distance-multiplier: 0;
  --at-distance: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
}

*[data-distance=none-bottom] {
  --at-distance-multiplier: 0;
  --at-distance: 0em;
  margin-bottom: 0em;
}

*[data-distance=none-top] {
  --at-distance-multiplier: 0;
  --at-distance: 0em;
  margin-top: 0em;
}

*[data-distance="none-bottom/padding"] {
  --at-distance-multiplier: 0;
  --at-distance: 0em;
  padding-bottom: 0em;
  margin-bottom: 0;
}

*[data-distance="none-top/padding"] {
  --at-distance-multiplier: 0;
  --at-distance: 0em;
  padding-top: 0em;
  margin-top: 0;
}

.at-module__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.at-module__container[data-container-width=fluid] {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.at-module__container[data-container-width=sm] {
  max-width: 1320px;
}
.at-module__container[data-container-width=md] {
  max-width: 1320px;
}
.at-module__container[data-container-width=lg] {
  max-width: 1320px;
}
.at-module__container[data-container-width=xl] {
  max-width: 1320px;
}
.at-module__container[data-container-width=xxl] {
  max-width: 1320px;
}
.at-module__container {
  padding-right: var(--site-container-padding);
  padding-left: var(--site-container-padding);
}
.at-module__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: calc(0 / -2);
  margin-left: calc(0 / -2);
}
.at-module__row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(0 / 2);
  padding-left: calc(0 / 2);
}

@media (min-width: 576px) {
  *[data-background-width=sm][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) {
    position: relative;
    background-color: transparent;
  }
  *[data-background-width=sm][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid]))::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1320px;
    transform: translateX(-50%);
    background-color: var(--at-module-bg);
    pointer-events: none;
  }
  *[data-background-width=sm][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) > * {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  *[data-background-width=md][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) {
    position: relative;
    background-color: transparent;
  }
  *[data-background-width=md][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid]))::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1320px;
    transform: translateX(-50%);
    background-color: var(--at-module-bg);
    pointer-events: none;
  }
  *[data-background-width=md][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) > * {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  *[data-background-width=lg][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) {
    position: relative;
    background-color: transparent;
  }
  *[data-background-width=lg][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid]))::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1320px;
    transform: translateX(-50%);
    background-color: var(--at-module-bg);
    pointer-events: none;
  }
  *[data-background-width=lg][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) > * {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  *[data-background-width=xl][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) {
    position: relative;
    background-color: transparent;
  }
  *[data-background-width=xl][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid]))::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1320px;
    transform: translateX(-50%);
    background-color: var(--at-module-bg);
    pointer-events: none;
  }
  *[data-background-width=xl][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) > * {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1400px) {
  *[data-background-width=xxl][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) {
    position: relative;
    background-color: transparent;
  }
  *[data-background-width=xxl][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid]))::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1320px;
    transform: translateX(-50%);
    background-color: var(--at-module-bg);
    pointer-events: none;
  }
  *[data-background-width=xxl][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) > * {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 1400px) {
  *[data-background-width][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) .at-module__row {
    padding-right: var(--site-container-padding);
    padding-left: var(--site-container-padding);
  }
}
*[data-content-type=Text] > .at-module__container[data-container-width=fluid] .at-module__row,
*[data-content-type=Text2Cols] > .at-module__container[data-container-width=fluid] .at-module__row {
  padding-right: var(--site-container-padding);
  padding-left: var(--site-container-padding);
}

.container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-right: var(--site-container-padding);
  padding-left: var(--site-container-padding);
}

@media (min-width: 1400px) {
  .at-module__container, .container, .container-xs, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
.hidden-scrollbar {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.hidden-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

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

.disabled, :disabled {
  pointer-events: none !important;
}

a.glightbox {
  display: block;
  position: relative;
  text-decoration: none !important;
}
a.glightbox picture {
  overflow: hidden;
}
a.glightbox picture::after {
  content: "";
  position: absolute;
  z-index: 11;
  top: 1em;
  right: 1em;
  opacity: 0.5;
  width: 7.5%;
  aspect-ratio: 11/9;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58 48.52"><rect x="1.5" y="1.5" width="55" height="45.52" rx="5" ry="5" style="fill:none; stroke:%23fff; stroke-linecap:square; stroke-miterlimit:10; stroke-width:3px;"/><polyline points="8.14 29 8.14 40.38 19.52 40.38" style="fill:none; stroke:%23fff; stroke-linecap:square; stroke-miterlimit:10; stroke-width:3px;"/><polyline points="49.86 19.52 49.86 8.14 38.48 8.14" style="fill:none; stroke:%23fff; stroke-linecap:square; stroke-miterlimit:10; stroke-width:3px;"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.4s ease-in-out;
}
a.glightbox picture img {
  transition: all 0.4s ease-in-out;
}
a.glightbox:not(.noScale):hover picture::after, a.glightbox:not(.noScale):focus picture::after {
  opacity: 1;
}
a.glightbox:not(.noScale):hover picture img, a.glightbox:not(.noScale):focus picture img {
  transform: scale(1.05);
}

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

.btn {
  display: inline-flex;
  z-index: 1;
  align-items: center;
  user-select: none;
  position: relative;
  color: rgb(75, 75, 75);
  font-family: "GeoSlab703 Md BT", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: calc(1.5em - 2px) calc(1em - 2px);
  border: 1px solid rgb(75, 75, 75);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.btn:focus-visible {
  outline: 2px solid rgb(0, 158, 224);
  outline-offset: 4px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #fff;
  background-color: rgb(75, 75, 75);
}
.btn + br + .btn {
  margin-top: 0.5em;
}
.btn--primary {
  color: rgb(0, 158, 224);
  border-color: rgb(0, 158, 224);
}
.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  background-color: rgb(0, 158, 224);
  border-color: rgb(0, 158, 224);
}
.btn--secondary {
  color: rgb(75, 75, 75);
  border-color: rgb(75, 75, 75);
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
  background-color: rgb(75, 75, 75);
  border-color: rgb(75, 75, 75);
}
.btn--filled {
  color: #fff;
  background-color: rgb(75, 75, 75);
}
.btn--filled:hover, .btn--filled:focus, .btn--filled:active {
  background-color: rgb(19.4117647059%, 19.4117647059%, 19.4117647059%);
  border-color: rgb(19.4117647059%, 19.4117647059%, 19.4117647059%);
}
.btn--filled.btn--primary {
  background-color: rgb(0, 158, 224);
  border-color: rgb(0, 158, 224);
}
.btn--filled.btn--primary:hover, .btn--filled.btn--primary:focus, .btn--filled.btn--primary:active {
  background-color: rgb(0%, 47.8536414566%, 67.8431372549%);
  border-color: rgb(0%, 47.8536414566%, 67.8431372549%);
}
.btn--filled.btn--secondary {
  background-color: rgb(75, 75, 75);
  border-color: rgb(75, 75, 75);
}
.btn--filled.btn--secondary:hover, .btn--filled.btn--secondary:focus, .btn--filled.btn--secondary:active {
  background-color: rgb(19.4117647059%, 19.4117647059%, 19.4117647059%);
  border-color: rgb(19.4117647059%, 19.4117647059%, 19.4117647059%);
}

hr {
  opacity: 1;
  border-top-width: 2px;
  border-top-color: rgb(0, 158, 224);
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

svg {
  pointer-events: none;
}

.no-break {
  white-space: nowrap;
}

.primary {
  color: rgb(0, 158, 224) !important;
}

.secondary {
  color: rgb(75, 75, 75) !important;
}

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

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

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

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

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

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

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

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

[data-animation=True] [data-animationcontainer=this] {
  transition: transform 1500ms, opacity 1000ms;
  transform: translateY(7vh);
  -webkit-transform: translateY(7vh);
  -ms-transform: translateY(20%);
  opacity: 0;
}
[data-animation=True] [data-animationcontainer=this].fadein {
  transform: none;
  -webkit-transform: none;
  -ms-transform: translateY(0px);
  opacity: 1;
}

@font-face {
  font-family: "DIN";
  src: url("../Fonts/DIN-Regular.woff2") format("woff2"), url("../Fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../Fonts/DIN-Medium.woff2") format("woff2"), url("../Fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeoSlab703 MdCn BT";
  src: url("../Fonts/GeometricSlab703BT-Medium.woff2") format("woff2"), url("../Fonts/GeometricSlab703BT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeoSlab703 Md BT";
  src: url("../Fonts/GeometricSlab703BT-Bold.woff2") format("woff2"), url("../Fonts/GeometricSlab703BT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  font-size: 14px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  :root {
    font-size: 16px;
    font-size: calc(14px + (18 - 14) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  :root {
    font-size: 18px;
  }
}
:root {
  min-height: 0vw;
}

html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga" 0;
  -ms-word-break: break-word;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  color: rgb(75, 75, 75);
  font-family: "DIN", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

b, strong {
  font-weight: 500;
}

h1, .h1 {
  font-size: 21px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  h1, .h1 {
    font-size: 35.25px;
    font-size: calc(21px + (49.5 - 21) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 49.5px;
  }
}
h1, .h1 {
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: rgb(75, 75, 75);
  font-family: "GeoSlab703 Md BT", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 0.5em;
}

h2, .h2 {
  font-size: 19.95px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  h2, .h2 {
    font-size: 32.475px;
    font-size: calc(19.95px + (45 - 19.95) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: 45px;
  }
}
h2, .h2 {
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 18.9px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  h3, .h3 {
    font-size: 29.7px;
    font-size: calc(18.9px + (40.5 - 18.9) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: 40.5px;
  }
}

h4, .h4 {
  font-size: 17.85px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  h4, .h4 {
    font-size: 26.925px;
    font-size: calc(17.85px + (36 - 17.85) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  h4, .h4 {
    font-size: 36px;
  }
}

h5, .h5 {
  font-size: 16.8px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  h5, .h5 {
    font-size: 24.15px;
    font-size: calc(16.8px + (31.5 - 16.8) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  h5, .h5 {
    font-size: 31.5px;
  }
}

h6, .h6 {
  font-size: 15.75px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  h6, .h6 {
    font-size: 21.375px;
    font-size: calc(15.75px + (27 - 15.75) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  h6, .h6 {
    font-size: 27px;
  }
}

.at-content__kicker {
  font-size: 15.75px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  .at-content__kicker {
    font-size: 21.375px;
    font-size: calc(15.75px + (27 - 15.75) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  .at-content__kicker {
    font-size: 27px;
  }
}
.at-content__kicker {
  line-height: 1.19;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 0.5em !important;
}

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .at-content__kicker):first-child,
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .at-content__kicker) + :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .at-content__kicker) {
  margin-top: 0;
}

.small, small {
  font-size: 80%;
}

.choices {
  position: relative;
  font-size: 14px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  .choices {
    font-size: 16px;
    font-size: calc(14px + (18 - 14) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  .choices {
    font-size: 18px;
  }
}
.choices {
  font-family: "DIN", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.choices [hidden] {
  display: none !important;
}
.choices:focus {
  outline: 0;
}
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #fff;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices.is-focused .choices__inner, .choices.is-open .choices__inner {
  border-color: rgba(75, 75, 75, 0.7);
  outline: none;
}
.choices.is-open .choices__inner .powermail-errors-list {
  display: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 33.88 33.88"%3e%3ccircle cx="16.94" cy="16.94" r="16.44" style="fill:none; stroke:%2357585c; stroke-linecap:square; stroke-miterlimit:10;"/%3e%3cpolyline points="23.52 14.75 16.94 21.33 10.36 14.75" style="fill:none; stroke:%2357585c; stroke-linecap:square; stroke-miterlimit:10;"/%3e%3c/svg%3e');
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-one] {
  border-color: rgba(75, 75, 75, 0.4) transparent transparent;
  cursor: pointer;
}
.choices[data-type*=select-one]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease-in-out;
  height: 50%;
  aspect-ratio: 1;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.5 43.5"><circle cx="21.75" cy="21.75" r="20" style="fill:none; stroke:%23b2b2b2; stroke-linecap:square; stroke-miterlimit:10; stroke-width:3.5px;"/><polyline data-color="color-2" points="29.02 19.02 21.75 26.3 14.48 19.02" style="fill:none; stroke:%23b2b2b2; stroke-linecap:square; stroke-miterlimit:10; stroke-width:3.5px;"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.5 61.5"><circle cx="30.75" cy="30.75" r="29" style="fill:none; stroke:%23b2b2b2; stroke-linecap:square; stroke-miterlimit:10; stroke-width:5.5px;"/><polyline points="42.75 26.75 30.75 38.75 18.75 26.75" style="fill:none; stroke:%23b2b2b2; stroke-linecap:square; stroke-miterlimit:10; stroke-width:5.5px;"/></svg>');
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(75, 75, 75, 0.4);
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-one].is-open::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43.5 43.5"><circle cx="21.75" cy="21.75" r="20" style="fill:none; stroke:%23787878; stroke-linecap:square; stroke-miterlimit:10; stroke-width:3.5px;"/><polyline data-color="color-2" points="29.02 19.02 21.75 26.3 14.48 19.02" style="fill:none; stroke:%23787878; stroke-linecap:square; stroke-miterlimit:10; stroke-width:3.5px;"/></svg>');
  transform: translateY(-50%) rotate(180deg);
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  padding: 0.75em 0.75em;
  border: 2px solid rgba(75, 75, 75, 0.4);
  border-radius: 0.5em;
  min-height: unset;
  overflow: hidden;
  cursor: pointer;
}

.choices__placeholder {
  color: rgba(75, 75, 75, 0.7);
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgba(75, 75, 75, 0.7);
}

.is-open .choices__inner {
  border-radius: 0.5em 0.5em 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 0.5em 0.5em;
}

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

.choices__list--single {
  display: inline-block;
  width: 100%;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.5em;
  padding: 0.75em 0.75em;
  font-size: 90%;
  margin-right: 0.25em;
  margin-bottom: 0.25em;
  background-color: rgb(0, 158, 224);
  border: 2px solid rgb(0, 158, 224);
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 0.5em;
}
.choices__list--multiple .choices__item[data-deletable].is-highlighted {
  background-color: rgb(75, 75, 75);
  border: 2px solid rgb(75, 75, 75);
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: rgba(75, 75, 75, 0.4);
  border: 2px solid rgba(75, 75, 75, 0.7);
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgba(75, 75, 75, 0.7);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  position: absolute;
  visibility: hidden;
  z-index: 100;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: 2px solid rgba(75, 75, 75, 0.4);
  border-top: none;
  margin-top: -2px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  border-radius: 0 0 0.5em 0.5em;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  color: rgb(75, 75, 75);
}
.choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
  opacity: 0.5;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  color: rgb(75, 75, 75);
  background-color: rgba(75, 75, 75, 0.1);
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -2px;
  border-top: 2px solid rgba(75, 75, 75, 0.7);
  border-bottom: none;
  border-radius: 0.5em 0.5em 0 0;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-size: 90%;
  font-weight: 600;
  padding: 0.75em 0.75em;
  border-bottom: 2px solid rgba(75, 75, 75, 0.4);
  color: rgb(75, 75, 75);
}

.choices__button {
  text-indent: -999em;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus, .choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  color: rgb(0, 158, 224);
  margin-bottom: 0.5em;
  border: 0;
  border-bottom: 2px solid rgba(75, 75, 75, 0.4);
  border-radius: 0;
  max-width: 100%;
  padding: 0.75em 0.75em;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.at-content__text a:not(.btn, .btn-filled, .btn-primary, .btn-secondary) {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgb(0, 158, 224);
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.at-content__text a:not(.btn, .btn-filled, .btn-primary, .btn-secondary):hover {
  border-bottom-color: currentColor;
}
.at-content__text hr, .at-content__text ol, .at-content__text p, .at-content__text ul {
  margin-bottom: 1em;
}
.at-content__text .h1, .at-content__text .h2, .at-content__text .h3, .at-content__text .h4, .at-content__text .h5, .at-content__text .h6 {
  margin-bottom: 0.5em;
}
.at-content__text > :last-child {
  margin-bottom: 0;
}
.at-content__text p {
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.at-content__text ul {
  list-style-type: none;
  padding-left: 0;
}
.at-content__text ul li {
  position: relative;
  padding-left: 0.75em;
}
.at-content__text ul li::before {
  content: "";
  position: absolute;
  top: calc(0.25em * 2.375);
  left: 0;
  width: calc(0.25em * 1.2);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}

.at-module__iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}
.at-module__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: 5px 5px 10px 0px rgba(75, 75, 75, 0.2);
}

*[data-align=center] .at-module__header,
*[data-align=center] .at-content__text {
  text-align: center;
}
*[data-align=center] .at-module__header p,
*[data-align=center] .at-content__text p {
  text-align: inherit;
}
*[data-align=center] .at-content__text ul > li {
  display: inline;
}
*[data-align=center] .at-content__text ul > li::after {
  content: "\a";
  white-space: pre;
}
*[data-align=center] .at-content__text ul > li::before {
  top: calc(0.25em * 2.125);
}

*[data-align=justify] .at-content__text {
  text-align: justify;
}

*[data-align=left] .at-module__header,
*[data-align=left] .at-content__text {
  text-align: left;
}
*[data-align=left] .at-module__header p,
*[data-align=left] .at-content__text p {
  text-align: inherit;
}

*[data-align=right] .at-module__header,
*[data-align=right] .at-content__text {
  text-align: right;
}
*[data-align=right] .at-module__header p,
*[data-align=right] .at-content__text p {
  text-align: inherit;
}
*[data-align=right] .at-content__text ul > li {
  display: inline;
}
*[data-align=right] .at-content__text ul > li::after {
  content: "\a";
  white-space: pre;
}
*[data-align=right] .at-content__text ul > li::before {
  top: calc(0.25em * 2.125);
}

.at-content__text[data-content-align=left] {
  text-align: left;
}
.at-content__text[data-content-align=left] p {
  text-align: inherit;
}

.at-content__text[data-content-align=center] {
  text-align: center;
}
.at-content__text[data-content-align=center] p {
  text-align: inherit;
}
.at-content__text[data-content-align=center] ul > li {
  display: inline;
}
.at-content__text[data-content-align=center] ul > li::after {
  content: "\a";
  white-space: pre;
}
.at-content__text[data-content-align=center] ul > li::before {
  top: calc(0.25em * 2.125);
}

.at-content__text[data-content-align=right] {
  text-align: right;
}
.at-content__text[data-content-align=right] p {
  text-align: inherit;
}
.at-content__text[data-content-align=right] ul > li {
  display: inline;
}
.at-content__text[data-content-align=right] ul > li::after {
  content: "\a";
  white-space: pre;
}
.at-content__text[data-content-align=right] ul > li::before {
  top: calc(0.25em * 2.125);
}

.at-content__text[data-content-align=justify] {
  text-align: justify;
}

*[data-content-type=CarouselGallery] .at-module__row {
  margin-right: 0;
  margin-left: 0;
}
*[data-content-type=CarouselGallery] .at-module__image {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper {
  position: relative;
  overflow: hidden;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper.swiper {
  overflow: hidden;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-wrapper {
  box-sizing: border-box;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-slide a {
  display: block;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-slide .carousel-gallery__picture {
  display: block;
  width: 100%;
  aspect-ratio: 768/540;
  overflow: hidden;
  background-color: rgb(75, 75, 75);
  background-image: linear-gradient(105deg, rgb(75, 75, 75) 0%, rgb(75, 75, 75) 40%, rgba(255, 255, 255, 0.14) 50%, rgb(75, 75, 75) 60%, rgb(75, 75, 75) 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: at-skeleton-shimmer 1.4s ease-in-out 12 forwards;
}
@media (prefers-reduced-motion: reduce) {
  *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-slide .carousel-gallery__picture {
    background-image: none;
    animation: none;
  }
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next, *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.0714rem;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, left 0.4s ease-in-out;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next:hover, *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev:hover {
  opacity: 1;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next svg, *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev svg {
  width: 100%;
  height: auto;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next svg > path, *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev svg > path {
  fill: #fff;
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next {
  right: var(--site-container-padding);
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next:hover {
  right: calc(var(--site-container-padding) - 0.3572rem);
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev {
  left: var(--site-container-padding);
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev:hover {
  left: calc(var(--site-container-padding) - 0.3572rem);
}
*[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 576px) {
  *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next, *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev {
    width: 1.0714rem;
  }
}
@media (min-width: 768px) {
  *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next, *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev {
    width: 1.7857rem;
  }
}
@media (min-width: 1400px) {
  *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-next, *[data-content-type=CarouselGallery] .carousel-gallery__swiper .swiper-button-prev {
    width: 2rem;
  }
}
*[data-content-type=Spacer] .at-module__content:not([data-border-color]) hr, *[data-content-type=Spacer] .at-module__content[data-border-color=""] hr {
  border-color: transparent;
}
*[data-content-type=Spacer] .at-module__content[data-border-color=default] hr {
  border-color: rgb(75, 75, 75);
}
*[data-content-type=Spacer] .at-module__content[data-border-color=primary] hr {
  border-color: rgb(0, 158, 224);
}

*[data-content-type=TextPic] {
  --text-pic-content-distance: calc(var(--site-container-padding) * 1.5);
}
*[data-content-type=TextPic] .at-module__row .at-module__content {
  flex: 0 0 auto;
  margin-top: var(--text-pic-content-distance);
}
*[data-content-type=TextPic] .at-module__row .at-module__content .at-content__text :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .at-content__kicker) {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
*[data-content-type=TextPic] .at-module__row .at-module__image {
  position: relative;
  flex: 0 0 auto;
  max-width: none;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
*[data-content-type=TextPic] .at-module__row .at-module__image .at-module__image__picture,
*[data-content-type=TextPic] .at-module__row .at-module__image .text-pic__embed {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: rgb(75, 75, 75);
  background-image: linear-gradient(105deg, rgb(75, 75, 75) 0%, rgb(75, 75, 75) 40%, rgba(255, 255, 255, 0.14) 50%, rgb(75, 75, 75) 60%, rgb(75, 75, 75) 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: at-skeleton-shimmer 1.4s ease-in-out 12 forwards;
}
@media (prefers-reduced-motion: reduce) {
  *[data-content-type=TextPic] .at-module__row .at-module__image .at-module__image__picture,
  *[data-content-type=TextPic] .at-module__row .at-module__image .text-pic__embed {
    background-image: none;
    animation: none;
  }
}
*[data-content-type=TextPic] .at-module__row .at-module__image .at-module__image__picture {
  overflow: hidden;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .at-module__image__picture .text-pic__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .text-pic__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .text-pic__embed {
  position: relative;
  overflow: hidden;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .text-pic__embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .text-pic__swiper {
  position: relative;
  overflow: hidden;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .text-pic__swiper .swiper-slide a {
  display: block;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next, *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  bottom: auto;
  margin-top: 0;
  width: 1.0714rem;
  height: auto;
  transform: translate(0, -50%);
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out, right 0.4s ease-in-out, left 0.4s ease-in-out;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next:hover, *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev:hover {
  opacity: 1;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next::after, *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev::after {
  content: none;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next svg, *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev svg {
  width: 100%;
  height: auto;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next svg > path, *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev svg > path {
  fill: #fff;
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next {
  right: var(--site-container-padding);
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next:hover {
  right: calc(var(--site-container-padding) - 0.3572rem);
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev {
  left: var(--site-container-padding);
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev:hover {
  left: calc(var(--site-container-padding) - 0.3572rem);
}
*[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
*[data-content-type=TextPic][data-valign=top] .at-module__row {
  align-items: flex-start;
}
*[data-content-type=TextPic][data-valign=center] .at-module__row {
  align-items: center;
}
*[data-content-type=TextPic][data-valign=bottom] .at-module__row {
  align-items: flex-end;
}
*[data-content-type=TextPic][data-distance=none] .at-module__row .at-module__content, *[data-content-type=TextPic][data-distance="none/padding"] .at-module__row .at-module__content {
  margin-top: var(--text-pic-content-distance);
  margin-bottom: var(--text-pic-content-distance);
}
*[data-content-type=TextPic][data-distance=none-top] .at-module__row .at-module__content, *[data-content-type=TextPic][data-distance="none-top/padding"] .at-module__row .at-module__content {
  margin-top: var(--text-pic-content-distance);
  margin-bottom: 0;
}
*[data-content-type=TextPic][data-distance=none-bottom] .at-module__row .at-module__content, *[data-content-type=TextPic][data-distance="none-bottom/padding"] .at-module__row .at-module__content {
  margin-top: 0;
  margin-bottom: var(--text-pic-content-distance);
}

@media (min-width: 768px) {
  *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next, *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev {
    width: 1.7857rem;
  }
}
@media (min-width: 992px) {
  *[data-content-type=TextPic] {
    --text-pic-content-distance: var(--site-container-padding);
  }
  *[data-content-type=TextPic] .at-module__row {
    --text-pic-gap: var(--site-container-padding);
    --text-pic-bleed: calc(50vw - 50%);
    flex-wrap: nowrap;
    gap: var(--text-pic-gap);
  }
  *[data-content-type=TextPic] .at-module__row .at-module__content,
  *[data-content-type=TextPic] .at-module__row .at-module__image {
    min-width: 0;
    width: auto;
    max-width: none;
  }
  *[data-content-type=TextPic] .at-module__row .at-module__content {
    order: 1;
    flex: 0 0 calc(50% - var(--text-pic-gap));
    margin-top: 0;
  }
  *[data-content-type=TextPic] .at-module__row .at-module__image {
    order: 2;
    flex: 0 0 calc(50% + var(--text-pic-bleed));
    overflow: hidden;
    width: auto;
    margin-right: calc(var(--text-pic-bleed) * -1);
    margin-left: 0;
  }
  *[data-content-type=TextPic][data-direction-reverse] .at-module__row,
  *[data-content-type=TextPic] .at-module__row[data-direction-reverse] {
    flex-direction: row-reverse;
  }
  *[data-content-type=TextPic][data-direction-reverse] .at-module__row .at-module__image,
  *[data-content-type=TextPic] .at-module__row[data-direction-reverse] .at-module__image {
    margin-right: 0;
    margin-left: calc(var(--text-pic-bleed) * -1);
  }
}
@media (min-width: 1200px) {
  *[data-content-type=TextPic] .at-module__row {
    --text-pic-gap: calc(var(--site-container-padding) * 1.5);
  }
}
@media (min-width: 1400px) {
  *[data-content-type=TextPic] .at-module__row {
    --text-pic-bleed: 0px;
  }
  *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-next, *[data-content-type=TextPic] .at-module__row .at-module__image .swiper-button-prev {
    width: 2rem;
  }
  *[data-content-type=TextPic] > .at-module__container[data-container-width=fluid] .at-module__row:not([data-direction-reverse]) .at-module__content {
    padding-left: var(--site-container-padding);
  }
  *[data-content-type=TextPic] > .at-module__container[data-container-width=fluid] .at-module__row[data-direction-reverse] .at-module__content {
    padding-right: var(--site-container-padding);
  }
  *[data-content-type=TextPic][data-direction-reverse] > .at-module__container[data-container-width=fluid] .at-module__row .at-module__content {
    padding-left: calc(0 / 2);
    padding-right: var(--site-container-padding);
  }
  *[data-content-type=TextPic][data-background-width][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) .at-module__row {
    padding-right: 0;
    padding-left: 0;
  }
  *[data-content-type=TextPic][data-background-width][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) .at-module__row:not([data-direction-reverse]) .at-module__content {
    padding-left: var(--site-container-padding);
  }
  *[data-content-type=TextPic][data-background-width][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid]))[data-direction-reverse] .at-module__row .at-module__content,
  *[data-content-type=TextPic][data-background-width][data-background-color]:not(:has(> .at-module__container[data-container-width=fluid])) .at-module__row[data-direction-reverse] .at-module__content {
    padding-right: var(--site-container-padding);
  }
}
*[data-content-type=Hero] {
  --hero-height: 75vh;
  --hero-height: 75dvh;
  --hero-height: calc(var(--vh, 1vh) * 75);
  position: relative;
  width: 100%;
  overflow: hidden;
  height: var(--hero-height);
  min-height: var(--hero-height);
}
@media (orientation: landscape) {
  *[data-content-type=Hero] {
    --hero-height: calc(100vh - var(--site-header-height, 0px));
    --hero-height: calc(100dvh - var(--site-header-height, 0px));
    --hero-height: calc(var(--vh, 1vh) * 100 - var(--site-header-height, 0px));
  }
}
*[data-content-type=Hero] .at-module__container {
  height: inherit;
  min-height: inherit;
}
*[data-content-type=Hero] .at-module__container .at-module__row {
  margin-right: 0;
  margin-left: 0;
  height: inherit;
  min-height: inherit;
  --bs-gutter-x: 0;
}
*[data-content-type=Hero] .at-module__container .at-module__row > * {
  padding-right: 0;
  padding-left: 0;
}
*[data-content-type=Hero] .at-module__container .at-module__row .hero__container {
  width: 100%;
  height: inherit;
  min-height: inherit;
}
*[data-content-type=Hero] .hero__swiper {
  position: relative;
  width: 100%;
  height: inherit;
  min-height: inherit;
  --swiper-pagination-bottom: var(--site-container-padding);
  --swiper-pagination-color: rgb(0, 158, 224);
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.45;
  --swiper-pagination-bullet-size: 1.25em;
  --swiper-pagination-bullet-horizontal-gap: 0.35em;
}
*[data-content-type=Hero] .hero__swiper .hero__pagination {
  z-index: 16;
  pointer-events: auto;
  bottom: var(--site-container-padding);
  line-height: 1;
}
*[data-content-type=Hero] .hero__swiper .hero__pagination .swiper-pagination-bullet {
  width: 1.25em;
  height: 1.25em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  transition: background-color 0.2s ease-in-out;
}
*[data-content-type=Hero] .hero__swiper .hero__pagination .swiper-pagination-bullet:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper {
  height: inherit;
  min-height: inherit;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: inherit;
  min-height: inherit;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide picture.hero__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: rgb(75, 75, 75);
  background-image: linear-gradient(105deg, rgb(75, 75, 75) 0%, rgb(75, 75, 75) 40%, rgba(255, 255, 255, 0.14) 50%, rgb(75, 75, 75) 60%, rgb(75, 75, 75) 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: at-skeleton-shimmer 1.4s ease-in-out 12 forwards;
}
@media (prefers-reduced-motion: reduce) {
  *[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide picture.hero__picture {
    background-image: none;
    animation: none;
  }
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide picture.hero__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay {
  position: absolute;
  z-index: 15;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--site-container-padding);
  color: #fff;
  pointer-events: none;
  text-align: center;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay .btn {
  color: #fff;
  letter-spacing: 0.5em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border-color: #fff;
  padding: calc(1.75em - 2px) calc(2.5em - 2px);
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay .btn:focus-visible {
  outline: 2px solid rgb(0, 158, 224);
  outline-offset: 4px;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay .btn:hover, *[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay .btn:focus, *[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay .btn:active {
  background-color: rgb(0, 158, 224);
  border-color: rgb(0, 158, 224);
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-inner {
  pointer-events: auto;
  max-width: 100%;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-title {
  font-family: "GeoSlab703 Md BT", sans-serif;
  font-size: 25.9px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  *[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-title {
    font-size: 44.45px;
    font-size: calc(25.9px + (63 - 25.9) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  *[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-title {
    font-size: 63px;
  }
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-title {
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-subtitle {
  font-family: "GeoSlab703 Md BT", sans-serif;
  font-size: 17.5px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  *[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-subtitle {
    font-size: 24.5px;
    font-size: calc(17.5px + (31.5 - 17.5) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  *[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-subtitle {
    font-size: 31.5px;
  }
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-subtitle {
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
*[data-content-type=Hero] .hero__swiper .swiper-wrapper .swiper-slide .hero__overlay-link {
  margin-bottom: 0;
}

*[data-content-type=Iframe] {
  --iframe-ratio: 4 / 3;
}
@media (min-width: 768px) {
  *[data-content-type=Iframe] {
    --iframe-ratio: 3 / 2;
  }
}
@media (min-width: 1200px) {
  *[data-content-type=Iframe] {
    --iframe-ratio: 16 / 9;
  }
}
@media (orientation: landscape) {
  *[data-content-type=Iframe] {
    --iframe-ratio: 16 / 9;
  }
}
*[data-content-type=Iframe] .at-content__iframe {
  position: relative;
  width: 100%;
  aspect-ratio: var(--iframe-ratio);
  overflow: hidden;
  background-color: rgb(75, 75, 75);
  background-image: linear-gradient(105deg, rgb(75, 75, 75) 0%, rgb(75, 75, 75) 40%, rgba(255, 255, 255, 0.14) 50%, rgb(75, 75, 75) 60%, rgb(75, 75, 75) 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: at-skeleton-shimmer 1.4s ease-in-out 12 forwards;
}
@media (prefers-reduced-motion: reduce) {
  *[data-content-type=Iframe] .at-content__iframe {
    background-image: none;
    animation: none;
  }
}
@media (min-width: 1400px) {
  *[data-content-type=Iframe] .at-content__iframe {
    max-height: 65vh;
    max-height: 65dvh;
  }
}
*[data-content-type=Iframe] .at-content__iframe iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
*[data-content-type=Iframe] > .at-module__container[data-container-width=fluid] .at-module__row {
  margin-right: 0;
  margin-left: 0;
}
*[data-content-type=Iframe] > .at-module__container[data-container-width=fluid] .at-module__row > * {
  padding-right: 0;
  padding-left: 0;
}
*[data-content-type=Iframe] > .at-module__container[data-container-width=fluid] .at-module__header {
  padding-right: var(--site-container-padding);
  padding-left: var(--site-container-padding);
}

*[data-content-type=Text3Cols] {
  --text3cols-tile-ratio: 576 / 530;
}
*[data-content-type=Text3Cols] .at-content__text {
  line-height: 1.68;
}
*[data-content-type=Text3Cols] .at-content__text ol, *[data-content-type=Text3Cols] .at-content__text p, *[data-content-type=Text3Cols] .at-content__text ul {
  line-height: inherit;
}
*[data-content-type=Text3Cols][data-alternating-direction] .at-content__text h1, *[data-content-type=Text3Cols][data-alternating-direction] .at-content__text h2, *[data-content-type=Text3Cols][data-alternating-direction] .at-content__text h3, *[data-content-type=Text3Cols][data-alternating-direction] .at-content__text h4, *[data-content-type=Text3Cols][data-alternating-direction] .at-content__text h5, *[data-content-type=Text3Cols][data-alternating-direction] .at-content__text h6 {
  margin-bottom: 0.25em;
}
*[data-content-type=Text3Cols] .at-module__row + .at-module__row {
  margin-top: var(--site-container-padding);
}
*[data-content-type=Text3Cols] .at-module__row--cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  align-items: start;
  gap: var(--site-container-padding);
  margin-right: 0;
  margin-left: 0;
}
*[data-content-type=Text3Cols] .at-module__row--cols > * {
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
*[data-content-type=Text3Cols] .at-module__row--cols .col-1, *[data-content-type=Text3Cols] .at-module__row--cols .col-2, *[data-content-type=Text3Cols] .at-module__row--cols .col-3 {
  display: flex;
  flex-direction: column;
  gap: var(--site-container-padding);
}
*[data-content-type=Text3Cols] .at-module__row--cols .at-content__image {
  min-width: 0;
  aspect-ratio: var(--text3cols-tile-ratio);
  overflow: hidden;
  background-color: rgb(75, 75, 75);
  background-image: linear-gradient(105deg, rgb(75, 75, 75) 0%, rgb(75, 75, 75) 40%, rgba(255, 255, 255, 0.14) 50%, rgb(75, 75, 75) 60%, rgb(75, 75, 75) 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: at-skeleton-shimmer 1.4s ease-in-out 12 forwards;
}
@media (prefers-reduced-motion: reduce) {
  *[data-content-type=Text3Cols] .at-module__row--cols .at-content__image {
    background-image: none;
    animation: none;
  }
}
*[data-content-type=Text3Cols] .at-module__row--cols .at-content__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
*[data-content-type=Text3Cols] .at-module__row--cols .at-content__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media (min-width: 576px) {
  *[data-content-type=Text3Cols] .at-module__row--cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  *[data-content-type=Text3Cols] .at-module__row--cols .col-3 {
    grid-column: 1/-1;
    justify-self: start;
    width: calc((100% - var(--site-container-padding)) / 2);
    max-width: calc((100% - var(--site-container-padding)) / 2);
  }
  *[data-content-type=Text3Cols][data-alternating-direction] .at-module__row--cols .col-2 {
    flex-direction: column-reverse;
  }
  *[data-content-type=Text3Cols][data-alternating-direction] .at-module__row--cols .at-content__image,
  *[data-content-type=Text3Cols][data-alternating-direction] .at-module__row--cols .at-content__text {
    aspect-ratio: var(--text3cols-tile-ratio);
    width: 100%;
    min-height: 0;
  }
  *[data-content-type=Text3Cols][data-alternating-direction] .at-module__row--cols .at-content__image {
    overflow: hidden;
  }
  *[data-content-type=Text3Cols][data-alternating-direction] .at-module__row--cols .at-content__image picture {
    height: 100%;
  }
  *[data-content-type=Text3Cols][data-alternating-direction] .at-module__row--cols .at-content__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  *[data-content-type=Text3Cols][data-alternating-direction] .at-module__row--cols .at-content__text {
    overflow: hidden;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  *[data-content-type=Text3Cols] .at-module__row--cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  *[data-content-type=Text3Cols] .at-module__row--cols .col-3 {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
  }
}
*[data-content-type=Text2Cols] .at-module__row--cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  align-items: start;
  gap: var(--site-container-padding);
  margin-right: 0;
  margin-left: 0;
}
*[data-content-type=Text2Cols] .at-module__row--cols > * {
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  *[data-content-type=Text] .at-module__header,
  *[data-content-type=Text2Cols] .at-module__header {
    text-align: center;
  }
  *[data-content-type=Text] .at-module__header p,
  *[data-content-type=Text2Cols] .at-module__header p {
    text-align: inherit;
  }
  *[data-content-type=Text][data-align] .at-module__header,
  *[data-content-type=Text2Cols][data-align] .at-module__header {
    text-align: center;
  }
  *[data-content-type=Text2Cols] .at-content__text h1, *[data-content-type=Text2Cols] .at-content__text h2, *[data-content-type=Text2Cols] .at-content__text h3, *[data-content-type=Text2Cols] .at-content__text h4, *[data-content-type=Text2Cols] .at-content__text h5, *[data-content-type=Text2Cols] .at-content__text h6 {
    text-align: center;
  }
  *[data-content-type=Text2Cols] .at-module__row--cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.nav-toggle {
  display: block;
  position: relative;
  z-index: 2;
  width: calc(1em * 2);
  aspect-ratio: 1/1;
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 0;
  pointer-events: all;
  transition: all 0.4s ease-in-out;
}
.nav-toggle span {
  --line-height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(0.25em * 7);
  height: var(--line-height);
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, -50%);
  border-radius: var(--line-height);
  transition: all 0.4s ease-in-out;
}
.nav-toggle span:first-child {
  top: calc(50% - 0.25em * 2.5);
}
.nav-toggle span:last-child {
  top: calc(50% + 0.25em * 2.5);
}

body[data-nav-open] .nav-toggle span {
  width: calc(0.25em * 7);
}
body[data-nav-open] .nav-toggle span:first-child {
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
}
body[data-nav-open] .nav-toggle span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
}
body[data-nav-open] .nav-toggle span:last-child {
  top: 50%;
  transform: translate(0, -50%) rotate(-135deg);
}

.language-switcher {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  width: auto;
  height: 100%;
  pointer-events: all;
}
.language-switcher__item {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
.language-switcher__item:not(:last-child) {
  padding-right: 0.5em;
}
.language-switcher__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1px;
  height: calc(100% - 0.5em);
  background-color: #fff;
}
.language-switcher__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.language-switcher__link:hover {
  color: rgb(0, 158, 224);
}
.language-switcher__link:focus-visible {
  outline: 2px solid rgb(0, 158, 224);
  outline-offset: 4px;
}
.language-switcher__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  list-style-type: none;
  margin: 0 var(--site-container-padding) 0 0;
  padding-left: 0;
  gap: 0.5em;
}
@media (min-width: 992px) {
  .language-switcher__list {
    margin: 0 0 0 var(--site-container-padding);
  }
}

.main-nav {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding-top: var(--site-header-height, 0px);
  padding-bottom: var(--site-container-padding);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background-color: rgb(45, 45, 45);
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: all;
}
@media (orientation: landscape) {
  .main-nav {
    padding-bottom: calc(var(--site-container-padding) / 2);
  }
}
.main-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: safe center;
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  gap: calc(1em * 2);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
@media (orientation: landscape) {
  .main-nav__list {
    gap: 1em;
  }
}
.main-nav__list a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.main-nav__list a:focus {
  color: #fff;
}
.main-nav__list a:hover {
  color: rgb(0, 158, 224);
}
.main-nav__list .main-nav__item {
  --main-nav-submenu-toggle-size: 1.5em;
  --main-nav-submenu-toggle-min-size: 1.5rem;
  --main-nav-submenu-toggle-gap: 0.25em;
  --main-nav-item-line-height: max(var(--main-nav-submenu-toggle-size), var(--main-nav-submenu-toggle-min-size));
  position: relative;
  color: #fff;
  font-size: 18.2px;
}
@media (min-width: 375px) and (max-width: 990px) {
  .main-nav__list .main-nav__item {
    font-size: 22.6px;
    font-size: calc(18.2px + (27 - 18.2) * (100vw - 375px) / (991 - 375));
  }
}
@media (min-width: 991px) {
  .main-nav__list .main-nav__item {
    font-size: 27px;
  }
}
.main-nav__list .main-nav__item {
  font-weight: 400;
  line-height: var(--main-nav-item-line-height);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.main-nav__list .main-nav__item .main-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: var(--main-nav-item-line-height);
}
.main-nav__list .main-nav__item .main-nav__link[aria-current=page] {
  color: rgb(0, 158, 224);
  font-weight: 500;
  cursor: default;
  pointer-events: none;
}
.main-nav__list .main-nav__item .main-nav__link:focus-visible {
  outline: 2px solid rgb(0, 158, 224);
  outline-offset: 4px;
}
.main-nav__list .main-nav__item.main-nav__item--has-children {
  display: grid;
  grid-template-rows: auto 0fr;
  justify-items: center;
  justify-content: center;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-nav__list .main-nav__item.main-nav__item--has-children .main-nav__item-bar {
  display: flex;
  align-items: center;
  min-height: var(--main-nav-item-line-height);
  column-gap: var(--main-nav-submenu-toggle-gap);
}
.main-nav__list .main-nav__item.main-nav__item--has-children .main-nav__link {
  margin-left: calc(var(--main-nav-item-line-height) + var(--main-nav-submenu-toggle-gap));
}
.main-nav__list .main-nav__item.main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) {
  grid-template-rows: auto 1fr;
}
.main-nav__list .main-nav__submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--main-nav-submenu-toggle-size);
  height: var(--main-nav-item-line-height);
  min-width: var(--main-nav-submenu-toggle-min-size);
  min-height: var(--main-nav-item-line-height);
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  line-height: 0;
}
.main-nav__list .main-nav__submenu-toggle::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin-top: -0.2em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.4s ease-in-out;
}
.main-nav__list .main-nav__submenu-toggle:hover {
  color: rgb(0, 158, 224);
}
.main-nav__list .main-nav__submenu-toggle:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.main-nav__list .main-nav__submenu-toggle[aria-expanded=true]::after {
  margin-top: 0.15em;
  transform: rotate(225deg);
}
.main-nav__list .main-nav__submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  overflow: hidden;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  gap: 0.5em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-0.5rem);
  transition: padding-top 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s 0.4s;
}
.main-nav__list .main-nav__submenu .main-nav__submenu-item {
  font-size: 14px;
}
@media (min-width: 375px) and (max-width: 990px) {
  .main-nav__list .main-nav__submenu .main-nav__submenu-item {
    font-size: 16px;
    font-size: calc(14px + (18 - 14) * (100vw - 375px) / (991 - 375));
  }
}
@media (min-width: 991px) {
  .main-nav__list .main-nav__submenu .main-nav__submenu-item {
    font-size: 18px;
  }
}
.main-nav__list .main-nav__submenu .main-nav__submenu-item {
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-0.4em);
  transition: opacity 0.28s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-nav__list .main-nav__submenu .main-nav__submenu-item .main-nav__submenu-link[aria-current=page] {
  color: rgb(0, 158, 224);
  font-weight: 500;
  cursor: default;
  pointer-events: none;
}
.main-nav__list .main-nav__submenu .main-nav__submenu-item .main-nav__submenu-link:focus-visible {
  outline: 2px solid rgb(0, 158, 224);
  outline-offset: 4px;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: padding-top 0.4s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item {
  opacity: 1;
  transform: none;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item:nth-child(1) {
  transition-delay: 0.04s;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item:nth-child(2) {
  transition-delay: 0.085s;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item:nth-child(3) {
  transition-delay: 0.13s;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item:nth-child(4) {
  transition-delay: 0.175s;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item:nth-child(5) {
  transition-delay: 0.22s;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item:nth-child(6) {
  transition-delay: 0.265s;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item:nth-child(7) {
  transition-delay: 0.31s;
}
.main-nav__list .main-nav__item--has-children:has(.main-nav__submenu-toggle[aria-expanded=true]) > .main-nav__submenu .main-nav__submenu-item:nth-child(8) {
  transition-delay: 0.355s;
}
@media (prefers-reduced-motion: reduce) {
  .main-nav__list .main-nav__item--has-children {
    transition: none;
  }
  .main-nav__list .main-nav__submenu,
  .main-nav__list .main-nav__submenu .main-nav__submenu-item {
    transition: none;
    transform: none;
  }
}
.main-nav__list .main-nav__item:not(.main-nav__item--has-children) > .main-nav__submenu {
  display: none !important;
}

body[data-nav-open] .main-nav {
  transform: translateY(0);
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .main-nav {
    position: static;
    z-index: auto;
    top: auto;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    background-color: transparent;
    transform: none;
    pointer-events: all;
    transition: none;
  }
  .main-nav__list {
    flex: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    min-height: 0;
    width: auto;
    gap: 1em;
    overflow: visible;
  }
  .main-nav__list a {
    color: #fff;
  }
  .main-nav__list a:focus {
    color: #fff;
  }
  .main-nav__list a:hover {
    color: rgb(0, 158, 224);
  }
  .main-nav__list a:focus-visible {
    outline-color: #fff;
  }
  .main-nav__list .main-nav__item {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    text-align: left;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1399px) {
  .main-nav__list .main-nav__item {
    font-size: 18.9px;
    font-size: calc(18px + (19.8 - 18) * (100vw - 992px) / (1400 - 992));
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .main-nav__list .main-nav__item {
    font-size: 19.8px;
  }
}
@media (min-width: 992px) {
  .main-nav__list .main-nav__item .main-nav__link {
    min-height: 0;
  }
  .main-nav__list .main-nav__item.main-nav__item--has-children {
    display: block;
    grid-template-rows: none;
    transition: none;
  }
  .main-nav__list .main-nav__item.main-nav__item--has-children .main-nav__item-bar {
    display: block;
    min-height: 0;
  }
  .main-nav__list .main-nav__item.main-nav__item--has-children .main-nav__link {
    margin-left: 0;
  }
  .main-nav__list .main-nav__submenu-toggle {
    display: none;
  }
  .main-nav__list .main-nav__submenu {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: calc(-1 * 0.75em);
    right: auto;
    grid-column: auto;
    align-items: flex-start;
    text-align: left;
    min-width: 100%;
    min-height: 0;
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    padding: 0 0.75em;
    border-top: 0 solid transparent;
    background-color: rgb(45, 45, 45);
    background-clip: padding-box;
    gap: calc(0.5em * 1.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1), padding-top 0.4s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-top-width 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, visibility 0s 0.4s;
  }
  .main-nav__list .main-nav__submenu .main-nav__submenu-item {
    font-size: 14.4px;
    text-align: left;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1399px) {
  .main-nav__list .main-nav__submenu .main-nav__submenu-item {
    font-size: 15.3px;
    font-size: calc(14.4px + (16.2 - 14.4) * (100vw - 992px) / (1400 - 992));
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .main-nav__list .main-nav__submenu .main-nav__submenu-item {
    font-size: 16.2px;
  }
}
@media (min-width: 992px) {
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu,
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu {
    max-height: 24em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-top-width: 0.5em;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1), padding-top 0.4s cubic-bezier(0.22, 1, 0.36, 1), padding-bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-top-width 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease, visibility 0s;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item,
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item {
    opacity: 1;
    transform: none;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item:nth-child(1),
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item:nth-child(1) {
    transition-delay: 0.04s;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item:nth-child(2),
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item:nth-child(2) {
    transition-delay: 0.085s;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item:nth-child(3),
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item:nth-child(3) {
    transition-delay: 0.13s;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item:nth-child(4),
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item:nth-child(4) {
    transition-delay: 0.175s;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item:nth-child(5),
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item:nth-child(5) {
    transition-delay: 0.22s;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item:nth-child(6),
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item:nth-child(6) {
    transition-delay: 0.265s;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item:nth-child(7),
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item:nth-child(7) {
    transition-delay: 0.31s;
  }
  .main-nav__list .main-nav__item--has-children:hover > .main-nav__submenu .main-nav__submenu-item:nth-child(8),
  .main-nav__list .main-nav__item--has-children:focus-within > .main-nav__submenu .main-nav__submenu-item:nth-child(8) {
    transition-delay: 0.355s;
  }
  body[data-nav-open] .main-nav {
    transform: none;
  }
}
@media (min-width: 1200px) {
  .main-nav__list {
    gap: calc(1em * 1.5);
  }
}
@media (min-width: 1400px) {
  .main-nav__list {
    gap: calc(1em * 2);
  }
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-nav__item {
  position: relative;
  text-transform: uppercase;
}
.footer-nav__item .footer-nav__link[aria-current=page] {
  color: rgb(0, 158, 224);
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}

.form-control {
  color: rgb(75, 75, 75);
  font-size: 14px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  .form-control {
    font-size: 16px;
    font-size: calc(14px + (18 - 14) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  .form-control {
    font-size: 18px;
  }
}
.form-control {
  font-family: "DIN", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 0.75em 0.75em;
  background-color: #fff;
  border: 2px solid rgba(75, 75, 75, 0.4);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5em;
  transition: border-color 0.2s ease-in-out;
}
.form-control.powermail_field_error {
  border-color: rgb(175, 0, 0) !important;
}
.form-control:focus {
  color: rgb(75, 75, 75);
  border-color: rgba(75, 75, 75, 0.7);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: rgba(75, 75, 75, 0.7);
}
.form-control::-moz-placeholder {
  color: rgba(75, 75, 75, 0.7);
}
.form-control:-ms-input-placeholder {
  color: rgba(75, 75, 75, 0.7);
}
.form-control:-moz-placeholder {
  color: rgba(75, 75, 75, 0.7);
}

.form-label {
  color: rgb(75, 75, 75);
  font-size: 14px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  .form-label {
    font-size: 16px;
    font-size: calc(14px + (18 - 14) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  .form-label {
    font-size: 18px;
  }
}
.form-label {
  font-weight: 400;
  line-height: 1.4;
  padding-left: 0.5em;
}
.form-label > .mandatory {
  margin-left: 0.25em;
}

.mandatory {
  color: rgb(175, 0, 0);
}

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

input.powermail_field_error:not(.powermail_date) {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23af0000" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>') !important;
  background-position: right 0.75em center !important;
  background-repeat: no-repeat !important;
  background-size: auto 50%;
}
input.powermail_field_error.powermail_date {
  background-image: none !important;
}

textarea.form-control {
  line-height: 1.4;
  padding: 0.5em 0.75em;
}

.tx-powermail {
  margin-top: calc(1em * 4);
  margin-bottom: calc(1em * 4);
}
.tx-powermail .checkbox, .tx-powermail .radio {
  display: inline-flex;
  position: relative;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tx-powermail .checkbox + .checkbox:not(:first-child), .tx-powermail .checkbox + .radio:not(:first-child), .tx-powermail .radio + .checkbox:not(:first-child), .tx-powermail .radio + .radio:not(:first-child) {
  margin-left: 1em;
}
.tx-powermail .checkbox input:where([type=checkbox], [type=radio]), .tx-powermail .radio input:where([type=checkbox], [type=radio]) {
  position: absolute;
  left: -999rem;
}
.tx-powermail .checkbox input:where([type=checkbox], [type=radio]) + span, .tx-powermail .radio input:where([type=checkbox], [type=radio]) + span {
  display: inline-block;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  cursor: pointer;
  padding-left: 28px;
}
.tx-powermail .checkbox input:where([type=checkbox], [type=radio]) + span::after, .tx-powermail .radio input:where([type=checkbox], [type=radio]) + span::after {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.2s ease-in-out;
}
.tx-powermail .checkbox input:where([type=checkbox], [type=radio]) + span::before, .tx-powermail .radio input:where([type=checkbox], [type=radio]) + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 20px;
  aspect-ratio: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease-in-out;
}
.tx-powermail .checkbox input:where([type=checkbox], [type=radio]):hover + span::before, .tx-powermail .radio input:where([type=checkbox], [type=radio]):hover + span::before {
  border-color: rgba(0, 0, 0, 0.2);
}
.tx-powermail .checkbox input:where([type=checkbox], [type=radio]):checked + span::after, .tx-powermail .radio input:where([type=checkbox], [type=radio]):checked + span::after {
  opacity: 1;
}
.tx-powermail .checkbox input:where([type=checkbox], [type=radio]):checked + span::before, .tx-powermail .radio input:where([type=checkbox], [type=radio]):checked + span::before {
  border-color: rgb(0, 158, 224);
}
.tx-powermail .checkbox input[type=checkbox] + span::after, .tx-powermail .radio input[type=checkbox] + span::after {
  top: 4px;
  left: 4px;
  width: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%237c7b68" d="M0,8 5,13 14,4 12,2 5,9 2,6z"/></svg>');
}
.tx-powermail .checkbox input[type=radio] + span::after, .tx-powermail .radio input[type=radio] + span::after {
  top: 5px;
  left: 5px;
  width: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><circle fill="%237c7b68" cx="5" cy="5" r="5"/></svg>');
}
.tx-powermail .checkbox input[type=radio] + span::before, .tx-powermail .radio input[type=radio] + span::before {
  border-radius: 50%;
}
.tx-powermail .checkbox > label, .tx-powermail .radio > label {
  cursor: pointer;
}
.tx-powermail .checkbox > label > span, .tx-powermail .radio > label > span {
  font-size: 90%;
  font-weight: 400;
  line-height: 1.4;
}
.tx-powermail .container-fluid, .tx-powermail .container-sm, .tx-powermail .container-md, .tx-powermail .container-lg, .tx-powermail .container-xl, .tx-powermail .container-xxl {
  padding-right: calc(6.25vw + 0 / 2);
  padding-left: calc(6.25vw + 0 / 2);
}
.tx-powermail .powermail-errors-list {
  position: absolute;
  top: calc(100% - 0.6rem - 1px);
  left: 0.75rem;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: rgb(175, 0, 0);
}
.tx-powermail .powermail-errors-list > li {
  color: rgb(175, 0, 0);
  background-color: #fff;
  font-size: 80%;
  line-height: 1.2rem;
  padding: 0 0.5em;
}
.tx-powermail .powermail_field {
  position: relative;
  margin-bottom: 6.25vw;
}
.tx-powermail .powermail_field_error_container_privacy .powermail-errors-list {
  position: relative;
  top: unset;
  left: unset;
  margin-top: calc(0.25em * -2);
}
.tx-powermail .powermail_field_error_container_privacy .powermail-errors-list > li {
  padding: 0 0 0 28px;
}
.tx-powermail .powermail_field_error > label {
  margin-bottom: 0.5em;
}
.tx-powermail .powermail_field_error span {
  color: rgb(175, 0, 0);
}
.tx-powermail .powermail_field_error span a:not(.btn) {
  color: rgb(175, 0, 0);
  text-decoration-color: rgb(175, 0, 0);
}
.tx-powermail .powermail_fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 6.25vw;
  margin-right: calc(0 / -2);
  margin-left: calc(0 / -2);
  padding-right: calc(6.25vw - 0 / 2);
  padding-left: calc(6.25vw - 0 / 2);
  border: 1px solid rgb(0, 158, 224);
  border-radius: 0.5em;
}
.tx-powermail .powermail_fieldset > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.tx-powermail .powermail_fieldset.nolabel {
  border: none;
}
.tx-powermail .powermail_fieldset .powermail_legend {
  float: none;
  width: auto;
  color: #fff;
  font-size: 16.1px;
}
@media (min-width: 375px) and (max-width: 1399px) {
  .tx-powermail .powermail_fieldset .powermail_legend {
    font-size: 20.2px;
    font-size: calc(16.1px + (24.3 - 16.1) * (100vw - 375px) / (1400 - 375));
  }
}
@media (min-width: 1400px) {
  .tx-powermail .powermail_fieldset .powermail_legend {
    font-size: 24.3px;
  }
}
.tx-powermail .powermail_fieldset .powermail_legend {
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.19;
  background-color: rgb(0, 158, 224);
  margin-right: calc(0 / 2);
  margin-left: calc(0 / 2);
  margin-bottom: 1em;
  padding: 0.75em 1em;
  border-radius: 0.5em;
}
.tx-powermail .powermail_fieldwrap {
  margin-block-start: 0 !important;
}
.tx-powermail .powermail_fieldwrap_age_content {
  font-size: 80%;
}
.tx-powermail .powermail_fieldwrap_apartment .powermail_field {
  display: flex;
  flex-direction: column;
}
.tx-powermail .powermail_fieldwrap_apartment .powermail_field .checkbox, .tx-powermail .powermail_fieldwrap_apartment .powermail_field .radio {
  margin-left: 0;
}
.tx-powermail .powermail_fieldwrap_apartment .powermail_field .powermail-errors-list {
  position: relative;
  top: unset;
  left: unset;
  margin-top: 0;
}
.tx-powermail .powermail_fieldwrap_apartment .powermail_field .powermail-errors-list > li {
  padding: 0 0 0 28px;
}
.tx-powermail .powermail_fieldwrap_city {
  width: 65%;
}
.tx-powermail .powermail_fieldwrap_spacer .powermail_field {
  margin-bottom: 0;
}
.tx-powermail .powermail_fieldwrap_submit {
  text-align: center;
  margin-bottom: 0;
}
.tx-powermail .powermail_fieldwrap_submit .powermail_field {
  margin-bottom: 0;
}
.tx-powermail .powermail_fieldwrap_zip {
  width: 35%;
}

@media (min-width: 576px) {
  .tx-powermail .checkbox input:where([type=checkbox], [type=radio]) + span::before, .tx-powermail .radio input:where([type=checkbox], [type=radio]) + span::before {
    top: 2px;
  }
  .tx-powermail .checkbox input[type=checkbox] + span::after, .tx-powermail .radio input[type=checkbox] + span::after {
    top: 6px;
  }
  .tx-powermail .checkbox input[type=radio] + span::after, .tx-powermail .radio input[type=radio] + span::after {
    top: 7px;
  }
  .tx-powermail .container-fluid, .tx-powermail .container-sm, .tx-powermail .container-md, .tx-powermail .container-lg, .tx-powermail .container-xl, .tx-powermail .container-xxl {
    padding-right: calc(4.34vw + 0 / 2);
    padding-left: calc(4.34vw + 0 / 2);
  }
  .tx-powermail .powermail_field {
    margin-bottom: 4.34vw;
  }
  .tx-powermail .powermail_fieldset {
    margin-top: 4.34vw;
    padding-right: calc(4.34vw - 0 / 2);
    padding-left: calc(4.34vw - 0 / 2);
  }
  .tx-powermail .powermail_fieldwrap_apartment .powermail_field {
    display: block;
    flex-direction: unset;
  }
  .tx-powermail .powermail_fieldwrap_apartment .powermail_field .checkbox + .checkbox, .tx-powermail .powermail_fieldwrap_apartment .powermail_field .checkbox + .radio, .tx-powermail .powermail_fieldwrap_apartment .powermail_field .radio + .checkbox, .tx-powermail .powermail_fieldwrap_apartment .powermail_field .radio + .radio {
    margin-left: 1em;
  }
}
@media (min-width: 768px) {
  .tx-powermail .checkbox input:where([type=checkbox], [type=radio]) + span::before, .tx-powermail .radio input:where([type=checkbox], [type=radio]) + span::before {
    top: 3px;
  }
  .tx-powermail .checkbox input[type=checkbox] + span::after, .tx-powermail .radio input[type=checkbox] + span::after {
    top: 7px;
  }
  .tx-powermail .checkbox input[type=radio] + span::after, .tx-powermail .radio input[type=radio] + span::after {
    top: 8px;
  }
  .tx-powermail .container-fluid, .tx-powermail .container-sm, .tx-powermail .container-md, .tx-powermail .container-lg, .tx-powermail .container-xl, .tx-powermail .container-xxl {
    padding-right: calc(3.906vw + 0 / 2);
    padding-left: calc(3.906vw + 0 / 2);
  }
  .tx-powermail .powermail-errors-list > li {
    font-size: 70%;
  }
  .tx-powermail .powermail_field {
    margin-bottom: 3.906vw;
  }
  .tx-powermail .powermail_fieldset {
    margin-top: 3.906vw;
    padding-right: calc(3.906vw - 0 / 2);
    padding-left: calc(4.34vw - 0 / 2);
  }
  .tx-powermail .powermail_fieldset .powermail_legend {
    padding: calc(0.25em * 2.5) 1em;
  }
  .tx-powermail .powermail_fieldwrap {
    width: 50%;
  }
  .tx-powermail .powermail_fieldwrap_apartment, .tx-powermail .powermail_fieldwrap_age_content, .tx-powermail .powermail_fieldwrap_apptype1, .tx-powermail .powermail_fieldwrap_apptype2, .tx-powermail .powermail_fieldwrap_apptype3, .tx-powermail .powermail_fieldwrap_apptype4, .tx-powermail .powermail_fieldwrap_comments, .tx-powermail .powermail_fieldwrap_marketing, .tx-powermail .powermail_fieldwrap_privacy, .tx-powermail .powermail_fieldwrap_spacer, .tx-powermail .powermail_fieldwrap_submit, .tx-powermail .powermail_fieldwrap_title {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_apptype1 > .powermail_field, .tx-powermail .powermail_fieldwrap_apptype2 > .powermail_field, .tx-powermail .powermail_fieldwrap_apptype3 > .powermail_field, .tx-powermail .powermail_fieldwrap_apptype4 > .powermail_field {
    width: calc(50% - 0 / 2);
  }
  .tx-powermail .powermail_fieldwrap_marketing .checkbox > label > span, .tx-powermail .powermail_fieldwrap_marketing .radio > label > span, .tx-powermail .powermail_fieldwrap_privacy .checkbox > label > span, .tx-powermail .powermail_fieldwrap_privacy .radio > label > span {
    font-size: 80%;
  }
  .tx-powermail .powermail_fieldwrap_city {
    width: 32.5%;
  }
  .tx-powermail .powermail_fieldwrap_zip {
    width: 17.5%;
  }
}
@media (min-width: 992px) {
  .tx-powermail .container-fluid, .tx-powermail .container-sm, .tx-powermail .container-md, .tx-powermail .container-lg, .tx-powermail .container-xl, .tx-powermail .container-xxl {
    padding-right: calc(3.528vw + 0 / 2);
    padding-left: calc(3.528vw + 0 / 2);
  }
  .tx-powermail .powermail_field {
    margin-bottom: 3.528vw;
  }
  .tx-powermail .powermail_fieldset {
    margin-top: 3.528vw;
    padding-right: calc(3.528vw - 0 / 2);
    padding-left: calc(3.528vw - 0 / 2);
  }
  .tx-powermail .powermail_fieldwrap_marketing, .tx-powermail .powermail_fieldwrap_privacy {
    width: 50%;
  }
  .tx-powermail .powermail_fieldwrap_city {
    width: 35%;
  }
  .tx-powermail .powermail_fieldwrap_zip {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .tx-powermail .checkbox input:where([type=checkbox], [type=radio]) + span::before, .tx-powermail .radio input:where([type=checkbox], [type=radio]) + span::before {
    top: 4px;
  }
  .tx-powermail .checkbox input[type=checkbox] + span::after, .tx-powermail .radio input[type=checkbox] + span::after {
    top: 8px;
  }
  .tx-powermail .checkbox input[type=radio] + span::after, .tx-powermail .radio input[type=radio] + span::after {
    top: 9px;
  }
  .tx-powermail .container-fluid, .tx-powermail .container-sm, .tx-powermail .container-md, .tx-powermail .container-lg, .tx-powermail .container-xl, .tx-powermail .container-xxl {
    padding-right: calc(3.333vw + 0 / 2);
    padding-left: calc(3.333vw + 0 / 2);
  }
  .tx-powermail .powermail_field {
    margin-bottom: 3.333vw;
  }
  .tx-powermail .powermail_fieldset {
    margin-top: 3.333vw;
    padding-right: calc(3.333vw - 0 / 2);
    padding-left: calc(3.333vw - 0 / 2);
  }
  .tx-powermail .powermail_fieldwrap_city {
    width: 37.5%;
  }
  .tx-powermail .powermail_fieldwrap_zip {
    width: 12.5%;
  }
}
@media (min-width: 1400px) {
  .tx-powermail {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
  .tx-powermail .checkbox input:where([type=checkbox], [type=radio]) + span::before, .tx-powermail .radio input:where([type=checkbox], [type=radio]) + span::before {
    top: 6px;
  }
  .tx-powermail .checkbox input[type=checkbox] + span::after, .tx-powermail .radio input[type=checkbox] + span::after {
    top: 10px;
  }
  .tx-powermail .checkbox input[type=radio] + span::after, .tx-powermail .radio input[type=radio] + span::after {
    top: 11px;
  }
  .tx-powermail .container-fluid, .tx-powermail .container-sm, .tx-powermail .container-md, .tx-powermail .container-lg, .tx-powermail .container-xl, .tx-powermail .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
  .tx-powermail .powermail_field {
    margin-bottom: 2em;
  }
  .tx-powermail .powermail_fieldset {
    margin-top: 2em;
    padding-right: calc(0.25em * 8 - 0 / 2);
    padding-left: calc(0.25em * 8 - 0 / 2);
  }
}
html {
  -webkit-tap-highlight-color: rgb(75, 75, 75);
  height: -webkit-fill-available;
}

html, body {
  width: 100vw !important;
}

body {
  position: relative;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-rendering: optimizeSpeed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  /* Fallback */
  min-height: 100vh;
  min-height: -webkit-fill-available;
  /* iPhone Safari optimizations */
  min-height: 100dvh; /* Dynamic viewport height - modern browsers */
  min-height: stretch; /* iOS Safari stretch */
  background-color: rgb(45, 45, 45);
}
body::before {
  content: "";
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(5px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
body[data-nav-open] {
  overflow: hidden;
}
body[data-nav-open]::before {
  opacity: 1;
}

html.glightbox-open, body.glightbox-open {
  height: auto !important;
}

.glightbox-clean .ginner-container.desc-bottom {
  flex-direction: column !important;
  justify-content: center;
}
.glightbox-clean .ginner-container.desc-bottom .gslide-media.gslide-image img {
  max-height: calc(100vh - var(--gdesc-inner-height, 0px)) !important;
  max-height: calc(100dvh - var(--gdesc-inner-height, 0px)) !important;
  object-fit: contain;
}
.glightbox-clean .ginner-container.desc-bottom .gslide-description.description-bottom {
  flex: 0 0 auto;
  width: 100%;
  background: transparent;
}
.glightbox-clean .description-bottom .gdesc-inner {
  padding: calc(var(--site-container-padding) / 2);
}
.glightbox-clean .gslide-desc {
  color: #fff;
  font-family: "DIN", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: center;
}

.glightbox-mobile .glightbox-container .gslide-description {
  position: static;
  bottom: auto;
  order: 2;
  width: 100%;
  max-width: 100%;
  max-height: none;
  height: auto;
  padding: 0;
  overflow: visible;
  background: transparent;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #fff;
  font-family: "DIN", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: center;
}

.cta-buttons {
  position: fixed;
  z-index: 1000;
  right: calc(var(--site-container-padding) / 2);
  bottom: calc(var(--site-container-padding) / 2);
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .cta-buttons {
    right: calc(var(--site-container-padding) / 1);
    bottom: calc(var(--site-container-padding) / 1);
  }
}
.cta-buttons__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (min-width: 576px) {
  .cta-buttons__list {
    gap: 0.75em;
  }
}
@media (min-width: 768px) {
  .cta-buttons__list {
    gap: 1em;
  }
}
.cta-buttons__item {
  display: block;
  line-height: 0;
}
.cta-buttons__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(1em * 2.5);
  aspect-ratio: 1/1;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(0, 158, 224);
  background-image: radial-gradient(circle at 32% 28%, rgb(16%, 68.0470588235%, 89.7882352941%) 0%, transparent 46%), linear-gradient(160deg, rgb(0%, 66.1929271709%, 93.8431372549%) 0%, rgb(0, 158, 224) 52%, rgb(0%, 52.0857843137%, 73.8431372549%) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: background-image 0.2s ease-in-out;
}
@media (min-width: 576px) {
  .cta-buttons__link {
    width: calc(1em * 3);
  }
}
@media (min-width: 768px) {
  .cta-buttons__link {
    width: calc(1em * 3.5);
  }
}
.cta-buttons__link svg {
  display: block;
  width: 50%;
  height: 50%;
}
@media (min-width: 768px) {
  .cta-buttons__link svg {
    width: 45%;
    height: 45%;
  }
}
.cta-buttons__link:hover {
  background-image: radial-gradient(circle at 32% 28%, rgb(10%, 65.7647058824%, 89.0588235294%) 0%, transparent 46%), linear-gradient(160deg, rgb(0, 158, 224) 0%, rgb(0%, 57.7286414566%, 81.8431372549%) 52%, rgb(0%, 47.8536414566%, 67.8431372549%) 100%);
}
.cta-buttons__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.logo__link {
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: all;
  transition: height 0.4s ease-in-out;
}
.logo__link > img {
  display: block;
  width: auto;
  height: calc(1em * 2);
  transition: height 0.4s ease-in-out;
}
@media (min-width: 576px) {
  .logo__link > img {
    height: calc(1em * 2.25);
  }
}
@media (min-width: 768px) {
  .logo__link > img {
    height: calc(1em * 2.5);
  }
}
@media (min-width: 992px) {
  .logo__link > img {
    height: calc(1em * 2.75);
  }
}
@media (min-width: 1200px) {
  .logo__link > img {
    height: calc(1em * 3);
  }
}

.site-footer {
  --footer-line-height: 20px;
  color: #fff;
  font-size: 90%;
  line-height: var(--footer-line-height);
}
.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.site-footer a:hover {
  color: rgb(0, 158, 224);
}
.site-footer__address {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  line-height: var(--footer-line-height);
}
.site-footer__address::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.site-footer__contact {
  position: relative;
  text-align: center;
  line-height: var(--footer-line-height);
}
.site-footer__contact-item {
  margin-bottom: 0;
  line-height: var(--footer-line-height);
}
.site-footer__contact-value a {
  font-weight: 700;
  line-height: var(--footer-line-height);
}
.site-footer__contact .footer-nav {
  position: relative;
  margin-top: 1em;
  padding-top: 1em;
  line-height: var(--footer-line-height);
}
.site-footer__contact .footer-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.site-footer__contact .footer-nav__list {
  gap: 0;
}
.site-footer__contact .footer-nav__item, .site-footer__contact .footer-nav__link {
  line-height: var(--footer-line-height);
}
.site-footer__contact-item--bold {
  color: rgb(0, 158, 224);
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.site-footer__ids {
  margin-bottom: 0;
  line-height: var(--footer-line-height);
}
.site-footer__postal {
  margin-bottom: 0;
  font-style: normal;
  text-align: center;
  line-height: var(--footer-line-height);
  margin-bottom: 0.5em;
}
.site-footer__postal-item {
  display: block;
  color: rgb(0, 158, 224);
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.site-footer__sep:after {
  content: "\a";
  white-space: pre;
}
.site-footer__sep {
  visibility: hidden !important;
  font-size: 0 !important;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-footer__sep--except-sm {
    visibility: visible !important;
    font-size: inherit !important;
  }
  .site-footer__sep--except-sm::after {
    content: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-footer__sep--except-sm-lg {
    visibility: visible !important;
    font-size: inherit !important;
  }
  .site-footer__sep--except-sm-lg::after {
    content: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-footer__sep--except-sm-lg {
    visibility: visible !important;
    font-size: inherit !important;
  }
  .site-footer__sep--except-sm-lg::after {
    content: none;
  }
}
.site-footer .at-module__row {
  margin-right: 0;
  margin-left: 0;
}
.site-footer .at-module__row > * {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .site-footer .at-module__row {
    align-items: stretch;
    column-gap: var(--site-container-padding);
  }
  .site-footer__address {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    width: auto;
    max-width: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: calc(var(--site-container-padding) + 1px);
    text-align: left;
  }
  .site-footer__address::after {
    content: "";
    top: 0;
    bottom: 0;
    left: calc(100% + (2 * var(--site-container-padding) + 1px) / 2);
    transform: translateX(-50%);
    width: 1px;
    height: auto;
  }
  .site-footer__postal, .site-footer__ids {
    text-align: left;
  }
  .site-footer__ids {
    margin-top: auto;
  }
  .site-footer__contact {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    width: auto;
    text-align: left;
  }
  .site-footer__contact .footer-nav {
    margin-top: auto;
    padding-top: 0;
  }
  .site-footer__contact .footer-nav::before {
    content: none;
  }
  .site-footer__contact .footer-nav__list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .site-footer__contact .footer-nav__item:not(:last-child) {
    margin-right: 0.5em;
    padding-right: calc(0.5em + 1px);
  }
  .site-footer__contact .footer-nav__item:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 0.5em);
    background-color: #fff;
    opacity: 0.5;
    transform: translateY(-50%);
  }
}
@media (min-width: 1400px) {
  .site-footer {
    background-position: calc(50% + 660px - 7em) calc(100% + 2em);
  }
}
header.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  background-color: rgb(45, 45, 45);
  pointer-events: none;
  box-sizing: border-box;
}
header.site-header .site-header__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  padding: var(--site-container-padding) 0;
  background-color: rgb(45, 45, 45);
}
@media (orientation: landscape) {
  header.site-header .site-header__inner {
    padding-top: calc(var(--site-container-padding) / 2);
    padding-bottom: calc(var(--site-container-padding) / 2);
  }
}
header.site-header .site-header__inner .row {
  align-items: center;
}
header.site-header .site-header__inner .row > .col-auto:has(.language-switcher) {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
@media (min-width: 992px) {
  header.site-header .site-header__inner .row > .col-auto:has(.main-nav) {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    order: 2;
  }
  header.site-header .site-header__inner .row > .col-auto:has(.language-switcher) {
    flex: 0 0 auto;
    justify-content: flex-start;
    order: 3;
  }
}

body[data-nav-open] header.site-header {
  pointer-events: all;
}

main.main__wrap {
  position: relative;
  overflow: hidden;
  padding-top: var(--site-header-height, 0px);
  background-color: #fff;
}
main.main__wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(150vw * 1462.4/3000);
  pointer-events: none;
  background-image: url("../Images/main-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  transform: translateY(75%);
}
main.main__wrap > * {
  position: relative;
  z-index: 1;
}

body .grid-overlay {
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: calc(100% - 6.25vw * 2);
  pointer-events: none;
}
body .grid-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 0.5px dashed rgba(132, 0, 0, 0.5);
}
body .grid-overlay .row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin-right: calc(0 / -2);
  margin-left: calc(0 / -2);
}
body .grid-overlay .row > * {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% / 12);
  padding-right: calc(0 / 2);
  padding-left: calc(0 / 2);
}
body .grid-overlay .row > *::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 0.5px dashed rgba(132, 0, 0, 0.5);
}
body .grid-overlay .row > *::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(132, 0, 0, 0.1);
}

@media (min-width: 576px) {
  body .grid-overlay {
    width: calc(100% - 4.34vw * 2);
    max-width: 1320px;
  }
}
@media (min-width: 768px) {
  body .grid-overlay {
    width: calc(100% - 3.906vw * 2);
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  body .grid-overlay {
    width: calc(100% - 3.528vw * 2);
    max-width: 1320px;
  }
}
@media (min-width: 1200px) {
  body .grid-overlay {
    width: calc(100% - 3.333vw * 2);
    max-width: 1320px;
  }
}
@media (min-width: 1400px) {
  body .grid-overlay {
    width: 100%;
    max-width: 1320px;
  }
}
