/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";
/* bootstrap */
/* $grid-gutter-width: 8px; */
/*!
 * Bootstrap Reboot v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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(13, 110, 253, 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(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, .search-page-results .pagination, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

h5, .search-page-results .pagination {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p, .text-regular, .story-blade .story-blade__text p, .story-blade .story-blade__text .text-regular {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  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;
}

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

/*!
 * Bootstrap Grid v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --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: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@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: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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.25rem;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Slick carousel plugin */
/* Glightbox plugin */
/* @import 'glightbox/dist/css/glightbox.min.css'; */
/* animations */
/*
@import 'animate.css/source/_vars';
@import 'animate.css/source/_base';
@import 'animate.css/source/fading_entrances/fadeIn';
@import 'animate.css/source/fading_entrances/fadeInDown';
@import 'animate.css/source/fading_entrances/fadeInLeft';
@import 'animate.css/source/fading_entrances/fadeInRight';
@import 'animate.css/source/fading_entrances/fadeInUp';
*/
/* custom vars and functions */
section {
  margin-bottom: 80px;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  section {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.no-margin-top {
  margin-top: 0;
}
section.no-margin-bottom {
  margin-bottom: 0;
}
section.no-padding-bottom {
  padding-bottom: 0;
}
section.no-padding-top {
  padding-top: 0;
}

/**
	-----------------------------------------------------------------
	SVG Icons Encoder
  usage:
	#element {
		background-image: iconArrowRight( '#000');
	}
	-----------------------------------------------------------------
**/
/**
	-----------------------------------------------------------------
	Icons
	-----------------------------------------------------------------
**/
@font-face {
  font-family: "icons-fonts";
  src: url("../fonts/icons-fonts/icons-fonts.woff2") format("woff2"), url("../fonts/icons-fonts/icons-fonts.woff") format("woff"), url("../fonts/icons-fonts/icons-fonts.ttf") format("truetype"), url("../fonts/icons-fonts/icons-fonts.eot") format("embedded-opentype"), url("../fonts/icons-fonts/icons-fonts.svg#icons-fonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ico, .accordion-block__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ico:before, .accordion-block__icon:before {
  font-family: icons-fonts !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-time:before {
  content: "\f101";
}

.ico-search:before {
  content: "\f102";
}

.ico-resize:before {
  content: "\f103";
}

.ico-radio-filled:before {
  content: "\f104";
}

.ico-radio-empty:before {
  content: "\f105";
}

.ico-private:before {
  content: "\f106";
}

.ico-plus:before, .accordion-block__icon:before {
  content: "\f107";
}

.ico-minus:before, .accordion-block__item.is-open .accordion-block__icon:before {
  content: "\f108";
}

.ico-menu-cross:before {
  content: "\f109";
}

.ico-location:before {
  content: "\f10a";
}

.ico-link-arrow-light:before {
  content: "\f10b";
}

.ico-link-arrow-light-hover:before {
  content: "\f10c";
}

.ico-link-arrow-light-focus:before {
  content: "\f10d";
}

.ico-link-arrow-dark:before {
  content: "\f10e";
}

.ico-link-arrow-dark-hover:before {
  content: "\f10f";
}

.ico-link-arrow-dark-focus:before {
  content: "\f110";
}

.ico-language:before {
  content: "\f111";
}

.ico-humburger:before {
  content: "\f112";
}

.ico-chevron:before {
  content: "\f113";
}

.ico-checkbox-filled:before {
  content: "\f114";
}

.ico-checkbox-empty:before {
  content: "\f115";
}

.ico-calendar:before {
  content: "\f116";
}

.ico-arrow-down:before {
  content: "\f117";
}

/* Typography */
/* =========================
   Font paths variables
   ========================= */
/* =========================
   Nunito font-face
   ========================= */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-ExtraLight.woff2") format("woff2"), url("../fonts/Nunito/Nunito-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Nunito/Nunito-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Light.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-LightItalic.woff2") format("woff2"), url("../fonts/Nunito/Nunito-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Italic.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Medium.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-MediumItalic.woff2") format("woff2"), url("../fonts/Nunito/Nunito-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-SemiBold.woff2") format("woff2"), url("../fonts/Nunito/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Nunito/Nunito-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-BoldItalic.woff2") format("woff2"), url("../fonts/Nunito/Nunito-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito/Nunito-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Nunito/Nunito-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Black.woff2") format("woff2"), url("../fonts/Nunito/Nunito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-BlackItalic.woff2") format("woff2"), url("../fonts/Nunito/Nunito-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* =========================
   Source Sans Pro font-face
   ========================= */
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-ExtraLight.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-ExtraLightIt.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-ExtraLightIt.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-LightIt.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-It.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-Semibold.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-SemiboldIt.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-BoldIt.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-BoldIt.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans/SourceSansPro-BlackIt.woff2") format("woff2"), url("../fonts/source-sans/SourceSansPro-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* custom code */
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.appear {
  opacity: 0;
}

/*******************************************************************
	Helper classes
*******************************************************************/
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.screen-reader-text:active {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  white-space: normal;
  background: var(--Climate-Corps-White);
  color: var(--Climate-Corps-Blue-500, #036887);
  box-shadow: 0 0 0 2px var(--Climate-Corps-Blue-500, #036887);
  z-index: 999;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --container-side-padding: 16px;
  max-width: calc(1392px + var(--container-side-padding) * 2);
  padding-right: var(--container-side-padding);
  padding-left: var(--container-side-padding);
  width: 100%;
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    --container-side-padding: 32px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    --container-side-padding: 60px;
  }
}
/*******************************************************************
	Table of contents:

		1. Headers
		2. Typo tags
		3. Tables
		4. Embeds

*******************************************************************/
body {
  font-family: "Source Sans Pro", sans-serif;
  color: #1F1F1F;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}

* {
  outline: none !important;
  box-shadow: none;
}

.h-100 {
  height: 100%;
}

.responsive-table {
  overflow-x: auto;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.section-text {
  max-width: 922px;
  width: 100%;
  margin: 40px auto;
  padding: 40px 0;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .section-text {
    margin: 24px auto;
    padding: 24px 0;
  }
}
.section-text h1 {
  color: #1F1F1F;
}
.section-text h2 {
  color: #1F1F1F;
}
.section-text h3 {
  color: #1F1F1F;
}
.section-text h4 {
  color: #1F1F1F;
}
.section-text h5, .section-text .search-page-results .pagination, .search-page-results .section-text .pagination {
  color: #1F1F1F;
}
.section-text h6 {
  color: #1F1F1F;
}
.section-text h6 {
  color: #2646AF;
}
.section-text h6:has(+ h1), .section-text h6:has(+ h2), .section-text h6:has(+ h3), .section-text h6:has(+ h4), .section-text h6:has(+ h5, + .search-page-results .pagination), .section-text h6:has(+ h6) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-text h6:has(+ h1), .section-text h6:has(+ h2), .section-text h6:has(+ h3), .section-text h6:has(+ h4), .section-text h6:has(+ h5, + .search-page-results .pagination), .section-text h6:has(+ h6) {
    margin-bottom: 24px;
  }
}
.section-text ul:last-child, .section-text li:last-child, .section-text p:last-child, .section-text .text-regular:last-child, .section-text h1:last-child, .section-text h2:last-child, .section-text h3:last-child, .section-text h4:last-child, .section-text h5:last-child, .section-text .search-page-results .pagination:last-child, .search-page-results .section-text .pagination:last-child, .section-text h6:last-child {
  margin-bottom: 0;
}
.section-text img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

/**
	-----------------------------------------------------------------
	Headers
	-----------------------------------------------------------------
**/
h1 {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
}

h2 {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
}

h3 {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
}

h4 {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
}

h5, .search-page-results .pagination {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
}

h6 {
  margin: 0 0 16px;
  font-family: "Nunito", sans-serif;
}

.h1, .hero-l3 .block-head .title, .h2, .h3, .h4, .card__title, .accordion-block__trigger-title, .h5, .h6, .story-blade__label {
  font-family: "Nunito", sans-serif;
}

h1,
.h1,
.hero-l3 .block-head .title {
  font-size: 48px;
  font-weight: 900;
  line-height: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h1,
  .h1,
  .hero-l3 .block-head .title {
    font-size: 38px;
    line-height: 44px;
  }
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 46px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

h3,
.h3 {
  font-size: 33px;
  font-weight: 900;
  line-height: 38px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 26px;
    line-height: 29px;
  }
}

h4,
.h4,
.card__title,
.accordion-block__trigger-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h4,
  .h4,
  .card__title,
  .accordion-block__trigger-title {
    font-size: 22px;
    line-height: 25px;
  }
}

h5, .search-page-results .pagination,
.h5 {
  font-size: 23px;
  font-weight: 900;
  line-height: 26px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h5, .search-page-results .pagination,
  .h5 {
    font-size: 20px;
    line-height: 23px;
  }
}

h6:not(.component-title),
.h6:not(.component-title),
.story-blade__label:not(.component-title) {
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #2646AF;
  font-family: "Source Sans Pro", sans-serif;
}

/**
	-----------------------------------------------------------------
	Typo tags
	-----------------------------------------------------------------
**/
p, .text-regular, .story-blade .story-blade__text p, .story-blade .story-blade__text .text-regular {
  color: #1F1F1F;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 16px;
}
p:has(+ h1), .text-regular:has(+ h1), .story-blade .story-blade__text p:has(+ h1), .story-blade .story-blade__text .text-regular:has(+ h1), p:has(+ h2), .text-regular:has(+ h2), .story-blade .story-blade__text p:has(+ h2), .story-blade .story-blade__text .text-regular:has(+ h2), p:has(+ h3), .text-regular:has(+ h3), .story-blade .story-blade__text p:has(+ h3), .story-blade .story-blade__text .text-regular:has(+ h3), p:has(+ h4), .text-regular:has(+ h4), .story-blade .story-blade__text p:has(+ h4), .story-blade .story-blade__text .text-regular:has(+ h4), p:has(+ h5, + .search-page-results .pagination), .text-regular:has(+ h5, + .search-page-results .pagination), .story-blade .story-blade__text p:has(+ h5, + .search-page-results .pagination), .story-blade .story-blade__text .text-regular:has(+ h5, + .search-page-results .pagination), p:has(+ h6), .text-regular:has(+ h6), .story-blade .story-blade__text p:has(+ h6), .story-blade .story-blade__text .text-regular:has(+ h6) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  p:has(+ h1), .text-regular:has(+ h1), .story-blade .story-blade__text p:has(+ h1), .story-blade .story-blade__text .text-regular:has(+ h1), p:has(+ h2), .text-regular:has(+ h2), .story-blade .story-blade__text p:has(+ h2), .story-blade .story-blade__text .text-regular:has(+ h2), p:has(+ h3), .text-regular:has(+ h3), .story-blade .story-blade__text p:has(+ h3), .story-blade .story-blade__text .text-regular:has(+ h3), p:has(+ h4), .text-regular:has(+ h4), .story-blade .story-blade__text p:has(+ h4), .story-blade .story-blade__text .text-regular:has(+ h4), p:has(+ h5, + .search-page-results .pagination), .text-regular:has(+ h5, + .search-page-results .pagination), .story-blade .story-blade__text p:has(+ h5, + .search-page-results .pagination), .story-blade .story-blade__text .text-regular:has(+ h5, + .search-page-results .pagination), p:has(+ h6), .text-regular:has(+ h6), .story-blade .story-blade__text p:has(+ h6), .story-blade .story-blade__text .text-regular:has(+ h6) {
    margin-bottom: 24px;
  }
}
p:has(+ p > a.main-btn, + p > a.load-more-ajax, + .text-regular > a.main-btn, + .story-blade .story-blade__text p > a.main-btn, + .story-blade .story-blade__text .text-regular > a.main-btn, + .text-regular > a.load-more-ajax, + .story-blade .story-blade__text p > a.load-more-ajax, + .story-blade .story-blade__text .text-regular > a.load-more-ajax), .text-regular:has(+ p > a.main-btn, + p > a.load-more-ajax, + .text-regular > a.main-btn, + .story-blade .story-blade__text p > a.main-btn, + .story-blade .story-blade__text .text-regular > a.main-btn, + .text-regular > a.load-more-ajax, + .story-blade .story-blade__text p > a.load-more-ajax, + .story-blade .story-blade__text .text-regular > a.load-more-ajax), .story-blade .story-blade__text p:has(+ p > a.main-btn, + p > a.load-more-ajax, + .text-regular > a.main-btn, + .story-blade .story-blade__text p > a.main-btn, + .story-blade .story-blade__text .text-regular > a.main-btn, + .text-regular > a.load-more-ajax, + .story-blade .story-blade__text p > a.load-more-ajax, + .story-blade .story-blade__text .text-regular > a.load-more-ajax), .story-blade .story-blade__text .text-regular:has(+ p > a.main-btn, + p > a.load-more-ajax, + .text-regular > a.main-btn, + .story-blade .story-blade__text p > a.main-btn, + .story-blade .story-blade__text .text-regular > a.main-btn, + .text-regular > a.load-more-ajax, + .story-blade .story-blade__text p > a.load-more-ajax, + .story-blade .story-blade__text .text-regular > a.load-more-ajax) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  p:has(+ p > a.main-btn, + p > a.load-more-ajax, + .text-regular > a.main-btn, + .story-blade .story-blade__text p > a.main-btn, + .story-blade .story-blade__text .text-regular > a.main-btn, + .text-regular > a.load-more-ajax, + .story-blade .story-blade__text p > a.load-more-ajax, + .story-blade .story-blade__text .text-regular > a.load-more-ajax), .text-regular:has(+ p > a.main-btn, + p > a.load-more-ajax, + .text-regular > a.main-btn, + .story-blade .story-blade__text p > a.main-btn, + .story-blade .story-blade__text .text-regular > a.main-btn, + .text-regular > a.load-more-ajax, + .story-blade .story-blade__text p > a.load-more-ajax, + .story-blade .story-blade__text .text-regular > a.load-more-ajax), .story-blade .story-blade__text p:has(+ p > a.main-btn, + p > a.load-more-ajax, + .text-regular > a.main-btn, + .story-blade .story-blade__text p > a.main-btn, + .story-blade .story-blade__text .text-regular > a.main-btn, + .text-regular > a.load-more-ajax, + .story-blade .story-blade__text p > a.load-more-ajax, + .story-blade .story-blade__text .text-regular > a.load-more-ajax), .story-blade .story-blade__text .text-regular:has(+ p > a.main-btn, + p > a.load-more-ajax, + .text-regular > a.main-btn, + .story-blade .story-blade__text p > a.main-btn, + .story-blade .story-blade__text .text-regular > a.main-btn, + .text-regular > a.load-more-ajax, + .story-blade .story-blade__text p > a.load-more-ajax, + .story-blade .story-blade__text .text-regular > a.load-more-ajax) {
    margin-bottom: 24px;
  }
}

.text-small {
  font-size: 16px;
  line-height: 28px;
}

ul,
ol {
  color: #1F1F1F;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
ul li + li,
ol li + li {
  margin-top: 4px;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

a {
  transition: 0.3s ease-in-out;
  color: #1F1F1F;
}
a:hover, a:focus-visible {
  color: #B2A674;
}
a.link-item {
  color: #1F1F1F;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding-right: 4px;
}
a.link-item:before {
  content: "";
  height: 2px;
  width: calc(100% - 12px);
  background-color: #4C4C4C;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
a.link-item::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22%3E%3Cpath d=%22M1.46979 0L0.529785 0.94L3.58312 4L0.529785 7.06L1.46979 8L5.46979 4L1.46979 0Z%22 fill=%22%231F1F1F%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease-in-out;
}
a.link-item:hover {
  color: #4C4C4C;
}
a.link-item:hover:before {
  opacity: 1;
}
a.link-item:focus, a.link-item:focus-visible {
  border: 1px solid #1F1F1F;
}
a.link-item:active:before {
  opacity: 1;
}
a.link-item.on-dark {
  color: #B2A674;
}
a.link-item.on-dark:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22%3E%3Cpath d=%22M1.46979 0L0.529785 0.94L3.58312 4L0.529785 7.06L1.46979 8L5.46979 4L1.46979 0Z%22 fill=%22%23B2A674%22/%3E%3C/svg%3E");
}
a.link-item.on-dark:hover {
  color: #B2A674;
}
a.link-item.on-dark:hover:before {
  opacity: 1;
}
a.download-link {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #1F1F1F;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
a.download-link:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width=%2217%22 height=%2216%22 viewBox=%220 0 17 16%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M9.33301 0.5V8.48833L12.2497 5.57167L13.428 6.75L8.49967 11.6783L3.57134 6.75L4.74967 5.57167L7.66634 8.48833V0.5H9.33301ZM2.24967 9.66667V13.8333H14.7497V9.66667H16.4163V15.5H0.583008V9.66667H2.24967Z%22 fill=%22%231F1F1F%22/%3E%3C/svg%3E") no-repeat center;
  height: 16px;
  width: 16px;
  display: inline-flex;
  transition: 0.3s ease-in-out;
}
a.download-link:before {
  content: "";
  height: 2px;
  width: calc(100% - 12px);
  background-color: #1F1F1F;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
a.download-link:hover, a.download-link:focus-visible {
  color: #586c87;
}
a.download-link:hover:before, a.download-link:focus-visible:before {
  opacity: 1;
}
a.download-link:hover:after, a.download-link:focus-visible:after {
  background: url("data:image/svg+xml,%3Csvg width=%2217%22 height=%2216%22 viewBox=%220 0 17 16%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M9.33301 0.5V8.48833L12.2497 5.57167L13.428 6.75L8.49967 11.6783L3.57134 6.75L4.74967 5.57167L7.66634 8.48833V0.5H9.33301ZM2.24967 9.66667V13.8333H14.7497V9.66667H16.4163V15.5H0.583008V9.66667H2.24967Z%22 fill=%22%232b3c4c%22/%3E%3C/svg%3E") no-repeat center;
}
a.download-link:focus {
  background-color: #FFF5DE;
}
a.download-link:active:before {
  opacity: 1;
}
a.download-link:active:after {
  background: url("data:image/svg+xml,%3Csvg width=%2217%22 height=%2216%22 viewBox=%220 0 17 16%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M9.33301 0.5V8.48833L12.2497 5.57167L13.428 6.75L8.49967 11.6783L3.57134 6.75L4.74967 5.57167L7.66634 8.48833V0.5H9.33301ZM2.24967 9.66667V13.8333H14.7497V9.66667H16.4163V15.5H0.583008V9.66667H2.24967Z%22 fill=%22%232b3c4c%22/%3E%3C/svg%3E") no-repeat center;
}

.label {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1F1F1F;
}

blockquote {
  margin: 75px auto;
  max-width: 670px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote {
    padding: 0;
    margin: 40px auto;
  }
}
blockquote p, blockquote .text-regular, blockquote .story-blade .story-blade__text p, .story-blade .story-blade__text blockquote p, blockquote .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text blockquote .text-regular {
  font-size: 38px;
  line-height: 40px;
  font-weight: 900;
  margin: 0;
  color: #251D3A;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  blockquote p, blockquote .text-regular, blockquote .story-blade .story-blade__text p, .story-blade .story-blade__text blockquote p, blockquote .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text blockquote .text-regular {
    font-size: 26px;
    line-height: 29px;
  }
}

p > img, .text-regular > img, .story-blade .story-blade__text p > img, .story-blade .story-blade__text .text-regular > img {
  margin-bottom: 0;
}

figure {
  max-width: 100%;
  margin-bottom: 0;
}
figure img {
  margin: 16px 0;
  height: auto;
}
figure img.size-full {
  width: 100%;
}
figure figcaption {
  color: #1F1F1F;
  font-size: 17px;
  line-height: 28px;
}

hr {
  border: 1px solid #8e8e8e;
  margin: 40px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  hr {
    margin: 24px 0;
  }
}

/**
	-----------------------------------------------------------------
	Tables
	-----------------------------------------------------------------
**/
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 10px 15px;
  text-align: left;
}

.responsive-table {
  overflow-x: auto;
}

/**
	-----------------------------------------------------------------
	Embeds
	-----------------------------------------------------------------
**/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 55px;
}

iframe {
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.load-more-ajax {
  margin: 56px auto 0;
  max-width: 169px;
  width: 100%;
  text-transform: uppercase;
  color: #1F1F1F;
  position: relative;
  font-size: 20px;
  padding-left: 17px;
  padding-right: 17px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  a.load-more-ajax {
    margin: 0 auto;
  }
}
a.load-more-ajax:after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%220 0 10 5%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.02259 0.307992C1.1398 0.190822 1.29874 0.125 1.46447 0.125C1.63019 0.125 1.78914 0.190822 1.90634 0.307992L5.00009 3.40174L8.09384 0.307992C8.21172 0.194143 8.36959 0.131146 8.53347 0.13257C8.69734 0.133994 8.8541 0.199725 8.96998 0.315605C9.08586 0.431485 9.15159 0.588243 9.15301 0.752116C9.15444 0.915989 9.09144 1.07386 8.97759 1.19174L5.44197 4.72737C5.32476 4.84454 5.16582 4.91036 5.00009 4.91036C4.83436 4.91036 4.67542 4.84454 4.55822 4.72737L1.02259 1.19174C0.905422 1.07454 0.8396 0.915594 0.8396 0.749866C0.8396 0.584139 0.905422 0.425196 1.02259 0.307992Z%22 fill=%22%231F1F1F%22/%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  width: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.bar-line {
  height: 13px;
  width: 100%;
  display: block;
}
.bar-line-purple {
  background-color: #5F4ED0;
}
.bar-line-teal {
  background-color: #47878E;
}
.bar-line-red {
  background-color: #DE3831;
}
.bar-line-green {
  background-color: #00A367;
}
.bar-line-orange {
  background-color: #F4882A;
}

.color-divider::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #F4882A 0%, #F4882A 12.5%, #00A367 12.5%, #00A367 25%, #2646AF 25%, #2646AF 37.5%, #5F4ED0 37.5%, #5F4ED0 50%, #1F1F1F 50%, #1F1F1F 62.5%, #DE3831 62.5%, #DE3831 75%, #B2A674 75%, #B2A674 87.5%, #2E737C 87.5%, #2E737C 100%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .color-divider::before {
    height: 18px;
  }
}

/*******************************************************************
	Table of contents:

		1. System classes
		2. Gallery
		3. Captions

*******************************************************************/
/**
	-----------------------------------------------------------------
	System classes
	-----------------------------------------------------------------
**/
.alignleft {
  float: left;
  margin: 20px 30px 20px 0;
}

.alignright {
  float: right;
  margin: 20px 0 20px 30px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
	-----------------------------------------------------------------
	Gallery
	-----------------------------------------------------------------
**/
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 28px -15px;
}

.gallery-item {
  flex: 0 0 33%;
  padding: 0 15px;
  margin: 0 0 18px;
}
@media (max-width: 768px) {
  .gallery-item {
    flex: 0 0 50%;
  }
}

.gallery-icon img {
  margin-bottom: 0;
}

/**
	-----------------------------------------------------------------
	Captions
	-----------------------------------------------------------------
**/
figure.wp-caption.alignnone {
  margin-left: 0;
  margin-right: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button,
input[type=button],
input[type=submit],
a.main-btn,
a.load-more-ajax,
button.main-btn,
input[type=button].main-btn,
input[type=submit].main-btn {
  box-shadow: none;
  outline: none;
  background-color: #B2A674;
  color: #1F1F1F;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
  border: 3px solid transparent !important;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
a.main-btn:hover,
a.load-more-ajax:hover,
button.main-btn:hover,
input[type=button].main-btn:hover,
input[type=submit].main-btn:hover {
  background-color: #C1B890;
  color: #1F1F1F;
}
button:focus-visible,
input[type=button]:focus-visible,
input[type=submit]:focus-visible,
a.main-btn:focus-visible,
a.load-more-ajax:focus-visible,
button.main-btn:focus-visible,
input[type=button].main-btn:focus-visible,
input[type=submit].main-btn:focus-visible {
  border-color: #1F1F1F !important;
  background-color: #C1B890;
  color: #1F1F1F;
}
button:active,
input[type=button]:active,
input[type=submit]:active,
a.main-btn:active,
a.load-more-ajax:active,
button.main-btn:active,
input[type=button].main-btn:active,
input[type=submit].main-btn:active {
  background-color: #C1B890;
  color: #1F1F1F;
}
button.transparent,
input[type=button].transparent,
input[type=submit].transparent,
a.main-btn.transparent,
a.transparent.load-more-ajax,
button.main-btn.transparent,
input[type=button].main-btn.transparent,
input[type=submit].main-btn.transparent {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
button.transparent:hover,
input[type=button].transparent:hover,
input[type=submit].transparent:hover,
a.main-btn.transparent:hover,
a.transparent.load-more-ajax:hover,
button.main-btn.transparent:hover,
input[type=button].main-btn.transparent:hover,
input[type=submit].main-btn.transparent:hover {
  background-color: #fff;
  color: #4e738d;
}
button.transparent:focus, button.transparent:focus-visible,
input[type=button].transparent:focus,
input[type=button].transparent:focus-visible,
input[type=submit].transparent:focus,
input[type=submit].transparent:focus-visible,
a.main-btn.transparent:focus,
a.transparent.load-more-ajax:focus,
a.main-btn.transparent:focus-visible,
a.transparent.load-more-ajax:focus-visible,
button.main-btn.transparent:focus,
button.main-btn.transparent:focus-visible,
input[type=button].main-btn.transparent:focus,
input[type=button].main-btn.transparent:focus-visible,
input[type=submit].main-btn.transparent:focus,
input[type=submit].main-btn.transparent:focus-visible {
  border: 2px solid #000 !important;
  background-color: #fff;
  color: #4e738d;
}
button.on-dark-bg:focus, button.on-dark-bg:focus-visible,
input[type=button].on-dark-bg:focus,
input[type=button].on-dark-bg:focus-visible,
input[type=submit].on-dark-bg:focus,
input[type=submit].on-dark-bg:focus-visible,
a.main-btn.on-dark-bg:focus,
a.on-dark-bg.load-more-ajax:focus,
a.main-btn.on-dark-bg:focus-visible,
a.on-dark-bg.load-more-ajax:focus-visible,
button.main-btn.on-dark-bg:focus,
button.main-btn.on-dark-bg:focus-visible,
input[type=button].main-btn.on-dark-bg:focus,
input[type=button].main-btn.on-dark-bg:focus-visible,
input[type=submit].main-btn.on-dark-bg:focus,
input[type=submit].main-btn.on-dark-bg:focus-visible {
  border-color: #fff !important;
}

button.search-submit {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: none;
  width: 32.45px;
  height: 32.45px;
  background-color: #B2A674;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
button.search-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width=%2213%22 height=%2214%22 viewBox=%220 0 13 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M4.72917 9.83333C3.44236 9.83333 2.35342 9.38756 1.46233 8.496C0.57125 7.60444 0.125473 6.5155 0.125 5.22917C0.124528 3.94283 0.570306 2.85389 1.46233 1.96233C2.35436 1.07078 3.44331 0.625 4.72917 0.625C6.01503 0.625 7.10421 1.07078 7.99671 1.96233C8.88921 2.85389 9.33475 3.94283 9.33333 5.22917C9.33333 5.74861 9.2507 6.23854 9.08542 6.69896C8.92014 7.15937 8.69583 7.56667 8.4125 7.92083L12.3792 11.8875C12.509 12.0174 12.574 12.1826 12.574 12.3833C12.574 12.584 12.509 12.7493 12.3792 12.8792C12.2493 13.009 12.084 13.074 11.8833 13.074C11.6826 13.074 11.5174 13.009 11.3875 12.8792L7.42083 8.9125C7.06667 9.19583 6.65938 9.42014 6.19896 9.58542C5.73854 9.75069 5.24861 9.83333 4.72917 9.83333ZM4.72917 8.41667C5.61458 8.41667 6.36731 8.10689 6.98733 7.48733C7.60736 6.86778 7.91714 6.11506 7.91667 5.22917C7.9162 4.34328 7.60642 3.59079 6.98733 2.97171C6.36825 2.35263 5.61553 2.04261 4.72917 2.04167C3.84281 2.04072 3.09032 2.35074 2.47171 2.97171C1.8531 3.59268 1.54308 4.34517 1.54167 5.22917C1.54025 6.11317 1.85026 6.86589 2.47171 7.48733C3.09315 8.10878 3.84564 8.41856 4.72917 8.41667Z%22 fill=%22%231F1F1F%22/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/**
 * -----------------------------------------------------------------
 * SELECTRIC DROPDOWN
 * Custom styling for Selectric dropdown elements
 * -----------------------------------------------------------------
 */
.selectric-wrapper {
  cursor: pointer;
}
.selectric-wrapper .selectric-input {
  display: none !important;
}
.selectric-wrapper.selectric-county-select, .selectric-wrapper.selectric-area-of-focus {
  max-width: 288px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .selectric-wrapper.selectric-county-select, .selectric-wrapper.selectric-area-of-focus {
    max-width: initial;
  }
}
.selectric-wrapper .selectric {
  height: 62px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
.selectric-wrapper .selectric-hide-select {
  display: none;
}
.selectric-wrapper .selectric .label {
  font-size: 20px;
  font-weight: 400;
  padding: 0 16px;
  color: #212E3A;
  letter-spacing: initial;
  text-transform: initial;
  display: block;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectric-wrapper .selectric .button {
  font-size: 0;
  height: 24px;
  width: 24px;
  background-color: #E8E8E8;
  position: absolute;
  top: 50%;
  right: 12.5px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.selectric-wrapper .selectric .button:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%220 0 10 5%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.02259 0.307992C1.1398 0.190822 1.29874 0.125 1.46447 0.125C1.63019 0.125 1.78914 0.190822 1.90634 0.307992L5.00009 3.40174L8.09384 0.307992C8.21172 0.194143 8.36959 0.131146 8.53347 0.13257C8.69734 0.133994 8.8541 0.199725 8.96998 0.315605C9.08586 0.431485 9.15159 0.588243 9.15301 0.752116C9.15444 0.915989 9.09144 1.07386 8.97759 1.19174L5.44197 4.72737C5.32476 4.84454 5.16582 4.91036 5.00009 4.91036C4.83436 4.91036 4.67542 4.84454 4.55822 4.72737L1.02259 1.19174C0.905422 1.07454 0.8396 0.915594 0.8396 0.749866C0.8396 0.584139 0.905422 0.425196 1.02259 0.307992Z%22 fill=%22%23B2A674%22/%3E%3C/svg%3E") center no-repeat;
  background-size: 12px;
  width: 12px;
  height: 6px;
  display: block;
  font-size: 0;
}
.selectric-wrapper .selectric:hover {
  border-color: #000;
}
.selectric-wrapper .selectric-items {
  border: 1px solid #BABABA;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  position: absolute;
  z-index: 10;
  display: none;
  overflow: auto;
}
.selectric-wrapper .selectric-items ul {
  padding-left: 0;
}
.selectric-wrapper .selectric-items li {
  padding: 10px 20px;
  font-size: 20px;
  list-style: none;
  color: #1F1F1F;
}
.selectric-wrapper .selectric-items li.selected {
  font-weight: 700;
  background: #C1B890;
}
.selectric-wrapper .selectric-items li:hover {
  background: #1F1F1F;
  color: #fff;
}
.selectric-wrapper .selectric-items li.disabled {
  color: #FFFBF2;
}
.selectric-wrapper .selectric-items .selectric-scroll .disabled {
  display: none !important;
}
.selectric-wrapper.selectric-open .selectric-items {
  display: block;
}
.selectric-wrapper.selectric-below .selectric-items {
  margin-top: 5px;
}
.selectric-wrapper.selectric-above .selectric-items {
  margin-bottom: 5px;
}

.gform-body .gform_fields {
  row-gap: 18px !important;
  -moz-column-gap: 18px !important;
       column-gap: 18px !important;
}
.gform-body .gform_fields label.gfield_label {
  font-size: 20px;
  font-weight: 400;
  color: #1F1F1F;
  margin-bottom: 6px;
}
.gform-body .gform_fields input[type=text],
.gform-body .gform_fields input[type=email],
.gform-body .gform_fields input[type=url],
.gform-body .gform_fields input[type=tel],
.gform-body .gform_fields input[type=search],
.gform-body .gform_fields input[type=password],
.gform-body .gform_fields input[type=number],
.gform-body .gform_fields textarea {
  padding: 12px 16px;
  font-size: 17px;
  line-height: 26px;
  border-color: #a1a4aa;
  border-radius: 4px;
  box-shadow: none;
}
.gform-body .gform_fields input[type=text]::-moz-placeholder, .gform-body .gform_fields input[type=email]::-moz-placeholder, .gform-body .gform_fields input[type=url]::-moz-placeholder, .gform-body .gform_fields input[type=tel]::-moz-placeholder, .gform-body .gform_fields input[type=search]::-moz-placeholder, .gform-body .gform_fields input[type=password]::-moz-placeholder, .gform-body .gform_fields input[type=number]::-moz-placeholder, .gform-body .gform_fields textarea::-moz-placeholder {
  color: #a1a4aa !important;
}
.gform-body .gform_fields input[type=text]::placeholder,
.gform-body .gform_fields input[type=email]::placeholder,
.gform-body .gform_fields input[type=url]::placeholder,
.gform-body .gform_fields input[type=tel]::placeholder,
.gform-body .gform_fields input[type=search]::placeholder,
.gform-body .gform_fields input[type=password]::placeholder,
.gform-body .gform_fields input[type=number]::placeholder,
.gform-body .gform_fields textarea::placeholder {
  color: #a1a4aa !important;
}
.gform-body .gform_fields input[type=text]:not(textarea),
.gform-body .gform_fields input[type=email]:not(textarea),
.gform-body .gform_fields input[type=url]:not(textarea),
.gform-body .gform_fields input[type=tel]:not(textarea),
.gform-body .gform_fields input[type=search]:not(textarea),
.gform-body .gform_fields input[type=password]:not(textarea),
.gform-body .gform_fields input[type=number]:not(textarea),
.gform-body .gform_fields textarea:not(textarea) {
  height: 58px;
}
.gform-body .gform_fields input[type=text]:focus, .gform-body .gform_fields input[type=text]:focus-visible,
.gform-body .gform_fields input[type=email]:focus,
.gform-body .gform_fields input[type=email]:focus-visible,
.gform-body .gform_fields input[type=url]:focus,
.gform-body .gform_fields input[type=url]:focus-visible,
.gform-body .gform_fields input[type=tel]:focus,
.gform-body .gform_fields input[type=tel]:focus-visible,
.gform-body .gform_fields input[type=search]:focus,
.gform-body .gform_fields input[type=search]:focus-visible,
.gform-body .gform_fields input[type=password]:focus,
.gform-body .gform_fields input[type=password]:focus-visible,
.gform-body .gform_fields input[type=number]:focus,
.gform-body .gform_fields input[type=number]:focus-visible,
.gform-body .gform_fields textarea:focus,
.gform-body .gform_fields textarea:focus-visible {
  border-color: #000;
}
.gform-body .gfield_required {
  font-size: 16px !important;
}
.gform-body .validation_message {
  font-size: 20px !important;
}
.gform-body .gfield_error input, .gform-body .gfield_error textarea {
  border-color: #FF1643 !important;
}

input.gform_button {
  background-color: #B2A674 !important;
  color: #1F1F1F !important;
  border-radius: 0 !important;
  transition: 0.3s ease-in-out;
  font-size: 16px !important;
  font-weight: 600 !important;
  min-height: 42px !important;
}
input.gform_button:hover {
  background-color: #C1B890 !important;
}

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

.gform_confirmation_message {
  color: #1F1F1F !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  padding: 10px 16px !important;
  border-radius: 4px !important;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  html.html {
    margin-top: 0 !important;
  }
  html.html #wpadminbar {
    display: none !important;
  }
}

body.freeze {
  overflow: hidden;
  touch-action: none;
}

a.skip-to-content-link {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  background-color: #1F1F1F;
  color: #fff;
  z-index: 1001;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  opacity: 0;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
a.skip-to-content-link:focus {
  opacity: 1;
  transform: translateY(0);
  outline: 2px solid #B2A674;
}
a.skip-to-content-link:hover {
  background-color: #375264;
}
a.skip-to-content-link.active {
  opacity: 1;
  transform: translateY(0);
}

.header {
  position: relative;
  background-color: #1F1F1F;
  z-index: 100;
  min-height: 159px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .header {
    min-height: 130px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .header {
    display: flex;
    align-items: center;
    min-height: 81px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header > .container {
    padding: 0 16px;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 60;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .header__wrapper {
    padding: 0;
  }
}
.header__logo {
  max-width: 280px;
  width: 100%;
  display: flex;
  align-self: flex-end;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .header__logo {
    max-width: 260px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .header__logo {
    max-width: 157px;
    align-self: center;
    padding-right: 20px;
  }
}
.header__logo a.custom-logo-link {
  display: inline-flex;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.header__logo a.custom-logo-link::after {
  content: "";
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 4px solid #fff;
  opacity: 0;
  pointer-events: none;
}
.header__logo a.custom-logo-link:focus-visible::after {
  opacity: 1;
}
.header__logo a.custom-logo-link:focus-visible {
  border-color: #1F1F1F;
  outline: 1px dotted #1F1F1F;
  outline-offset: 2px;
}
@supports not selector(:focus-visible) {
  .header__logo a.custom-logo-link:focus {
    border-color: #1F1F1F;
    outline: 1px dotted #1F1F1F;
    outline-offset: 2px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__utility {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  padding: 8px;
  margin-bottom: 24px;
}
.header__utility-text {
  color: #fff;
  transition: color 0.2s ease;
}
.header__utility-globe {
  width: 17px;
  height: 17px;
}
.header__utility-globe:before {
  color: #B2A674;
}
.header__utility-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.15px;
  background: none;
  border: 0 !important;
  padding: 0;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.header__utility-link:focus-visible {
  background-color: transparent;
}
.header__utility-link:hover {
  background-color: transparent;
}
.header__utility-link:hover span {
  color: #B2A674;
}
.header__utility-link::after {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  border: 2px solid #B2A674;
  opacity: 0;
  pointer-events: none;
}
.header__utility-link:focus-visible::after {
  opacity: 1;
}
.header__utility-arrow {
  width: 24px;
  height: 24px;
  margin-left: -4px;
}
.header__utility-arrow:before {
  color: #B2A674;
  font-size: 24px;
}
.header__lang-switcher {
  position: relative;
}
.header__lang-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  background-color: #fff;
  min-width: 233px;
  max-height: 440px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  padding: var(--Auto-Spacing-0);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s linear;
  z-index: 20;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.header__lang-menu::-webkit-scrollbar {
  width: 6px;
}
.header__lang-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.header__lang-switcher.is-open .header__lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__lang-menu-link {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 8px 16px;
  color: #1F1F1F;
  font-weight: 500;
  letter-spacing: -0.17px;
  text-decoration: none;
}
.header__lang-menu-link .header__lang-menu-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.header__lang-menu-link:hover, .header__lang-menu-link:focus-visible {
  background: #B2A674;
  color: #1F1F1F;
}
.header__lang-menu-link:not(:first-child) {
  border-top: 1px solid var(--Climate-Corps-Violet-100);
}
.header__top {
  display: inline-flex;
  gap: 30px;
  margin-bottom: 16px;
  margin-left: auto;
  min-height: 40px;
  align-items: center;
  padding: 0 16px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .header__top {
    padding: 6px;
  }
}
.header__top-sep {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.header__top-search button.btn {
  all: unset;
  display: flex;
  align-items: center;
  gap: 3.5px;
  cursor: pointer;
  position: relative;
  border: none !important;
  position: relative;
}
.header__top-search button.btn::after {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  border: 2px solid #B2A674;
  opacity: 0;
  pointer-events: none;
}
.header__top-search button.btn:focus-visible::after {
  opacity: 1;
}
.header__top-search button.btn:before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-size: 100%;
  background: url("data:image/svg+xml,%3Csvg width=%2213%22 height=%2214%22 viewBox=%220 0 13 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M4.72917 9.83333C3.44236 9.83333 2.35342 9.38756 1.46233 8.496C0.57125 7.60444 0.125473 6.5155 0.125 5.22917C0.124528 3.94283 0.570306 2.85389 1.46233 1.96233C2.35436 1.07078 3.44331 0.625 4.72917 0.625C6.01503 0.625 7.10421 1.07078 7.99671 1.96233C8.88921 2.85389 9.33475 3.94283 9.33333 5.22917C9.33333 5.74861 9.2507 6.23854 9.08542 6.69896C8.92014 7.15937 8.69583 7.56667 8.4125 7.92083L12.3792 11.8875C12.509 12.0174 12.574 12.1826 12.574 12.3833C12.574 12.584 12.509 12.7493 12.3792 12.8792C12.2493 13.009 12.084 13.074 11.8833 13.074C11.6826 13.074 11.5174 13.009 11.3875 12.8792L7.42083 8.9125C7.06667 9.19583 6.65938 9.42014 6.19896 9.58542C5.73854 9.75069 5.24861 9.83333 4.72917 9.83333ZM4.72917 8.41667C5.61458 8.41667 6.36731 8.10689 6.98733 7.48733C7.60736 6.86778 7.91714 6.11506 7.91667 5.22917C7.9162 4.34328 7.60642 3.59079 6.98733 2.97171C6.36825 2.35263 5.61553 2.04261 4.72917 2.04167C3.84281 2.04072 3.09032 2.35074 2.47171 2.97171C1.8531 3.59268 1.54308 4.34517 1.54167 5.22917C1.54025 6.11317 1.85026 6.86589 2.47171 7.48733C3.09315 8.10878 3.84564 8.41856 4.72917 8.41667Z%22 fill=%22%23B2A674%22/%3E%3C/svg%3E") no-repeat center;
}
.header .header-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-self: center;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .header .header-menu-wrapper {
    flex-direction: row;
  }
}
.header__menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.header__menu-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-list > li {
  margin: 0 15px;
}
.header__menu-list > li.current-menu-parent a:before, .header__menu-list > li.current-menu-item a:before {
  opacity: 1;
}
.header__menu-list > li:last-child {
  margin-right: 0;
}
.header__menu-list > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #B2A674;
  position: relative;
}
.header__menu-list > li > a:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #B2A674;
  position: absolute;
  top: -4px;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.header__menu-list > li > a:focus-visible:before {
  height: 100%;
  border: 1px solid #B2A674;
  border-top-width: 4px;
  background: transparent;
  top: 0;
  opacity: 1;
}
.header__menu-list > li > a:hover:before, .header__menu-list > li > a:active:before {
  display: block;
  opacity: 1;
}
.header__menu-list > li.menu-item-has-children > a {
  padding-right: 17px;
  position: relative;
}
.header__menu-list > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 6px;
  width: 10px;
  background: url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%220 0 10 5%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.02259 0.307992C1.1398 0.190822 1.29874 0.125 1.46447 0.125C1.63019 0.125 1.78914 0.190822 1.90634 0.307992L5.00009 3.40174L8.09384 0.307992C8.21172 0.194143 8.36959 0.131146 8.53347 0.13257C8.69734 0.133994 8.8541 0.199725 8.96998 0.315605C9.08586 0.431485 9.15159 0.588243 9.15301 0.752116C9.15444 0.915989 9.09144 1.07386 8.97759 1.19174L5.44197 4.72737C5.32476 4.84454 5.16582 4.91036 5.00009 4.91036C4.83436 4.91036 4.67542 4.84454 4.55822 4.72737L1.02259 1.19174C0.905422 1.07454 0.8396 0.915594 0.8396 0.749866C0.8396 0.584139 0.905422 0.425196 1.02259 0.307992Z%22 fill=%22%23B2A674%22/%3E%3C/svg%3E") no-repeat center;
  transform: translateY(-50%);
  transition: transform 0.21s ease;
}
.header__menu-list > li.menu-item-has-children.submenu-open > a:after {
  transform: translateY(-50%) rotate(180deg);
}
.header__menu-list > li.menu-item-has-children .submenu-container {
  position: absolute;
  top: 159px;
  background-color: #fff;
  z-index: 101;
  opacity: 0;
  transition: opacity 0.1s linear;
  display: none;
}
.header__menu-list > li.menu-item-has-children .submenu-container .container {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .header__menu-list > li.menu-item-has-children .submenu-container .container {
    gap: 40px;
  }
}
.header__menu-list > li.menu-item-has-children .submenu-container .sub-menu {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 145px;
}
.header__menu-list > li.menu-item-has-children .submenu-container .sub-menu li a {
  padding: 10px;
  display: block;
  color: #1F1F1F;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.1s linear, color 0.1s linear;
  position: relative;
  font-size: 20px;
  line-height: 24px;
}
.header__menu-list > li.menu-item-has-children .submenu-container .sub-menu li a:hover, .header__menu-list > li.menu-item-has-children .submenu-container .sub-menu li a:focus-visible {
  background-color: #B2A674;
}

.header__burger {
  display: none;
  position: relative;
  top: 4px;
  width: 30px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 101;
}
.header__burger:hover, .header__burger:focus, .header__burger:focus-visible {
  background-color: transparent;
  border-color: transparent !important;
  outline: none !important;
}
.header__burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #B2A674;
  border-radius: 50px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.header__burger span:nth-child(1) {
  top: 0;
}
.header__burger span:nth-child(2) {
  top: 7px;
}
.header__burger span:nth-child(3) {
  top: 14px;
}
.header__burger.active {
  top: 0;
}
.header__burger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
.header__burger.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header__burger.active span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 81px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #03989E;
}
.mobile-menu__logo {
  max-width: 118px;
}
.mobile-menu__logo a {
  display: inline-flex;
  border: 1px solid transparent;
  border-radius: 4px;
}
.mobile-menu__logo a:focus-visible {
  border-color: #1F1F1F;
  outline: 1px dotted #1F1F1F;
  outline-offset: 2px;
}
@supports not selector(:focus-visible) {
  .mobile-menu__logo a:focus {
    border-color: #1F1F1F;
    outline: 1px dotted #1F1F1F;
    outline-offset: 2px;
  }
}
.mobile-menu__lang .switcher {
  display: flex;
  align-items: center;
  gap: 3.5px;
  font-size: 14px;
  position: relative;
}
.mobile-menu__lang .switcher .language-menu li {
  list-style: none;
}
.mobile-menu__close {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.mobile-menu__close:hover, .mobile-menu__close:focus, .mobile-menu__close:focus-visible {
  background-color: transparent;
  border-color: transparent !important;
  outline: none !important;
}
.mobile-menu__close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1F1F1F;
  border-radius: 3px;
  opacity: 1;
  left: 0;
}
.mobile-menu__close span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.mobile-menu__close span:nth-child(2) {
  top: 14px;
  transform: rotate(-45deg);
}
.mobile-menu__content {
  flex: 1;
  overflow-y: auto;
  padding-bottom: calc(80px + env(safe-area-inset-bottom));
  margin-bottom: 30px;
}
.mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu__list > li {
  margin: 0;
  border-bottom: 1px solid #bababa;
}
.mobile-menu__list > li > a {
  display: block;
  padding: 24px 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #B2A674;
}
.mobile-menu__list > li.current-menu-parent a, .mobile-menu__list > li.current-menu-item a {
  color: #fff;
}
.mobile-menu__list > li.current-menu-parent a:after, .mobile-menu__list > li.current-menu-item a:after {
  background: url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%220 0 10 5%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.02259 0.307992C1.1398 0.190822 1.29874 0.125 1.46447 0.125C1.63019 0.125 1.78914 0.190822 1.90634 0.307992L5.00009 3.40174L8.09384 0.307992C8.21172 0.194143 8.36959 0.131146 8.53347 0.13257C8.69734 0.133994 8.8541 0.199725 8.96998 0.315605C9.08586 0.431485 9.15159 0.588243 9.15301 0.752116C9.15444 0.915989 9.09144 1.07386 8.97759 1.19174L5.44197 4.72737C5.32476 4.84454 5.16582 4.91036 5.00009 4.91036C4.83436 4.91036 4.67542 4.84454 4.55822 4.72737L1.02259 1.19174C0.905422 1.07454 0.8396 0.915594 0.8396 0.749866C0.8396 0.584139 0.905422 0.425196 1.02259 0.307992Z%22 fill=%22%23fff%22/%3E%3C/svg%3E") no-repeat center !important;
}
.mobile-menu__list > li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.mobile-menu__list > li.menu-item-has-children > a:after {
  content: "";
  display: inline-flex;
  height: 12px;
  width: 18px;
  background: url("data:image/svg+xml,%3Csvg width=%2210%22 height=%225%22 viewBox=%220 0 10 5%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M1.02259 0.307992C1.1398 0.190822 1.29874 0.125 1.46447 0.125C1.63019 0.125 1.78914 0.190822 1.90634 0.307992L5.00009 3.40174L8.09384 0.307992C8.21172 0.194143 8.36959 0.131146 8.53347 0.13257C8.69734 0.133994 8.8541 0.199725 8.96998 0.315605C9.08586 0.431485 9.15159 0.588243 9.15301 0.752116C9.15444 0.915989 9.09144 1.07386 8.97759 1.19174L5.44197 4.72737C5.32476 4.84454 5.16582 4.91036 5.00009 4.91036C4.83436 4.91036 4.67542 4.84454 4.55822 4.72737L1.02259 1.19174C0.905422 1.07454 0.8396 0.915594 0.8396 0.749866C0.8396 0.584139 0.905422 0.425196 1.02259 0.307992Z%22 fill=%22%23B2A674%22/%3E%3C/svg%3E") no-repeat center;
  transition: transform 0.21s ease;
  background-size: 16px;
  position: relative;
  left: 6px;
}
.mobile-menu__list > li.menu-item-has-children.submenu-open > a:after {
  transform: rotate(180deg);
}
.mobile-menu__list > li.menu-item-has-children .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
}
.mobile-menu__list > li.menu-item-has-children .sub-menu li {
  margin-top: 0;
}
.mobile-menu__list > li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 24px 0 0;
  text-decoration: none;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #B2A674;
}
.mobile-menu__list > li.menu-item-has-children .sub-menu li:first-child a {
  padding-top: 0;
}
.mobile-menu__search {
  margin-top: 40px;
}
.mobile-menu__search .search-form {
  position: relative;
}
.mobile-menu__search .form-body {
  position: relative;
}

.search-inline-form {
  position: relative;
  width: 100%;
}
.search-inline-form .search-field {
  width: 100%;
  padding: 18px 45px 18px 16px;
  border: 1px solid #737780;
  border-radius: 4px;
  font-size: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.search-inline-form .search-field::-moz-placeholder {
  color: #737780;
}
.search-inline-form .search-field::placeholder {
  color: #737780;
}
.search-inline-form .search-submit {
  height: 40px;
  width: 40px;
}

body.mobile-menu-open {
  overflow: hidden;
}

.search-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 654px;
  width: 100%;
  z-index: 110;
  display: none;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .search-modal {
    display: none !important;
  }
}
.search-modal__container {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.031372549);
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-modal__content {
  width: 100%;
  max-width: 785px;
}
.search-modal .search-form {
  position: relative;
}
.search-modal .search-form .search-validation-message {
  position: absolute;
  left: 0;
  bottom: -27px;
}
.search-modal .search-field {
  width: 100%;
  padding: 0 45px 0 16px;
  height: 56px;
  border: 1px solid #BBB9C2;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
}
.search-modal .search-field::-moz-placeholder {
  color: #251D3A;
}
.search-modal .search-field::placeholder {
  color: #251D3A;
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .header__menu-list > li {
    margin: 0 10px;
  }
  .header__menu-list > li.menu-item-has-children .sub-menu {
    position: absolute;
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .header__wrapper {
    align-items: center;
  }
  .header__logo {
    margin-bottom: 0;
  }
  .header__burger {
    display: block;
  }
  .header .header__menu,
  .header .header__top-sep,
  .header .header__top-search {
    display: none;
  }
  .header .header-menu-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-items: center;
    align-self: center;
    margin-bottom: 0;
  }
  .header .header__top {
    margin-bottom: 0;
  }
}
.gtranslate_wrapper .lang-switcher-nav .custom-logo {
  display: none;
}
.gtranslate_wrapper .gt_black_overlay {
  opacity: 0.4;
  z-index: 99;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .gtranslate_wrapper .gt_black_overlay {
    display: none !important;
  }
}
.gtranslate_wrapper .gt_white_content {
  margin: 0;
  max-width: 1384px;
  width: 100%;
  max-height: calc(100lvh - 100px);
  height: initial;
  transform: translate(-50%, -50%);
  padding: 56px 24px 24px 24px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 1459px) {
  .gtranslate_wrapper .gt_white_content {
    max-width: calc(100% - 120px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .gtranslate_wrapper .gt_white_content {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    transform: translate(0);
    top: 59px;
    left: 0;
    padding: 0 16px;
  }
}
.gtranslate_wrapper .gt_white_content #mobile-search-form {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .gtranslate_wrapper .gt_white_content #mobile-search-form {
    display: flex !important;
    padding: 24px 8px;
  }
}
.gtranslate_wrapper .gt_white_content .icon-close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 40px;
  top: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z%22 fill=%22%231F1F1F%22/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  cursor: pointer;
}
.gtranslate_wrapper .gt_white_content .icon-close:focus, .gtranslate_wrapper .gt_white_content .icon-close:focus-visible {
  border: 1px dashed #1F1F1F;
}
.gtranslate_wrapper .gt_white_content .icon-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z%22 fill=%22%234e738d%22/%3E%3C/svg%3E");
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .gtranslate_wrapper .gt_white_content .icon-close {
    display: none;
  }
}
.gtranslate_wrapper .gt_languages {
  position: relative;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: wrap !important;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .gtranslate_wrapper .gt_languages {
    max-height: calc(100lvh - 195px) !important;
  }
}
.gtranslate_wrapper .gt_languages:before {
  content: "Select your language:";
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .gtranslate_wrapper .gt_languages:before {
    display: none;
  }
}
.gtranslate_wrapper .gt_languages .glink {
  flex-basis: 20%;
  width: 20%;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  transition: all 0.3s ease;
  padding: 8px 16px;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .gtranslate_wrapper .gt_languages .glink {
    flex-basis: 25%;
    width: 25%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 649px) {
  .gtranslate_wrapper .gt_languages .glink {
    flex-basis: 50%;
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .gtranslate_wrapper .gt_languages .glink {
    flex-basis: 100%;
    width: 100%;
  }
}
.gtranslate_wrapper .gt_languages .glink:hover, .gtranslate_wrapper .gt_languages .glink:focus, .gtranslate_wrapper .gt_languages .glink:focus-visible {
  background: #FFF5DE !important;
}
.gtranslate_wrapper .gt_languages .glink span {
  margin: 0 0 0 10px;
  color: #1F1F1F;
}
.gtranslate_wrapper .gt_switcher-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .gtranslate_wrapper .gt_switcher-popup {
    padding-bottom: 0;
  }
}
.gtranslate_wrapper .gt_switcher-popup:hover span:first-of-type:after {
  width: calc(100% - 15px);
}
.gtranslate_wrapper .gt_switcher-popup img {
  display: none;
}
.gtranslate_wrapper .gt_switcher-popup span {
  color: #1F1F1F;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  gap: 4px;
}
.gtranslate_wrapper .gt_switcher-popup span:before {
  content: "";
  position: relative;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2213%22 height=%2214%22 viewBox=%220 0 13 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M5.44452 3.18681C5.0776 4.13669 4.83889 5.48535 4.83889 7.00119C4.83889 8.51702 5.0776 9.86569 5.44522 10.8156C5.62939 11.2923 5.83622 11.6415 6.03881 11.8625C6.24139 12.0835 6.39722 12.1352 6.49993 12.1352C6.60264 12.1352 6.75918 12.0835 6.96177 11.8625C7.16364 11.6415 7.37047 11.2923 7.55464 10.8156C7.92297 9.86569 8.16097 8.51702 8.16097 7.00119C8.16097 5.48535 7.92227 4.13669 7.55464 3.18681C7.37047 2.7101 7.16364 2.3609 6.96106 2.1399C6.75847 1.9189 6.60264 1.86719 6.49993 1.86719C6.39722 1.86719 6.24068 1.9189 6.03881 2.1399C5.83693 2.3609 5.62868 2.7101 5.44452 3.18681ZM5.25539 1.42306C5.57768 1.0696 5.99772 0.804688 6.50064 0.804688C7.00356 0.804688 7.4236 1.0696 7.74589 1.42235C8.06818 1.7744 8.33381 2.25465 8.54631 2.8036C8.97202 3.90365 9.22418 5.38831 9.22418 7.00119C9.22418 8.61406 8.97202 10.0987 8.54631 11.1988C8.33381 11.747 8.06818 12.228 7.74589 12.58C7.4236 12.9321 7.00356 13.1977 6.50064 13.1977C5.99772 13.1977 5.57768 12.9321 5.25539 12.58C4.9331 12.228 4.66747 11.7477 4.45497 11.1988C4.02927 10.0987 3.7771 8.61406 3.7771 7.00119C3.7771 5.38831 4.02927 3.90365 4.45497 2.8036C4.66747 2.25465 4.9331 1.7751 5.25539 1.42306Z%22 fill=%22%23fff%22/%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M6.49992 1.86133C5.82553 1.86133 5.15774 1.99416 4.53468 2.25224C3.91162 2.51032 3.3455 2.88859 2.86863 3.36546C2.39176 3.84232 2.01349 4.40845 1.75541 5.03151C1.49733 5.65456 1.3645 6.32235 1.3645 6.99674C1.3645 7.67114 1.49733 8.33893 1.75541 8.96198C2.01349 9.58504 2.39176 10.1512 2.86863 10.628C3.3455 11.1049 3.91162 11.4832 4.53468 11.7413C5.15774 11.9993 5.82553 12.1322 6.49992 12.1322C7.86192 12.1322 9.16813 11.5911 10.1312 10.628C11.0943 9.66496 11.6353 8.35874 11.6353 6.99674C11.6353 5.63475 11.0943 4.32853 10.1312 3.36546C9.16813 2.40238 7.86192 1.86133 6.49992 1.86133ZM0.302002 6.99674C0.302002 5.35295 0.954995 3.77649 2.11733 2.61416C3.27966 1.45182 4.85613 0.798828 6.49992 0.798828C8.14371 0.798828 9.72017 1.45182 10.8825 2.61416C12.0448 3.77649 12.6978 5.35295 12.6978 6.99674C12.6978 8.64053 12.0448 10.217 10.8825 11.3793C9.72017 12.5417 8.14371 13.1947 6.49992 13.1947C4.85613 13.1947 3.27966 12.5417 2.11733 11.3793C0.954995 10.217 0.302002 8.64053 0.302002 6.99674Z%22 fill=%22%23fff%22/%3E%3Cpath fill-rule=%22evenodd%22 clip-rule=%22evenodd%22 d=%22M0.302002 6.99219C0.302002 6.85129 0.357973 6.71617 0.457601 6.61654C0.55723 6.51691 0.692356 6.46094 0.833252 6.46094L12.1666 6.46944C12.3075 6.46944 12.4426 6.52541 12.5422 6.62504C12.6419 6.72467 12.6978 6.85979 12.6978 7.00069C12.6978 7.14158 12.6419 7.27671 12.5422 7.37634C12.4426 7.47597 12.3075 7.53194 12.1666 7.53194L0.833252 7.52415C0.692356 7.52415 0.55723 7.46817 0.457601 7.36855C0.357973 7.26892 0.302002 7.13379 0.302002 6.9929%22 fill=%22%23fff%22/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.gtranslate_wrapper .gt_switcher-popup span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #B2A674;
  top: 0;
  left: calc(50% + 8px);
  transform: translate(-50%, -100%);
  transition: all 0.3s ease;
}
.gtranslate_wrapper .gt_switcher-popup span:last-of-type {
  display: none;
}
.gtranslate_wrapper a.gt_switcher-popup.glink.nturl.notranslate {
  outline-offset: 2px;
}
.gtranslate_wrapper a.gt_switcher-popup.glink.nturl.notranslate:focus-visible {
  text-decoration: none;
}
.gtranslate_wrapper a.gt_switcher-popup.glink.nturl.notranslate:focus-visible span:first-of-type:after {
  width: calc(100% - 15px);
}
@supports not selector(:focus-visible) {
  .gtranslate_wrapper a.gt_switcher-popup.glink.nturl.notranslate:focus {
    text-decoration: none;
  }
  .gtranslate_wrapper a.gt_switcher-popup.glink.nturl.notranslate:focus span:first-of-type:after {
    width: calc(100% - 15px);
  }
}
.gtranslate_wrapper .gt-current-lang.glink {
  position: relative;
  background-color: #FFFBF2;
}
.gtranslate_wrapper .gt-current-lang.glink span:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width=%2216%22 height=%2212%22 viewBox=%220 0 16 12%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M5.55018 9.15L14.0252 0.675C14.2252 0.475 14.4585 0.375 14.7252 0.375C14.9918 0.375 15.2252 0.475 15.4252 0.675C15.6252 0.875 15.7252 1.11267 15.7252 1.388C15.7252 1.66333 15.6252 1.90067 15.4252 2.1L6.25018 11.3C6.05018 11.5 5.81685 11.6 5.55018 11.6C5.28351 11.6 5.05018 11.5 4.85018 11.3L0.55018 7C0.35018 6.8 0.25418 6.56267 0.26218 6.288C0.27018 6.01333 0.374513 5.77567 0.57518 5.575C0.775847 5.37433 1.01351 5.27433 1.28818 5.275C1.56285 5.27567 1.80018 5.37567 2.00018 5.575L5.55018 9.15Z%22 fill=%22%232b3c4c%22/%3E%3C/svg%3E");
  height: 12px;
  width: 16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.site-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 50;
}

.footer {
  background-color: #1F1F1F;
  position: relative;
}
.footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #F4882A 0%, #F4882A 12.5%, #00A367 12.5%, #00A367 25%, #2646AF 25%, #2646AF 37.5%, #5F4ED0 37.5%, #5F4ED0 50%, #1F1F1F 50%, #1F1F1F 62.5%, #DE3831 62.5%, #DE3831 75%, #B2A674 75%, #B2A674 87.5%, #2E737C 87.5%, #2E737C 100%);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer:before {
    height: 18px;
  }
}
.footer__body {
  padding: 40px 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .container {
    flex-direction: column;
    justify-content: normal;
    gap: 40px;
  }
}
.footer__logo {
  max-width: 330px;
  width: 100%;
}
.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo-link {
  position: relative;
  display: block;
  position: relative;
}
.footer__logo-link::after {
  content: "";
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 4px solid #fff;
  opacity: 0;
  pointer-events: none;
}
.footer__logo-link:focus-visible::after {
  opacity: 1;
}
.footer__menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer__menu ul li {
  margin-bottom: 14px;
}
.footer__menu ul li a {
  color: #B2A674;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  position: relative;
}
.footer__menu ul li a:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #B2A674;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.footer__menu ul li a:hover:before {
  opacity: 1;
}
.footer__menu ul li a::after {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  border: 2px solid #B2A674;
  opacity: 0;
  pointer-events: none;
}
.footer__menu ul li a:focus-visible::after {
  opacity: 1;
}

body.error404 main {
  margin: 180px auto 260px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.error404 main {
    margin: 40px auto 100px;
  }
}

.build-404 {
  margin: 0;
  padding: 0;
}
.build-404 .build-404__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 80px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .build-404 .build-404__content {
    margin: 42px 0;
  }
}
.build-404 .build-404__content-upper-title {
  font-size: 38px;
  line-height: 40px;
  font-weight: 900;
  color: #1F1F1F;
  font-family: "Nunito", sans-serif;
  margin-bottom: 4px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .build-404 .build-404__content-upper-title {
    font-size: 26px;
    line-height: 29px;
  }
}
.build-404 .build-404__content h1 {
  color: #1F1F1F;
  text-align: center;
  font-size: 58px;
  line-height: 64px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .build-404 .build-404__content h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
.build-404 .build-404__content p, .build-404 .build-404__content .text-regular {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .build-404 .build-404__content p, .build-404 .build-404__content .text-regular {
    font-size: 20px;
    line-height: 30px;
  }
}

.search-page-results {
  margin-bottom: 0;
  margin-top: 0;
}
.search-page-results .search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.search-page-results .search-form__title {
  margin-top: 0;
  color: #1F1F1F;
}
.search-page-results .search-form .form-body {
  position: relative;
}
.search-page-results .search-form__input {
  position: relative;
  max-width: 785px;
  width: 100%;
}
.search-page-results .search-form__input button {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 4px;
  background: #B2A674;
  color: #fff;
  box-shadow: none;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width=%2213%22 height=%2214%22 viewBox=%220 0 13 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E %3Cpath d=%22M4.72917 9.83333C3.44236 9.83333 2.35342 9.38756 1.46233 8.496C0.57125 7.60444 0.125473 6.5155 0.125 5.22917C0.124528 3.94283 0.570306 2.85389 1.46233 1.96233C2.35436 1.07078 3.44331 0.625 4.72917 0.625C6.01503 0.625 7.10421 1.07078 7.99671 1.96233C8.88921 2.85389 9.33475 3.94283 9.33333 5.22917C9.33333 5.74861 9.2507 6.23854 9.08542 6.69896C8.92014 7.15937 8.69583 7.56667 8.4125 7.92083L12.3792 11.8875C12.509 12.0174 12.574 12.1826 12.574 12.3833C12.574 12.584 12.509 12.7493 12.3792 12.8792C12.2493 13.009 12.084 13.074 11.8833 13.074C11.6826 13.074 11.5174 13.009 11.3875 12.8792L7.42083 8.9125C7.06667 9.19583 6.65938 9.42014 6.19896 9.58542C5.73854 9.75069 5.24861 9.83333 4.72917 9.83333ZM4.72917 8.41667C5.61458 8.41667 6.36731 8.10689 6.98733 7.48733C7.60736 6.86778 7.91714 6.11506 7.91667 5.22917C7.9162 4.34328 7.60642 3.59079 6.98733 2.97171C6.36825 2.35263 5.61553 2.04261 4.72917 2.04167C3.84281 2.04072 3.09032 2.35074 2.47171 2.97171C1.8531 3.59268 1.54308 4.34517 1.54167 5.22917C1.54025 6.11317 1.85026 6.86589 2.47171 7.48733C3.09315 8.10878 3.84564 8.41856 4.72917 8.41667Z%22 fill=%22%23212E3A%22/%3E%3C/svg%3E");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: auto;
  cursor: pointer;
  transition: background-image 0.2s ease;
  font-size: 0;
}
.search-page-results .search-form__input button.clear-button {
  background-image: url("data:image/svg+xml,%3Csvg width=%2214%22 height=%2214%22 viewBox=%220 0 14 14%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z%22 fill=%22%23212E3A%22/%3E%3C/svg%3E");
}
.search-page-results .search-form__input button:hover {
  background-color: #C1B890;
}
.search-page-results .search-form__input button:active, .search-page-results .search-form__input button:focus, .search-page-results .search-form__input button:focus-visible {
  border-color: #1F1F1F !important;
  background-color: #C1B890;
  color: #B2A674;
}
.search-page-results .search-form__input input[type=text], .search-page-results .search-form__input input[type=search] {
  height: 72px;
  border-radius: 8px;
  width: 100%;
  padding: 0 70px 0 28px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  pointer-events: auto;
  border: 1px solid #8C8C8C;
}
.search-page-results .search-form__input input[type=text]::-webkit-input-placeholder, .search-page-results .search-form__input input[type=search]::-webkit-input-placeholder {
  font-weight: 400;
}
.search-page-results .search-form__input input[type=text]::-moz-placeholder, .search-page-results .search-form__input input[type=search]::-moz-placeholder {
  font-weight: 400;
}
.search-page-results .search-form__input input[type=text]:-ms-input-placeholder, .search-page-results .search-form__input input[type=search]:-ms-input-placeholder {
  font-weight: 400;
}
.search-page-results .search-form__input input[type=text]:-moz-placeholder, .search-page-results .search-form__input input[type=search]:-moz-placeholder {
  font-weight: 400;
}
.search-page-results .search-results {
  max-width: 932px;
  width: 100%;
}
.search-page-results .search-results__post {
  border-bottom: 1px solid #d5d6dc;
  padding: 40px 0;
}
.search-page-results .search-results__post h3 {
  margin-top: 0;
}
.search-page-results .search-results__post h3 a:hover {
  color: #B2A674;
}
.search-page-results .search-results__post p, .search-page-results .search-results__post .text-regular {
  margin-bottom: 0;
}
.search-page-results .search-results__post .excerpt {
  max-width: 750px;
  width: 100%;
}
.search-page-results .search-results .notification {
  text-align: center;
}
.search-page-results .pagination {
  color: #1F1F1F;
  margin-top: 80px;
  padding: 0 120px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .search-page-results .pagination {
    padding: 0;
    justify-content: center;
    margin-top: 40px;
  }
}
.search-page-results .pagination__page {
  text-decoration: none;
  padding: 0 8px;
  font-size: 22px;
}
.search-page-results .pagination__page--current {
  background-color: #B2A674;
  color: #fff;
  border-radius: 4px;
}
.search-page-results .pagination i {
  width: 18px;
  height: 14px;
  display: block;
}
.search-page-results .pagination__nav.inactive {
  pointer-events: none;
}
.search-page-results .pagination__nav.inactive i {
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%2210%22 viewBox=%220 0 6 10%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M0.000123024 0.79504L0.795873 4.00543e-05L5.13012 4.33279C5.19999 4.40222 5.25544 4.48477 5.29327 4.57571C5.33111 4.66665 5.35059 4.76417 5.35059 4.86266C5.35059 4.96116 5.33111 5.05868 5.29327 5.14962C5.25544 5.24056 5.19999 5.32311 5.13012 5.39254L0.795873 9.72754L0.000872612 8.93254L4.06887 4.86379L0.000123024 0.79504Z%22 fill=%22%23d0d1d4%22/%3E%3C/svg%3E");
}
.search-page-results .pagination__nav i {
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%2210%22 viewBox=%220 0 6 10%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M0.000123024 0.79504L0.795873 4.00543e-05L5.13012 4.33279C5.19999 4.40222 5.25544 4.48477 5.29327 4.57571C5.33111 4.66665 5.35059 4.76417 5.35059 4.86266C5.35059 4.96116 5.33111 5.05868 5.29327 5.14962C5.25544 5.24056 5.19999 5.32311 5.13012 5.39254L0.795873 9.72754L0.000872612 8.93254L4.06887 4.86379L0.000123024 0.79504Z%22 fill=%22%231F1F1F%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 18px;
  width: 9px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search-page-results .pagination__nav .icon-next {
    margin-left: 30px;
  }
}
.search-page-results .pagination__nav .icon-prev {
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%2210%22 viewBox=%220 0 6 10%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M0.000123024 0.79504L0.795873 4.00543e-05L5.13012 4.33279C5.19999 4.40222 5.25544 4.48477 5.29327 4.57571C5.33111 4.66665 5.35059 4.76417 5.35059 4.86266C5.35059 4.96116 5.33111 5.05868 5.29327 5.14962C5.25544 5.24056 5.19999 5.32311 5.13012 5.39254L0.795873 9.72754L0.000872612 8.93254L4.06887 4.86379L0.000123024 0.79504Z%22 fill=%22%234e738d%22/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
@media screen and (min-width: 768px) {
  .search-page-results .pagination__nav .icon-prev {
    margin-right: 30px;
  }
}
.search-page-results .pagination__nav:focus-visible i, .search-page-results .pagination__nav:focus i, .search-page-results .pagination__nav:hover i {
  background-image: url("data:image/svg+xml,%3Csvg width=%226%22 height=%2210%22 viewBox=%220 0 6 10%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M0.000123024 0.79504L0.795873 4.00543e-05L5.13012 4.33279C5.19999 4.40222 5.25544 4.48477 5.29327 4.57571C5.33111 4.66665 5.35059 4.76417 5.35059 4.86266C5.35059 4.96116 5.33111 5.05868 5.29327 5.14962C5.25544 5.24056 5.19999 5.32311 5.13012 5.39254L0.795873 9.72754L0.000872612 8.93254L4.06887 4.86379L0.000123024 0.79504Z%22 fill=%22%23B2A674%22/%3E%3C/svg%3E");
}

.contact-us {
  padding: 26px 0 80px;
  margin: 0;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contact-us {
    padding: 24px 0 40px;
  }
}
.contact-us__hero {
  padding: 80px 0 120px;
  margin: 0;
  min-height: initial !important;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contact-us__hero {
    padding: 40px 0;
  }
}
.contact-us__title {
  margin-bottom: 40px;
  margin-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contact-us__title {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contact-us__text {
    margin-bottom: 48px;
  }
}
.contact-us__text h1,
.contact-us__text h2,
.contact-us__text h3,
.contact-us__text h4,
.contact-us__text h5,
.contact-us__text .search-page-results .pagination,
.search-page-results .contact-us__text .pagination,
.contact-us__text h6 {
  margin-top: 0;
}
.contact-us .gform_heading {
  display: none;
}
.contact-us__form {
  padding: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contact-us__form {
    padding: 0;
  }
}
.contact-us__form.bg-dark {
  background-color: #1F1F1F;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contact-us__form.bg-dark {
    padding: 45px 16px;
  }
}
.contact-us__form.bg-dark .gform-body .gform_fields label.gfield_label {
  color: #fff;
}
.contact-us__form.bg-dark .gform_confirmation_message {
  color: #B2A674 !important;
}
.contact-us .gform_confirmation_wrapper {
  background-color: var(--Auto-Color-EBEADC);
  border: 2px solid var(--Auto-Color-EBEADC);
}
.contact-us .gform_validation_errors {
  display: none !important;
}

.article-single__hero {
  margin: 0 0 80px;
  padding: 80px 0 104px !important;
  background-color: #1F1F1F;
  position: relative;
}
.article-single__hero .block-head .breadcrumbs span a {
  color: #B2A674;
}
.article-single__hero h1 {
  color: #fff !important;
}
.article-single__hero:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #F4882A 0%, #F4882A 12.5%, #00A367 12.5%, #00A367 25%, #2646AF 25%, #2646AF 37.5%, #5F4ED0 37.5%, #5F4ED0 50%, #1F1F1F 50%, #1F1F1F 62.5%, #DE3831 62.5%, #DE3831 75%, #B2A674 75%, #B2A674 87.5%, #2E737C 87.5%, #2E737C 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .article-single__hero:after {
    height: 18px;
  }
}
.article-single .post-date {
  margin-bottom: 10px;
  font-size: 17px;
}
.article-single .post-category-label {
  margin-bottom: 40px;
}
.article-single__meta {
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
}

/* blocks */
.hero-l1 {
  min-height: 680px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero-l1 {
    min-height: 600px;
  }
}
.hero-l1__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  pointer-events: none;
}
.hero-l1__description {
  padding: 40px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 684px;
  background: #1F1F1F;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.hero-l1__description p, .hero-l1__description .text-regular, .hero-l1__description .story-blade .story-blade__text p, .story-blade .story-blade__text .hero-l1__description p, .hero-l1__description .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .hero-l1__description .text-regular {
  color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-l1__description p, .hero-l1__description .text-regular, .hero-l1__description .story-blade .story-blade__text p, .story-blade .story-blade__text .hero-l1__description p, .hero-l1__description .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .hero-l1__description .text-regular {
    font-size: 17px;
    line-height: 34px;
  }
}
.hero-l1__description p:last-child, .hero-l1__description .text-regular:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .hero-l1__description {
    padding: 40px 16px;
  }
}
.hero-l1__title {
  color: #fff;
  margin: 0;
  line-height: normal;
}
.hero-l1__subtitle {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.17px;
}
.hero-l1__subtitle a {
  color: #fff;
}
.hero-l1__subtitle a:hover, .hero-l1__subtitle a:focus-visible {
  color: #C1B890;
}

