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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  outline: none;
}

:root {
  --edge-offset: 75px;
  --container-padding: 20px;
  --half-container-padding: 20px;
  --hero-logo-height: 50px;
}
@media (min-width: 1024px) {
  :root {
    --edge-offset: 90px;
    --container-padding: calc(var(--edge-offset) * 2);
    --half-container-padding: var(--edge-offset);
  }
}

main.main {
  position: relative;
  z-index: 10;
}

button {
  outline: none;
}
button:focus, button:focus-within, button:focus-visible {
  outline: none !important;
}

.container-fluid {
  padding-left: var(--container-padding) !important;
  padding-right: var(--container-padding) !important;
}
.container-fluid.wider-container {
  padding-left: var(--half-container-padding) !important;
  padding-right: var(--half-container-padding) !important;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: currentColor;
}
a:hover {
  color: currentColor;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

h1 br,
h2 br,
h3 br,
a br,
p br {
  /* display: block;
  content: "";
  &::after {
    content: " ";
  } */
}

h1,
h2,
h3,
h4,
h5,
h6,
p:last-child {
  margin-bottom: 0;
}

.single-post--generic h1,
.single-post--generic h2,
.single-post--generic h3,
.single-post--generic h4,
.single-post--generic h5,
.single-post--generic h6 {
  margin-bottom: 1em;
}
.single-post--generic ul {
  list-style-type: unset;
  padding-left: 30px;
  margin-top: 2em;
  margin-bottom: 2em;
}

p {
  text-wrap: pretty;
}

figure {
  margin-bottom: 0;
}

.padding-top-small {
  padding-top: 35px;
}
@media (min-width: 768px) {
  .padding-top-small {
    padding-top: 60px;
  }
}
.padding-top-medium {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .padding-top-medium {
    padding-top: 100px;
  }
}
.padding-top-large {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .padding-top-large {
    padding-top: 180px;
  }
}
.padding-top-extra-large {
  padding-top: 150px;
}
@media (min-width: 768px) {
  .padding-top-extra-large {
    padding-top: 250px;
  }
}
.padding-bottom-small {
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .padding-bottom-small {
    padding-bottom: 60px;
  }
}
.padding-bottom-medium {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .padding-bottom-medium {
    padding-bottom: 120px;
  }
}
.padding-bottom-large {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .padding-bottom-large {
    padding-bottom: 180px;
  }
}

.margin-top-small {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .margin-top-small {
    margin-top: 60px;
  }
}
.margin-top-medium {
  margin-top: 75px;
}
@media (min-width: 768px) {
  .margin-top-medium {
    margin-top: 100px;
  }
}
.margin-top-large {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .margin-top-large {
    margin-top: 180px;
  }
}
.margin-bottom-small {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .margin-bottom-small {
    margin-bottom: 60px;
  }
}
.margin-bottom-medium {
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  .margin-bottom-medium {
    margin-bottom: 120px;
  }
}
.margin-bottom-large {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .margin-bottom-large {
    margin-bottom: 180px;
  }
}

.text-white {
  color: white;
}
.text-charcoal {
  color: #252525;
}
.text-black {
  color: #1C1C1C;
}
.text-black .select-arrow-svg {
  stroke: #000000;
}

.bg-stone-dark {
  background: #D4CEC2;
}
.bg-stone {
  background: #E2DFD8;
}
.bg-stone-25 {
  background: #F4F3EF;
}
.bg-charcoal {
  background: #252525;
}
.bg-black {
  background: #1C1C1C;
}

@media (min-width: 1366px) {
  .offset-left {
    width: calc(100% - var(--edge-offset));
    margin-left: var(--edge-offset);
  }
  .offset-left .container-fluid {
    padding-left: var(--edge-offset) !important;
  }
  .offset-right {
    width: calc(100% - var(--edge-offset));
    margin-right: var(--edge-offset);
  }
  .offset-right .container-fluid {
    padding-right: var(--edge-offset) !important;
  }
}

.link-1 {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0.75em 1.75em;
  min-width: 160px;
  text-align: center;
}
.link-1 span {
  mix-blend-mode: exclusion;
  position: relative;
  z-index: 1;
}
.link-1 .bg-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 0;
  background: currentColor;
  transition: width 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .link-1:hover .bg-element {
    width: 100%;
  }
}
.link-1.default {
  color: #1C1C1C;
  background: #FEFEFE;
}
.link-1.default span {
  color: white;
}
.link-1.stone, .link-1.stone-dark {
  color: #1C1C1C;
  background: #ECE6D9;
}
.link-1.stone span, .link-1.stone-dark span {
  color: white;
}
.link-1.charcoal {
  color: white;
  background: #252525;
}
.link-1.charcoal span {
  color: white;
}

.h-line {
  width: 100%;
  height: 1px;
  background: currentColor;
}

@media (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

a.project-card--link h4 span {
  background: linear-gradient(to right, rgba(244, 243, 239, 0), rgba(244, 243, 239, 0)), linear-gradient(to right, rgb(28, 28, 28), rgb(28, 28, 28), rgb(28, 28, 28));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s;
}

a.project-card--link:hover h4 span,
a.project-card--link:focus h4 span {
  background-size: 0 1px, 100% 1px;
}

.project-card--generic {
  display: grid;
  border-top: 1px solid #9A9A9A;
  padding: calc(var(--container-padding) * 2) 0;
}
@media (max-width: 1023px) {
  .project-card--generic {
    row-gap: var(--container-padding);
  }
}
@media (min-width: 1024px) {
  .project-card--generic {
    grid-template-columns: 1fr 2fr;
    -moz-column-gap: 120px;
         column-gap: 120px;
    padding: calc(var(--container-padding) * 0.5) 0;
  }
  .project-card--generic:hover {
    cursor: pointer;
  }
  .project-card--generic:hover .description {
    /* text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; */
  }
  .project-card--generic:hover .thumbnail-wrapper img {
    scale: 1.05;
  }
}
.project-card--generic .content-wrapper {
  display: grid;
  grid-auto-rows: min-content;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .project-card--generic .content-wrapper {
    row-gap: 30px;
  }
}
.project-card--generic .content-wrapper .caption-text {
  color: #9A9A9A;
}
.project-card--generic .content-wrapper .description {
  line-height: 1.33em;
}
.project-card--generic .thumbnail-wrapper {
  overflow: hidden;
  aspect-ratio: 1.53/1;
}
@media (max-width: 1023px) {
  .project-card--generic .thumbnail-wrapper {
    grid-row: 1/2;
  }
}
.project-card--generic .thumbnail-wrapper img {
  height: 100%;
  transition: scale 0.5s ease-in-out;
}

[data-animate-image] {
  overflow: hidden !important;
}

[data-animate-bg-color] {
  position: relative;
}
[data-animate-bg-color] .container-fluid {
  position: relative;
  z-index: 1;
}
[data-animate-bg-color] .bg-solid-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.alm-filter--inner {
  width: 100%;
  overflow-y: scroll;
}
.alm-filter--inner ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 0;
  width: -moz-max-content;
  width: max-content;
}

