@import 'https://use.typekit.net/wdj5tjo.css';
@import '../fonts/SegoeUI.css';
@import 'https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap';

:root {
  --ssaahc-black: #000;
  --ssaahc-white: #fff;
  --ssaahc-color-1: #59cbe8;
  --ssaahc-color-2: #c4d600;
  --ssaahc-color-3: #fcd460;
  --ssaahc-color-4: #e47380;
  --ssaahc-color-5: #ed9e2e;
  --ssaahc-color-6: #62bdb1;
  --ssaahc-blue-1: #2c6f81;
  --ssaahc-blue-2: #20515e;
  --ssaahc-orange: #e48126;
  --ssaahc-white-rgb: 255, 255, 255;
  --ssaahc-black-rgb: 0, 0, 0;
  --ssaahc-body-color-rgb: 0, 0, 0;
  --ssaahc-body-bg-rgb: 255, 255, 255;
  --ssaahc-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';
  --ssaahc-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --ssaahc-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --ssaahc-body-font-family: 'aktiv-grotesk', sans-serif;
  --ssaahc-body-font-size: 1rem;
  --ssaahc-body-font-weight: 500;
  --ssaahc-body-line-height: 1.3;
  --ssaahc-body-color: #000;
  --ssaahc-body-bg: #fff;
  --ssaahc-border-width: 1px;
  --ssaahc-border-style: solid;
  --ssaahc-border-color: #dee2e6;
  --ssaahc-border-color-translucent: rgba(0, 0, 0, 0.175);
  --ssaahc-border-radius: 0.375rem;
  --ssaahc-border-radius-sm: 0.25rem;
  --ssaahc-border-radius-lg: 0.5rem;
  --ssaahc-border-radius-xl: 1rem;
  --ssaahc-border-radius-2xl: 2rem;
  --ssaahc-border-radius-pill: 50rem;
  --ssaahc-link-color: #0d6efd;
  --ssaahc-link-hover-color: rgb(10.4, 88, 202.4);
  --ssaahc-code-color: #d63384;
  --ssaahc-highlight-bg: rgb(255, 242.6, 205.4);
}

:root {
  --ssaahc-root-font-size: 16px;
  --ssaahc-page-max-width: 100%;
  --ssaahc-container-gutter-x: 60px;
  --ssaahc-container-offset-x: var(--ssaahc-container-gutter-x);
  --ssaahc-container-max-width: calc(
    var(--ssaahc-page-max-width) - var(--ssaahc-container-gutter-x)
  );
  --ssaahc-container-max-width: 59.63rem;
}