.hero-l2 {
  min-height: 426px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero-l2 {
    min-height: initial;
  }
}
.hero-l2__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .hero-l2_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hero-l2__description {
  padding: 40px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 684px;
  background: #1F1F1F;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.hero-l2__description p, .hero-l2__description .text-regular, .hero-l2__description .story-blade .story-blade__text p, .story-blade .story-blade__text .hero-l2__description p, .hero-l2__description .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .hero-l2__description .text-regular {
  color: var(--Climate-Corps-White);
}
.hero-l2__description p:last-child, .hero-l2__description .text-regular:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .hero-l2__description {
    padding: 40px 16px;
  }
}
.hero-l2__title {
  color: #fff;
  margin: 0;
}
.hero-l2__subtitle {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.17px;
}
.hero-l2__subtitle a {
  color: #fff;
}
.hero-l2__subtitle a:hover, .hero-l2__subtitle a:focus-visible {
  color: #C1B890;
}

.hero-l3 {
  background-repeat: no-repeat;
  background-position: right -138px bottom -46px;
  min-height: 260px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .hero-l3 {
    background-position: right -96px top -99px;
    background-size: 275px 206px;
    padding: 40px 0;
  }
}
.hero-l3 .block-head .breadcrumbs {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  color: #E8E8E8;
}
.hero-l3 .block-head .breadcrumbs > span {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
}
.hero-l3 .block-head .breadcrumbs span > span {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.17px;
  color: #1F1F1F;
}
.hero-l3 .block-head .breadcrumbs span > span.breadcrumb_last {
  display: none;
}
.hero-l3 .block-head .breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  position: relative;
}
.hero-l3 .block-head .breadcrumbs a:hover {
  color: #B2A674;
}
.hero-l3 .block-head .breadcrumbs a::after {
  content: "";
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 2px solid #1F1F1F;
  opacity: 0;
  pointer-events: none;
}
.hero-l3 .block-head .breadcrumbs a:focus-visible::after {
  opacity: 1;
}
.hero-l3 .block-head .title {
  margin: 0;
  color: #1F1F1F;
}