.alm-filter--link {
  cursor: pointer;
  transition: 250ms opacity ease-out;
}
@media (min-width: 1024px) {
  .alm-filter--link:hover {
    opacity: 0.5;
  }
}

.alm-filter--link[aria-checked=true] {
  font-weight: 500;
  text-decoration: underline;
}

.alm-btn-wrap button {
  color: currentColor !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0.75em 1.75em !important;
}
.alm-btn-wrap button.more:hover {
  box-shadow: none !important;
  opacity: 0.75 !important;
}
.alm-btn-wrap button.loading, .alm-btn-wrap button.done {
  display: none !important;
}

.alm-filters-edit {
  display: none !important;
}

button.plyr__control--overlaid {
  background-color: rgba(255, 255, 255, 0.75) !important;
  padding: 30px;
}
button.plyr__control--overlaid svg {
  fill: black !important;
}

.plyr.plyr--stopped .plyr__controls {
  display: none;
}

[data-animate-text] > div {
  overflow: hidden;
}

.back-link {
  cursor: pointer;
  transition: 250ms opacity ease-out;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 1024px) {
  .back-link:hover {
    opacity: 0.5;
  }
}
.back-link img {
  width: auto;
}

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

#popup {
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 80px;
  padding: 35px 40px;
  background-color: #252525;
  color: #FFFFFF;
  transition: transform 0.3s ease-in-out;
  max-width: 500px;
}
@media (max-width: 1365px) {
  #popup {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  #popup {
    padding: 30px;
    max-width: calc(100% - 20px);
    bottom: calc(var(--hero-logo-height) + 40px);
  }
}
#popup.hidden {
  transform: translateX(100%);
}

.popup-close-button {
  position: absolute;
  top: 28px;
  right: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.popup-close-button svg {
  width: 15px;
}
.popup-close-button svg path {
  fill: #FFFFFF;
}

@font-face {font-display:swap;
  font-family: "untitled-sans";
  src: url("/wp-content/themes/locus/lib/fonts/untitled-sans-light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {font-display:swap;
  font-family: "untitled-sans";
  src: url("/wp-content/themes/locus/lib/fonts/untitled-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {font-display:swap;
  font-family: "untitled-sans";
  src: url("/wp-content/themes/locus/lib/fonts/untitled-sans-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {font-display:swap;
  font-family: "untitled-sans";
  src: url("/wp-content/themes/locus/lib/fonts/untitled-sans-bold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {font-display:swap;
  font-family: "recify-display";
  src: url("/wp-content/themes/locus/lib/fonts/RecifeDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
body,
html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.0714285714vw, 18px);
  line-height: 1.5555555556em;
  letter-spacing: 0;
  color: #1C1C1C;
  background: #F4F3EF;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  text-align: center;
}

strong {
  font-weight: 500;
}

h1 {
  font-family: "untitled-sans", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 1.9047619048vw, 32px);
  line-height: 1.25em;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

h2,
.heading-2 {
  font-family: "recify-display", sans-serif;
  font-weight: 300;
  font-size: clamp(28px, 2.380952381vw, 40px);
  line-height: 1.15em;
  letter-spacing: 0;
}

h3,
.gform_confirmation_message {
  font-family: "recify-display", sans-serif;
  font-weight: 300;
  font-size: clamp(24px, 2.1428571429vw, 36px);
  line-height: 1.25em;
  letter-spacing: 0;
}

h4 {
  font-family: "recify-display", sans-serif;
  font-weight: 300;
  font-size: clamp(24px, 1.7857142857vw, 30px);
  line-height: 1.2em;
  letter-spacing: 0;
}

h5 {
  font-family: "untitled-sans", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.0714285714vw, 18px);
  line-height: 1.4444444444em;
  letter-spacing: 0.1111111111em;
  text-transform: uppercase;
}

h6 {
  font-family: "untitled-sans", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.0714285714vw, 18px);
  line-height: 1.55em;
  letter-spacing: 0;
}

#popup h5 {
  font-family: "untitled-sans", sans-serif;
  font-weight: 600;
  font-size: clamp(10px, 0.7142857143vw, 12px);
  line-height: 1.4444444444em;
  letter-spacing: 0.1111111111em;
}
#popup p,
#popup h2,
#popup h3,
#popup h4,
#popup h5,
#popup h6 {
  margin-bottom: 20px;
}

.small-body {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.9523809524vw, 16px);
  line-height: 1.875em;
  letter-spacing: 0;
}

.location-text {
  font-family: "untitled-sans", sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.0714285714vw, 18px);
  line-height: 1em;
  letter-spacing: 0;
}
.location-text strong {
  font-weight: 500;
}

#menu-nav-menu {
  font-family: "recify-display", sans-serif;
  font-weight: 300;
  font-size: clamp(32px, 1.9047619048vw, 32px);
  line-height: 1.5em;
  letter-spacing: 0;
}
#menu-nav-menu .sub-menu {
  font-family: "recify-display", sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 1.5476190476vw, 26px);
  line-height: 1.875em;
  letter-spacing: 0;
  margin-left: 10px;
}

#sub-menu-wrapper {
  font-family: "recify-display", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.5476190476vw, 26px);
  line-height: 1.25em;
  letter-spacing: 0;
}

.form-text,
.footer-text {
  font-family: "untitled-sans", sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 0.9523809524vw, 16px);
  line-height: 1.875em;
  letter-spacing: 0;
}