@media (min-width: 1280px) {
  :root {
    --ssaahc-container-max-width: 1288px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  :root {
    --ssaahc-container-max-width: 1610px;
  }
}

@media (min-width: 1280px) {
  :root {
    --ssaahc-root-font-size: 21.6px;
    --ssaahc-container-gutter-x: 2.96rem;
    --ssaahc-page-max-width: 1600px;
  }
}

@media (min-width: 1600px) {
  :root {
    --ssaahc-root-font-size: 27px;
    --ssaahc-page-max-width: 1920px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--ssaahc-body-font-family);
  font-size: var(--ssaahc-body-font-size);
  font-weight: var(--ssaahc-body-font-weight);
  line-height: var(--ssaahc-body-line-height);
  color: var(--ssaahc-body-color);
  text-align: var(--ssaahc-body-text-align);
  background-color: var(--ssaahc-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: 1px solid;
  opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 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: 700;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--ssaahc-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--ssaahc-link-color);
  text-decoration: underline;
}

a:hover {
  color: var(--ssaahc-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--ssaahc-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(--ssaahc-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--ssaahc-body-bg);
  background-color: var(--ssaahc-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
    [type='week']
  ):not([type='time'])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@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'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-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;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-contents {
  display: contents !important;
}

.d-inherit {
  display: inherit !important;
}

.d-reset {
  display: initial !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.text-black {
  color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.text-color-1 {
  color: #59cbe8 !important;
}

.text-color-2 {
  color: #c4d600 !important;
}

.text-color-3 {
  color: #fcd460 !important;
}

.text-color-4 {
  color: #e47380 !important;
}

.text-color-5 {
  color: #ed9e2e !important;
}

.text-color-6 {
  color: #62bdb1 !important;
}

.text-blue-1 {
  color: #2c6f81 !important;
}

.text-blue-2 {
  color: #20515e !important;
}

.text-orange {
  color: #e48126 !important;
}

.text-body {
  color: #000 !important;
}

.text-inherit {
  color: inherit !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-color-1 {
  background-color: #59cbe8 !important;
}

.bg-color-2 {
  background-color: #c4d600 !important;
}

.bg-color-3 {
  background-color: #fcd460 !important;
}

.bg-color-4 {
  background-color: #e47380 !important;
}

.bg-color-5 {
  background-color: #ed9e2e !important;
}

.bg-color-6 {
  background-color: #62bdb1 !important;
}

.bg-blue-1 {
  background-color: #2c6f81 !important;
}

.bg-blue-2 {
  background-color: #20515e !important;
}

.bg-orange {
  background-color: #e48126 !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;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-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;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin-left: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.ml-n5 {
  margin-left: -3rem !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;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-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;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-contents {
    display: contents !important;
  }

  .d-sm-inherit {
    display: inherit !important;
  }

  .d-sm-reset {
    display: initial !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .text-sm-justify {
    text-align: justify !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;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mr-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;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .m-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin-left: -3rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-sm-n3 {
    margin-right: -1rem !important;
  }

  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-sm-n3 {
    margin-left: -1rem !important;
  }

  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-sm-n5 {
    margin-left: -3rem !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;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pr-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;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-contents {
    display: contents !important;
  }

  .d-md-inherit {
    display: inherit !important;
  }

  .d-md-reset {
    display: initial !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .text-md-justify {
    text-align: justify !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;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mr-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;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .m-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin-left: -3rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-md-n3 {
    margin-right: -1rem !important;
  }

  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-md-n3 {
    margin-left: -1rem !important;
  }

  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-md-n5 {
    margin-left: -3rem !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;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pr-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;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-contents {
    display: contents !important;
  }

  .d-lg-inherit {
    display: inherit !important;
  }

  .d-lg-reset {
    display: initial !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .text-lg-justify {
    text-align: justify !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;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mr-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;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin-left: -3rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-lg-n3 {
    margin-right: -1rem !important;
  }

  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-lg-n3 {
    margin-left: -1rem !important;
  }

  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-lg-n5 {
    margin-left: -3rem !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;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pr-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;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-contents {
    display: contents !important;
  }

  .d-xl-inherit {
    display: inherit !important;
  }

  .d-xl-reset {
    display: initial !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .text-xl-justify {
    text-align: justify !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;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mr-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;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin-left: -3rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-xl-n3 {
    margin-right: -1rem !important;
  }

  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-xl-n3 {
    margin-left: -1rem !important;
  }

  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-xl-n5 {
    margin-left: -3rem !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;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pr-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;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-contents {
    display: contents !important;
  }

  .d-xxl-inherit {
    display: inherit !important;
  }

  .d-xxl-reset {
    display: initial !important;
  }

  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .text-xxl-justify {
    text-align: justify !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;
  }

  .mr-xxl-0 {
    margin-right: 0 !important;
  }

  .mr-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mr-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mr-xxl-3 {
    margin-right: 1rem !important;
  }

  .mr-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mr-xxl-5 {
    margin-right: 3rem !important;
  }

  .mr-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;
  }

  .ml-xxl-0 {
    margin-left: 0 !important;
  }

  .ml-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ml-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ml-xxl-3 {
    margin-left: 1rem !important;
  }

  .ml-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ml-xxl-5 {
    margin-left: 3rem !important;
  }

  .ml-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin-left: -3rem !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mr-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ml-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-xxl-n5 {
    margin-left: -3rem !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;
  }

  .pr-xxl-0 {
    padding-right: 0 !important;
  }

  .pr-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pr-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pr-xxl-3 {
    padding-right: 1rem !important;
  }

  .pr-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pr-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;
  }

  .pl-xxl-0 {
    padding-left: 0 !important;
  }

  .pl-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xxl-3 {
    padding-left: 1rem !important;
  }

  .pl-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xxl-5 {
    padding-left: 3rem !important;
  }
}

html {
  font-size: var(--ssaahc-root-font-size);
}

.site {
  overflow: clip;
  position: relative;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container,
.container-fluid {
  --ssaahc-gutter-x: var(--ssaahc-container-gutter-x);
  --ssaahc-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--ssaahc-gutter-x) * 0.5);
  padding-left: calc(var(--ssaahc-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: calc(
    var(--ssaahc-container-max-width) + var(--ssaahc-container-gutter-x)
  );
}

.submenu,
.menu {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu a {
  text-decoration: none;
  color: inherit;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.site-header {
  --ssaahc-container-max-width: 59.26rem;
  padding-top: 0.56rem;
  padding-bottom: 0.78rem;
  border-bottom: 2px solid #fff;
  background-image: linear-gradient(#20515e), url('../images/bg.png');
  background-position: center top;
  background-size: 100% auto;
  background-blend-mode: multiply;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
  position: sticky;
  position: relative;
  top: 0;
  z-index: 9;
}

@media (min-width: 1280px) {
  .site-header {
    --ssaahc-container-max-width: 1280px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .site-header {
    --ssaahc-container-max-width: 1600px;
  }
}

@media (max-width: 1279.98px) {
  .site-header {
    padding-top: 74px;
    padding-bottom: 0;
    background-position: center 75px;
    background-size: 800px auto;
    box-shadow: none;
    position: relative;
  }
}

@media (max-width: 1279.98px) and (min-width: 768px) and (max-width: 1279.98px) {
  .site-header {
    background-size: 1280px auto;
  }
}

@media (max-width: 1279.98px) {
  .site-header .container {
    max-width: none;
    padding: 0;
  }
}

.site-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.44rem;
}

@media (max-width: 1279.98px) {
  .site-header .inner {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header .inner > * {
    padding-left: calc(var(--ssaahc-container-gutter-x) * 0.5);
    padding-right: calc(var(--ssaahc-container-gutter-x) * 0.5);
  }
}

.site-header .site-logo {
  flex-shrink: 0;
  margin: 0;
  margin-right: auto;
}

@media (max-width: 1279.98px) {
  .site-header .site-logo {
    margin-left: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

.site-header .site-logo a {
  display: block;
  overflow: hidden;
  aspect-ratio: 282/124;
  width: 10.44rem;
}

@media (max-width: 1279.98px) {
  .site-header .site-logo a {
    width: 100%;
    max-width: 310px;
  }
}

.site-header .site-logo a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/logo.png') center/contain no-repeat;
}

@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .site-header .site-logo a::before {
    background-image: url('../images/logo@2x.png');
  }
}

.site-header .beside-logo {
  display: contents;
}

@media (max-width: 1279.98px) {
  .site-header .beside-logo {
    order: -1;
    display: block;
    height: 74px;
    padding-top: 16px;
    padding-bottom: 18px;
    background-color: #2c6f81;
    border-bottom: 2px solid #fff;
    position: fixed;
    inset: 0;
    z-index: 9;
  }
}

.site-header .site-menu {
  font-size: 0.89rem;
  color: #fff;
}

@media (min-width: 1280px) {
  .site-header .site-menu {
    display: block !important;
  }
}

@media (max-width: 1279.98px) {
  .site-header .site-menu {
    display: none;
    font-size: 18px;
    background-color: #2c6f81;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}

.site-header .site-menu .menu {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

@media (max-width: 1279.98px) {
  .site-header .site-menu .menu {
    display: block;
  }
}

.site-header .site-menu .menu > li {
  display: contents;
}

@media (max-width: 1279.98px) {
  .site-header .site-menu .menu > li {
    display: block;
    border-top: 1px solid #fcd460;
  }
}

.site-header .site-menu .menu > li + li::before {
  content: '';
  height: 0.7rem;
  width: 2px;
  background-color: #fcd460;
}

@media (max-width: 1279.98px) {
  .site-header .site-menu .menu > li + li::before {
    display: none;
  }
}

.site-header .site-menu .menu a {
  padding: 0.37rem;
}

@media (max-width: 1279.98px) {
  .site-header .site-menu .menu a {
    display: block;
    padding: 0.7em calc(var(--ssaahc-container-gutter-x) * 0.5);
  }
}

.site-header .buttons {
  display: flex;
  align-items: center;
  gap: 0.81rem;
  max-width: 400px;
}

@media (max-width: 1279.98px) {
  .site-header .buttons {
    gap: 24px;
  }
}

.site-header .buttons .button {
  padding: 0.44rem 0.37rem;
  color: #fff;
  font-size: 0.89rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #fff;
  border-radius: 0.19rem;
  transition: all 0.25s ease;
}

@media (max-width: 1279.98px) {
  .site-header .buttons .button {
    font-size: 22px;
    padding: 7px 11px;
  }
}

.site-header .buttons .button:hover {
  background-color: #fff !important;
  box-shadow: inset 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

.site-header .buttons .button.donate-button {
  background-color: #e47380;
}

.site-header .buttons .button.donate-button:hover {
  color: #e47380;
  border-color: #e47380;
}

.site-header .buttons .button.volunteer-button {
  background-color: #ed9e2e;
}

.site-header .buttons .button.volunteer-button:hover {
  color: #ed9e2e;
  border-color: #ed9e2e;
}

.site-header .buttons .facebook-icon {
  width: 66px;
  aspect-ratio: 1;
  overflow: hidden;
}

@media (max-width: 1279.98px) {
  .site-header .buttons .facebook-icon {
    display: none;
  }
}

.site-header .buttons .facebook-icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url('../images/facebook.svg') center/contain no-repeat;
  mask: url('../images/facebook.svg') center/contain no-repeat;
}

.site-header .buttons .menu-toggler {
  display: none;
  width: 60px;
  aspect-ratio: 1;
  margin: -12px;
  margin-right: -10px;
  margin-left: auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
}

@media (max-width: 1279.98px) {
  .site-header .buttons .menu-toggler {
    display: block;
  }
}

.site-header .buttons .menu-toggler::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url('../images/bars.svg') center no-repeat;
  mask: url('../images/bars.svg') center no-repeat;
}

.site-content a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}

.site-content a > * {
  text-decoration: inherit;
}

.site-content img {
  max-width: 100%;
  height: auto;
}

.content-header {
  --ssaahc-container-max-width: 52.78rem;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .content-header {
    --ssaahc-container-max-width: 1140px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .content-header {
    --ssaahc-container-max-width: 1425px;
  }
}

@media (max-width: 1279.98px) {
  .content-header {
    border-bottom-width: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .content-header {
    --ssaahc-container-gutter-x: 120px;
  }
}

.content-header .inner {
  height: 27.96rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .content-header .inner {
    height: 450px;
  }
}

@media (max-width: 767.98px) {
  .content-header .inner {
    height: 280px;
  }
}

.content-header .header-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.content-header .header-image .slides {
  padding-left: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: -2;
}

.content-header .header-image .slides .slick-list,
.content-header .header-image .slides .slick-track,
.content-header .header-image .slides .slick-slide {
  height: 100%;
}

.content-header .header-image .slides img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-header .header-image .slide-arrow {
  width: 3.44rem;
  height: 0;
  padding-top: 6.89rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
  position: absolute;
  bottom: 7.04rem;
  z-index: 2;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .content-header .header-image .slide-arrow {
    width: 2.41rem;
    padding-top: 4.82rem;
    bottom: 7.74rem;
  }
}

@media (max-width: 767.98px) {
  .content-header .header-image .slide-arrow {
    display: none !important;
  }
}

.content-header .header-image .slide-arrow::before {
  content: '';
  display: block;
  width: 60.2150537634%;
  aspect-ratio: 56/101;
  background-color: #fff;
  -webkit-mask: url('../images/arrow.svg') center/contain no-repeat;
  mask: url('../images/arrow.svg') center/contain no-repeat;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.content-header .header-image .slide-arrow.slide-prev {
  left: 2.6041666667%;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .content-header .header-image .slide-arrow.slide-prev {
    left: 10px;
  }
}

.content-header .header-image .slide-arrow.slide-prev::before {
  transform: translate(-50%, -50%) scale(-1);
}

.content-header .header-image .slide-arrow.slide-next {
  right: 2.6041666667%;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .content-header .header-image .slide-arrow.slide-next {
    right: 10px;
  }
}

.content-header .page-title {
  margin: 0;
  font-family: 'Bungee Inline', sans-serif;
  font-weight: 400;
  font-size: 3.67rem;
  line-height: 1;
  text-shadow: 0 0.37rem 0.37rem rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  bottom: 62.1693121693%;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .content-header .page-title {
    font-size: 3.12rem;
    margin-bottom: 0.25em;
  }
}

@media (max-width: 767.98px) {
  .content-header .page-title {
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 28px;
  }
}

.content-header .overlay-block {
  padding: 0.93rem 2.22rem;
  padding-right: 0;
  position: absolute;
  right: 0;
  bottom: 25.1322751323%;
}

.content-header .overlay-block::before {
  content: '';
  display: block;
  background-color: #ed9e2e;
  border-radius: 0.56rem;
  position: absolute;
  inset: 0;
  right: -9.26rem;
  mix-blend-mode: multiply;
  z-index: -1;
}

.content-header .overlay-block > * {
  margin: 0;
}

.content-header .overlay-block blockquote {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.26rem;
  text-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

.content-header .overlay-block blockquote > * {
  font-style: italic;
  letter-spacing: 0.01em;
}

.content-header .overlay-block blockquote cite {
  font-family: 'Bungee Inline', sans-serif;
  font-size: 0.87rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.content-header .overlay-block blockquote cite::before {
  content: '•';
  content: '–';
  float: left;
  width: 1em;
  margin-left: -1.2em;
  text-align: center;
}

.content-section .section-title {
  font-family: 'Bungee Inline', sans-serif;
  font-size: 1.37rem;
  font-weight: 400;
  line-height: 1.1;
  color: #e48126;
}

.content-section.bg-primary {
  color: #fff;
  background-image: linear-gradient(#2c6f81), url('../images/bg.png');
  background-position: center top;
  background-size: 100% auto;
  background-blend-mode: multiply;
}

@media (max-width: 1279.98px) {
  .content-section.bg-primary {
    background-size: 800px auto;
  }
}

@media (max-width: 1279.98px) and (min-width: 768px) and (max-width: 1279.98px) {
  .content-section.bg-primary {
    background-size: 1280px auto;
  }
}

.content-section.bg-primary .section-title {
  color: inherit;
}

.content-section.bg-secondary {
  color: #fff;
  background-color: #e48126;
}

.content-section.bg-secondary .section-title {
  color: inherit;
}

.content-section.with-pennant::before {
  content: '';
  display: block;
  width: 100%;
  aspect-ratio: 1920/125;
  background: url('../images/pennant.png') center/100% auto no-repeat;
}

@media (max-width: 767.98px) {
  .content-section.with-pennant::before {
    display: none;
    aspect-ratio: auto;
    width: calc(100% - var(--ssaahc-container-gutter-x));
    height: 2px;
    margin-left: calc(var(--ssaahc-container-gutter-x) * 0.5);
    margin-right: calc(var(--ssaahc-container-gutter-x) * 0.5);
    background: #e48126;
  }
}

.site-footer {
  --ssaahc-container-max-width: 53.33rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8)),
    url('../images/bg.png');
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .site-footer {
    --ssaahc-container-max-width: 1152px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .site-footer {
    --ssaahc-container-max-width: 1440px;
  }
}

@media (max-width: 1279.98px) {
  .site-footer {
    background-image: url('../images/bg.png');
    background-size: 800px auto;
  }
}

@media (max-width: 1279.98px) and (min-width: 768px) and (max-width: 1279.98px) {
  .site-footer {
    background-size: 1280px auto;
  }
}

.site-footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-first {
  padding-top: 0.52rem;
  padding-bottom: 0.59rem;
  color: #fff;
  position: relative;
}

@media (max-width: 1279.98px) {
  .footer-first {
    display: none;
  }
}

.footer-first::before {
  display: block;
  background-color: rgba(32, 81, 94, 0.87);
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}

.footer-first .logo {
  flex-shrink: 0;
  margin: 0;
  width: 11.96rem;
  aspect-ratio: 323/142;
  line-height: 2;
  overflow: hidden;
}

.footer-first .logo::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/logo.png') center/contain no-repeat;
}

@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .footer-first .logo::before {
    background-image: url('../images/logo@2x.png');
  }
}

.footer-first .menu {
  margin-top: -0.11rem;
  padding: 0 2rem;
  display: flex;
  gap: 1.48rem;
}

.footer-first .menu > li {
  max-width: 6.48rem;
}

.footer-first .menu a {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.11rem;
}

.footer-first .menu a::before {
  content: '';
  width: 2.44rem;
  aspect-ratio: 1;
  background-color: #fff;
}

.footer-first .menu a.facebook::before {
  -webkit-mask: url('../images/facebook.svg') center/contain no-repeat;
  mask: url('../images/facebook.svg') center/contain no-repeat;
}

.footer-first .menu a.email::before {
  width: 2.74rem;
  -webkit-mask: url('../images/email.svg') center/contain no-repeat;
  mask: url('../images/email.svg') center/contain no-repeat;
}

.footer-middle {
  padding-top: 1.22rem;
  padding-bottom: 1.44rem;
  color: #2c6f81;
}

@media (max-width: 1279.98px) {
  .footer-middle {
    display: none;
  }
}

.footer-middle a {
  color: inherit;
  text-decoration: none;
}

.footer-middle .address-wrapper .caption {
  margin-bottom: 0.1em;
  font-size: 1.19rem;
  font-weight: 700;
}

.footer-middle .address-wrapper p {
  margin-bottom: 0;
}

.footer-middle .menu > li {
  margin-top: 0.22rem;
}

.footer-middle .button-wrapper {
  padding: 0.74rem 1.48rem 0;
}

.footer-middle .button {
  display: block;
  width: 10.07rem;
  padding: 0.59rem;
  color: #fff;
  background-color: #e47380;
  font-size: 1.33rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #fff;
  border-radius: 0.19rem;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.footer-middle .button:hover {
  color: #e47380;
  background-color: #fff;
  border-color: #e47380;
  box-shadow: inset 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

.footer-info {
  padding-top: 0.78rem;
  padding-bottom: 0.81rem;
  font-size: 0.67rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  position: relative;
}

@media (max-width: 1279.98px) {
  .footer-info {
    padding-top: 2.13rem;
    padding-bottom: 1.88rem;
    font-size: 1.13rem;
    text-align: center;
  }
}

.footer-info::before {
  display: block;
  background-color: rgba(32, 81, 94, 0.87);
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}

@media (max-width: 1279.98px) {
  .footer-info::before {
    background-color: #20515e;
  }
}

@media (max-width: 1279.98px) {
  .footer-info .inner {
    flex-direction: column;
    row-gap: 1rem;
  }
}

.footer-info .copyright {
  margin: 0;
  flex-grow: 1;
}

.footer-info .copyright span {
  display: inline-block;
}

.footer-info .powered {
  flex-shrink: 0;
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  align-items: center;
  gap: 0 0.37rem;
}

@media (max-width: 1279.98px) {
  .footer-info .powered {
    flex-direction: column;
  }
}

.footer-info .powered a {
  flex-shrink: 0;
  aspect-ratio: 231/47;
  width: 8.56rem;
  overflow: hidden;
}

@media (max-width: 1279.98px) {
  .footer-info .powered a {
    width: 231px;
  }
}

.footer-info .powered a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/365dtm-logo.png') center/contain no-repeat;
}

@media only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .footer-info .powered a::before {
    background-image: url('../images/365dtm-logo@2x.png');
  }
}

.page-about .content-header .overlay-block {
  max-width: 37.41rem;
  padding-bottom: 0.44rem;
}

@media (max-width: 767.98px) {
  .page-about .content-header .overlay-block {
    display: none;
  }
}

.page-about .mission-section {
  --ssaahc-container-max-width: 47.7rem;
  padding-top: 4.22rem;
  padding-bottom: 4.22rem;
}

@media (min-width: 1280px) {
  .page-about .mission-section {
    --ssaahc-container-max-width: 1030px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-about .mission-section {
    --ssaahc-container-max-width: 1288px;
  }
}

.page-about .mission-section .inner {
  padding: 1.11rem 2.22rem 0.3rem 3.33rem;
  color: #20515e;
  background-color: #fff;
  border-radius: 0.63rem;
}

@media (max-width: 991.98px) {
  .page-about .mission-section .inner {
    padding-left: 2.22rem;
  }
}

.page-about .mission-section .inner ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.25em;
}

.page-about .mission-section .inner ul > li + li::before {
  content: '|';
  padding-right: 0.25em;
  color: #e48126;
}

.page-about .mission-section .section-title {
  margin-bottom: 1rem;
}

.page-about .staff-section {
  --ssaahc-container-max-width: 47.41rem;
  font-size: 0.89rem;
}

@media (min-width: 1280px) {
  .page-about .staff-section {
    --ssaahc-container-max-width: 1024px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-about .staff-section {
    --ssaahc-container-max-width: 1280px;
  }
}

.page-about .staff-section .section-head {
  padding: 0.93rem calc(var(--ssaahc-container-gutter-x) * 0.5) 0.67rem;
  text-align: center;
  color: #e48126;
  background-color: #fff;
}

.page-about .staff-section .section-title {
  margin: 0;
  position: relative;
  z-index: 2;
}

.page-about .staff-section .inner {
  padding-top: 1.3rem;
  padding-bottom: 0.74rem;
  padding-left: 25%;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .page-about .staff-section .inner {
    padding-left: 0;
  }
}

.page-about .staff-section .inner .photo {
  max-width: 28.67rem;
  position: absolute;
  left: -8.7rem;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .page-about .staff-section .inner .photo {
    max-width: 250px;
    left: -60px;
    bottom: -0.5rem;
  }
}

.page-about .staff-section .caption {
  margin-bottom: 0.56rem;
  font-size: 1.42rem;
}

@media (max-width: 767.98px) {
  .page-about .staff-section .caption {
    padding-left: calc(15% + 135px);
  }
}

.page-about .staff-section .row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (max-width: 767.98px) {
  .page-about .staff-section .row {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .page-about .staff-section .row .col-left {
    padding-left: calc(15% + 135px);
    position: relative;
  }
}

.page-about .staff-section .row .col-left p {
  margin-bottom: 0.74rem;
}

.page-about .staff-section .row .col-left ul li + li {
  margin-top: 0.37rem;
}

.page-about .staff-section .row .col-right {
  flex-grow: 1;
  max-width: 22.59rem;
  line-height: 1.35;
}

@media (max-width: 767.98px) {
  .page-about .staff-section .row .col-right {
    max-width: none;
  }
}

.page-about .directors-section {
  --ssaahc-container-max-width: 56.11rem;
  padding-top: 1.67rem;
  padding-bottom: 4.63rem;
}

@media (min-width: 1280px) {
  .page-about .directors-section {
    --ssaahc-container-max-width: 1212px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-about .directors-section {
    --ssaahc-container-max-width: 1515px;
  }
}

.page-about .directors-section .section-title {
  text-align: center;
}

.page-about .directors-section .member-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.78rem 3.7rem;
}

.page-about .directors-section .member-list > * {
  flex: 0 0 7.78rem;
}

.page-about .directors-section .member-list .name {
  margin: 0;
  font-size: 0.89rem;
  font-weight: 800;
  text-align: center;
  color: #2c6f81;
}

.page-about .directors-section .member-list .photo {
  display: block;
  max-width: 7.78rem;
  margin: auto;
}

.page-about .join-section {
  --ssaahc-container-max-width: 40.93rem;
  padding-top: 3.15rem;
  padding-bottom: 2.15rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0.74)),
    url('../images/bg.png');
  background-position: center top;
  background-size: 100% auto;
}

@media (min-width: 1280px) {
  .page-about .join-section {
    --ssaahc-container-max-width: 884px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-about .join-section {
    --ssaahc-container-max-width: 1105px;
  }
}

.page-about .join-section .section-title {
  text-align: center;
  margin-bottom: 1rem;
}

.page-about .application-section .container {
  padding-top: 2.04rem;
  padding-bottom: 1.85rem;
}

.page-about .application-section .form-head {
  margin-bottom: 2.96rem;
  text-align: center;
}

.page-about .application-section .form-head img {
  max-width: 14.41rem;
  margin-bottom: 1.67rem;
}

.page-about .application-section .form-wrapper {
  display: flex;
  gap: 1rem 2.74rem;
  font-size: 0.89rem;
  position: relative;
  z-index: 1;
}

.page-about .application-section .form-wrapper::before {
  content: '';
  display: block;
  width: 22.59rem;
  aspect-ratio: 61/69;
  background: url('../images/globe.png') center/contain no-repeat;
  position: absolute;
  top: 0;
  right: -4.26rem;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .page-about .application-section .form-wrapper::before {
    top: 50%;
  }
}

@media (max-width: 575.98px) {
  .page-about .application-section .form-wrapper::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .page-about .application-section .form-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.page-about .application-section .form-wrapper .input-field {
  margin-bottom: 0.74rem;
}

.page-about .application-section .form-wrapper .input-field input {
  display: block;
  width: 100%;
  padding: 0.19rem;
  background-color: #f4f4f4;
  border: 1px solid #3d3d3d;
  border-radius: 0.19rem;
  outline: 0 !important;
}

.page-about
  .application-section
  .form-wrapper
  .input-field
  input::-moz-placeholder {
  color: #c3c3c3;
}

.page-about .application-section .form-wrapper .input-field input::placeholder {
  color: #c3c3c3;
}

.page-about .application-section .form-wrapper .radio-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.page-about .application-section .form-wrapper .radio-field {
  display: flex;
  align-items: flex-start;
  gap: 0.37rem;
  font-size: 0.89rem;
  line-height: 1.2;
  position: relative;
}

.page-about .application-section .form-wrapper .radio-field::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 0.5833333333em;
  aspect-ratio: 1;
  border: 1px solid #8f8f8f;
  border-radius: 0.125em;
  position: relative;
  top: 0.3333333333em;
}

.page-about
  .application-section
  .form-wrapper
  .radio-field:has(input:checked)::before {
  background-color: #59cbe8;
  box-shadow: inset 0 0 0 1px #fff;
}

.page-about .application-section .form-wrapper .radio-field input {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.page-about .application-section .form-wrapper .button {
  display: block;
  width: 11.11rem;
  font-size: 1.37rem;
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #e48126;
  border: 1px solid #e48126;
  border-radius: 0.19rem;
  outline: 0 !important;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.page-about .application-section .form-wrapper .button:hover {
  color: #e48126;
  background-color: #fff;
  box-shadow: inset 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

.page-about .application-section .form-wrapper .col-left {
  flex: 1;
  max-width: 20.96rem;
}

.page-about .application-section .form-wrapper .col-center {
  flex: 1;
  max-width: 20.48rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .page-about .application-section .form-wrapper .col-center > * {
    margin-top: 0.5rem;
  }
}

.page-about .application-section .form-wrapper .col-center .caption {
  margin-bottom: 0.74rem;
  font-size: 0.89rem;
  font-weight: 800;
}

.page-about .application-section .form-wrapper .col-center .radio-list label {
  font-weight: 400;
}

.page-about .application-section .form-wrapper .col-center .radio-list > li {
  margin-bottom: 0.74rem;
}

.page-about .application-section .form-wrapper .col-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.page-about .application-section .form-wrapper .row {
  display: flex;
  gap: 0 0.44rem;
}

.page-about .application-section .form-wrapper .row > *:first-child {
  max-width: 37.2791519435%;
}

.page-about .application-section .form-wrapper .volunteer-type {
  margin-top: 1.63rem;
  padding: 1.37rem 1.04rem 2.11rem;
  border: 2px solid #59cbe8;
}

.page-about .application-section .form-wrapper .volunteer-type .caption {
  max-width: 14.1428571429em;
  margin: 0 auto 1.7857142857em;
  font-size: 1.04rem;
  font-weight: 800;
  color: #e48126;
}

.page-about .application-section .form-wrapper .volunteer-type .radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.11rem;
  font-weight: 600;
}

.page-about .application-section .form-wrapper .volunteer-type .radio-list > * {
  flex: 0 0 calc(50% - 0.56rem);
}

.page-about .application-section .form-wrapper .membership-fee {
  padding-bottom: 0.5em;
}

.page-about
  .application-section
  .form-wrapper
  .membership-fee
  .radio-field
  label {
  display: inline-flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  max-width: 8.89rem;
}

.page-about .application-section .form-wrapper .business-membership {
  padding-bottom: 0.5em;
}

.page-about
  .application-section
  .form-wrapper
  .business-membership
  .radio-list
  label {
  display: inline-flex;
  gap: 1rem;
  width: 100%;
  max-width: 17.78rem;
}

.page-about
  .application-section
  .form-wrapper
  .business-membership
  .radio-list
  label
  > *:nth-child(2) {
  margin-left: auto;
}

.page-about
  .application-section
  .form-wrapper
  .business-membership
  .radio-list
  label
  > *:nth-child(3) {
  padding-left: 0.37rem;
}

.page-about .application-section .form-wrapper .non-profit-membership {
  max-width: 17.22rem;
  align-self: center;
}

.page-about .application-section .form-wrapper .non-profit-membership > * {
  margin-bottom: 0 !important;
}

.page-about .application-section .form-wrapper .more-info > * {
  margin-bottom: 0.74rem;
}

.page-about .volunteer-section {
  --ssaahc-container-max-width: 55rem;
  color: #20515e;
}

@media (min-width: 1280px) {
  .page-about .volunteer-section {
    --ssaahc-container-max-width: 1188px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-about .volunteer-section {
    --ssaahc-container-max-width: 1485px;
  }
}

.page-about .volunteer-section .container {
  padding-top: 2.22rem;
  padding-bottom: 1.22rem;
}

@media (max-width: 767.98px) {
  .page-about .volunteer-section .container {
    padding-top: 0;
  }
}

.page-about .volunteer-section .row {
  display: flex;
  justify-content: space-between;
  gap: 1rem 2rem;
}

@media (max-width: 767.98px) {
  .page-about .volunteer-section .row {
    flex-direction: column;
    align-items: center;
    padding-top: 2.22rem;
    border-top: 2px solid #e48126;
  }
}

.page-about .volunteer-section .row .col-image {
  max-width: 30.48rem;
}

.page-about .volunteer-section .row .col-image img {
  border: 0.37rem solid #59cbe8;
  border-radius: 1.33rem;
}

.page-about .volunteer-section .row .col-text {
  flex: 0 0 21.89rem;
}

@media (max-width: 767.98px) {
  .page-about .volunteer-section .row .col-text {
    flex: auto;
    max-width: 30.48rem;
  }
}

.page-about .volunteer-section .section-title {
  margin-bottom: 1rem;
}

.page-about .volunteer-section .contact {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.93rem;
}

.page-about .volunteer-section .contact .phone {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  font-size: 1.37rem;
  font-weight: 600;
  line-height: 1.16;
}

.page-about .volunteer-section .contact .phone::before {
  content: '';
  display: block;
  width: 1.15rem;
  height: 1.89rem;
  margin: -0.2rem 0;
  background-color: #e48126;
  -webkit-mask: url('../images/phone.svg') center/contain no-repeat;
  mask: url('../images/phone.svg') center/contain no-repeat;
}

.page-about .volunteer-section .contact .email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.56rem;
  width: 8.44rem;
  font-size: 1.37rem;
  line-height: 1.16;
  font-weight: 600;
  text-decoration: none !important;
  color: #e48126;
  border: 1px solid #e48126;
  border-radius: 0.19rem;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.page-about .volunteer-section .contact .email::before {
  content: '';
  display: block;
  width: 1.41rem;
  height: 1.11rem;
  background-color: #e48126;
  -webkit-mask: url('../images/email-alt.svg') center/contain no-repeat;
  mask: url('../images/email-alt.svg') center/contain no-repeat;
  transition: all 0.25s ease;
}

.page-about .volunteer-section .contact .email:hover {
  color: #fff;
  background-color: #e48126;
  box-shadow: inset 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

.page-about .volunteer-section .contact .email:hover::before {
  background-color: #fff;
}

.page-about .volunteer-section .button {
  display: block;
  width: 11.11rem;
  margin: auto;
  font-size: 1.37rem;
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #e48126;
  border: 1px solid #e48126;
  border-radius: 0.19rem;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.page-about .volunteer-section .button:hover {
  color: #e48126;
  background-color: #fff;
  box-shadow: inset 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

.page-historic-tours .button {
  display: block;
  width: 11.11rem;
  margin: auto;
  font-size: 0.9rem;
  padding: 5px;
  line-height: 1.22;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #e48126;
  border: 1px solid #e48126;
  border-radius: 0.19rem;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.page-historic-tours .button:hover {
  color: #e48126;
  background-color: #fff;
  box-shadow: inset 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

.page-about .history-section {
  --ssaahc-container-max-width: 58.52rem;
  margin-bottom: 1.7rem;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .page-about .history-section {
    --ssaahc-container-max-width: 1264px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-about .history-section {
    --ssaahc-container-max-width: 1580px;
  }
}

.page-about .history-section::before {
  transform: translate(0, -10%);
}

.page-about .history-section .container {
  padding-top: 5.37rem;
  padding-bottom: 1rem;
}

.page-about .history-section .section-title {
  margin-bottom: 1rem;
}

.page-about .history-section .row {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
}

@media (max-width: 991.98px) {
  .page-about .history-section .row {
    display: contents;
  }

  .page-about .history-section .row > * {
    max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.page-about .history-section .row-1 > *:last-child {
  flex: 0 0 32.07rem;
  max-width: 54.8101265823%;
  margin-right: -2.0253164557%;
}

.page-about .history-section .row-2 > *:first-child {
  max-width: 25.67rem;
}

.page-about .history-section .row-2 > *:last-child {
  max-width: 26.89rem;
}

.page-historic-tours .content-header::before {
  display: block;
  background: linear-gradient(
    to bottom,
    #20515e,
    rgba(0, 0, 0, 0) 14.93rem,
    rgba(0, 0, 0, 0) calc(100% - 6.22rem),
    #000
  );
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}

@media (max-width: 767.98px) {
  .page-historic-tours .content-header::before {
    background: linear-gradient(
      to bottom,
      #20515e,
      rgba(0, 0, 0, 0) calc(100% - 100px),
      #000
    );
  }
}

.page-historic-tours .content-header .inner {
  padding-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
  .page-historic-tours .content-header .inner {
    padding-bottom: 0;
  }
}

.page-historic-tours .content-header .inner > p {
  max-width: 34.4444444444em;
  margin-left: auto;
  margin-right: -1.8518518519em;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .page-historic-tours .content-header .inner > p {
    margin-right: 0;
    font-size: 0.85rem;
    position: relative;
    left: 10px;
  }
}

.page-historic-tours .content-header .overlay-block {
  max-width: 33.33rem;
  padding-left: 3.89rem;
  padding-right: 5.37rem;
  padding-top: 1.3rem;
}

@media (max-width: 767.98px) {
  .page-historic-tours .content-header .overlay-block {
    display: none;
  }
}

.page-historic-tours .content-header .overlay-block blockquote > p {
  margin-bottom: 0.5em;
  margin-right: 1em;
}

.page-historic-tours .first-section {
  --ssaahc-container-max-width: 57.63rem;
  margin-bottom: 2rem;
  padding-top: 2.96rem;
  padding-bottom: 0.48rem;
  font-size: 0.89rem;
}

@media (min-width: 1280px) {
  .page-historic-tours .first-section {
    --ssaahc-container-max-width: 1245px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-historic-tours .first-section {
    --ssaahc-container-max-width: 1556px;
  }
}

.page-historic-tours .first-section .row {
  display: grid;
  grid-template-columns: 1fr 22.3rem;
  gap: 0.74rem 2rem;
}

@media (max-width: 767.98px) {
  .page-historic-tours .first-section .row {
    display: contents;
  }
}

.page-historic-tours .first-section .row figure {
  max-width: 32.07rem;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page-historic-tours .first-section .row .col-left {
    float: right;
    margin-left: 2rem;
    width: 47.5%;
  }
}

.page-historic-tours .first-section .row .col-bottom {
  grid-column: span 2;
  text-align: center;
}

.page-historic-tours .first-section .section-title {
  max-width: 18.33rem;
  margin-bottom: 1rem;
}

.page-historic-harrington-school .content-header {
  border-bottom: 0 !important;
}

.page-historic-harrington-school .content-header::before {
  display: block;
  background: linear-gradient(to bottom, #20515e, rgba(0, 0, 0, 0) 14.93rem);
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
}

.page-historic-harrington-school .gallery-section {
  --ssaahc-container-max-width: 46.67rem;
  margin: 0.15rem 0;
  padding-top: 1.11rem;
  padding-bottom: 1.3rem;
}

@media (min-width: 1280px) {
  .page-historic-harrington-school .gallery-section {
    --ssaahc-container-max-width: 1008px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-historic-harrington-school .gallery-section {
    --ssaahc-container-max-width: 1260px;
  }
}

@media (max-width: 991.98px) {
  .page-historic-harrington-school .gallery-section .container {
    max-width: 100%;
  }
}

.page-historic-harrington-school .gallery-section .section-title {
  margin-bottom: 1.11rem;
  font-size: 1.09rem;
  text-align: center;
}

.page-historic-harrington-school .gallery-section .photo-list {
  padding-left: 0;
  list-style: none;
  margin: 0 -0.37rem;
  position: relative;
}

@media (max-width: 991.98px) {
  .page-historic-harrington-school .gallery-section .photo-list {
    margin: 0 calc(var(--ssaahc-container-gutter-x) * -0.5);
  }

  .page-historic-harrington-school .gallery-section .photo-list::before,
  .page-historic-harrington-school .gallery-section .photo-list::after {
    content: '';
    display: block;
    width: 3.15rem;
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .page-historic-harrington-school .gallery-section .photo-list::before {
    background: linear-gradient(to right, #e48126 5%, transparent);
  }

  .page-historic-harrington-school .gallery-section .photo-list::after {
    background: linear-gradient(to left, #e48126 5%, transparent);
    left: auto;
  }
}

.page-historic-harrington-school
  .gallery-section
  .photo-list:not(.slick-initialized) {
  display: flex;
}

.page-historic-harrington-school .gallery-section .photo-list img {
  max-width: 15.04rem;
  margin: 0 0.37rem;
  border: 0.19rem solid #fff;
  border-radius: 0.48rem;
}

.page-historic-harrington-school .gallery-section .photo-list .slick-arrow {
  width: 2.41rem;
  height: 0;
  padding-top: 4.81rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 2.78rem);
  z-index: 2;
}

.page-historic-harrington-school
  .gallery-section
  .photo-list
  .slick-arrow::before {
  content: '';
  display: block;
  width: 1.44rem;
  aspect-ratio: 56/101;
  background-color: #fff;
  -webkit-mask: url('../images/arrow.svg') center/contain no-repeat;
  mask: url('../images/arrow.svg') center/contain no-repeat;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.page-historic-harrington-school
  .gallery-section
  .photo-list
  .slick-arrow.slick-next {
  left: calc(100% + 1.48rem);
}

.page-historic-harrington-school
  .gallery-section
  .photo-list
  .slick-arrow.slick-prev {
  right: calc(100% + 1.48rem);
}

.page-historic-harrington-school
  .gallery-section
  .photo-list
  .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) scale(-1);
}

@media (max-width: 991.98px) {
  .page-historic-harrington-school
    .gallery-section
    .photo-list
    .slick-arrow.slick-next {
    left: auto;
    right: 0.5rem;
  }

  .page-historic-harrington-school
    .gallery-section
    .photo-list
    .slick-arrow.slick-prev {
    left: 0.5rem;
    right: auto;
  }
}

.page-historic-harrington-school .gallery-section .download-block {
  padding-top: 1rem;
}

.page-historic-harrington-school .gallery-section .download-block .caption {
  margin-bottom: 0.37rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.19rem;
  font-weight: 600;
  text-align: center;
}

.page-historic-harrington-school
  .gallery-section
  .download-block
  .caption::before,
.page-historic-harrington-school
  .gallery-section
  .download-block
  .caption::after {
  content: '';
  flex-grow: 1;
  height: 0.11rem;
  background-color: #fff;
}

.page-historic-harrington-school .gallery-section .download-block .button {
  display: block;
  max-width: 14.59rem;
  margin: auto;
  padding: 0.74rem;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  color: #20515e;
  background-color: #fff;
  border: 1px solid #20515e;
  border-radius: 0.41rem;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.page-historic-harrington-school
  .gallery-section
  .download-block
  .button:hover {
  color: #fff;
  background-color: #20515e;
  box-shadow: inset 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

.page-historic-harrington-school .split-section {
  --ssaahc-container-max-width: 62.96rem;
}

@media (min-width: 1280px) {
  .page-historic-harrington-school .split-section {
    --ssaahc-container-max-width: 1360px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-historic-harrington-school .split-section {
    --ssaahc-container-max-width: 1700px;
  }
}

@media (min-width: 992px) and (max-width: 1279.98px) {
  .page-historic-harrington-school .split-section {
    --ssaahc-page-max-width: 1280px;
  }
}

.page-historic-harrington-school .split-section .row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 767.98px) {
  .page-historic-harrington-school .split-section .row {
    display: block;
  }
}

.page-historic-harrington-school .split-section .row .col-image {
  flex: 0 0 34.81rem;
  max-width: 55.2941176471%;
}

@media (max-width: 991.98px) {
  .page-historic-harrington-school .split-section .row .col-image {
    flex: auto;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .page-historic-harrington-school .split-section .row .col-image {
    aspect-ratio: 4/3;
  }
}

.page-historic-harrington-school .split-section .row .col-image figure {
  height: 100%;
  margin: 0;
  margin-left: calc(
    (var(--ssaahc-container-max-width) - var(--ssaahc-page-max-width)) * 0.5
  );
}

@media (max-width: 991.98px) {
  .page-historic-harrington-school .split-section .row .col-image figure {
    margin-left: calc(var(--ssaahc-container-gutter-x) * -0.5);
  }
}

@media (max-width: 767.98px) {
  .page-historic-harrington-school .split-section .row .col-image figure {
    margin-right: calc(var(--ssaahc-container-gutter-x) * -0.5);
  }
}

.page-historic-harrington-school .split-section .row .col-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-historic-harrington-school .split-section .row .col-text {
  flex: 0 0 24.44rem;
  max-width: 38.8235294118%;
  padding-top: 4.07rem;
  padding-bottom: 4.44rem;
}

@media (max-width: 1279.98px) {
  .page-historic-harrington-school .split-section .row .col-text {
    max-width: 24.44rem;
  }
}

@media (max-width: 767.98px) {
  .page-historic-harrington-school .split-section .row .col-text {
    max-width: none;
  }
}

.page-historic-harrington-school .split-section .row .col-text .fist-texts {
  max-width: 90.9090909091%;
}

.page-historic-harrington-school .split-section .large-text {
  margin-bottom: 1rem;
  font-size: 1.1851851852em;
  font-weight: 600;
}

.page-historic-harrington-school .location-section {
  --ssaahc-container-max-width: 54.07rem;
  margin-top: 0.26rem;
  padding-top: 2.59rem;
  padding-bottom: 2.7rem;
  color: #20515e;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .page-historic-harrington-school .location-section {
    --ssaahc-container-max-width: 1168px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-historic-harrington-school .location-section {
    --ssaahc-container-max-width: 1460px;
  }
}

.page-historic-harrington-school .location-section::before {
  display: block;
  width: 89.7916666667%;
  background: url('../images/location-bg.jpg') center/cover no-repeat;
  position: absolute;
  inset: 0;
  left: auto;
  z-index: -2;
}

.page-historic-harrington-school .location-section::after {
  display: block;
  width: 58.0729166667%;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  inset: 0;
  left: calc(10.15625% - 1px);
  z-index: -1;
}

@media (max-width: 767.98px) {
  .page-historic-harrington-school .location-section::after {
    width: 100%;
  }
}

.page-historic-harrington-school .location-section .inner {
  max-width: 23.52rem;
}

.page-historic-harrington-school .location-section .inner > *:nth-child(1) {
  width: 74.8031496063%;
  margin-bottom: 2.22rem;
  line-height: 1.59;
}

.page-historic-harrington-school .location-section .inner > *:nth-child(2) {
  margin-bottom: 4.07rem;
  padding-left: 6.2992125984%;
}

.page-historic-harrington-school .location-section .inner > *:nth-child(3) {
  font-size: 0.89rem;
}

.page-historic-harrington-school .location-section .inner ul {
  -moz-column-count: 2;
  column-count: 2;
}

.page-historic-harrington-school .location-section .inner ul li + li {
  margin-top: 1rem;
}

.page-historic-harrington-school .timeline-section {
  --ssaahc-container-max-width: 49.26rem;
  padding-top: 4.07rem;
  padding-bottom: 6.3rem;
  font-size: 0.89rem;
}

@media (min-width: 1280px) {
  .page-historic-harrington-school .timeline-section {
    --ssaahc-container-max-width: 1064px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-historic-harrington-school .timeline-section {
    --ssaahc-container-max-width: 1330px;
  }
}

.page-historic-harrington-school .timeline-section .inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.page-historic-harrington-school .timeline-section .inner > *:first-child {
  width: 100%;
  max-width: 41.48rem;
}

.page-historic-harrington-school .timeline-section .inner > *:first-child ul {
  padding-left: 1.25rem;
  margin: 0;
}

.page-historic-harrington-school
  .timeline-section
  .inner
  > *:first-child
  ul
  li
  + li {
  margin-top: 0.93rem;
}

.page-historic-harrington-school .timeline-section .inner > *:last-child {
  order: -1;
}

.page-historic-harrington-school .timeline-section .section-title {
  margin-bottom: 1.48rem;
}

.page-historic-harrington-school .timeline-section .bullets {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-historic-harrington-school .timeline-section .bullets > li {
  display: contents;
}

.page-historic-harrington-school .timeline-section .bullets > li::after {
  content: '';
  display: block;
  width: 3.44rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

@media (max-width: 575.98px) {
  .page-historic-harrington-school .timeline-section .bullets > li::after {
    width: 2.58rem;
  }
}

.page-historic-harrington-school .timeline-section .bullets > li::before {
  content: '';
  display: block;
  flex-grow: 1;
  width: 0.74rem;
  margin: -0.19rem;
}

@media (max-width: 575.98px) {
  .page-historic-harrington-school .timeline-section .bullets > li::before {
    width: 0.56rem;
  }
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:first-child::before {
  order: 99;
  height: 0.75rem;
  flex-grow: 0;
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(1)::after {
  background-color: #6a4797;
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(2)::after {
  background-color: #6f2972;
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(2)::before {
  background: linear-gradient(to bottom, #6a4797, #6f2972);
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(3)::after {
  background-color: #a42140;
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(3)::before {
  background: linear-gradient(to bottom, #6f2972, #a42140);
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(4)::after {
  background-color: #e94d10;
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(4)::before {
  background: linear-gradient(to bottom, #a42140, #e94d10);
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(5)::after {
  background-color: #f08525;
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(5)::before {
  background: linear-gradient(to bottom, #e94d10, #f08525);
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(6)::after {
  background-color: #b9b80e;
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(6)::before {
  background: linear-gradient(to bottom, #f08525, #b9b80e);
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(7)::after {
  background-color: #007838;
}

.page-historic-harrington-school
  .timeline-section
  .bullets
  > li:nth-child(7)::before {
  background: linear-gradient(to bottom, #b9b80e, #007838);
}

.page-historic-harrington-school .record-section {
  --ssaahc-container-max-width: 49.63rem;
  padding-bottom: 1.11rem;
  color: #20515e;
}

@media (min-width: 1280px) {
  .page-historic-harrington-school .record-section {
    --ssaahc-container-max-width: 1072px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-historic-harrington-school .record-section {
    --ssaahc-container-max-width: 1340px;
  }
}

.page-historic-harrington-school .record-section .row {
  display: flex;
  gap: 0.5rem 1.19rem;
  margin-bottom: 1.96rem;
}

@media (max-width: 767.98px) {
  .page-historic-harrington-school .record-section .row {
    flex-direction: column;
    align-items: center;
  }

  .page-historic-harrington-school .record-section .row > * {
    flex: 1 !important;
    max-width: 25rem !important;
  }
}

.page-historic-harrington-school .record-section .row .col-image {
  flex: 0 0 23.41rem;
  max-width: 47.1641791045%;
}

.page-historic-harrington-school .record-section .section-title {
  margin-bottom: 1rem;
}

.page-historic-harrington-school .record-section .quote {
  margin-bottom: 1.48rem;
  font-weight: 300;
  line-height: 1.52;
  font-style: italic;
  color: #000;
}

.page-historic-harrington-school .record-section .note {
  max-width: 37.78rem;
  margin: auto;
}

.page-historic-harrington-school .archived-section {
  --ssaahc-container-max-width: 39.26rem;
  padding-top: 15.1041666667%;
  padding-bottom: 11.4583333333%;
  background: url('../images/archived-bg.jpg') center/cover no-repeat;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .page-historic-harrington-school .archived-section {
    --ssaahc-container-max-width: 848px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-historic-harrington-school .archived-section {
    --ssaahc-container-max-width: 1060px;
  }
}

.page-historic-harrington-school .archived-section .inner {
  position: relative;
}

.page-historic-harrington-school .archived-section .inner::before {
  content: '';
  display: block;
  background-color: #e48126;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.page-historic-harrington-school .archived-section .section-title {
  max-width: 8.44rem;
  margin: 0;
  margin-left: auto;
  padding-top: 2.59rem;
  padding-bottom: 1.3rem;
  line-height: 1.25;
  color: #fff;
}

.page-historic-harrington-school .news-section {
  --ssaahc-container-max-width: 51.48rem;
  padding-top: 2.78rem;
  padding-bottom: 2.78rem;
}

@media (min-width: 1280px) {
  .page-historic-harrington-school .news-section {
    --ssaahc-container-max-width: 1112px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-historic-harrington-school .news-section {
    --ssaahc-container-max-width: 1390px;
  }
}

.page-historic-harrington-school .news-section .news-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 767.98px) {
  .page-historic-harrington-school .news-section .news-list {
    display: block;
  }

  .page-historic-harrington-school .news-section .news-list > li + li {
    margin-top: 1rem;
  }
}

.page-historic-harrington-school .news-section .news-title {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #20515e;
}

.page-historic-harrington-school .news-section .news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  margin: 0;
  color: #8f8f8f;
}

.page-historic-harrington-school .news-section .news-meta > * {
  display: contents;
}

.page-historic-harrington-school
  .news-section
  .news-meta
  > *:not(:first-child)::before {
  content: '|';
  color: #000;
}

.page-home .content-header {
  --ssaahc-container-max-width: 55.56rem;
}

@media (min-width: 1280px) {
  .page-home .content-header {
    --ssaahc-container-max-width: 1200px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-home .content-header {
    --ssaahc-container-max-width: 1500px;
  }
}

.page-home .content-header .overlay-block {
  max-width: 27.1428571429em;
  padding-left: 1.67rem;
  font-family: 'Bungee Inline', sans-serif;
  font-weight: 400;
  font-size: 1.43rem;
  line-height: 1;
  bottom: 15.2116402116%;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-home .content-header .overlay-block {
    font-size: 1.21rem;
  }
}

@media (max-width: 767.98px) {
  .page-home .content-header .overlay-block {
    font-size: 12.8px;
    max-width: none;
    padding-left: 0;
    left: 0;
    bottom: 90px;
  }

  .page-home .content-header .overlay-block::before {
    border-radius: 0;
    left: -9.26rem;
  }
}

.page-home .content-header .overlay-block > * {
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-home .content-header .overlay-block > * {
    text-align: center;
  }
}

.page-home .content-header .overlay-block p {
  margin-bottom: 0.15em;
}

.page-home .content-header .overlay-block h2 {
  font-family: 'Bungee Inline', sans-serif;
  font-weight: 400;
  font-size: 2.2077922078em;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .page-home .content-header .overlay-block h2 {
    font-size: 26px;
  }

  .page-home .content-header .overlay-block h2 span {
    display: block;
    font-size: 1.0769230769em;
  }
}

.page-home .first-section {
  --ssaahc-container-max-width: 44.44rem;
  margin-bottom: 0.56rem;
  padding-top: 2.78rem;
  padding-bottom: 2.78rem;
}

@media (min-width: 1280px) {
  .page-home .first-section {
    --ssaahc-container-max-width: 960px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-home .first-section {
    --ssaahc-container-max-width: 1200px;
  }
}

@media (max-width: 767.98px) {
  .page-home .first-section {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .page-home .first-section p {
    margin-bottom: 1.5em;
  }
}

.page-home .first-section .row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 767.98px) {
  .page-home .first-section .row {
    display: block;
    max-width: 476px;
    margin: auto;
  }
}

.page-home .first-section .row > * {
  flex: 0 0 19.81rem;
}

.page-home .first-section .row > *:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0.37rem;
}

@media (max-width: 767.98px) {
  .page-home .first-section .row > *:first-child {
    display: block;
    padding-bottom: 0;
  }
}

.page-home .first-section .photos {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding-top: 1.11rem;
}

@media (max-width: 767.98px) {
  .page-home .first-section .photos {
    padding-top: 0;
  }
}

.page-home .first-section .photos img {
  max-width: 17.63rem;
  border: 2px solid #fff;
  border-radius: 0.44rem;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.98px) {
  .page-home .first-section .photos img {
    display: block;
    max-width: 100%;
    margin: auto;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
  }
}

.page-home .first-section .photos > li:first-child {
  transform: rotate(5.25deg);
  margin-bottom: -0.93rem;
}

.page-home .first-section .photos > li:last-child {
  margin-left: -1.11rem;
  margin-bottom: 0.19rem;
  transform: rotate(-6.67deg);
}

@media (max-width: 767.98px) {
  .page-home .first-section .photos > li:last-child {
    margin: 0;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  .page-home .first-section .photos > li:not(:last-child) {
    display: none;
  }
}

.page-home .columns-section {
  --ssaahc-container-max-width: 55.37rem;
}

@media (min-width: 1280px) {
  .page-home .columns-section {
    --ssaahc-container-max-width: 1196px;
    --ssaahc-container-offset-x: calc(
      var(--ssaahc-page-max-width) - var(--ssaahc-container-max-width)
    );
  }
}

@media (min-width: 1600px) {
  .page-home .columns-section {
    --ssaahc-container-max-width: 1495px;
  }
}

.page-home .columns-section .container {
  padding-top: 2.04rem;
  padding-bottom: 1.67rem;
}

@media (max-width: 767.98px) {
  .page-home .columns-section .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.page-home .columns-section .row {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .page-home .columns-section .row {
    display: block;
  }

  .page-home .columns-section .row > * {
    max-width: 100% !important;
    padding-bottom: 25px;
    border-bottom: 2px solid #e48126;
  }

  .page-home .columns-section .row > *:not(:first-child) {
    margin-top: 12px;
  }
}

.page-home .columns-section .row .col-left {
  flex: 0 0 24.74rem;
  max-width: 44.6822742475%;
}

.page-home .columns-section .row .col-right {
  flex: 0 0 28.44rem;
  max-width: 51.3712374582%;
}

.page-home .columns-section .event-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.3rem;
  border: 0.74rem solid #59c7e9;
  font-size: 0.89rem;
  font-weight: 400;
}

.page-home .columns-section .event-box-head {
  margin: 0;
  padding: 0.44rem 0.67rem;
  font-family: 'Bungee Inline', sans-serif;
  font-weight: 400;
  font-size: 2.11rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #e48126;
  border: 1px solid #59c7e9;
}

.page-home .columns-section .event-box-body {
  padding: 0.37rem 0.3rem;
  flex-grow: 1;
}

.page-home .columns-section .event-box-foot {
  padding: 0.37rem 0.74rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background-color: #e48126;
  border: 1px solid #59c7e9;
}

.page-home .columns-section .event-box-foot > * {
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-home .columns-section .event-box {
    padding: 0;
    border: 0;
    font-size: 14px;
  }

  .page-home .columns-section .event-box-head {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 12px;
    padding: 0;
    font-size: 24px;
    color: #2c6f81;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
  }

  .page-home .columns-section .event-box-head::before,
  .page-home .columns-section .event-box-head::after {
    content: '';
    flex-grow: 1;
    display: block;
    height: 2px;
    background-color: #e48126;
  }

  .page-home .columns-section .event-box-body {
    padding: 0;
  }

  .page-home .columns-section .event-box-foot {
    display: none;
  }
}

.page-home .columns-section .event-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-home .columns-section .event-list {
    text-align: center;
    position: relative;
    padding-left: 65px;
    padding-right: 65px;
  }
}

.page-home .columns-section .event-list > li + li {
  margin-top: 0.8em;
  padding-top: 0.6em;
  border-top: 1px solid #e48126;
}

@media (max-width: 767.98px) {
  .page-home .columns-section .event-list > li + li {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.page-home .columns-section .event-list .month {
  margin-bottom: 0;
  font-family: 'Bungee Inline', sans-serif;
  font-size: 1.33rem;
  font-weight: 400;
  line-height: 1.2;
  color: #62bdb1;
}

@media (max-width: 767.98px) {
  .page-home .columns-section .event-list .month {
    color: #2c6f81;
  }
}

.page-home .columns-section .event-list .name {
  margin-bottom: 0.25em;
  font-size: 1.19rem;
  font-weight: 700;
  line-height: 1.1;
  color: #2c6f81;
}

.page-home .columns-section .event-list .desc {
  margin-bottom: 0.25em;
}

@media (max-width: 767.98px) {
  .page-home .columns-section .event-list .slick-arrow {
    width: 64px;
    height: 0;
    padding-top: 64px;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 32px);
    left: 0;
  }

  .page-home .columns-section .event-list .slick-arrow::before {
    content: '';
    display: block;
    width: 28px;
    aspect-ratio: 2803/5336;
    background-color: #20515e;
    -webkit-mask: url('../images/arrow-alt.svg') center/contain no-repeat;
    mask: url('../images/arrow-alt.svg') center/contain no-repeat;
    transform: translate(0, -50%);
    position: absolute;
    right: 7px;
    top: 50%;
  }

  .page-home .columns-section .event-list .slick-arrow.slick-prev::before {
    transform: translate(0, -50%) scale(-1);
    left: 7px;
    right: auto;
  }

  .page-home .columns-section .event-list .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
}

.page-home .columns-section .facebook-box {
  height: 100%;
  padding: 1.11rem;
  border: 1px solid #59c7e9;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .page-home .columns-section .facebook-box {
    padding: 0;
    border: 0;
  }
}

.page-home .columns-section .facebook-box-head {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 1.48rem;
  font-size: 0.74rem;
  font-weight: 500;
  margin-bottom: 1.19rem;
}

@media (max-width: 1279.98px) {
  .page-home .columns-section .facebook-box-head {
    display: block;
    margin-bottom: 16px;
  }
}

.page-home .columns-section .facebook-box-head::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 11.11rem;
  aspect-ratio: 323/143;
  background: url('../images/logo.png') center/contain no-repeat;
}

@media (max-width: 1279.98px) {
  .page-home .columns-section .facebook-box-head::before {
    display: none;
  }
}

.page-home .columns-section .facebook-box-head > * {
  padding-top: 0.19rem;
}

@media (max-width: 1279.98px) {
  .page-home .columns-section .facebook-box-head > * {
    padding: 0;
  }
}

.page-home .columns-section .facebook-box-head .buttons {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 0.44rem;
  margin-bottom: 0.81rem;
  white-space: nowrap;
}

@media (max-width: 1279.98px) {
  .page-home .columns-section .facebook-box-head .buttons {
    justify-content: center;
    gap: 12px;
    margin-bottom: 0;
  }
}

.page-home .columns-section .facebook-box-head .buttons a {
  display: flex;
  align-items: center;
  gap: 0.8333333333em;
  height: 1.9166666667em;
  padding: 0.4166666667em 0.5em;
  font-size: 0.89rem;
  line-height: 1.1;
  color: #20515e !important;
  text-decoration: none !important;
  border: 1px solid #20515e;
  border-radius: 0.375em;
}

@media (max-width: 1279.98px) {
  .page-home .columns-section .facebook-box-head .buttons a {
    font-size: 21.5px;
  }
}

.page-home .columns-section .facebook-box-head .buttons a::before {
  content: '';
  flex-shrink: 0;
  width: 1.6666666667em;
  height: 1.6666666667em;
  margin-left: 0.125em;
}

.page-home .columns-section .facebook-box-head .buttons a.like::before {
  background: url('../images/facebook-alt.svg') center/contain no-repeat;
}

.page-home .columns-section .facebook-box-head .buttons a.share::before {
  width: 1.75em;
  background: url('../images/share.svg') center/contain no-repeat;
  position: relative;
  top: -0.0833333333em;
}

.page-home .columns-section .facebook-box-head .address {
  margin-bottom: 0.37rem;
  font-family: 'aktiv-grotesk-condensed', sans-serif;
}

@media (max-width: 1279.98px) {
  .page-home .columns-section .facebook-box-head .address {
    display: none;
  }
}

.page-home .columns-section .facebook-box-head .like-count {
  margin-bottom: 0;
}

@media (max-width: 1279.98px) {
  .page-home .columns-section .facebook-box-head .like-count {
    display: none;
  }
}

.page-home .columns-section .facebook-box-body {
  flex-grow: 1;
}

.page-home .cta-section {
  font-size: 1.19rem;
  font-weight: 700;
  text-align: center;
  color: #20515e;
}

@media (max-width: 1279.98px) {
  .page-home .cta-section {
    font-size: 20px;
  }
}

.page-home .cta-section .container {
  padding-top: 1.3rem;
  padding-bottom: 2.04rem;
}

@media (max-width: 1279.98px) {
  .page-home .cta-section .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.page-home .cta-section .button {
  display: block;
  max-width: 11.0416666667em;
  margin: auto;
  padding: 0.5em;
  font-size: 0.89rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #20515e;
  border: 1px solid #fff;
  border-radius: 0.19rem;
  box-shadow: 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.page-home .cta-section .button:hover {
  color: #20515e;
  background-color: #fff;
  border-color: #20515e;
  box-shadow: inset 0 0.15rem 0.15rem rgba(0, 0, 0, 0.25);
}

@media (max-width: 1279.98px) {
  .page-home .cta-section .button {
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }

  .page-home .cta-section .button:hover {
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}

.auto-scroll-wrapper {
  height: 600px; /* высота видимой области — подбери под свой дизайн */
  overflow: hidden;
  position: relative;
}

.event-list {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scrollUp 10s linear infinite; /* 30 секунд на полный круг */
}

.event-list:hover {
  animation-play-state: paused; /* останавливается при наведении (по желанию) */
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(
      -50%
    ); /* ровно половина, потому что мы дублировали контент */
  }
}

/* Чтобы не было "прыжка" в конце — бесшовный цикл */
.event-list::after {
  content: '';
  display: block;
  height: 50px; /* небольшой отступ внизу, если нужно */
}