.stat-tiles {
  background-color: #1F1F1F;
  color: #fff;
  padding: 80px 0;
  margin-top: 20px;
  position: relative;
}
.stat-tiles:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #F4882A 0%, #F4882A 12.5%, #00A367 12.5%, #00A367 25%, #2646AF 25%, #2646AF 37.5%, #5F4ED0 37.5%, #5F4ED0 50%, #1F1F1F 50%, #1F1F1F 62.5%, #DE3831 62.5%, #DE3831 75%, #B2A674 75%, #B2A674 87.5%, #2E737C 87.5%, #2E737C 100%);
  position: absolute;
  left: 0;
  top: -20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .stat-tiles:before {
    height: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .stat-tiles:before {
    top: -18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .stat-tiles {
    padding: 40px 0;
  }
}
.stat-tiles__header {
  max-width: 1160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .stat-tiles__header {
    margin-bottom: 24px;
  }
}
.stat-tiles__title {
  margin-bottom: 8px;
  color: var(--stat-tiles-txt-color);
}
.stat-tiles__desc {
  color: var(--stat-tiles-txt-color);
  max-width: 922px;
}
.stat-tiles__desc * {
  color: inherit;
}
.stat-tiles__desc p:last-child, .stat-tiles__desc .text-regular:last-child {
  margin-bottom: 0;
}
.stat-tiles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 767.98px) {
  .stat-tiles__grid {
    grid-template-columns: 1fr;
  }
}
.stat-tiles__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.stat-tiles__item:nth-child(3n+1) .stat-tiles__tile-number {
  color: #00A367;
}
.stat-tiles__item:nth-child(3n+2) .stat-tiles__tile-number {
  color: #B2A674;
}
.stat-tiles__item:nth-child(3n+3) .stat-tiles__tile-number {
  color: #F4882A;
}
.stat-tiles__tile-number {
  margin: 0 auto;
}
.stat-tiles__tile-desc {
  margin: 0 auto !important;
  text-transform: uppercase;
  color: var(--stat-tiles-txt-color);
}