.disclaimer-text {
  font-family: "untitled-sans", sans-serif;
  font-weight: 300;
  font-size: clamp(12px, 0.8333333333vw, 14px);
  line-height: 2.142857em;
  letter-spacing: 0;
}

.caption-text {
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 0.9523809524vw, 16px);
  line-height: 1.5em;
  letter-spacing: 0.1125em;
  text-transform: uppercase;
}

.small-caption-text {
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  font-size: clamp(11px, 0.8928571429vw, 15px);
  line-height: 1.5em;
  letter-spacing: 0.1125em;
  text-transform: uppercase;
}

.link-text, .link-1 {
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 0.9523809524vw, 16px);
  line-height: 1.5em;
  letter-spacing: 0;
}

.link-2 {
  cursor: pointer;
  transition: 250ms opacity ease-out;
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 0.9523809524vw, 16px);
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .link-2:hover {
    opacity: 0.5;
  }
}

.large-statistic {
  font-family: "recify-display", sans-serif;
  font-weight: 300;
  font-size: clamp(40px, 3.5714285714vw, 60px);
  line-height: 1em;
  letter-spacing: -0.033em;
}

.small-statistic-value {
  font-family: "recify-display", sans-serif;
  font-weight: 300;
  font-size: clamp(24px, 1.4285714286vw, 24px);
  line-height: 2.25em;
  letter-spacing: 0;
}

.gfield_required {
  display: none !important;
}

.gform_ajax_spinner {
  display: none;
}

.gform_validation_errors {
  display: none;
}

.gform_body {
  width: 100%;
}
.gform_body input,
.gform_body select,
.gform_body .select2-selection {
  font-family: "untitled-sans", sans-serif !important;
  font-size: clamp(14px, 0.9523809524vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.75em !important;
  color: currentColor !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}
.gform_body input::-moz-placeholder, .gform_body select::-moz-placeholder, .gform_body .select2-selection::-moz-placeholder {
  color: currentColor !important;
}
.gform_body input::placeholder,
.gform_body select::placeholder,
.gform_body .select2-selection::placeholder {
  color: currentColor !important;
}
.gform_body input__arrow,
.gform_body select__arrow,
.gform_body .select2-selection__arrow {
  stroke: currentColor !important;
}
.gform_body input__arrow.show-close svg,
.gform_body select__arrow.show-close svg,
.gform_body .select2-selection__arrow.show-close svg {
  rotate: 180deg !important;
}
.gform_body .validation_message {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 5px !important;
}

.gform_footer {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px !important;
  padding-bottom: 0 !important;
}
.gform_footer button {
  border: none !important;
  border-radius: 0 !important;
}

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

.select2-selection {
  padding-bottom: 35px !important;
}

.select2-selection__rendered {
  color: unset !important;
  padding-left: 0 !important;
  display: block;
}

.select2-dropdown {
  color: #1C1C1C !important;
  background: #E2DFD8 !important;
}

.select2-results__options li {
  border-top: 1px solid #1C1C1C !important;
}
.select2-results__options li:first-child {
  border-top: none !important;
}

.select2-results__option--highlighted {
  color: white !important;
  background-color: #252525 !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1680px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-3 {
    margin-left: 12.5%;
  }
  .offset-sm-4 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 20.8333333333%;
  }
  .offset-sm-6 {
    margin-left: 25%;
  }
  .offset-sm-7 {
    margin-left: 29.1666666667%;
  }
  .offset-sm-8 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-9 {
    margin-left: 37.5%;
  }
  .offset-sm-10 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 45.8333333333%;
  }
  .offset-sm-12 {
    margin-left: 50%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 4.1666666667%;
  }
  .offset-md-2 {
    margin-left: 8.3333333333%;
  }
  .offset-md-3 {
    margin-left: 12.5%;
  }
  .offset-md-4 {
    margin-left: 16.6666666667%;
  }
  .offset-md-5 {
    margin-left: 20.8333333333%;
  }
  .offset-md-6 {
    margin-left: 25%;
  }
  .offset-md-7 {
    margin-left: 29.1666666667%;
  }
  .offset-md-8 {
    margin-left: 33.3333333333%;
  }
  .offset-md-9 {
    margin-left: 37.5%;
  }
  .offset-md-10 {
    margin-left: 41.6666666667%;
  }
  .offset-md-11 {
    margin-left: 45.8333333333%;
  }
  .offset-md-12 {
    margin-left: 50%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 4.1666666667%;
  }
  .offset-lg-2 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-3 {
    margin-left: 12.5%;
  }
  .offset-lg-4 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 20.8333333333%;
  }
  .offset-lg-6 {
    margin-left: 25%;
  }
  .offset-lg-7 {
    margin-left: 29.1666666667%;
  }
  .offset-lg-8 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-9 {
    margin-left: 37.5%;
  }
  .offset-lg-10 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 45.8333333333%;
  }
  .offset-lg-12 {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-3 {
    margin-left: 12.5%;
  }
  .offset-xl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xl-6 {
    margin-left: 25%;
  }
  .offset-xl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-9 {
    margin-left: 37.5%;
  }
  .offset-xl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xl-12 {
    margin-left: 50%;
  }
}
@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 4.1666666667%;
  }
  .offset-xxl-2 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-3 {
    margin-left: 12.5%;
  }
  .offset-xxl-4 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-5 {
    margin-left: 20.8333333333%;
  }
  .offset-xxl-6 {
    margin-left: 25%;
  }
  .offset-xxl-7 {
    margin-left: 29.1666666667%;
  }
  .offset-xxl-8 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-9 {
    margin-left: 37.5%;
  }
  .offset-xxl-10 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-11 {
    margin-left: 45.8333333333%;
  }
  .offset-xxl-12 {
    margin-left: 50%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

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

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

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

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

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: top 0.25s ease;
}
.scroll-down header {
  top: -90px;
}
@media (max-width: 1023px) {
  header.header-color-black .sticky-navbar {
    background-color: #F4F3EF;
  }
}
.header-active header.header-color-black .sticky-navbar {
  background-color: #F4F3EF;
}
@media (max-width: 1023px) {
  header.header-color-white .sticky-navbar {
    background-color: #252525;
  }
}
.header-active header.header-color-white {
  background-color: #252525;
}
header .sticky-navbar {
  transition: background-color 0.25s ease;
}
header .sticky-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  min-height: var(--edge-offset);
}
@media (min-width: 1024px) {
  header .sticky-wrapper {
    padding: 30px 0;
    min-height: var(--edge-offset);
  }
}
header .sticky-wrapper #open-menu {
  cursor: pointer;
  transition: 250ms opacity ease-out;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  header .sticky-wrapper #open-menu:hover {
    opacity: 0.5;
  }
}
header .sticky-wrapper #open-menu.icon-white {
  fill: white;
}
header .sticky-wrapper #open-menu.icon-black {
  fill: #1C1C1C;
}
header .nav-menu-wrapper {
  position: absolute;
  top: -100vh;
  bottom: unset;
  right: 0;
  z-index: 110;
  height: 100vh;
  color: white;
  display: grid;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  header .nav-menu-wrapper {
    grid-template-rows: max-content 1fr;
  }
}
@media (min-width: 1024px) {
  header .nav-menu-wrapper {
    grid-template-rows: max-content 1fr;
    width: max(600px, 50vw);
  }
}
header .nav-menu-wrapper #close-menu {
  cursor: pointer;
  border: none;
  color: inherit;
  background: black;
  margin-left: auto;
  fill: white;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1023px) {
  header .nav-menu-wrapper #close-menu {
    padding: var(--container-padding);
  }
}
@media (min-width: 1024px) {
  header .nav-menu-wrapper #close-menu {
    padding: 25px 80px;
    transition: color 0.3s ease-in-out;
    min-height: var(--edge-offset);
  }
  header .nav-menu-wrapper #close-menu:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
header .nav-menu {
  background: black;
  padding: var(--container-padding);
}
@media (min-width: 1024px) {
  header .nav-menu {
    display: grid;
    grid-template-columns: max-content 1fr;
    -moz-column-gap: calc(var(--edge-offset) / 2);
         column-gap: calc(var(--edge-offset) / 2);
    padding: var(--edge-offset) calc(var(--edge-offset) / 1.5) var(--edge-offset) var(--edge-offset);
  }
}
@media (min-width: 1680px) {
  header .nav-menu {
    padding: var(--edge-offset);
    -moz-column-gap: var(--edge-offset);
         column-gap: var(--edge-offset);
  }
}
@media (min-width: 1024px) {
  header .nav-menu #menu-nav-menu > .menu-item {
    color: #999999;
  }
  header .nav-menu #menu-nav-menu > .menu-item > a > div {
    overflow: hidden;
  }
  header .nav-menu #menu-nav-menu > .menu-item > a > div > div {
    transition: color 0.5s ease;
  }
  header .nav-menu #menu-nav-menu > .menu-item.decorate {
    color: white;
  }
  header .nav-menu #menu-nav-menu > .menu-item.decorate > a {
    color: white;
    opacity: 1;
  }
  header .nav-menu #menu-nav-menu > .menu-item.decorate > a > div div {
    pointer-events: none;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
  }
  header .nav-menu #menu-nav-menu > .menu-item .sub-menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .nav-menu #menu-nav-menu {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
  }
}
header .nav-menu #sub-menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.175em;
}
header .nav-menu [aria-current=page] {
  color: white;
  opacity: 1;
}
header .nav-menu [aria-current=page], header .nav-menu [aria-current=page] > div div {
  pointer-events: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
header #open-menu-logo {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: opacity 1s ease;
  opacity: 0;
}
header #open-menu-logo {
  z-index: 200;
  pointer-events: none;
}
header #open-menu-logo svg {
  position: absolute;
  bottom: var(--edge-offset);
  left: calc(100vw - max(600px, 50vw));
  transform: translateX(-36.7%);
  transform-origin: left;
  fill: white;
  width: 100%;
  height: auto;
}
header #open-menu-logo svg #property {
  display: none;
}
header #sub-menu-wrapper a {
  opacity: 1;
  transition: all 0.5s ease;
}
header #sub-menu-wrapper a:hover {
  opacity: 1;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media (min-width: 1024px) {
  header #sub-menu-wrapper a:first-child {
    margin-top: 0.7em;
  }
}
@media (min-width: 1200px) {
  header #sub-menu-wrapper a:first-child {
    margin-top: 0.4em;
  }
}

#header-logo {
  display: none;
  top: calc(100vh - var(--hero-logo-height) - 20px);
  top: calc(100svh - var(--hero-logo-height) - 20px);
  left: 20px;
  z-index: 99;
  transition: opacity 1s ease;
  opacity: 1;
  position: absolute;
  width: 75%;
}
@media (min-width: 1024px) {
  #header-logo {
    width: 50%;
    position: fixed;
    opacity: 0;
    top: 0;
    left: calc(var(--edge-offset) * 2);
  }
}
@media (max-width: 1023px) {
  .home #header-logo.header-logo-black svg path {
    fill: #FFFFFF;
  }
}
.home #header-logo {
  display: block;
}
#header-logo svg {
  width: 100%;
  height: auto;
  display: block;
}

#header-logo-alt {
  transition: opacity 1s ease;
}
.home #header-logo-alt {
  opacity: 0;
}
@media (min-width: 1024px) {
  .home #header-logo-alt {
    opacity: 0;
  }
}
.sticky-navbar.active #header-logo-alt {
  opacity: 1;
}

.header-logo {
  transform-origin: left;
  width: 180px;
  height: auto;
}
@media (min-width: 1024px) {
  .header-logo {
    width: 250px;
  }
}
.header-logo-white {
  fill: white;
}
.header-logo-black {
  fill: #1C1C1C;
}

body.home.header-active #header-logo-alt {
  opacity: 1;
}
@media (min-width: 1024px) {
  body.home.header-active #header-logo-alt {
    opacity: 0;
  }
}