.story-blade {
  padding: 40px 0;
}
.story-blade__section-label {
  color: #2646AF;
  margin-bottom: 16px;
}
.story-blade__section-label, .story-blade__section-title, .story-blade__section-text {
  text-align: center;
}
.story-blade__section-label p, .story-blade__section-label .text-regular, .story-blade__section-label .story-blade .story-blade__text p, .story-blade .story-blade__text .story-blade__section-label p, .story-blade__section-label .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .story-blade__section-label .text-regular, .story-blade__section-title p, .story-blade__section-title .text-regular, .story-blade__section-title .story-blade .story-blade__text p, .story-blade .story-blade__text .story-blade__section-title p, .story-blade__section-title .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .story-blade__section-title .text-regular, .story-blade__section-text p, .story-blade__section-text .text-regular, .story-blade__section-text .story-blade .story-blade__text p, .story-blade .story-blade__text .story-blade__section-text p, .story-blade__section-text .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .story-blade__section-text .text-regular {
  text-align: center;
}
.story-blade__heading {
  max-width: 1170px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .story-blade__heading {
    margin-bottom: 20px;
  }
}
.story-blade__section-text {
  margin-bottom: 0;
}
.story-blade__row {
  padding: 40px 0;
}
.story-blade__title {
  margin-top: 0;
  margin-bottom: 0;
}
.story-blade__description-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.story-blade__description {
  padding: 40px 64px;
}
.story-blade__label {
  color: #2646AF;
  font-weight: 700;
  margin-bottom: 16px;
}
.story-blade .story-blade__text {
  margin-top: 24px;
}
.story-blade .story-blade__text p:last-child, .story-blade .story-blade__text .text-regular:last-child {
  margin-bottom: 0;
}
.story-blade__cta {
  margin-top: 24px;
  align-self: flex-start;
}
@media (max-width: 767.98px) {
  .story-blade__cta {
    margin-top: 16px;
  }
}
.story-blade__img, .story-blade__description {
  width: calc((100% - 24px) / 2);
  display: flex;
  flex-direction: column;
}
.story-blade__img {
  container-type: inline-size;
}
.story-blade__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 66.6666666667cqw;
}