.investor-btn {
  display: none;
}
@media (min-width: 576px) {
  .investor-btn {
    display: block;
    position: absolute;
    right: 80px;
    top: 20px;
    padding: 5px 15px;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .investor-btn {
    top: 25px;
  }
  .investor-btn:hover {
    background-color: #EDEDED;
  }
}

.header-color-white .investor-btn {
  color: #FFFFFF;
}
.header-color-white .investor-btn:hover {
  color: #252525;
}

.investor-btn-menu {
  margin-top: 30px;
  align-self: flex-end;
  display: block;
}
.investor-btn-menu strong {
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 15px;
}
.investor-btn-menu:hover strong {
  gap: 25px;
}

.hero--module {
  height: 100vh;
  height: 100svh;
  padding-top: 75px;
}
@media (min-width: 1024px) {
  .hero--module {
    padding-top: var(--edge-offset);
  }
}
.hero--module .video-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero--module .video-wrapper .full-screen-video {
  aspect-ratio: 16/9;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .hero--module .video-wrapper .full-screen-video {
    min-height: 150%;
  }
}
@media (min-width: 1024px) {
  .hero--module .video-wrapper .full-screen-video {
    min-width: 150%;
  }
}
.hero--module img {
  height: 100%;
}

.page-introduction--module .text-row {
  padding-top: 50px;
}
.page-introduction--module .link-row {
  padding-top: 40px;
}

.text--module .text-wrapper {
  margin-top: 15px;
  margin-bottom: 40px;
}

.featured-projects--module {
  --padding: 25px;
}
@media (min-width: 1024px) {
  .featured-projects--module {
    --padding: 50px;
  }
}
@media (max-width: 1023px) {
  .featured-projects--module .container-fluid {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .featured-projects--module .heading-row {
    padding-bottom: calc(var(--container-padding) * 2);
  }
}
@media (min-width: 1024px) {
  .featured-projects--module .heading-row {
    padding-bottom: 65px;
  }
}
.featured-projects--module .heading-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .featured-projects--module .heading-wrapper h5 {
    width: -moz-min-content;
    width: min-content;
  }
}
.featured-projects--module .heading-wrapper a {
  margin-left: auto;
}
.featured-projects--module .swiper {
  position: relative;
}
@media (min-width: 1024px) {
  .featured-projects--module .swiper {
    width: calc(100% + var(--container-padding));
  }
}
.featured-projects--module .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  aspect-ratio: auto;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .featured-projects--module .swiper-slide {
    padding-bottom: 0;
    aspect-ratio: 16/9;
    padding: var(--padding);
  }
}
.featured-projects--module .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  height: 100%;
  opacity: 0;
}
@media (min-width: 768px) {
  .featured-projects--module .swiper-slide::before {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .featured-projects--module .swiper-slide::before {
    height: 30%;
  }
}
.featured-projects--module .swiper-slide [bg-img] {
  width: 100%;
  height: 100%;
  z-index: -1;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .featured-projects--module .swiper-slide [bg-img] {
    top: 0;
    position: absolute;
    left: 0;
    aspect-ratio: auto;
  }
}
.featured-projects--module .swiper-slide a {
  cursor: pointer;
  transition: 250ms opacity ease-out;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .featured-projects--module .swiper-slide a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .featured-projects--module .swiper-slide a {
    padding-right: 0;
  }
}
.featured-projects--module .swiper-slide h2 {
  line-height: 1em;
}
.featured-projects--module .swiper-slide span {
  line-height: 1.7333333em;
}
.featured-projects--module .swiper-slide h2,
.featured-projects--module .swiper-slide span {
  position: relative;
  z-index: 1;
}

.swiper-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--padding);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1024px) {
  .swiper-navigation {
    padding-right: var(--edge-offset);
  }
}
.swiper-navigation > * {
  cursor: pointer;
  transition: 250ms opacity ease-out;
  position: static;
  margin: 0;
  width: auto;
  height: 1em;
}
@media (min-width: 1024px) {
  .swiper-navigation > *:hover {
    opacity: 0.5;
  }
}
.swiper-navigation > *::after {
  content: "" !important;
}
.swiper-navigation > * img {
  width: auto;
  height: 100%;
  filter: drop-shadow(0px 5px 2px rgba(0, 0, 0, 0.5));
}

.text-and_image--module {
  --gap: 20px;
}
@media (min-width: 1024px) {
  .text-and_image--module {
    --gap: 40px;
  }
}
@media (max-width: 1023px) {
  .text-and_image--module img.image {
    padding-bottom: var(--gap);
  }
}
@media (min-width: 1024px) {
  .text-and_image--module img.image {
    aspect-ratio: 1/1.15;
  }
}
.text-and_image--module .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--gap);
}
@media (max-width: 1023px) {
  .text-and_image--module .content-wrapper {
    order: 2;
  }
}

.text-and_two_images--module {
  --gap: 20px;
}
@media (min-width: 1024px) {
  .text-and_two_images--module {
    --gap: 40px;
  }
}
.text-and_two_images--module .small {
  width: auto;
  height: auto;
  max-height: 25vh;
  display: block;
}
.text-and_two_images--module .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--gap);
}
@media (max-width: 1023px) {
  .text-and_two_images--module .content-wrapper {
    padding-bottom: var(--gap);
    order: 2;
  }
}
@media (min-width: 1024px) {
  .text-and_two_images--module .large-image-wrapper.layout-left {
    margin-left: calc(var(--container-padding) * -1);
    margin-right: auto;
  }
  .text-and_two_images--module .large-image-wrapper.layout-right {
    margin-left: auto;
    margin-right: calc(var(--container-padding) * -1);
  }
}
.text-and_two_images--module .large-image-wrapper .img-wrapper {
  height: 100%;
}
.text-and_two_images--module .large-image-wrapper .img-wrapper img {
  height: 100%;
}

.full-width_image--module img {
  aspect-ratio: 1.5/1;
}
@media (min-width: 1024px) {
  .full-width_image--module img {
    aspect-ratio: 2.24/1;
  }
}

.statistics--module .small-caption-text {
  color: #9A9A9A;
}

.statement--statistics .left-narrow [data-animate-text] {
  max-inline-size: 25ch;
}

.heading-and-text--statistics h4 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .heading-and-text--statistics .text-wrapper {
    max-inline-size: 80%;
  }
}

.large-statistics--statistics .grid {
  display: grid;
}
@media (max-width: 767px) {
  .large-statistics--statistics .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--container-padding);
  }
}
@media (max-width: 500px) {
  .large-statistics--statistics .grid {
    grid-template-columns: 1fr;
    gap: var(--container-padding);
  }
}
@media (min-width: 768px) {
  .large-statistics--statistics .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.large-statistics--statistics .item {
  border-left: 1px solid #9A9A9A;
  padding-top: 20px;
  padding-bottom: 20px;
}
.large-statistics--statistics .item .item-wrapper {
  margin: 0 auto 0 25px;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-rows: repeat(2, max-content);
  row-gap: 20px;
}
.large-statistics--statistics .item .large-statistic {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.large-statistics--statistics .item .small-caption-text {
  width: -moz-min-content;
  width: min-content;
}

.small-statistics--statistics .grid {
  display: grid;
}
@media (max-width: 767px) {
  .small-statistics--statistics .grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media (min-width: 768px) {
  .small-statistics--statistics .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.small-statistics--statistics .item {
  display: grid;
  grid-template-rows: repeat(2, auto);
  padding-left: 20px;
  border-left: 1px solid #9A9A9A;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subheading-text-link--statistics .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 30px;
}
@media (min-width: 1024px) {
  .subheading-text-link--statistics .content-wrapper {
    row-gap: 60px;
  }
}

.subheading-text-grid--statistics .grid {
  display: grid;
}
@media (max-width: 767px) {
  .subheading-text-grid--statistics .grid {
    row-gap: 40px;
  }
}
@media (min-width: 768px) {
  .subheading-text-grid--statistics .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
  }
}
.subheading-text-grid--statistics .item {
  display: grid;
  grid-template-rows: repeat(2, auto);
  row-gap: 10px;
}

.three-panels--module {
  overflow: hidden;
}
.three-panels--module .heading-row {
  padding-bottom: var(--container-padding);
}
@media (min-width: 1024px) {
  .three-panels--module .heading-row {
    padding-bottom: var(--edge-offset);
  }
}
.three-panels--module .grid {
  display: grid;
}
@media (min-width: 768px) {
  .three-panels--module .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.three-panels--module .item {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .three-panels--module .item {
    width: 120%;
  }
}
.three-panels--module .item .content-wrapper {
  color: white;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-auto-rows: max-content;
  padding: calc(var(--container-padding) * 2.5) var(--container-padding) calc(var(--container-padding) * 2.5);
  aspect-ratio: auto;
}
@media (max-width: 767px) {
  .three-panels--module .item .content-wrapper {
    grid-auto-rows: 1fr;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .three-panels--module .item .content-wrapper {
    aspect-ratio: 1/1.38;
    row-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .three-panels--module .item .content-wrapper {
    aspect-ratio: 1/1.15;
    padding: var(--edge-offset) calc(var(--edge-offset) * 1.25) var(--edge-offset) calc(var(--edge-offset) / 1.5);
  }
}
@media (min-width: 1680px) {
  .three-panels--module .item .content-wrapper {
    padding: calc(var(--edge-offset) * 1.5) calc(var(--edge-offset) * 2) var(--edge-offset) var(--edge-offset);
  }
}
.three-panels--module .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.25s ease-in-out;
  z-index: 0;
}
.three-panels--module .item .text-wrapper {
  max-inline-size: 75%;
}
@media (min-width: 1024px) {
  .three-panels--module a:hover .item::before {
    background: rgba(0, 0, 0, 0.4);
  }
}

.team-members--module {
  --grid-padding: 120px;
}
.team-members--module .heading-row {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .team-members--module .heading-row {
    padding-bottom: var(--edge-offset);
  }
}
.team-members--module .grid {
  display: grid;
  row-gap: 80px;
}
@media (min-width: 768px) {
  .team-members--module .grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: var(--container-padding);
         column-gap: var(--container-padding);
  }
}
@media (min-width: 1024px) {
  .team-members--module .grid {
    -moz-column-gap: calc(var(--container-padding) * 0.5);
         column-gap: calc(var(--container-padding) * 0.5);
  }
}
@media (min-width: 1440px) {
  .team-members--module .grid {
    -moz-column-gap: var(--grid-padding);
         column-gap: var(--grid-padding);
    padding: 0 var(--grid-padding);
    row-gap: var(--grid-padding);
  }
}
.team-members--module .item {
  --gap: 20px;
  display: grid;
  row-gap: var(--gap);
}
@media (min-width: 1024px) {
  .team-members--module .item {
    --gap: 40px;
  }
}
@media (min-width: 1024px) {
  .team-members--module .item {
    grid-template-rows: 30vw min-content auto;
  }
}
.team-members--module .item figure {
  width: 100%;
  height: 100%;
}
.team-members--module .item figure img {
  height: 100%;
}
@media (min-width: 768px) {
  .team-members--module .item .text-wrapper {
    max-inline-size: 95%;
  }
}
.team-members--module .item .caption-text {
  color: #9A9A9A;
}
.team-members--module .item p {
  margin-bottom: var(--gap);
}
.team-members--module .item p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .two-column_links--module {
    padding: 50px 0;
  }
}
.two-column_links--module .grid {
  display: grid;
}
@media (max-width: 1023px) {
  .two-column_links--module .grid {
    row-gap: var(--container-padding);
  }
}
@media (min-width: 1024px) {
  .two-column_links--module .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.two-column_links--module .item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  justify-items: center;
  row-gap: 40px;
  padding: var(--container-padding);
}
@media (min-width: 1024px) {
  .two-column_links--module .item {
    padding: var(--edge-offset);
    padding-bottom: calc(var(--edge-offset) * 1.6);
  }
}
.two-column_links--module .item > * {
  max-width: 400px;
}
.two-column_links--module .item .image {
  overflow: hidden;
  aspect-ratio: 1/1.225;
}
.two-column_links--module .item .image img {
  height: 100%;
  min-height: 40vh;
  transition: scale 0.5s ease-in-out;
}
.two-column_links--module .item .item-heading {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.two-column_links--module .item .text-wrapper {
  padding: 0 20px;
  line-height: 1.5em;
}
@media (min-width: 1024px) {
  .two-column_links--module a {
    transition: all 0.25s ease-in-out;
  }
  .two-column_links--module a:hover.hover-charcoal {
    color: white;
    background: #252525;
  }
  .two-column_links--module a:hover.hover-stone {
    color: #1C1C1C;
    background: #D4CEC2;
  }
  .two-column_links--module a:hover .image img {
    scale: 1.05;
  }
}
@media (max-width: 1023px) {
  .two-column_links--module a:nth-child(2) {
    display: block;
    position: relative;
  }
  .two-column_links--module a:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: var(--container-padding);
    width: calc(100% - var(--container-padding) * 2);
    height: 1px;
    transform: translate(0, -50%);
    background: #9A9A9A;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .two-column_links--module a:nth-child(2)::before {
    left: 50%;
  }
}
@media (max-width: 1023px) {
  .two-column_links--module a:nth-child(2) .item {
    padding-top: calc(var(--container-padding) * 2);
  }
}
@media (min-width: 1024px) {
  .two-column_links--module a:nth-child(2) {
    display: block;
    position: relative;
  }
  .two-column_links--module a:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 80%;
    transform: translate(-50%, -50%);
    background: #9A9A9A;
  }
}

.projects-grid--module {
  min-height: 100vh;
}
@media (min-width: 1024px) {
  .projects-grid--module .container-fluid {
    padding-right: 0 !important;
  }
}
.projects-grid--module .filters-row {
  padding-top: 40px;
  padding-bottom: 25px;
}
.projects-grid--module .project-grid {
  row-gap: 120px;
}

@media (min-width: 1024px) {
  .video--module {
    padding-left: var(--edge-offset);
    padding-right: var(--edge-offset);
  }
}

.form-and_image--module .grid {
  display: grid;
}
@media (min-width: 1024px) {
  .form-and_image--module .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 750px;
  }
}
@media (min-width: 1680px) {
  .form-and_image--module .grid {
    grid-auto-rows: 850px;
  }
}
.form-and_image--module .form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .form-and_image--module .form-wrapper {
    padding: 50px var(--container-padding);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .form-and_image--module .form-wrapper {
    padding: var(--edge-offset);
    gap: 30px;
  }
}
@media (min-width: 1680px) {
  .form-and_image--module .form-wrapper {
    padding: var(--container-padding);
  }
}
.form-and_image--module .form-wrapper .gform_wrapper {
  width: 100%;
}
.form-and_image--module .image-wrapper figure {
  height: 100%;
}
.form-and_image--module .image-wrapper figure img {
  height: 100%;
}
@media (max-width: 1023px) {
  .form-and_image--module .image-wrapper figure img {
    aspect-ratio: 1/1;
  }
}

.text-and_subtext_grid--module {
  --gap: 30px;
}
.text-and_subtext_grid--module .primary-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .text-and_subtext_grid--module .primary-wrapper {
    gap: var(--gap);
  }
}
.text-and_subtext_grid--module .grid-row {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .text-and_subtext_grid--module .grid-row {
    padding-top: 50px;
  }
}
.text-and_subtext_grid--module .grid {
  display: grid;
}
@media (max-width: 767px) {
  .text-and_subtext_grid--module .grid {
    row-gap: calc(var(--gap) * 2);
  }
}
@media (min-width: 768px) {
  .text-and_subtext_grid--module .grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
}
.text-and_subtext_grid--module .item img {
  aspect-ratio: 1.5/1;
}
.text-and_subtext_grid--module .item h6 {
  margin-top: 1.5em;
}
.text-and_subtext_grid--module h6 {
  margin-bottom: 1em;
}