@media only screen and (max-width: 1429px) {
  .story-blade__description {
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-blade__description {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .story-blade {
    padding: 40px 0 16px;
  }
  .story-blade__row {
    padding: 20px 0;
  }
  .story-blade__label {
    margin-bottom: 4px;
  }
  .story-blade__description-block {
    padding: 0;
    gap: 24px;
    flex-direction: column-reverse;
  }
  .story-blade__img, .story-blade__description {
    width: 100%;
  }
  .story-blade__description {
    padding: 0;
  }
  .story-blade__description p:not(.story-blade__label), .story-blade__description .text-regular:not(.story-blade__label) {
    margin-bottom: 24px;
  }
  .story-blade__text {
    color: var(--Climate-Corps-Violet-500);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 150% */
  }
  .story-blade__img {
    order: -1;
  }
}
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner.bg-beige {
  background-color: #DCD6BF;
}
.banner.bg-beige .banner__title,
.banner.bg-beige .banner__description p,
.banner.bg-beige .banner__description .text-regular {
  color: #1F1F1F;
}
.banner__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .banner__wrapper {
    min-height: auto;
  }
}
.banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1142px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
.banner__content--center {
  text-align: center;
  align-items: center;
}
.banner__content--left {
  text-align: left;
  align-items: flex-start;
  align-self: flex-start;
}
@media screen and (min-width: 991px) {
  .banner__content--left {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.banner__content .banner__description p:last-child, .banner__content .banner__description .text-regular:last-child {
  margin-bottom: 0;
}
.banner__content .cta-block {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-top: 16px;
}
.banner__label {
  margin-bottom: 16px;
}
.banner__title {
  margin-top: 0;
  margin-bottom: 16px;
  color: #1F1F1F;
}
@media (max-width: 767.98px) {
  .banner__title {
    margin-bottom: 8px;
  }
}

.banner:last-child,
.banner + footer {
  margin-bottom: 0;
}

.accordion-block {
  padding: 80px 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-block {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .accordion-block__heading {
    margin-bottom: 24px;
  }
}
.accordion-block__heading-title {
  margin-bottom: 24px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-block__heading-title {
    margin-top: 0;
  }
}
.accordion-block__label {
  margin-bottom: 8px;
}
.accordion-block__description {
  margin-bottom: 24px;
}
.accordion-block__description ul:last-child,
.accordion-block__description ol:last-child,
.accordion-block__description p:last-child,
.accordion-block__description .text-regular:last-child,
.accordion-block__description h1:last-child,
.accordion-block__description h2:last-child,
.accordion-block__description h3:last-child,
.accordion-block__description h4:last-child,
.accordion-block__description h5:last-child,
.accordion-block__description .search-page-results .pagination:last-child,
.search-page-results .accordion-block__description .pagination:last-child,
.accordion-block__description h6:last-child {
  margin-bottom: 0;
}
.accordion-block__cta {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.accordion-block__list {
  display: flex;
  flex-direction: column;
  border-top: 6px solid #B2A674;
  background-color: #fff;
}
.accordion-block__item {
  border-bottom: 1px solid #DCD6BF;
  transition: border 0.2s ease-in-out;
}
.accordion-block__item:last-child {
  border-bottom: none;
}
.accordion-block__trigger {
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  outline: none;
}
.accordion-block__trigger:hover, .accordion-block__trigger:focus, .accordion-block__trigger:focus-visible {
  background-color: #1F1F1F;
}
.accordion-block__trigger:hover .accordion-block__icon, .accordion-block__trigger:focus .accordion-block__icon, .accordion-block__trigger:focus-visible .accordion-block__icon {
  color: #1F1F1F;
  background-color: #B2A674;
}
.accordion-block__trigger:focus-visible {
  border: 4px solid #B2A674 !important;
}
.accordion-block__trigger-title {
  margin: 0;
  padding-right: 56px;
}
.accordion-block__trigger:hover .accordion-block__trigger-title, .accordion-block__trigger:focus .accordion-block__trigger-title, .accordion-block__trigger:focus-visible .accordion-block__trigger-title {
  color: #fff;
}
.accordion-block__icon {
  min-width: 32px;
  min-height: 32px;
  border-radius: 4px;
  color: #1F1F1F;
  background: #B2A674;
  font-size: 32px;
  transition: background-color 0.2s ease-in-out;
}
.accordion-block__icon:focus, .accordion-block__icon:focus-visible {
  border: 2px solid #B2A674 !important;
}
.accordion-block__panel {
  display: none;
  padding: 16px;
  padding-right: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .accordion-block__panel {
    padding: 16px;
  }
}
.accordion-block__panel p:last-child, .accordion-block__panel .text-regular:last-child {
  margin-bottom: 0;
}

.quick-links {
  padding: 80px 0;
  background-color: #DCD6BF;
}
@media (max-width: 767.98px) {
  .quick-links {
    padding: 40px 0;
  }
}
.quick-links__heading p:last-child, .quick-links__heading .text-regular:last-child {
  margin-bottom: 0;
}
.quick-links__title {
  margin-bottom: 16px;
}
.quick-links .cta-buttons {
  margin-top: 24px;
}
.quick-links .cta-buttons .primary_cta {
  margin-right: 16px;
}
.quick-links .cta-buttons .link-item:after {
  width: 10px;
  height: 10px;
}
.quick-links .row-panels {
  padding: 40px 0 0;
}
@media (max-width: 767.98px) {
  .quick-links .extra-links:not(:first-child) {
    margin-top: 0;
  }
}
.quick-links p, .quick-links .text-regular, .quick-links .story-blade .story-blade__text p, .story-blade .story-blade__text .quick-links p, .quick-links .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .quick-links .text-regular {
  max-width: 798px;
  margin-bottom: 16px;
}
.quick-links .quick-explore-guide-item,
.quick-links .quick-resources-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #8C8C8C;
  background: #fff;
  margin: 0 0 8px;
  transition: all 0.3s ease;
}
.quick-links .quick-explore-guide-item a,
.quick-links .quick-resources-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 16px;
  color: #1F1F1F;
  transition: all 0.3s ease;
  position: relative;
}
.quick-links .quick-explore-guide-item a:before,
.quick-links .quick-resources-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: transparent;
}
@media (max-width: 767.98px) {
  .quick-links .quick-explore-guide-item a,
  .quick-links .quick-resources-item a {
    line-height: 24px;
  }
}
.quick-links .quick-explore-guide-item a:focus-visible,
.quick-links .quick-resources-item a:focus-visible {
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 0 5px #261E3B;
  outline: none;
}
.quick-links .quick-explore-guide-item:hover,
.quick-links .quick-resources-item:hover {
  background: #B2A674;
  border-color: #B2A674;
}
.quick-links .quick-explore-guide-item:hover:before,
.quick-links .quick-resources-item:hover:before {
  background: #1F1F1F;
}
.quick-links .quick-explore-guide-item:hover a,
.quick-links .quick-resources-item:hover a {
  color: #1F1F1F;
}

.video-module {
  overflow: hidden;
}
@media (min-width: 768px) {
  .video-module {
    padding: 80px 0;
  }
}
.video-module__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 4px;
}
@media (max-width: 767.98px) {
  .video-module__header {
    margin-bottom: 16px;
  }
}
.video-module__label {
  margin: 0;
  text-align: center;
}
.video-module__title {
  font-size: 34px;
  line-height: 34px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .video-module__title {
    font-size: 52px;
    line-height: 56px;
  }
}
@media (max-width: 767.98px) {
  .video-module__title {
    text-align: left;
  }
}
.video-module__content {
  position: relative;
  width: 100%;
}
.video-module__player {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video-module__player video,
.video-module__player iframe,
.video-module__player .video-module__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-module__player .video-module__poster {
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.video-module__player .video-module__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.video-module__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 3;
}
.video-module__play-btn svg {
  width: 100%;
  height: 100%;
  display: block;
}
.video-module__play-btn svg path {
  fill: #B2A674;
}
.video-module__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: initial;
}
.video-module__play-btn:active, .video-module__play-btn:focus {
  border-color: transparent !important;
  background-color: initial !important;
}
.video-module__play-btn:focus-visible {
  background-color: transparent !important;
  border-color: #B2A674 !important;
}
@media (min-width: 768px) {
  .video-module__play-btn {
    width: 124px;
    height: 124px;
  }
}
.video-module__accessibility {
  margin-top: 24px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .video-module__accessibility {
    margin-top: 16px;
  }
}
.video-module__description {
  color: #1F1F1F;
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 16px;
}
.video-module__silent-note {
  color: #1F1F1F;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 16px;
}
.video-module__transcript {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  color: #1F1F1F;
  padding: 16px;
  margin-bottom: 16px;
}
.video-module__transcript p:last-child, .video-module__transcript .text-regular:last-child {
  margin-bottom: 0;
}
.video-module__transcript-title {
  color: #1F1F1F;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px;
}
.video-module__transcript-link, .video-module__audio-described-link {
  color: var(--Climate-Corps-Blue-600, #004e7c);
  display: inline-block;
  font-weight: 600;
  margin-right: 16px;
  margin-top: 4px;
  text-decoration: underline;
}

body.single .video-module {
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
}

.icon-tiles {
  background-color: #1F1F1F;
}
@media (max-width: 767.98px) {
  .icon-tiles {
    padding: 24px 0 40px;
  }
}
.icon-tiles:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #F4882A 0%, #F4882A 12.5%, #00A367 12.5%, #00A367 25%, #2646AF 25%, #2646AF 37.5%, #5F4ED0 37.5%, #5F4ED0 50%, #1F1F1F 50%, #1F1F1F 62.5%, #DE3831 62.5%, #DE3831 75%, #B2A674 75%, #B2A674 87.5%, #2E737C 87.5%, #2E737C 100%);
  position: absolute;
  left: 0;
  top: -20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-tiles:before {
    height: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .icon-tiles:before {
    top: -18px;
  }
}
.icon-tiles .container {
  padding-top: 80px;
  padding-bottom: 56px;
}
.icon-tiles .row {
  margin-left: -24px;
  margin-right: -24px;
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  .icon-tiles .row {
    margin-left: -12px;
    margin-right: -12px;
    padding-top: 20px;
  }
}
.icon-tiles .row > * {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 767.98px) {
  .icon-tiles .row > * {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.icon-tiles__header {
  max-width: 1160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .icon-tiles__header {
    margin-bottom: 20px;
  }
}
.icon-tiles__title {
  margin-bottom: 8px;
}
.icon-tiles__desc {
  max-width: 922px;
}
.icon-tiles__desc * {
  color: inherit;
}
.icon-tiles__desc p:last-child, .icon-tiles__desc .text-regular:last-child {
  margin-bottom: 0;
}
.icon-tiles__tile {
  color: #fff;
}
@media (max-width: 767.98px) {
  .icon-tiles__tile {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .icon-tiles__tile:last-child {
    margin-bottom: 0;
  }
}
.icon-tiles__icon {
  width: 124px;
  height: 124px;
  margin-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
}
.icon-tiles__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.icon-tiles__text {
  padding: 16px;
}
.icon-tiles__title {
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .icon-tiles__title {
    margin-bottom: 8px;
  }
}
.icon-tiles__description {
  text-align: center;
}
.icon-tiles__description p, .icon-tiles__description .text-regular, .icon-tiles__description .story-blade .story-blade__text p, .story-blade .story-blade__text .icon-tiles__description p, .icon-tiles__description .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .icon-tiles__description .text-regular {
  color: #fff;
}
.icon-tiles__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  .icon-tiles__cta {
    margin-top: 8px;
  }
}
.icon-tiles__cta .link-item {
  color: #fff;
  position: relative;
}
.icon-tiles__cta .link-item:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22%3E%3Cpath d=%22M1.46979 0L0.529785 0.94L3.58312 4L0.529785 7.06L1.46979 8L5.46979 4L1.46979 0Z%22 fill=%22%23fff%22/%3E%3C/svg%3E");
}
.icon-tiles__cta .link-item:hover, .icon-tiles__cta .link-item:focus-visible {
  color: #B2A674;
  border-color: #B2A674;
}
.icon-tiles__cta .link-item:hover:after, .icon-tiles__cta .link-item:focus-visible:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22%3E%3Cpath d=%22M1.46979 0L0.529785 0.94L3.58312 4L0.529785 7.06L1.46979 8L5.46979 4L1.46979 0Z%22 fill=%22%23B2A674%22/%3E%3C/svg%3E");
}

.section-teams:last-of-type .team-items {
  border: none;
}
.section-teams.last-teams-section .team-items {
  border: none;
}
.section-teams .team-items {
  padding-bottom: 40px;
}

.team-description {
  max-width: 800px;
  margin-bottom: 40px;
}
.team-description__title {
  margin-top: 0;
  color: #1F1F1F;
}
.team-description h2 {
  font-size: 48px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-description h2 {
    font-size: 36px;
  }
}
.team-description p, .team-description .text-regular, .team-description .story-blade .story-blade__text p, .story-blade .story-blade__text .team-description p, .team-description .story-blade .story-blade__text .text-regular, .story-blade .story-blade__text .team-description .text-regular, .team-description li, .team-description a {
  font-size: 20px;
  line-height: 30px;
}
.team-description *:last-child {
  margin-bottom: 0;
}

.team-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.teams-block:not(:first-of-type) {
  margin-top: 40px;
}

.single-team-members #page-content {
  margin-bottom: 221px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-team-members #page-content {
    margin-bottom: 60px;
  }
}