.register-interest_form--module {
  position: relative;
  overflow: hidden;
}
.register-interest_form--module .heading {
  line-height: 1em;
}
@media (min-width: 1024px) {
  .register-interest_form--module {
    padding: 0 var(--container-padding) var(--container-padding);
  }
}
.register-interest_form--module .form-wrapper {
  --gap: 15px;
  position: relative;
  z-index: 1;
  display: grid;
}
@media (min-width: 1024px) {
  .register-interest_form--module .form-wrapper {
    --gap: 30px;
  }
}
@media (max-width: 1023px) {
  .register-interest_form--module .form-wrapper {
    padding: 50px var(--container-padding);
    row-gap: calc(var(--gap) * 5);
  }
  .register-interest_form--module .form-wrapper .heading,
  .register-interest_form--module .form-wrapper .text-wrapper {
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .register-interest_form--module .form-wrapper {
    grid-template-columns: 1fr 1.25fr;
    padding: var(--edge-offset);
    -moz-column-gap: calc(var(--edge-offset) * 1.25);
         column-gap: calc(var(--edge-offset) * 1.25);
  }
}
@media (min-width: 1440px) {
  .register-interest_form--module .form-wrapper {
    padding: 110px;
  }
}
.register-interest_form--module .form-wrapper .lhs-wrapper {
  display: grid;
  grid-auto-rows: max-content;
  row-gap: calc(var(--gap) * 2);
}
@media (min-width: 1024px) {
  .register-interest_form--module .form-wrapper .lhs-wrapper {
    row-gap: var(--gap);
  }
}
.register-interest_form--module .form-wrapper .lhs-wrapper .heading {
  max-inline-size: 90%;
}
@media (min-width: 1024px) {
  .register-interest_form--module .form-wrapper .lhs-wrapper .heading {
    text-wrap: balance;
  }
}
.register-interest_form--module .form-wrapper .lhs-wrapper .text-wrapper {
  font-weight: 300;
}
@media (max-width: 1023px) {
  .register-interest_form--module .form-wrapper .lhs-wrapper .text-wrapper {
    text-align: center;
  }
}
.register-interest_form--module .form-wrapper .rhs-wrapper {
  display: grid;
  row-gap: var(--gap);
}
.register-interest_form--module .form-wrapper .rhs-wrapper .form-text-wrapper {
  font-weight: 300;
}
@media (min-width: 1024px) {
  .register-interest_form--module .bg-image {
    position: absolute;
    top: var(--edge-offset);
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 0;
  }
}
.register-interest_form--module .bg-image img {
  height: 100%;
}

.article-link_cards--module {
  --gap: 15px;
}
@media (min-width: 1024px) {
  .article-link_cards--module {
    --gap: 30px;
  }
}
.article-link_cards--module .h-line {
  background: #9A9A9A;
}
.article-link_cards--module .heading-row {
  padding: var(--container-padding) 0;
}
@media (min-width: 1024px) {
  .article-link_cards--module .heading-row {
    padding-top: var(--edge-offset);
    padding-bottom: calc(var(--edge-offset) * 0.5);
  }
}
.article-link_cards--module .grid {
  display: grid;
}
@media (max-width: 767px) {
  .article-link_cards--module .grid {
    row-gap: var(--container-padding);
  }
}
@media (min-width: 768px) {
  .article-link_cards--module .grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: var(--gap);
         column-gap: var(--gap);
  }
}
.article-link_cards--module .item {
  display: grid;
  grid-auto-rows: max-content;
  row-gap: var(--gap);
}
.article-link_cards--module .item .thumbnail-wrapper {
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .article-link_cards--module .item .thumbnail-wrapper {
    aspect-ratio: 1/1.13;
  }
}
.article-link_cards--module .item .thumbnail-image {
  height: 100%;
  transition: scale 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .article-link_cards--module .item .description-wrapper {
    padding-right: 20px;
  }
}
.article-link_cards--module .card-link figure {
  height: 100%;
}
@media (min-width: 1024px) {
  .article-link_cards--module .card-link:hover .thumbnail-image {
    scale: 1.05;
  }
}

.map-and_contact_form--module {
  --gap: 30px;
}
.map-and_contact_form--module .lhs-wrapper {
  display: grid;
  grid-auto-rows: max-content;
  row-gap: var(--gap);
}
.map-and_contact_form--module .lhs-wrapper .map {
  aspect-ratio: 1.5/1;
  width: min(100%, 400px);
  height: auto;
}
@media (max-width: 1023px) {
  .map-and_contact_form--module .lhs-wrapper .map {
    margin-top: var(--gap);
    margin-bottom: calc(var(--gap) * 2);
  }
}
@media (min-width: 1024px) {
  .map-and_contact_form--module .lhs-wrapper .map {
    margin-top: var(--gap);
  }
}
.map-and_contact_form--module .rhs-wrapper {
  display: grid;
  grid-auto-rows: max-content;
  row-gap: var(--gap);
  padding: 50px var(--container-padding);
}
@media (min-width: 1024px) {
  .map-and_contact_form--module .rhs-wrapper {
    padding: var(--edge-offset);
  }
}
.map-and_contact_form--module .rhs-wrapper .form-text-wrapper {
  font-weight: 300;
}

.banner-carousel--generic {
  position: relative;
}
@media (max-width: 1023px) {
  .banner-carousel--generic {
    padding-top: 150px;
    padding-bottom: var(--container-padding);
  }
}
@media (min-width: 1024px) {
  .banner-carousel--generic {
    padding-top: 250px;
  }
}
.banner-carousel--generic .title-wrapper {
  display: flex;
}
@media (max-width: 1023px) {
  .banner-carousel--generic .title-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .banner-carousel--generic .title-wrapper {
    align-items: flex-end;
    justify-content: space-between;
  }
}
.banner-carousel--generic.two-tone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #E2DFD8;
  height: 100%;
}
@media (min-width: 1024px) {
  .banner-carousel--generic.two-tone::before {
    height: 50%;
  }
}
.banner-carousel--generic .title-row {
  padding-bottom: 50px;
}
.banner-carousel--generic .swiper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .banner-carousel--generic .swiper {
    margin-left: calc(var(--edge-offset) * -1);
  }
}
.banner-carousel--generic .swiper-slide {
  aspect-ratio: 16/9;
  max-height: 75vh;
  overflow: hidden;
}
.banner-carousel--generic .swiper-slide img {
  height: 100%;
}
.banner-carousel--generic .swiper-navigation {
  padding: 50px;
  padding-right: 0;
}
.banner-carousel--generic .swiper-navigation .swiper-button-next {
  cursor: pointer;
  transition: 250ms opacity ease-out;
  --margin: 20px;
  background: white;
  height: calc(100% + var(--margin) * 2);
}
@media (min-width: 1024px) {
  .banner-carousel--generic .swiper-navigation .swiper-button-next:hover {
    opacity: 0.9;
  }
}
.banner-carousel--generic .swiper-navigation .swiper-button-next img {
  margin: var(--margin) calc(var(--margin) * 2);
  filter: none;
}

.project-status--generic {
  color: #9A9A9A;
}
.project-status--generic .row {
  padding-top: var(--container-padding);
  padding-bottom: var(--container-padding);
}
@media (min-width: 768px) {
  .project-status--generic .row {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.not-found--generic {
  min-height: 100vh;
  padding-top: 250px;
}
.not-found--generic a {
  cursor: pointer;
  transition: 250ms opacity ease-out;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (min-width: 1024px) {
  .not-found--generic a:hover {
    opacity: 0.5;
  }
}

footer {
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  padding: calc(var(--container-padding) * 2) 0 var(--container-padding);
  margin-top: -1px;
}
@media (min-width: 1024px) {
  footer {
    padding: var(--edge-offset) 0 50px;
  }
}
footer .logo-row {
  padding-bottom: var(--container-padding);
}
footer .logo-row svg {
  fill: white;
  width: 250px;
  height: auto;
}
@media (min-width: 1024px) {
  footer .logo-row {
    padding-bottom: 75px;
  }
}
footer .details-grid {
  display: grid;
}
@media (max-width: 767px) {
  footer .details-grid {
    grid-auto-rows: max-content;
    row-gap: var(--container-padding);
  }
}
@media (min-width: 768px) {
  footer .details-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: calc(var(--container-padding) * 2);
         column-gap: calc(var(--container-padding) * 2);
  }
}
@media (min-width: 1024px) {
  footer .details-grid {
    grid-template-columns: max-content max-content 1fr;
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
}
footer .details-grid .contact-items {
  display: grid;
  grid-auto-rows: max-content;
  row-gap: var(--container-padding);
}
@media (min-width: 768px) {
  footer .details-grid .contact-items {
    row-gap: 20px;
  }
}
@media (min-width: 1024px) {
  footer .details-grid .social-items {
    justify-self: flex-end;
  }
}
footer .line-row {
  color: #9A9A9A;
  padding: var(--container-padding) 0;
}
@media (min-width: 1024px) {
  footer .line-row {
    padding: 40px 0 25px;
  }
}
footer .fine-print {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  footer .fine-print {
    margin-left: auto;
  }
}
footer .fine-print ul {
  display: flex;
  gap: 25px;
}
@media (min-width: 1024px) {
  footer .fine-print ul {
    gap: 50px;
    justify-content: flex-end;
  }
}
footer .subheading {
  font-weight: 500;
}
footer a {
  cursor: pointer;
  transition: 250ms opacity ease-out;
}
@media (min-width: 1024px) {
  footer a:hover {
    opacity: 0.5;
  }
}

/*# sourceMappingURL=main.min.css.map */