.section-inner-team {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-inner-team {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section-inner-team .back-to-all {
  margin-bottom: 40px;
  padding: 0 60px;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .section-inner-team .back-to-all {
    margin-bottom: 24px;
  }
}
.section-inner-team .back-to-all a.back {
  color: #1F1F1F;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  position: relative;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.section-inner-team .back-to-all a.back:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width=%225%22 height=%228%22 viewBox=%220 0 5 8%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M4.03021 8L4.97021 7.06L1.91688 4L4.97021 0.94L4.03021 0L0.0302124 4L4.03021 8Z%22 fill=%22%231F1F1F%22/%3E%3C/svg%3E") no-repeat center;
  height: 10px;
  width: 7px;
  display: block;
}
.section-inner-team .back-to-all a.back:after {
  content: "";
  width: calc(100% - 12px);
  right: 0;
  bottom: 0;
  height: 1px;
  background: #1F1F1F;
  position: absolute;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.section-inner-team .back-to-all a.back:hover:after, .section-inner-team .back-to-all a.back:focus:after, .section-inner-team .back-to-all a.back:focus-visible:after {
  opacity: 1;
}
.section-inner-team .back-to-all a.back .icon {
  line-height: inherit;
}
.section-inner-team .back-to-all a.back .icon:before {
  font-size: 11px;
  vertical-align: baseline;
}
.section-inner-team img {
  width: 331px;
  height: 331px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .section-inner-team img {
    width: 262px;
    height: 262px;
  }
}
.section-inner-team .left-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 443px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .section-inner-team .left-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-inner-team .left-block h1 {
  margin: 0 0 24px;
  text-align: center;
  color: #1F1F1F;
}
@media screen and (min-width: 768px) {
  .section-inner-team .left-block h1 {
    font-size: 52px;
    line-height: 56px;
  }
}
.section-inner-team .left-block p, .section-inner-team .left-block .text-regular {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px;
  max-width: 380px;
}
.section-inner-team .left-block p:last-of-type, .section-inner-team .left-block .text-regular:last-of-type {
  margin-bottom: 0;
}
.section-inner-team .left-block p strong, .section-inner-team .left-block .text-regular strong {
  font-size: 20px;
  font-weight: 700;
}
.section-inner-team .left-block p:has(a), .section-inner-team .left-block .text-regular:has(a) {
  display: block;
}
.section-inner-team .left-block p:has(a) a, .section-inner-team .left-block .text-regular:has(a) a {
  font-size: 20px;
  color: #000;
}
.section-inner-team .left-block p.line-position, .section-inner-team .left-block .line-position.text-regular {
  margin-bottom: 5px;
}
.section-inner-team .left-block p .team-member-email, .section-inner-team .left-block .text-regular .team-member-email {
  position: relative;
}
.section-inner-team .left-block p .team-member-email::after, .section-inner-team .left-block .text-regular .team-member-email::after {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  border: 2px solid #B2A674;
  opacity: 0;
  pointer-events: none;
}
.section-inner-team .left-block p .team-member-email:focus-visible::after, .section-inner-team .left-block .text-regular .team-member-email:focus-visible::after {
  opacity: 1;
}
.section-inner-team .left-block .photo-placeholder {
  width: 331px;
  height: 331px;
  border-radius: 50%;
  background-color: #FFF5DE;
  margin-bottom: 30px;
}
.section-inner-team .right-block {
  max-width: 685px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .section-inner-team .right-block {
    margin-top: 24px;
  }
}
.section-inner-team .right-block h6 {
  font-weight: 700;
  line-height: 30px;
  color: #1F1F1F;
  margin: 0 0 24px;
}
.section-inner-team .right-block p, .section-inner-team .right-block .text-regular {
  font-size: 20px;
  line-height: 30px;
  color: #1F1F1F;
  margin: 0 0 24px;
}
.section-inner-team .right-block p:last-of-type, .section-inner-team .right-block .text-regular:last-of-type {
  margin-bottom: 0;
}
.section-inner-team .right-block a {
  text-decoration: underline !important;
  font-size: 17px;
  color: #1F1F1F;
}
.section-inner-team .right-block a:hover {
  text-decoration: none !important;
}
.section-inner-team .right-block a:before {
  opacity: 0 !important;
}

.team-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 80px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #0097b2;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .team-items {
    padding-bottom: 24px;
    row-gap: 40px;
  }
}
.team-items .team-item {
  width: calc((100% - 92px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  container-type: inline-size;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .team-items .team-item {
    width: calc((100% - 48px) / 3);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-items .team-item {
    width: calc((100% - 24px) / 2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .team-items .team-item {
    width: 100%;
  }
}
.team-items .team-item img {
  width: 100%;
  max-width: 282px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-items .team-item img {
    max-width: 272px;
  }
}
.team-items .team-item .photo-placeholder {
  width: 100%;
  max-width: 282px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFF5DE;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .team-items .team-item .photo-placeholder {
    max-width: 272px;
  }
}
.team-items .team-item h5, .team-items .team-item .search-page-results .pagination, .search-page-results .team-items .team-item .pagination {
  text-align: center;
  font-size: 22px;
  line-height: 25px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
  color: #1F1F1F;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .team-items .team-item h5, .team-items .team-item .search-page-results .pagination, .search-page-results .team-items .team-item .pagination {
    font-size: 20px;
    line-height: 23px;
  }
}
.team-items .team-item__job-data {
  margin-bottom: 11px;
}
.team-items .team-item__job-data p, .team-items .team-item__job-data .text-regular {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  color: #1F1F1F;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .team-items .team-item__job-data p, .team-items .team-item__job-data .text-regular {
    max-width: 330px;
  }
}
.team-items .team-item__job-data p strong, .team-items .team-item__job-data .text-regular strong {
  font-weight: 700;
}
.team-items .team-item .link-item {
  font-weight: 600;
}
.team-items .team-item .link-item:after {
  margin-left: 2px;
}

.cards-content {
  --cards-content-bg: var(--Climate-Corps-White);
  --cards-content-card-bg: var(--Climate-Corps-White);
  --cards-content-heading-color: var(--Climate-Corps-Violet-500, #251D3A);
  --cards-content-body-color: var(--Climate-Corps-Violet-500, #251D3A);
  --cards-content-accent-color: var(--Climate-Corps-Red-Orange-500);
  --cards-content-label-color: var(--Climate-Corps-Red-Orange-800, #782A01);
  --card-cta-color: var(--Climate-Corps-Blue-600, #004E7C);
  background-color: var(--cards-content-bg);
  padding: 80px 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .cards-content {
    padding: 24px 0;
  }
}
.cards-content--beige {
  background-color: #DCD6BF;
}
.cards-content--beige .card__content {
  background-color: #fff;
}
.cards-content__description * {
  background-color: transparent !important;
  color: var(--cards-content-body-color) !important;
}
.cards-content__description p:last-child, .cards-content__description .text-regular:last-child {
  margin-bottom: 0;
}
.cards-content__title {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--cards-content-heading-color);
}
.cards-content .row {
  margin-left: -12px;
  margin-right: -12px;
  align-items: stretch;
  row-gap: 24px;
}
.cards-content .row > [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}
.cards-content .load-row .col-lg-12 {
  padding-bottom: 0;
}
.cards-content .load-row .load-more-ajax {
  display: block;
  margin: 24px auto 0;
}
.cards-content__cta {
  margin-top: 16px;
}
.cards-content__cta .link-item {
  font-weight: 600;
}
.cards-content__columns {
  margin-top: 40px;
}

.card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .card {
    height: auto;
  }
}
.card__content {
  padding: 24px 16px;
  background-color: var(--cards-content-card-bg);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}
.card__image {
  overflow: hidden;
  width: 100%;
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.card__header {
  border-bottom: 5px solid var(--cards-content-accent-color);
  min-height: 8px;
  margin-bottom: 8px;
  width: 100%;
}
.card__title {
  display: block;
  width: 100%;
  padding-top: 8px;
  margin-bottom: 8px;
  position: relative;
}
.card__title::before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background-image: url("../images/gold-line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: -8px;
  left: 0;
}
.card__label {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #2646AF;
  margin-bottom: 9px;
  display: flex;
}
.card__description {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 30px;
}
.card__datetime {
  font-weight: 700;
  color: var(--cards-content-body-color);
  margin-bottom: 16px;
}
.card .download-link {
  margin-top: 8px;
}
.card .link-item {
  font-weight: 600;
}

/* Proportional scaling */
@media (max-width: 991.98px) {
  .large-card .card__image {
    height: 380px;
  }
  .medium-card .card__image {
    height: 250px;
  }
  .small-card .card__image {
    height: 190px;
  }
}
@media (max-width: 767.98px) {
  .large-card .card__image {
    height: 320px;
  }
  .medium-card .card__image {
    height: 220px;
  }
  .small-card .card__image {
    height: 170px;
  }
}
@media (max-width: 575.98px) {
  .large-card .card__image {
    height: 260px;
  }
  .medium-card .card__image {
    height: 200px;
  }
  .small-card .card__image {
    height: 160px;
  }
}
.section-news {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .section-news {
    padding: 40px 0 !important;
  }
}
.section-news .cards-content__header {
  margin-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-news .cards-content__header {
    margin-bottom: 16px;
  }
}
.section-news .cards-content__title {
  font-size: 48px;
  line-height: 55px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .section-news .cards-content__title {
    font-size: 38px;
    line-height: 44px;
  }
}
.section-news .filter-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .section-news .filter-category {
    flex-direction: column;
    align-items: baseline;
    margin-bottom: 40px;
  }
}
.section-news .filter-category__label {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}
.section-news .filter-category .select {
  max-width: 249px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-news .filter-category .select {
    max-width: 100%;
  }
}
.section-news .filter-category .select > p, .section-news .filter-category .select > .text-regular {
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 6px;
}
.section-news .btn {
  margin: 40px auto 0;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
  padding: 4px 13px;
  max-width: 105px;
}
@media (max-width: 767.98px) {
  .section-news .btn {
    margin-top: 40px;
  }
}
.section-news .btn:after {
  display: none;
}

.news-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px 21px;
}
@media only screen and (max-width: 767px) {
  .news-items {
    gap: 16px;
  }
}
.news-items .error-notification {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .news-items .error-notification {
    margin-top: 40px;
  }
}
.news-items .news-card {
  width: calc((100% - 42px) / 3);
}
@media only screen and (max-width: 992px) {
  .news-items .news-card {
    width: 100%;
  }
}
.news-items .news-item {
  width: calc((100% - 42px) / 3);
  background: var(--Climate-Corps-White);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.03);
  container-type: inline-size;
}
.news-items .news-item:not(:has(img)) .news-description {
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .news-items .news-item {
    width: 100%;
  }
}
.news-items .news-item .line {
  width: 100%;
  height: 5px;
  margin: 0;
  background: #F4882A;
  opacity: 1;
  min-height: 5px;
  border: none;
}
.news-items .news-item .news-description h5, .news-items .news-item .news-description .search-page-results .pagination, .search-page-results .news-items .news-item .news-description .pagination {
  margin-top: 8px;
}
.news-items .news-item .link {
  margin: auto 0 0;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #1F1F1F;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.news-items .news-item .link .icon {
  line-height: inherit;
}
.news-items .news-item .link .icon:before {
  font-size: 8px;
  position: relative;
  top: 2px;
}
.news-items .news-item img {
  width: 100%;
  height: 66.5911966438cqw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-items .news-description {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 66.5911966438cqw);
}

.image-carousel {
  max-width: 922px;
  width: 100%;
  margin: 40px auto;
  padding: 0;
}
.image-carousel__inner {
  position: relative;
}
.image-carousel__main {
  margin-bottom: 16px;
}
.image-carousel__main .slick-list {
  overflow: hidden;
}
.image-carousel__main .image-carousel__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-carousel__slide {
  outline: none;
  height: 543px;
}
@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .image-carousel__slide {
    max-height: 543px;
    height: auto;
  }
}
.image-carousel .slick-slide {
  margin-left: 0;
}
.image-carousel .slick-slide .image-carousel__thumb {
  position: relative;
}
.image-carousel .slick-slide .image-carousel__thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  opacity: 0;
}
.image-carousel .slick-slide.slick-current .image-carousel__thumb:after {
  opacity: 1;
}
.image-carousel__caption {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 16px;
  overflow: hidden;
  height: auto;
  transition: height 240ms ease, opacity 160ms ease;
  min-height: 28px;
}
.image-carousel__nav {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.image-carousel__nav-arrow {
  min-height: 32px;
  min-width: 32px;
  border-radius: 4px;
  background: #B2A674;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  padding: 0;
  position: relative;
}
.image-carousel__nav-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%226%22 height=%228%22 viewBox=%220 0 6 8%22 fill=%22none%22%3E%3Cpath d=%22M1.46979 0L0.529785 0.94L3.58312 4L0.529785 7.06L1.46979 8L5.46979 4L1.46979 0Z%22 fill=%22%23000%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.image-carousel__nav-arrow:after {
  display: none;
}
.image-carousel__nav-arrow--prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.image-carousel__nav-arrow--next::before {
  transform: translate(-50%, -50%) rotate(0);
}
.image-carousel__nav-arrow:hover {
  background-color: #C1B890;
}
.image-carousel__nav-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.image-carousel__nav-arrow::after {
  content: "";
  position: absolute;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 8px);
  border: 2px solid #B2A674;
  opacity: 0;
  pointer-events: none;
}
.image-carousel__nav-arrow:focus-visible::after {
  opacity: 1;
}
.image-carousel__thumbs {
  position: relative;
  min-width: 0;
  padding: 0;
  max-width: 692px;
  width: 100%;
}
.image-carousel__thumbs .slick-list {
  margin: 0 -14px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .image-carousel__thumbs .slick-list {
    margin: 0 -18px;
  }
}
.image-carousel__thumbs .slick-track {
  display: flex;
}
.image-carousel__thumbs .slick-slide {
  padding: 0 12px;
  height: 63px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .image-carousel__thumbs .slick-slide {
    padding: 0 4px;
  }
}
.image-carousel__thumb {
  cursor: pointer;
  width: 100%;
}
.image-carousel__thumb:focus {
  outline: none;
}
.image-carousel__thumb:focus-visible:after {
  border-color: #2646AF !important;
  opacity: 1 !important;
}
.image-carousel__thumb .image-carousel__thumb-img {
  display: block;
  width: 100%;
  height: 63px;
}

/*# sourceMappingURL=app.css.map*/