@charset "UTF-8";
@font-face {
  font-family: "Sequel 100 Wide";
  src: url("../fonts/Sequel100Wide-95.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel 100 Wide";
  src: url("../fonts/Sequel100Wide-45.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Book Body";
  src: url("../fonts/SequelSans-BookBody.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Semi Bold Body";
  src: url("../fonts/SequelSans-SemiBoldBody.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Light Body";
  src: url("../fonts/SequelSans-LightBody.woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}
@media (max-width: 1380px) {
  html {
    scroll-padding-top: 10rem;
  }
}
body {
  background: #ffffff;
  color: #141414;
  font-family: "Sequel Sans Book Body", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  box-sizing: border-box;
  margin: 0;
}
*, *:before, *:after {
  box-sizing: inherit;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
button {
  background: inherit;
  border: inherit;
  font-size: inherit;
  line-height: 1.2;
  padding: 0;
}
::selection {
  text-shadow: none;
  background: #b0c4de80;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
code {
  background: #DBD6CB;
  border: 1px dashed #cccccc;
  border-radius: 3px;
  padding: 0 0.5rem;
  overflow-wrap: anywhere;
}
figure {
  margin: 0 0 1rem 0;
}
figure:last-child {
  margin: 0;
}
/* Search Form */
.search-form {
  display: flex;
}
.search-form label {
  flex-grow: 1;
}
.screen-reader-text {
  display: none;
}
.search-submit {
  margin-left: 1rem;
}
.search-item-border {
  border: 1px solid #141414;
  border-radius: 30px;
}
/* Post Meta Text */
.post-meta-text {
  display: flex;
  gap: 1.5em;
}
.post-meta-text, .post-meta-text a {
  color: #707070;
  font-size: 0.9rem;
}
.post-meta-text > * {
  position: relative;
}
.post-meta-text > *:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #cccccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
  right: -0.75em;
}
.post-meta-text > *:last-child:after {
  display: none;
}
/* Widgets */
.widget:not(:last-child) {
  margin-bottom: 2rem;
}
/* 404 */
.four-o-four-section h1 {
  font-size: 10em;
  color: #cccccc;
}
@media (max-width: 640px) {
  .four-o-four-section h1 {
    font-size: 6em;
  }
}
/* Password Protected Page Form */
.post-password-form {
  max-width: 900px;
  margin: 8rem auto 0 auto;
  padding: calc(min(6vw, 80px) + 20px) 6vw;
}
.post-password-form p:last-child {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type=submit] {
  background: #DE9600;
  color: #141414;
  border: none;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Sequel 100 Wide", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1;
  padding: 0 1.1rem;
  height: 1.9rem;
  transition-duration: 0.15s;
  cursor: pointer;
  outline: none;
}
.button:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, input[type=submit]:hover {
  background: #141414;
  color: #ffffff;
}
.button.outline, .is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #DE9600;
  color: #DE9600;
}
.button.outline svg path {
  fill: #DE9600;
  transition-duration: 0.15s;
}
.button.outline:hover, .is-style-outline .wp-block-button__link:hover {
  background: #ffba2c;
  border-color: #ffba2c;
  color: #ffffff;
}
.button.outline:hover svg path {
  fill: #141414;
  transition-duration: 0.15s;
}
.button.button-small, .button-small .wp-block-button__link, .wp-block-file .wp-block-file__button {
  height: 1rem;
  padding: 0 1.2rem;
  font-size: 0.9rem;
}
.button.button-large, .button-large .wp-block-button__link, .search-submit.button-large {
  height: 2.3rem;
  padding: 0 2.2rem;
  font-size: 1.2rem;
}
.button.with-icon-only {
  display: flex;
  width: 1.9rem;
  height: 1.9rem;
  padding: 0;
}
.with-icon-only > * {
  width: 1.33rem;
  height: 1.33rem;
}
@media (max-width: 1380px) {
  .with-icon-only > * {
    width: 3.8rem;
    height: 1.9rem;
  }
  .button.button-large, .button-large .wp-block-button__link {
    height: 2.3rem;
    padding: 0 2.2rem;
    font-size: 1.1rem;
  }
}
.with-icon-only path, .button.with-icon-left path, .button.with-icon-right path {
  fill: #ffffff;
  transition-duration: 0.15s;
}
.with-icon-only:hover path, .button.with-icon-left:hover path, .button.with-icon-right:hover path {
  fill: #ffffff;
}
.button-small.with-icon-only {
  width: 1rem;
  height: 1rem;
}
.button-small.with-icon-only > * {
  width: 0.6rem;
  height: 0.6rem;
}
.button-large.with-icon-only {
  width: 2.3rem;
  height: 2.3rem;
}
.button-large.with-icon-only > * {
  width: 1.38rem;
  height: 1.38rem;
}
.button.button-hover-black:hover {
  background-color: #141414;
  color: #ffffff;
}
.inverted .button, .inverted input[type=submit] {
  background: #ffffff;
  color: #141414;
}
.inverted .button.with-icon-only path, .inverted .button.with-icon-left path, .inverted .button.with-icon-right path {
  fill: #141414;
  transition-duration: 0.15s;
}
.inverted .button:hover, .inverted input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #141414;
}
.inverted .button.with-icon-only:hover path, .inverted .button.with-icon-left:hover path, .inverted .button.with-icon-right:hover path {
  fill: #141414;
}
.inverted .button.outline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.inverted .button.outline:hover {
  background: #DE9600;
  border-color: #DE9600;
  color: #ffffff;
}
.inverted .button.outline path {
  fill: #ffffff;
}
.inverted .button.outline:hover path {
  fill: #ffffff;
}
.accordion-menu a {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
  color: #141414;
  font-size: 1.1rem;
}
.accordion-menu > #menu-main-menu > .menu-item > a {
  min-height: 3em;
  border-top: 1px solid #141414;
  padding-bottom: 0;
  font-size: 1.2rem;
}
.accordion-menu .menu-item:last-child a {
  padding-bottom: 1rem;
}
.accordion-menu .menu-item {
  position: relative;
  width: 100%;
}
.accordion-menu .menu-item .sub-menu-icon {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  transition-duration: 0.15s;
}
.accordion-menu .menu-item-has-children > .sub-menu-icon {
  display: block;
}
.accordion-menu .menu-item > .sub-menu-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background: #141414;
  border-radius: 1000000px;
  transition-duration: var(--accordion-menu-transition-duration);
}
.accordion-menu .menu-item > .sub-menu-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: #141414;
  border-radius: 1000000px;
  transition-duration: var(--accordion-menu-transition-duration);
}
.accordion-menu .sub-menu-icon.sub-menu-open::after {
  transform: rotate(90deg);
}
.accordion-menu .sub-menu {
  height: 0;
  overflow: hidden;
  transition-duration: var(--accordion-menu-transition-duration);
  padding-left: 0rem;
}
.accordion-menu .sub-menu-open + .sub-menu {
  height: auto;
}
.accordion {
  width: 100%;
}
.accordion-item {
  border-top: 1px solid #141414;
}
.accordion-item:last-child {
  border-bottom: 1px solid #141414;
}
.accordion-title {
  padding: 1rem 3rem 1rem 0rem;
  margin: 0;
  position: relative;
  background: #ffffff;
  color: #141414;
  border-radius: 0;
  cursor: pointer;
  transition-duration: 0.15s;
}
.accordion-title > * {
  color: #141414;
}
.accordion-title:hover, .active > .accordion-title {
  background: #ffffff;
}
.accordion-inner-content {
  padding: 1.5rem 1.5rem 1.5rem 0rem;
  background: #ffffff;
}
.accordion-title::before, .accordion-title::after {
  content: "";
  position: absolute;
  background: #141414;
  transition-duration: 0.15s;
}
.accordion-title::before {
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 2px;
  height: 0.8rem;
}
.active .accordion-title::before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-title::after {
  top: 50%;
  right: calc(1rem + 1px);
  width: 0.8rem;
  transform: translateY(-50%);
  height: 2px;
}
.active .accordion-title::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-title.background-pale {
  background-color: #DBD6CB;
}
.accordion-title.background-pale:hover, .active > .accordion-title.background-pale {
  background: #DBD6CB;
}
.background-pale .accordion-inner-content {
  background: #DBD6CB;
}
.collapse-js {
  height: 0;
  overflow: hidden;
}
.collapse-js.open-js {
  height: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 1rem 4rem 1rem;
  display: flex;
  opacity: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: opacity 0.15s ease-out, z-index 0s 0.15s ease-out;
}
.modal-open {
  z-index: 3000;
  opacity: 1;
  transition: opacity 0.15s ease-out;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.modal-box {
  position: relative;
  width: 100%;
  max-width: 640px;
  overflow-y: hidden;
  border-radius: 0;
  box-shadow: 0px 0.5rem 2rem -0.5rem rgba(0, 0, 0, 0.15);
  z-index: 3010;
  transform: translateY(-1rem);
  transition-duration: 0.15s;
  margin: auto;
}
.modal-open .modal-box {
  transform: translateY(0);
}
.modal-content {
  margin-top: 0rem;
}
.close-icon {
  position: absolute;
  right: 3rem;
  top: 0;
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 0.8;
  transition-duration: 0.15s;
}
.close-icon:hover {
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 1380px) {
  .close-icon {
    position: absolute;
    right: 0;
    bottom: 5rem;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 0.8;
    transition-duration: 0.15s;
  }
}
/*----- Make Sliders go all the way to edge of screen -----*/
.splide.left-arrows-slider {
  width: calc(100vw - 12vw);
  margin-right: calc(-1 * 6vw);
  position: relative;
}
.splide__list .splide__slide:last-child {
  margin-right: calc(-1 * 6vw);
}
/*----- Base rules -----*/
.splide__arrows {
  display: flex;
  column-gap: 0.5rem;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
}
.splide__arrow {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  transition-duration: 0.15s;
  pointer-events: auto;
  opacity: 1;
}
.splide__arrow.splide__arrow--prev {
  background: url(../images/arrow-left-outline.svg) no-repeat;
  background-size: 2rem;
}
.splide__arrow.splide__arrow--next {
  background: url(../images/arrow-right-outline.svg) no-repeat;
  background-size: 2rem;
}
.inverted.splide__arrow.splide__arrow--prev {
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: 2rem;
}
.inverted.splide__arrow.splide__arrow--next {
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: 2rem;
}
.splide__arrows.hero-arrows {
  position: absolute;
  display: flex;
  justify-content: end;
  bottom: 10%;
  right: 10%;
}
.hero-arrows .splide__arrow {
  position: static;
}
.splide__arrows.arrows-space-between {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 2rem;
  right: 2rem;
}
.arrows-space-between .splide__arrow--prev {
  left: 5rem;
}
.arrows-space-between .splide__arrow--next {
  right: 5rem;
}
.splide__arrows.arrows-start {
  top: 35%;
  position: absolute;
  left: -6rem;
}
.arrows-start .splide__arrow {
  position: static;
}
.splide__track.splide__track--slide.splide__track--ltr.splide__track--draggable {
  padding-left: 0rem !important;
}
.splide__track.splide__track--draggable {
  cursor: move;
}
.center-arrows-slider-images.slider-padding-left-0 .splide__track.splide__track--slide.splide__track--ltr.splide__track--draggable {
  padding-left: 0rem !important;
}
.space-between-center-arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0rem;
  right: 0rem;
}
.space-between-center-arrows .splide__arrow--prev {
  left: -3rem;
}
.space-between-center-arrows .splide__arrow--next {
  right: -3rem;
}
@media (max-width: 960px) {
  .splide__arrows {
    display: none;
  }
  .splide__arrows.arrows-space-between {
    display: none;
  }
  .center-arrows-slider-images .splide__track.splide__track--slide.splide__track--ltr.splide__track--draggable {
    padding-left: 2rem !important;
  }
}
@media (max-width: 640px) {
  .splide__arrows {
    display: none;
  }
  .splide__arrows.arrows-space-between {
    display: none;
  }
}
@media (max-width: 320px) {
  .splide__arrows {
    display: none;
  }
  .splide__arrows.arrows-space-between {
    display: none;
  }
}
.splide__pagination.splide__pagination--ltr {
  display: none;
}
/* Style for elements that will fade in */
.fade-in {
  opacity: 0;
  transition: opacity 800ms ease;
}
/* Additional styles for faded-in elements */
.fade-in.visible {
  opacity: 1;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"], textarea {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #141414;
  border-radius: 5px;
  background: #ffffff;
  color: #141414;
  padding: 1.1rem 1.2rem;
  flex-grow: 1;
  transition-duration: 0.15s;
  transition-property: color, border-color, background, background-color;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="password"], input[type="search"], input[type="url"] {
  height: 2.3rem;
  line-height: 1.1;
}
textarea {
  padding: 0.8rem 1.2rem;
  line-height: 1.2;
  min-height: 150px;
  resize: vertical;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="tel"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="url"]:hover, textarea:hover {
  background: #ffffff;
  border-color: #707070;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="url"]:focus, textarea:focus {
  background: #ffffff;
  border-color: #DE9600;
}
::placeholder {
  color: #707070;
}
input[type="checkbox"], input[type="radio"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #141414;
  margin: 0 10px 0 0;
  transition-duration: 0.15s;
  transition-property: border-color, background, background-color;
  flex-shrink: 0;
}
input[type="checkbox"]:hover, input[type="radio"]:hover {
  background-color: #ffffff;
  border-color: #707070;
}
input[type="checkbox"]:after, input[type="radio"]:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  opacity: 0;
  transition-duration: 0.15s;
  background-color: #DE9600;
}
input[type="checkbox"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><polyline points="6,13 11,18 20,8" style="fill:none;stroke:white;stroke-width:2" /></svg>');
}
input[type="radio"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 26 26"><circle cx="13" cy="13" r="6" style="fill:white;" /></svg>');
}
input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
  opacity: 1;
}
input[type="checkbox"], input[type="checkbox"]:after, input[type="checkbox"]:checked:after {
  border-radius: 15px;
}
input[type="radio"], input[type="radio"]:after, input[type="radio"]:checked:after {
  border-radius: 100%;
}
select {
  height: 2.3rem;
  line-height: 1.1;
  padding: 0 1.2rem;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #141414;
  border-radius: 5px;
  background-color: #ffffff;
  color: #141414;
  background-image: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  transition-duration: 0.15s;
  transition-property: color, border-color, background-color;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
select:hover {
  border-color: #707070;
}
.inverted input[type="text"], .inverted input[type="email"], .inverted input[type="number"], .inverted input[type="tel"], .inverted input[type="password"], .inverted input[type="search"], .inverted input[type="url"], .inverted textarea {
  background: #ffffff;
  color: #707070;
  border-color: #707070;
}
.inverted input[type="text"]:hover, .inverted input[type="email"]:hover, .inverted input[type="number"]:hover, .inverted input[type="tel"]:hover, .inverted input[type="password"]:hover, .inverted input[type="search"]:hover, .inverted input[type="url"]:hover, .inverted textarea:hover {
  background: #ffffff;
  border-color: #cccccc;
}
.inverted input[type="text"]:focus, .inverted input[type="email"]:focus, .inverted input[type="number"]:focus, .inverted input[type="tel"]:focus, .inverted input[type="password"]:focus, .inverted input[type="search"]:focus, .inverted input[type="url"]:focus, .inverted textarea:focus {
  background: #ffffff;
  border-color: #cccccc;
}
.inverted input::placeholder, .inverted textarea::placeholder {
  color: #707070;
}
.inverted input[type="checkbox"], .inverted input[type="radio"] {
  background-color: transparent;
  border-color: #707070;
}
.inverted input[type="checkbox"]:hover, .inverted input[type="radio"]:hover {
  border-color: #cccccc;
}
.inverted input[type="checkbox"]:after, .inverted input[type="radio"]:after {
  background-color: transparent;
}
.inverted select {
  background-color: #ffffff;
  border-color: #707070;
  color: #ffffff;
}
.inverted select:hover {
  border-color: #cccccc;
}
.inverted input[type="email"].subscribe-email {
  width: 10rem;
  border: none;
}
@media (max-width: 1380px) {
  .inverted input[type="email"].subscribe-email {
    width: 100%;
  }
}
input[type="email"].subscribe-email {
  border-radius: 30px;
}
input[type="search"].search-field {
  border-radius: 30px;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
}
figure.wp-block-table thead > tr, figure.wp-block-table tfoot > tr {
  background: #141414;
  color: #ffffff;
  text-align: left;
}
.wp-block-buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button__width-100 {
  width: 100%;
}
.wp-block-button__link {
  width: 100%;
}
.wp-block-file {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.wp-block-file:last-child {
  margin-bottom: 0;
}
.wp-block-file a:first-child {
  color: #141414;
  margin-right: 1rem;
}
.wp-block-file a:first-child:hover {
  color: #ffba2c;
}
.wp-block-columns {
  display: flex;
  column-gap: 1.5rem;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-column {
  flex-grow: 1;
}
@media (max-width: 640px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.background-image-absolute {
  position: relative;
}
.background-image-absolute > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.image-absolute {
  position: relative;
}
.image-absolute > img:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio-1-1 {
  padding-bottom: 100%;
}
.ratio-5-4 {
  padding-bottom: 80%;
}
.ratio-4-3 {
  padding-bottom: 75%;
}
.ratio-3-2 {
  padding-bottom: 66.66%;
}
.ratio-16-9 {
  padding-bottom: 56.25%;
}
.ratio-2-1 {
  padding-bottom: 50%;
}
.ratio-3-1 {
  padding-bottom: 33.33%;
}
.ratio-4-1 {
  padding-bottom: 25%;
}
.ratio-2-3 {
  padding-bottom: 150%;
}
.ratio-3-4 {
  padding-bottom: 133.335%;
}
.ratio-4-5 {
  padding-bottom: 125%;
}
@media (max-width: 960px) {
  .md-ratio-1-1 {
    padding-bottom: 100%;
  }
  .md-ratio-5-4 {
    padding-bottom: 80%;
  }
  .md-ratio-4-3 {
    padding-bottom: 75%;
  }
  .md-ratio-3-2 {
    padding-bottom: 66.66%;
  }
  .md-ratio-16-9 {
    padding-bottom: 56.25%;
  }
  .md-ratio-2-1 {
    padding-bottom: 50%;
  }
  .md-ratio-3-1 {
    padding-bottom: 33.33%;
  }
  .md-ratio-4-1 {
    padding-bottom: 25%;
  }
  .md-ratio-2-3 {
    padding-bottom: 150%;
  }
  .md-ratio-3-4 {
    padding-bottom: 133.335%;
  }
  .md-ratio-4-5 {
    padding-bottom: 125%;
  }
}
@media (max-width: 640px) {
  .sm-ratio-1-1 {
    padding-bottom: 100%;
  }
  .sm-ratio-5-4 {
    padding-bottom: 80%;
  }
  .sm-ratio-4-3 {
    padding-bottom: 75%;
  }
  .sm-ratio-3-2 {
    padding-bottom: 66.66%;
  }
  .sm-ratio-16-9 {
    padding-bottom: 56.25%;
  }
  .sm-ratio-2-1 {
    padding-bottom: 50%;
  }
  .sm-ratio-3-1 {
    padding-bottom: 33.33%;
  }
  .sm-ratio-4-1 {
    padding-bottom: 25%;
  }
  .sm-ratio-2-3 {
    padding-bottom: 150%;
  }
  .sm-ratio-3-4 {
    padding-bottom: 133.335%;
  }
  .sm-ratio-4-5 {
    padding-bottom: 125%;
  }
}
.object-fit-cover > img:first-of-type {
  object-fit: cover;
}
.object-fit-contain > img:first-of-type {
  object-fit: contain;
}
.object-position-0-0 > img:first-of-type {
  object-position: 0% 0%;
}
.object-position-0-25 > img:first-of-type {
  object-position: 0% 25%;
}
.object-position-0-50 > img:first-of-type {
  object-position: 0% 50%;
}
.object-position-0-75 > img:first-of-type {
  object-position: 0% 75%;
}
.object-position-0-100 > img:first-of-type {
  object-position: 0% 100%;
}
.object-position-25-0 > img:first-of-type {
  object-position: 25% 0%;
}
.object-position-25-25 > img:first-of-type {
  object-position: 25% 25%;
}
.object-position-25-50 > img:first-of-type {
  object-position: 25% 50%;
}
.object-position-25-75 > img:first-of-type {
  object-position: 25% 75%;
}
.object-position-25-100 > img:first-of-type {
  object-position: 25% 100%;
}
.object-position-50-0 > img:first-of-type {
  object-position: 50% 0%;
}
.object-position-50-25 > img:first-of-type {
  object-position: 50% 25%;
}
.object-position-50-50 > img:first-of-type {
  object-position: 50% 50%;
}
.object-position-50-75 > img:first-of-type {
  object-position: 50% 75%;
}
.object-position-50-100 > img:first-of-type {
  object-position: 50% 100%;
}
.object-position-75-0 > img:first-of-type {
  object-position: 75% 0%;
}
.object-position-75-25 > img:first-of-type {
  object-position: 75% 25%;
}
.object-position-75-50 > img:first-of-type {
  object-position: 75% 50%;
}
.object-position-75-75 > img:first-of-type {
  object-position: 75% 75%;
}
.object-position-75-100 > img:first-of-type {
  object-position: 75% 100%;
}
.object-position-100-0 > img:first-of-type {
  object-position: 100% 0%;
}
.object-position-100-25 > img:first-of-type {
  object-position: 100% 25%;
}
.object-position-100-50 > img:first-of-type {
  object-position: 100% 50%;
}
.object-position-100-75 > img:first-of-type {
  object-position: 100% 75%;
}
.object-position-100-100 > img:first-of-type {
  object-position: 100% 100%;
}
.with-icon-left, .with-icon-right {
  display: flex;
  align-items: center;
}
.with-icon-left > *, .with-icon-right > * {
  width: 1em;
  height: 1em;
}
.with-icon-left > * {
  margin-right: 0.5em;
}
.with-icon-right > * {
  margin-left: 0.5em;
}
.with-icon-left path, .with-icon-right path {
  fill: #141414;
}
a.with-icon-left path, a.with-icon-right path {
  fill: #DE9600;
  transition-duration: 0.15s;
}
a.with-icon-left:hover path, a.with-icon-right:hover path {
  fill: #ffba2c;
}
.icon-large > * {
  width: 1.2em;
  height: 1.2em;
}
.inverted .with-icon-left path, .inverted .with-icon-right path {
  fill: #ffffff;
}
.inverted a.with-icon-left:hover path, .inverted a.with-icon-right:hover path {
  fill: #DE9600;
}
a {
  color: #DE9600;
  transition-duration: 0.15s;
  text-decoration: none;
  overflow-wrap: anywhere;
}
a:hover {
  color: #ffba2c;
}
.dark-links a {
  color: #141414;
}
.dark-links a:hover {
  color: #DE9600;
}
.dark-links a path {
  fill: #141414;
}
.dark-links a:hover path {
  fill: #DE9600;
}
.inverted a {
  color: #ffffff;
}
.inverted a:hover, .inverted h1 a:hover, .inverted h2 a:hover, .inverted h3 a:hover, .inverted h4 a:hover {
  color: #DE9600;
}
p a {
  text-decoration: underline;
}
.horizontal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.vertical-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.vertical-list li {
  list-style-type: none;
}
.stretch-li-content {
  align-items: stretch;
}
.horizontal-list a, .vertical-list a {
  display: flex;
}
.list-spacing-5 li {
  margin-bottom: 1.5em;
}
.list-spacing-4 li {
  margin-bottom: 1em;
}
.list-spacing-3 li {
  margin-bottom: 0.75em;
}
.list-spacing-2 li {
  margin-bottom: 0.5em;
}
.list-spacing-1 li {
  margin-bottom: 0.25em;
}
.list-spacing-last-child-0 li:last-child {
  margin-bottom: 0;
}
.page-width-wide {
  max-width: 1540px;
}
.page-width-default {
  max-width: 1380px;
}
.page-width-narrow {
  max-width: 900px;
}
.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
a.page-numbers, span.page-numbers {
  padding: 0.6rem 1rem;
  background: #DBD6CB;
  color: #141414;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 30px;
  display: block;
}
span.page-numbers.current {
  background: #DE9600;
  color: #ffffff;
}
a.page-numbers:hover {
  background: #ffba2c;
  color: #ffffff;
}
.section-wrapper {
  width: 100%;
  padding: calc(min(6vw, 60px) + 20px) 6vw;
}
.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 640px) {
  .section-wrapper {
    padding: 40px 20px;
  }
  .section-wrapper.section-wrapper-off-canvas {
    padding: 0.7rem 0px;
  }
}
@media (max-width: 320px) {
  .section-wrapper {
    padding: 30px 15px;
  }
}
table {
  border-collapse: collapse;
  width: 100%;
}
table tr {
  transition-duration: 0.15s;
}
table td, table th {
  padding: 0.5rem 1rem;
}
.table-divider tr {
  border-bottom: 1px solid #cccccc;
}
.tabel-cell-border td, .tabel-cell-border th, .is-style-regular td, .is-style-regular th {
  border: 1px solid #cccccc;
}
.table-striped tr:nth-child(even), .is-style-stripes tr:nth-child(even) {
  background: #DBD6CB;
}
.table-hover tr:hover {
  background: #cccccc;
}
.huge, h1, h2, h3, h4, h5, h6 {
  font-family: "Sequel 100 Wide", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #141414;
  line-height: 1.1;
  letter-spacing: 0.2px;
  margin-top: calc(.7em + 1.3rem);
  margin-bottom: calc(.3em + .7rem);
  overflow-wrap: anywhere;
  /* Manual word break with hyphens by adding &shy; in the word */
  hyphens: manual;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
.huge:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
.wp-block-column h2, .wp-block-column h3, .wp-block-column h4, .wp-block-column h5, .wp-block-column h6 {
  margin-top: calc(.3em + .7rem);
}
.huge:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, blockquote:last-child {
  margin-bottom: 0;
}
b, strong {
  font-weight: 600;
}
i, em {
  font-style: italic;
}
blockquote {
  border-left: 0.33rem solid #707070;
  color: #141414;
  font-style: italic;
  margin: 1em 0;
  padding-left: 1em;
}
figcaption {
  font-size: 0.9rem;
  color: #707070;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.inverted, .inverted h1, .inverted h2, .inverted h3, .inverted h4, .inverted blockquote {
  color: #ffffff;
}
.inverted figcaption {
  color: #cccccc;
}
@keyframes fade-in-video {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.background-video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.background-video-embed iframe {
  width: 177.77vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fade-in-video;
  animation-duration: 2s;
}
.video-height-3 {
  height: 75;
}
.video-height-3 iframe {
  min-height: 75;
}
.video-height-2 {
  height: 50;
}
.video-height-2 iframe {
  min-height: 50;
}
.video-height-1 {
  height: 25;
}
.video-height-1 iframe {
  min-height: 25;
}
.responsive-video-embed, .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.responsive-video-embed iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-black {
  background: #141414;
}
.background-black-alpha-3 {
  background: rgba(0, 0, 0, 0.65);
}
.background-black-alpha-2 {
  background: rgba(0, 0, 0, 0.25);
}
.background-black-alpha-1 {
  background: rgba(0, 0, 0, 0.1);
}
.background-dark {
  background: #707070;
}
.background-light {
  background: #cccccc;
}
.background-pale {
  background: #DBD6CB;
}
.background-white {
  background: #ffffff;
}
.background-white-alpha-3 {
  background: rgba(255, 255, 255, 0.65);
}
.background-white-alpha-2 {
  background: rgba(255, 255, 255, 0.25);
}
.background-white-alpha-1 {
  background: rgba(255, 255, 255, 0.1);
}
.background-primary {
  background: #DE9600;
}
.background-secondary {
  background: #E23F23;
}
.background-tertiary {
  background: #04C2EA;
}
.background-quarternary {
  background: #00A162;
}
.background-alt3 {
  background: #F16600;
}
.background-alt5 {
  background: #a0b41f;
}
.background-success {
  background: green;
}
.background-warning {
  background: orange;
}
.background-error {
  background: red;
}
.background-hover:hover {
  background: #ffba2c;
}
.background-hover-black:hover {
  background: #141414;
}
.background-hover-black-alpha-3:hover {
  background: rgba(0, 0, 0, 0.65);
}
.background-hover-black-alpha-2:hover {
  background: rgba(0, 0, 0, 0.25);
}
.background-hover-black-alpha-1:hover {
  background: rgba(0, 0, 0, 0.1);
}
.background-hover-dark:hover {
  background: #707070;
}
.background-hover-light:hover {
  background: #cccccc;
}
.background-hover-pale:hover {
  background: #DBD6CB;
}
.background-hover-white:hover {
  background: #ffffff;
}
.background-hover-white-alpha-3:hover {
  background: rgba(255, 255, 255, 0.65);
}
.background-hover-white-alpha-2:hover {
  background: rgba(255, 255, 255, 0.25);
}
.background-hover-white-alpha-1:hover {
  background: rgba(255, 255, 255, 0.1);
}
.background-hover-primary:hover {
  background: #DE9600;
}
.background-hover-secondary:hover {
  background: #E23F23;
}
.background-hover-tertiary:hover {
  background: #04C2EA;
}
.background-hover-success:hover {
  background: green;
}
.background-hover-warning:hover {
  background: orange;
}
.background-hover-error:hover {
  background: red;
}
.border-radius {
  border-radius: 30px;
}
.border-radius-100pr {
  border-radius: 100%;
}
.border-radius-pill {
  border-radius: 100000px;
}
.color-black {
  color: #141414 !important;
}
.color-black-alpha-3 {
  color: rgba(0, 0, 0, 0.65) !important;
}
.color-black-alpha-2 {
  color: rgba(0, 0, 0, 0.25) !important;
}
.color-black-alpha-1 {
  color: rgba(0, 0, 0, 0.1) !important;
}
.color-dark {
  color: #707070 !important;
}
.color-light {
  color: #cccccc !important;
}
.color-pale {
  color: #DBD6CB !important;
}
.color-white {
  color: #ffffff !important;
}
.color-white-alpha-3 {
  color: rgba(255, 255, 255, 0.65) !important;
}
.color-white-alpha-2 {
  color: rgba(255, 255, 255, 0.25) !important;
}
.color-white-alpha-1 {
  color: rgba(255, 255, 255, 0.1) !important;
}
.color-primary {
  color: #DE9600 !important;
}
.color-secondary {
  color: #E23F23 !important;
}
.color-tertiary {
  color: #04C2EA !important;
}
.color-success {
  color: green !important;
}
.color-warning {
  color: orange !important;
}
.color-error {
  color: red !important;
}
.color-link {
  color: #DE9600 !important;
}
.color-hover:hover {
  color: #ffba2c !important;
}
.color-hover-black:hover {
  color: #141414 !important;
}
.color-hover-black-alpha-3:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}
.color-hover-black-alpha-2:hover {
  color: rgba(0, 0, 0, 0.25) !important;
}
.color-hover-black-alpha-1:hover {
  color: rgba(0, 0, 0, 0.1) !important;
}
.color-hover-dark:hover {
  color: #707070 !important;
}
.color-hover-light:hover {
  color: #cccccc !important;
}
.color-hover-pale:hover {
  color: #DBD6CB !important;
}
.color-hover-white:hover {
  color: #ffffff !important;
}
.color-hover-white-alpha-3:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}
.color-hover-white-alpha-2:hover {
  color: rgba(255, 255, 255, 0.25) !important;
}
.color-hover-white-alpha-1:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}
.color-hover-primary:hover {
  color: #DE9600 !important;
}
.color-hover-secondary:hover {
  color: #E23F23 !important;
}
.color-hover-tertiary:hover {
  color: #04C2EA !important;
}
.color-hover-success:hover {
  color: green !important;
}
.color-hover-warning:hover {
  color: orange !important;
}
.color-hover-error:hover {
  color: red !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.none {
  display: none;
}
@media (max-width: 1380px) {
  .lg-flex {
    display: flex;
  }
  .lg-grid {
    display: grid;
  }
  .lg-none {
    display: none;
  }
}
@media (max-width: 960px) {
  .md-flex {
    display: flex;
  }
  .md-grid {
    display: grid;
  }
  .md-none {
    display: none;
  }
}
@media (max-width: 640px) {
  .sm-flex {
    display: flex;
  }
  .sm-grid {
    display: grid;
  }
  .sm-none {
    display: none;
  }
}
.brightness-90pr {
  filter: brightness(90%);
}
.brightness-80pr {
  filter: brightness(80%);
}
.brightness-70pr {
  filter: brightness(70%);
}
.brightness-60pr {
  filter: brightness(60%);
}
.brightness-50pr {
  filter: brightness(50%);
}
.brightness-40pr {
  filter: brightness(40%);
}
.brightness-30pr {
  filter: brightness(30%);
}
.direction-row {
  flex-direction: row;
}
.direction-column {
  flex-direction: column;
}
.wrap {
  flex-wrap: wrap;
}
.nowrap {
  flex-wrap: nowrap;
}
.white-space-nowrap {
  white-space: nowrap;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-space-evenly {
  justify-content: space-evenly;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}
@media (max-width: 1380px) {
  .lg-direction-row {
    flex-direction: row;
  }
  .lg-direction-column {
    flex-direction: column;
  }
  .lg-wrap {
    flex-wrap: wrap;
  }
  .lg-nowrap {
    flex-wrap: nowrap;
  }
  .lg-justify-start {
    justify-content: flex-start;
  }
  .lg-justify-center {
    justify-content: center;
  }
  .lg-justify-end {
    justify-content: flex-end;
  }
  .lg-justify-space-around {
    justify-content: space-around;
  }
  .lg-justify-space-between {
    justify-content: space-between;
  }
  .lg-justify-space-evenly {
    justify-content: space-evenly;
  }
  .lg-align-start {
    align-items: flex-start;
  }
  .lg-align-center {
    align-items: center;
  }
  .lg-align-end {
    align-items: flex-end;
  }
  .lg-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 960px) {
  .md-direction-row {
    flex-direction: row;
  }
  .md-direction-column {
    flex-direction: column;
  }
  .md-wrap {
    flex-wrap: wrap;
  }
  .md-nowrap {
    flex-wrap: nowrap;
  }
  .md-justify-start {
    justify-content: flex-start;
  }
  .md-justify-center {
    justify-content: center;
  }
  .md-justify-end {
    justify-content: flex-end;
  }
  .md-justify-space-around {
    justify-content: space-around;
  }
  .md-justify-space-between {
    justify-content: space-between;
  }
  .md-justify-space-evenly {
    justify-content: space-evenly;
  }
  .md-align-start {
    align-items: flex-start;
  }
  .md-align-center {
    align-items: center;
  }
  .md-align-end {
    align-items: flex-end;
  }
  .md-align-stretch {
    align-items: stretch;
  }
}
@media (max-width: 640px) {
  .sm-direction-row {
    flex-direction: row;
  }
  .sm-direction-column {
    flex-direction: column;
  }
  .sm-wrap {
    flex-wrap: wrap;
  }
  .sm-nowrap {
    flex-wrap: nowrap;
  }
  .sm-justify-start {
    justify-content: flex-start;
  }
  .sm-justify-center {
    justify-content: center;
  }
  .sm-justify-end {
    justify-content: flex-end;
  }
  .sm-justify-space-around {
    justify-content: space-around;
  }
  .sm-justify-space-between {
    justify-content: space-between;
  }
  .sm-justify-space-evenly {
    justify-content: space-evenly;
  }
  .sm-align-start {
    align-items: flex-start;
  }
  .sm-align-center {
    align-items: center;
  }
  .sm-align-end {
    align-items: flex-end;
  }
  .sm-align-stretch {
    align-items: stretch;
  }
}
.grow-5 {
  flex-grow: 5;
}
.grow-4 {
  flex-grow: 4;
}
.grow-3 {
  flex-grow: 3;
}
.grow-2 {
  flex-grow: 2;
}
.grow-1 {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.columns-1 {
  grid-template-columns: 1fr;
}
.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.columns-1-2 {
  grid-template-columns: 1fr 2fr;
}
.columns-2-1 {
  grid-template-columns: 2fr 1fr;
}
.columns-1-3 {
  grid-template-columns: 1fr 3fr;
}
.columns-3-1 {
  grid-template-columns: 3fr 1fr;
}
.columns-3-2 {
  grid-template-columns: 3fr 2fr;
}
.columns-2-3 {
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 1380px) {
  .lg-columns-1 {
    grid-template-columns: 1fr;
  }
  .lg-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .lg-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .lg-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .lg-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .lg-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .lg-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 960px) {
  .md-columns-1 {
    grid-template-columns: 1fr;
  }
  .md-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .md-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .md-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .md-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .md-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .md-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .md-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 640px) {
  .sm-columns-1 {
    grid-template-columns: 1fr;
  }
  .sm-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sm-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sm-columns-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .sm-columns-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .sm-columns-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .sm-columns-3-1 {
    grid-template-columns: 3fr 1fr;
  }
  .sm-columns-3-2 {
    grid-template-columns: 3fr 2fr;
  }
  .sm-columns-2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
.column-start-1 {
  grid-column-start: 1;
}
.column-start-2 {
  grid-column-start: 2;
}
.column-start-3 {
  grid-column-start: 3;
}
.column-start-4 {
  grid-column-start: 4;
}
.column-start-5 {
  grid-column-start: 5;
}
.column-span-1 {
  grid-column-end: span 1;
}
.column-span-2 {
  grid-column-end: span 2;
}
.column-span-3 {
  grid-column-end: span 3;
}
.column-span-4 {
  grid-column-end: span 4;
}
.column-span-5 {
  grid-column-end: span 5;
}
@media (max-width: 1380px) {
  .lg-column-start-1 {
    grid-column-start: 1;
  }
  .lg-column-start-2 {
    grid-column-start: 2;
  }
  .lg-column-start-3 {
    grid-column-start: 3;
  }
  .lg-column-start-4 {
    grid-column-start: 4;
  }
  .lg-column-start-5 {
    grid-column-start: 5;
  }
  .lg-column-span-1 {
    grid-column-end: span 1;
  }
  .lg-column-span-2 {
    grid-column-end: span 2;
  }
  .lg-column-span-3 {
    grid-column-end: span 3;
  }
  .lg-column-span-4 {
    grid-column-end: span 4;
  }
  .lg-column-span-5 {
    grid-column-end: span 5;
  }
}
@media (max-width: 960px) {
  .md-column-start-1 {
    grid-column-start: 1;
  }
  .md-column-start-2 {
    grid-column-start: 2;
  }
  .md-column-start-3 {
    grid-column-start: 3;
  }
  .md-column-start-4 {
    grid-column-start: 4;
  }
  .md-column-start-5 {
    grid-column-start: 5;
  }
  .md-column-span-1 {
    grid-column-end: span 1;
  }
  .md-column-span-2 {
    grid-column-end: span 2;
  }
  .md-column-span-3 {
    grid-column-end: span 3;
  }
  .md-column-span-4 {
    grid-column-end: span 4;
  }
  .md-column-span-5 {
    grid-column-end: span 5;
  }
}
@media (max-width: 640px) {
  .sm-column-start-1 {
    grid-column-start: 1;
  }
  .sm-column-start-2 {
    grid-column-start: 2;
  }
  .sm-column-start-3 {
    grid-column-start: 3;
  }
  .sm-column-start-4 {
    grid-column-start: 4;
  }
  .sm-column-start-5 {
    grid-column-start: 5;
  }
  .sm-column-span-1 {
    grid-column-end: span 1;
  }
  .sm-column-span-2 {
    grid-column-end: span 2;
  }
  .sm-column-span-3 {
    grid-column-end: span 3;
  }
  .sm-column-span-4 {
    grid-column-end: span 4;
  }
  .sm-column-span-5 {
    grid-column-end: span 5;
  }
}
.row-gap-tiny {
  row-gap: 0.5rem;
}
.row-gap-small {
  row-gap: 1.5rem;
}
.row-gap-default {
  row-gap: 2.25rem;
}
.row-gap-large {
  row-gap: 3rem;
}
.column-gap-tiny {
  column-gap: 0.5rem;
}
.column-gap-small {
  column-gap: 1.5rem;
}
.column-gap-default {
  column-gap: 2.25rem;
}
.column-gap-large {
  column-gap: 3rem;
}
@media (max-width: 1380px) {
  .row-gap-small {
    row-gap: 1.333rem;
  }
  .row-gap-default {
    row-gap: 1.9995rem;
  }
  .row-gap-large {
    row-gap: 2.666rem;
  }
  .column-gap-small {
    column-gap: 1.333rem;
  }
  .column-gap-default {
    column-gap: 1.9995rem;
  }
  .column-gap-large {
    column-gap: 2.666rem;
  }
}
@media (max-width: 960px) {
  .row-gap-small {
    row-gap: 1.167rem;
  }
  .row-gap-default {
    row-gap: 1.7505rem;
  }
  .row-gap-large {
    row-gap: 2.334rem;
  }
  .column-gap-small {
    column-gap: 1.167rem;
  }
  .column-gap-default {
    column-gap: 1.7505rem;
  }
  .column-gap-large {
    column-gap: 2.334rem;
  }
}
@media (max-width: 640px) {
  .row-gap-small {
    row-gap: 1rem;
  }
  .row-gap-default {
    row-gap: 1.5rem;
  }
  .row-gap-large {
    row-gap: 2rem;
  }
  .column-gap-small {
    column-gap: 1rem;
  }
  .column-gap-default {
    column-gap: 1.5rem;
  }
  .column-gap-large {
    column-gap: 2rem;
  }
}
.height-100pr {
  height: 100%;
}
.min-height-100pr {
  min-height: 100%;
}
.margin-5 {
  margin: 3rem;
}
.margin-4 {
  margin: 2rem;
}
.margin-3 {
  margin: 1.5rem;
}
.margin-2 {
  margin: 1rem;
}
.margin-1 {
  margin: 0.5rem;
}
.margin-0 {
  margin: 0;
}
@media (max-width: 1380px) {
  .lg-margin-5 {
    margin: 3rem;
  }
  .lg-margin-4 {
    margin: 2rem;
  }
  .lg-margin-3 {
    margin: 1.5rem;
  }
  .lg-margin-2 {
    margin: 1rem;
  }
  .lg-margin-1 {
    margin: 0.5rem;
  }
  .lg-margin-0 {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-5 {
    margin: 3rem;
  }
  .md-margin-4 {
    margin: 2rem;
  }
  .md-margin-3 {
    margin: 1.5rem;
  }
  .md-margin-2 {
    margin: 1rem;
  }
  .md-margin-1 {
    margin: 0.5rem;
  }
  .md-margin-0 {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-5 {
    margin: 3rem;
  }
  .sm-margin-4 {
    margin: 2rem;
  }
  .sm-margin-3 {
    margin: 1.5rem;
  }
  .sm-margin-2 {
    margin: 1rem;
  }
  .sm-margin-1 {
    margin: 0.5rem;
  }
  .sm-margin-0 {
    margin: 0;
  }
}
.margin-top-9 {
  margin-top: 9rem;
}
.margin-top-8 {
  margin-top: 7rem;
}
.margin-top-7 {
  margin-top: 5rem;
}
.margin-top-6 {
  margin-top: 4rem;
}
.margin-top-5 {
  margin-top: 3rem;
}
.margin-top-4 {
  margin-top: 2rem;
}
.margin-top-3 {
  margin-top: 1.5rem;
}
.margin-top-2 {
  margin-top: 1rem;
}
.margin-top-1 {
  margin-top: 0.5rem;
}
.margin-top-0 {
  margin-top: 0;
}
@media (max-width: 1380px) {
  .lg-margin-top-5 {
    margin-top: 3rem;
  }
  .lg-margin-top-4 {
    margin-top: 2rem;
  }
  .lg-margin-top-3 {
    margin-top: 1.5rem;
  }
  .lg-margin-top-2 {
    margin-top: 1rem;
  }
  .lg-margin-top-1 {
    margin-top: 0.5rem;
  }
  .lg-margin-top-0 {
    margin-top: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-top-5 {
    margin-top: 3rem;
  }
  .md-margin-top-4 {
    margin-top: 2rem;
  }
  .md-margin-top-3 {
    margin-top: 1.5rem;
  }
  .md-margin-top-2 {
    margin-top: 1rem;
  }
  .md-margin-top-1 {
    margin-top: 0.5rem;
  }
  .md-margin-top-0 {
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-top-5 {
    margin-top: 3rem;
  }
  .sm-margin-top-4 {
    margin-top: 2rem;
  }
  .sm-margin-top-3 {
    margin-top: 1.5rem;
  }
  .sm-margin-top-2 {
    margin-top: 1rem;
  }
  .sm-margin-top-1 {
    margin-top: 0.5rem;
  }
  .sm-margin-top-0 {
    margin-top: 0;
  }
}
.margin-right-7 {
  margin-right: 5rem;
}
.margin-right-6 {
  margin-right: 4rem;
}
.margin-right-5 {
  margin-right: 3rem;
}
.margin-right-4 {
  margin-right: 2rem;
}
.margin-right-3 {
  margin-right: 1.5rem;
}
.margin-right-2 {
  margin-right: 1rem;
}
.margin-right-1 {
  margin-right: 0.5rem;
}
.margin-right-0 {
  margin-right: 0;
}
@media (max-width: 1380px) {
  .lg-margin-right-5 {
    margin-right: 3rem;
  }
  .lg-margin-right-4 {
    margin-right: 2rem;
  }
  .lg-margin-right-3 {
    margin-right: 1.5rem;
  }
  .lg-margin-right-2 {
    margin-right: 1rem;
  }
  .lg-margin-right-1 {
    margin-right: 0.5rem;
  }
  .lg-margin-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-right-5 {
    margin-right: 3rem;
  }
  .md-margin-right-4 {
    margin-right: 2rem;
  }
  .md-margin-right-3 {
    margin-right: 1.5rem;
  }
  .md-margin-right-2 {
    margin-right: 1rem;
  }
  .md-margin-right-1 {
    margin-right: 0.5rem;
  }
  .md-margin-right-0 {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-right-5 {
    margin-right: 3rem;
  }
  .sm-margin-right-4 {
    margin-right: 2rem;
  }
  .sm-margin-right-3 {
    margin-right: 1.5rem;
  }
  .sm-margin-right-2 {
    margin-right: 1rem;
  }
  .sm-margin-right-1 {
    margin-right: 0.5rem;
  }
  .sm-margin-right-0 {
    margin-right: 0;
  }
}
.margin-bottom-7 {
  margin-bottom: 5rem;
}
.margin-bottom-6 {
  margin-bottom: 4rem;
}
.margin-bottom-5 {
  margin-bottom: 3rem;
}
.margin-bottom-4 {
  margin-bottom: 2rem;
}
.margin-bottom-3 {
  margin-bottom: 1.5rem;
}
.margin-bottom-2 {
  margin-bottom: 1rem;
}
.margin-bottom-1 {
  margin-bottom: 0.5rem;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
@media (max-width: 1380px) {
  .lg-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .lg-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .lg-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .lg-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .lg-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .lg-margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .md-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .md-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .md-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .md-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .md-margin-bottom-0 {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-bottom-5 {
    margin-bottom: 3rem;
  }
  .sm-margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .sm-margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .sm-margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .sm-margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .sm-margin-bottom-0 {
    margin-bottom: 0;
  }
}
.margin-left-7 {
  margin-left: 5rem;
}
.margin-left-6 {
  margin-left: 4rem;
}
.margin-left-5 {
  margin-left: 3rem;
}
.margin-left-4 {
  margin-left: 2rem;
}
.margin-left-3 {
  margin-left: 1.5rem;
}
.margin-left-2 {
  margin-left: 1rem;
}
.margin-left-1 {
  margin-left: 0.5rem;
}
.margin-left-0 {
  margin-left: 0;
}
@media (max-width: 1380px) {
  .lg-margin-left-5 {
    margin-left: 3rem;
  }
  .lg-margin-left-4 {
    margin-left: 2rem;
  }
  .lg-margin-left-3 {
    margin-left: 1.5rem;
  }
  .lg-margin-left-2 {
    margin-left: 1rem;
  }
  .lg-margin-left-1 {
    margin-left: 0.5rem;
  }
  .lg-margin-left-0 {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .md-margin-left-5 {
    margin-left: 3rem;
  }
  .md-margin-left-4 {
    margin-left: 2rem;
  }
  .md-margin-left-3 {
    margin-left: 1.5rem;
  }
  .md-margin-left-2 {
    margin-left: 1rem;
  }
  .md-margin-left-1 {
    margin-left: 0.5rem;
  }
  .md-margin-left-0 {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .sm-margin-left-5 {
    margin-left: 3rem;
  }
  .sm-margin-left-4 {
    margin-left: 2rem;
  }
  .sm-margin-left-3 {
    margin-left: 1.5rem;
  }
  .sm-margin-left-2 {
    margin-left: 1rem;
  }
  .sm-margin-left-1 {
    margin-left: 0.5rem;
  }
  .sm-margin-left-0 {
    margin-left: 0;
  }
}
.margin-left-auto {
  margin-left: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.button-margin-top-3 {
  margin-top: 4rem;
}
.button-margin-top-2 {
  margin-top: 2.5rem;
}
.button-margin-top-1 {
  margin-top: 1.5rem;
}
.header-height-margin-top {
  margin-top: 8rem;
}
@media (max-width: 1380px) {
  .header-height-margin-top {
    margin-top: 10rem;
  }
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
@media (max-width: 1380px) {
  .lg-order-0 {
    order: 0;
  }
  .lg-order-1 {
    order: 1;
  }
  .lg-order-2 {
    order: 2;
  }
  .lg-order-3 {
    order: 3;
  }
  .lg-order-4 {
    order: 4;
  }
}
@media (max-width: 960px) {
  .md-order-0 {
    order: 0;
  }
  .md-order-1 {
    order: 1;
  }
  .md-order-2 {
    order: 2;
  }
  .md-order-3 {
    order: 3;
  }
  .md-order-4 {
    order: 4;
  }
}
@media (max-width: 640px) {
  .sm-order-0 {
    order: 0;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
  .sm-order-4 {
    order: 4;
  }
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
@media (max-width: 1380px) {
  .lg-overflow-scroll {
    overflow: scroll;
  }
  .lg-overflow-hidden {
    overflow: hidden;
  }
  .lg-overflow-x-scroll {
    overflow-x: scroll;
  }
  .lg-overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg-overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg-overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (max-width: 960px) {
  .md-overflow-scroll {
    overflow: scroll;
  }
  .md-overflow-hidden {
    overflow: hidden;
  }
  .md-overflow-x-scroll {
    overflow-x: scroll;
  }
  .md-overflow-x-hidden {
    overflow-x: hidden;
  }
  .md-overflow-y-scroll {
    overflow-y: scroll;
  }
  .md-overflow-y-hidden {
    overflow-y: hidden;
  }
}
@media (max-width: 640px) {
  .sm-overflow-scroll {
    overflow: scroll;
  }
  .sm-overflow-hidden {
    overflow: hidden;
  }
  .sm-overflow-x-scroll {
    overflow-x: scroll;
  }
  .sm-overflow-x-hidden {
    overflow-x: hidden;
  }
  .sm-overflow-y-scroll {
    overflow-y: scroll;
  }
  .sm-overflow-y-hidden {
    overflow-y: hidden;
  }
}
.padding-small {
  padding: 1.5rem;
}
.padding-default {
  padding: 2.25rem;
}
.padding-large {
  padding: 4rem;
}
@media (max-width: 1380px) {
  .padding-small {
    padding: 1.333rem;
  }
  .padding-default {
    padding: 1.9995rem;
  }
  .padding-large {
    padding: 3.332rem;
  }
}
@media (max-width: 960px) {
  .padding-small {
    padding: 1.167rem;
  }
  .padding-default {
    padding: 1.7505rem;
  }
  .padding-large {
    padding: 2.668rem;
  }
}
@media (max-width: 640px) {
  .padding-small {
    padding: 1rem;
  }
  .padding-default {
    padding: 1.5rem;
  }
  .padding-large {
    padding: 2rem;
  }
}
.padding-top-0 {
  padding-top: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-5 {
  padding: 3rem;
}
.padding-4 {
  padding: 2rem;
}
.padding-3 {
  padding: 1.5rem;
}
.padding-2 {
  padding: 1rem;
}
.padding-1 {
  padding: 0.5rem;
}
.padding-0 {
  padding: 0;
}
@media (max-width: 1380px) {
  .lg-padding-5 {
    padding: 3rem;
  }
  .lg-padding-4 {
    padding: 2rem;
  }
  .lg-padding-3 {
    padding: 1.5rem;
  }
  .lg-padding-2 {
    padding: 1rem;
  }
  .lg-padding-1 {
    padding: 0.5rem;
  }
  .lg-padding-0 {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-5 {
    padding: 3rem;
  }
  .md-padding-4 {
    padding: 2rem;
  }
  .md-padding-3 {
    padding: 1.5rem;
  }
  .md-padding-2 {
    padding: 1rem;
  }
  .md-padding-1 {
    padding: 0.5rem;
  }
  .md-padding-0 {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-5 {
    padding: 3rem;
  }
  .sm-padding-4 {
    padding: 2rem;
  }
  .sm-padding-3 {
    padding: 1.5rem;
  }
  .sm-padding-2 {
    padding: 1rem;
  }
  .sm-padding-1 {
    padding: 0.5rem;
  }
  .sm-padding-0 {
    padding: 0;
  }
}
.padding-top-7 {
  padding-top: 5rem;
}
.padding-top-6 {
  padding-top: 4rem;
}
.padding-top-5 {
  padding-top: 3rem;
}
.padding-top-4 {
  padding-top: 2rem;
}
.padding-top-3 {
  padding-top: 1.5rem;
}
.padding-top-2 {
  padding-top: 1rem;
}
.padding-top-1 {
  padding-top: 0.5rem;
}
.padding-top-0 {
  padding-top: 0;
}
@media (max-width: 1380px) {
  .lg-padding-top-5 {
    padding-top: 3rem;
  }
  .lg-padding-top-4 {
    padding-top: 2rem;
  }
  .lg-padding-top-3 {
    padding-top: 1.5rem;
  }
  .lg-padding-top-2 {
    padding-top: 1rem;
  }
  .lg-padding-top-1 {
    padding-top: 0.5rem;
  }
  .lg-padding-top-0 {
    padding-top: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-top-5 {
    padding-top: 3rem;
  }
  .md-padding-top-4 {
    padding-top: 2rem;
  }
  .md-padding-top-3 {
    padding-top: 1.5rem;
  }
  .md-padding-top-2 {
    padding-top: 1rem;
  }
  .md-padding-top-1 {
    padding-top: 0.5rem;
  }
  .md-padding-top-0 {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-top-5 {
    padding-top: 3rem;
  }
  .sm-padding-top-4 {
    padding-top: 2rem;
  }
  .sm-padding-top-3 {
    padding-top: 1.5rem;
  }
  .sm-padding-top-2 {
    padding-top: 1rem;
  }
  .sm-padding-top-1 {
    padding-top: 0.5rem;
  }
  .sm-padding-top-0 {
    padding-top: 0;
  }
}
.padding-right-5 {
  padding-right: 3rem;
}
.padding-right-4 {
  padding-right: 2rem;
}
.padding-right-3 {
  padding-right: 1.5rem;
}
.padding-right-2 {
  padding-right: 1rem;
}
.padding-right-1 {
  padding-right: 0.5rem;
}
.padding-right-0 {
  padding-right: 0;
}
@media (max-width: 1380px) {
  .lg-padding-right-5 {
    padding-right: 3rem;
  }
  .lg-padding-right-4 {
    padding-right: 2rem;
  }
  .lg-padding-right-3 {
    padding-right: 1.5rem;
  }
  .lg-padding-right-2 {
    padding-right: 1rem;
  }
  .lg-padding-right-1 {
    padding-right: 0.5rem;
  }
  .lg-padding-right-0 {
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-right-5 {
    padding-right: 3rem;
  }
  .md-padding-right-4 {
    padding-right: 2rem;
  }
  .md-padding-right-3 {
    padding-right: 1.5rem;
  }
  .md-padding-right-2 {
    padding-right: 1rem;
  }
  .md-padding-right-1 {
    padding-right: 0.5rem;
  }
  .md-padding-right-0 {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-right-5 {
    padding-right: 3rem;
  }
  .sm-padding-right-4 {
    padding-right: 2rem;
  }
  .sm-padding-right-3 {
    padding-right: 1.5rem;
  }
  .sm-padding-right-2 {
    padding-right: 1rem;
  }
  .sm-padding-right-1 {
    padding-right: 0.5rem;
  }
  .sm-padding-right-0 {
    padding-right: 0;
  }
}
.padding-bottom-8 {
  padding-bottom: 7rem;
}
.padding-bottom-7 {
  padding-bottom: 5rem;
}
.padding-bottom-6 {
  padding-bottom: 4rem;
}
.padding-bottom-5 {
  padding-bottom: 3rem;
}
.padding-bottom-4 {
  padding-bottom: 2rem;
}
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
.padding-bottom-2 {
  padding-bottom: 1rem;
}
.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
@media (max-width: 1380px) {
  .lg-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .lg-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .lg-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .lg-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .lg-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .lg-padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .md-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .md-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .md-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .md-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .md-padding-bottom-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-bottom-5 {
    padding-bottom: 3rem;
  }
  .sm-padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .sm-padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .sm-padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .sm-padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .sm-padding-bottom-0 {
    padding-bottom: 0;
  }
}
.padding-left-5 {
  padding-left: 3rem;
}
.padding-left-4 {
  padding-left: 2rem;
}
.padding-left-3 {
  padding-left: 1.5rem;
}
.padding-left-2 {
  padding-left: 1rem;
}
.padding-left-1 {
  padding-left: 0.5rem;
}
.padding-left-0 {
  padding-left: 0;
}
@media (max-width: 1380px) {
  .lg-padding-left-5 {
    padding-left: 3rem;
  }
  .lg-padding-left-4 {
    padding-left: 2rem;
  }
  .lg-padding-left-3 {
    padding-left: 1.5rem;
  }
  .lg-padding-left-2 {
    padding-left: 1rem;
  }
  .lg-padding-left-1 {
    padding-left: 0.5rem;
  }
  .lg-padding-left-0 {
    padding-left: 0;
  }
}
@media (max-width: 960px) {
  .md-padding-left-5 {
    padding-left: 3rem;
  }
  .md-padding-left-4 {
    padding-left: 2rem;
  }
  .md-padding-left-3 {
    padding-left: 1.5rem;
  }
  .md-padding-left-2 {
    padding-left: 1rem;
  }
  .md-padding-left-1 {
    padding-left: 0.5rem;
  }
  .md-padding-left-0 {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .sm-padding-left-5 {
    padding-left: 3rem;
  }
  .sm-padding-left-4 {
    padding-left: 2rem;
  }
  .sm-padding-left-3 {
    padding-left: 1.5rem;
  }
  .sm-padding-left-2 {
    padding-left: 1rem;
  }
  .sm-padding-left-1 {
    padding-left: 0.5rem;
  }
  .sm-padding-left-0 {
    padding-left: 0;
  }
}
.remove-section-padding-left {
  padding-left: 0;
}
.remove-section-padding-right {
  padding-right: 0;
}
@media (min-width: 1601px) {
  .hg-remove-section-padding-left {
    padding-left: 0;
  }
  .hg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 1381px) {
  .lg-remove-section-padding-left {
    padding-left: 0;
  }
  .lg-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  .md-remove-section-padding-left {
    padding-left: 0;
  }
  .md-remove-section-padding-right {
    padding-right: 0;
  }
}
@media (min-width: 641px) {
  .sm-remove-section-padding-left {
    padding-left: 0;
  }
  .sm-remove-section-padding-right {
    padding-right: 0;
  }
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
@media (max-width: 1380px) {
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-sticky {
    position: sticky;
  }
}
@media (max-width: 960px) {
  .md-relative {
    position: relative;
  }
  .md-absolute {
    position: absolute;
  }
  .md-fixed {
    position: fixed;
  }
  .md-sticky {
    position: sticky;
  }
}
@media (max-width: 640px) {
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-sticky {
    position: sticky;
  }
}
.text-align-left, .has-text-align-left {
  text-align: left;
}
.text-align-center, .has-text-align-center {
  text-align: center;
}
.text-align-right, .has-text-align-right {
  text-align: right;
}
@media (max-width: 1380px) {
  .lg-text-align-left {
    text-align: left;
  }
  .lg-text-align-center {
    text-align: center;
  }
  .lg-text-align-right {
    text-align: right;
  }
}
@media (max-width: 960px) {
  .md-text-align-left {
    text-align: left;
  }
  .md-text-align-center {
    text-align: center;
  }
  .md-text-align-right {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .sm-text-align-left {
    text-align: left;
  }
  .sm-text-align-center {
    text-align: center;
  }
  .sm-text-align-right {
    text-align: right;
  }
}
.primary-font-family {
  font-family: "Sequel Sans Book Body", sans-serif;
}
.secondary-font-family {
  font-family: "Sequel 100 Wide", sans-serif;
}
.tertiary-font-family {
  font-family: "Sequel Sans Semi Bold Body", sans-serif;
}
.light-weight {
  font-weight: 300;
}
.normal-weight {
  font-weight: 400;
}
.bold-weight {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.line-height-default {
  line-height: 1.2;
}
.line-height-medium {
  line-height: 1;
}
.line-height-small {
  line-height: 1.1;
}
.lead-text {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1;
}
.meta-text {
  color: rgba(0, 0, 0, 0.25);
  font-size: 0.8rem;
  text-transform: uppercase;
}
.inverted .meta-text {
  color: rgba(255, 255, 255, 0.25);
}
body, html {
  font-size: 18px;
}
.huge, .has-huge-font-size {
  font-size: 9rem;
}
h1, .h1-size {
  font-size: 5.6rem;
}
h2, .h2-size {
  font-size: 3rem;
}
h3, .h3-size {
  font-size: 2rem;
}
h4, .h4-size {
  font-size: 1.4rem;
}
@media (max-width: 1380px) {
  body, html {
    font-size: 16.664px;
  }
  .huge, .has-huge-font-size {
    font-size: 6.996rem;
  }
  h1, .h1-size {
    font-size: 4.6648rem;
  }
  h2, .h2-size {
    font-size: 2.666rem;
  }
  h3, .h3-size {
    font-size: 1.8664rem;
  }
  h4, .h4-size {
    font-size: 1.4rem;
  }
}
@media (max-width: 960px) {
  body, html {
    font-size: 15.336px;
  }
  .huge, .has-huge-font-size {
    font-size: 5.004rem;
  }
  h1, .h1-size {
    font-size: 3.7352rem;
  }
  h2, .h2-size {
    font-size: 2.334rem;
  }
  h3, .h3-size {
    font-size: 1.7336rem;
  }
  h4, .h4-size {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  body, html {
    font-size: 14px;
  }
  .huge, .has-huge-font-size {
    font-size: 3rem;
  }
  h1, .h1-size {
    font-size: 2.8rem;
  }
  h2, .h2-size {
    font-size: 2rem;
  }
  h3, .h3-size {
    font-size: 1.6rem;
  }
  h4, .h4-size {
    font-size: 1.4rem;
  }
}
.font-size-large, .has-large-font-size {
  font-size: 1.2rem;
}
.font-size-medium, .has-medium-font-size {
  font-size: 1.1rem;
}
.font-size-default {
  font-size: 1rem;
}
.font-size-small, .has-small-font-size {
  font-size: 0.9rem;
}
.font-size-tiny {
  font-size: 0.8rem;
}
.full-height-js, .full-height-minus-header-js, .height-100vh {
  height: 100vh;
}
.viewport-min-height-3 {
  min-height: 75vh;
}
.viewport-min-height-2 {
  min-height: 50vh;
}
.viewport-min-height-1 {
  min-height: 25vh;
}
.width-100pr {
  width: 100%;
}
.width-80pr {
  width: 80%;
}
.width-75pr {
  width: 75%;
}
.width-66pr {
  width: 66.66%;
}
.width-60pr {
  width: 60%;
}
.width-50pr {
  width: 50%;
}
.width-40pr {
  width: 40%;
}
.width-33pr {
  width: 33.33%;
}
.width-25pr {
  width: 25%;
}
.width-20pr {
  width: 20%;
}
@media (max-width: 1380px) {
  .lg-width-100pr {
    width: 100%;
  }
  .lg-width-80pr {
    width: 80%;
  }
  .lg-width-75pr {
    width: 75%;
  }
  .lg-width-66pr {
    width: 66.66%;
  }
  .lg-width-60pr {
    width: 60%;
  }
  .lg-width-50pr {
    width: 50%;
  }
  .lg-width-40pr {
    width: 40%;
  }
  .lg-width-33pr {
    width: 33.33%;
  }
  .lg-width-25pr {
    width: 25%;
  }
  .lg-width-20pr {
    width: 20%;
  }
}
@media (max-width: 960px) {
  .md-width-100pr {
    width: 100%;
  }
  .md-width-80pr {
    width: 80%;
  }
  .md-width-75pr {
    width: 75%;
  }
  .md-width-66pr {
    width: 66.66%;
  }
  .md-width-60pr {
    width: 60%;
  }
  .md-width-50pr {
    width: 50%;
  }
  .md-width-40pr {
    width: 40%;
  }
  .md-width-33pr {
    width: 33.33%;
  }
  .md-width-25pr {
    width: 25%;
  }
  .md-width-20pr {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .sm-width-100pr {
    width: 100%;
  }
  .sm-width-80pr {
    width: 80%;
  }
  .sm-width-75pr {
    width: 75%;
  }
  .sm-width-66pr {
    width: 66.66%;
  }
  .sm-width-60pr {
    width: 60%;
  }
  .sm-width-50pr {
    width: 50%;
  }
  .sm-width-40pr {
    width: 40%;
  }
  .sm-width-33pr {
    width: 33.33%;
  }
  .sm-width-25pr {
    width: 25%;
  }
  .sm-width-20pr {
    width: 20%;
  }
}
.text-width-8 {
  max-width: 80ch;
}
.text-width-7 {
  max-width: 60ch;
}
.text-width-6 {
  max-width: 40ch;
}
.text-width-5 {
  max-width: 30ch;
}
.text-width-4 {
  max-width: 25ch;
}
.text-width-3 {
  max-width: 20ch;
}
.text-width-2 {
  max-width: 15ch;
}
.text-width-1 {
  max-width: 10ch;
}
.max-width-18 {
  max-width: 1536px;
}
.max-width-17 {
  max-width: 1408px;
}
.max-width-16 {
  max-width: 1280px;
}
.max-width-15 {
  max-width: 1152px;
}
.max-width-14 {
  max-width: 1024px;
}
.max-width-13 {
  max-width: 896px;
}
.max-width-12 {
  max-width: 768px;
}
.max-width-11 {
  max-width: 640px;
}
.max-width-10 {
  max-width: 512px;
}
.max-width-09 {
  max-width: 384px;
}
.max-width-08 {
  max-width: 256px;
}
.max-width-07 {
  max-width: 192px;
}
.max-width-06 {
  max-width: 128px;
}
.max-width-05 {
  max-width: 96px;
}
.max-width-04 {
  max-width: 64px;
}
.max-width-03 {
  max-width: 32px;
}
.max-width-02 {
  max-width: 24px;
}
.max-width-01 {
  max-width: 16px;
}
@media (max-width: 1380px) {
  .lg-max-width-18 {
    max-width: 1536px;
  }
  .lg-max-width-17 {
    max-width: 1408px;
  }
  .lg-max-width-16 {
    max-width: 1280px;
  }
  .lg-max-width-15 {
    max-width: 1152px;
  }
  .lg-max-width-14 {
    max-width: 1024px;
  }
  .lg-max-width-13 {
    max-width: 896px;
  }
  .lg-max-width-12 {
    max-width: 768px;
  }
  .lg-max-width-11 {
    max-width: 640px;
  }
  .lg-max-width-10 {
    max-width: 512px;
  }
  .lg-max-width-09 {
    max-width: 384px;
  }
  .lg-max-width-08 {
    max-width: 256px;
  }
  .lg-max-width-07 {
    max-width: 192px;
  }
  .lg-max-width-06 {
    max-width: 128px;
  }
  .lg-max-width-05 {
    max-width: 96px;
  }
  .lg-max-width-04 {
    max-width: 64px;
  }
  .lg-max-width-03 {
    max-width: 32px;
  }
  .lg-max-width-02 {
    max-width: 24px;
  }
  .lg-max-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 960px) {
  .md-max-width-18 {
    max-width: 1536px;
  }
  .md-max-width-17 {
    max-width: 1408px;
  }
  .md-max-width-16 {
    max-width: 1280px;
  }
  .md-max-width-15 {
    max-width: 1152px;
  }
  .md-max-width-14 {
    max-width: 1024px;
  }
  .md-max-width-13 {
    max-width: 896px;
  }
  .md-max-width-12 {
    max-width: 768px;
  }
  .md-max-width-11 {
    max-width: 640px;
  }
  .md-max-width-10 {
    max-width: 512px;
  }
  .md-max-width-09 {
    max-width: 384px;
  }
  .md-max-width-08 {
    max-width: 256px;
  }
  .md-max-width-07 {
    max-width: 192px;
  }
  .md-max-width-06 {
    max-width: 128px;
  }
  .md-max-width-05 {
    max-width: 96px;
  }
  .md-max-width-04 {
    max-width: 64px;
  }
  .md-max-width-03 {
    max-width: 32px;
  }
  .md-max-width-02 {
    max-width: 24px;
  }
  .md-max-width-01 {
    max-width: 16px;
  }
}
@media (max-width: 640px) {
  .sm-max-width-18 {
    max-width: 1536px;
  }
  .sm-max-width-17 {
    max-width: 1408px;
  }
  .sm-max-width-16 {
    max-width: 1280px;
  }
  .sm-max-width-15 {
    max-width: 1152px;
  }
  .sm-max-width-14 {
    max-width: 1024px;
  }
  .sm-max-width-13 {
    max-width: 896px;
  }
  .sm-max-width-12 {
    max-width: 768px;
  }
  .sm-max-width-11 {
    max-width: 640px;
  }
  .sm-max-width-10 {
    max-width: 512px;
  }
  .sm-max-width-09 {
    max-width: 384px;
  }
  .sm-max-width-08 {
    max-width: 256px;
  }
  .sm-max-width-07 {
    max-width: 192px;
  }
  .sm-max-width-06 {
    max-width: 128px;
  }
  .sm-max-width-05 {
    max-width: 96px;
  }
  .sm-max-width-04 {
    max-width: 64px;
  }
  .sm-max-width-03 {
    max-width: 32px;
  }
  .sm-max-width-02 {
    max-width: 24px;
  }
  .sm-max-width-01 {
    max-width: 16px;
  }
}
.z-index-3 {
  z-index: 3;
}
.z-index-2 {
  z-index: 2;
}
.z-index-1 {
  z-index: 1;
}
.z-index-0 {
  z-index: 0;
}
.z-index-n1 {
  z-index: -1;
}
.cart-icon > span {
  position: absolute;
  font-size: 14px;
  padding-left: 2px;
}
@media (max-width: 960px) {
  .cart-icon > span {
    position: absolute;
    font-size: 10px;
    padding-left: 0px;
  }
}
.header {
  display: flex;
  flex-direction: column;
  background: #141414;
  position: sticky;
  top: 0;
  z-index: 2000;
  transition-duration: 0.15s;
}
@media (max-width: 1380px) {
  .header {
    overflow: hidden;
    position: relative;
  }
}
.transparent-header:not(.scrolled, .password-protected) .header {
  background: transparent;
}
.transparent-header .main {
  margin-top: -8rem;
}
.transparent-header .main > .section-wrapper:first-child .section-content {
  padding-top: 8rem;
}
@media (max-width: 1380px) {
  .transparent-header .main > .section-wrapper:first-child .section-content {
    padding-top: 10rem;
  }
}
.header-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0 6vw;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
img.off-canvas-logo {
  width: 14rem;
}
.header-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-top-nav-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #141414;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2001;
  padding: 0 6vw;
}
.header-top-nav {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  transition-duration: 0.4s;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1380px;
}
.header-top-logo {
  flex: 0 1 100%;
  width: 100%;
  margin-right: 40px;
}
.header-top-logo > a {
  display: block;
  width: 100%;
  max-width: 18rem;
}
.header-accordion-logo {
  display: block;
  width: 100%;
  max-width: 18rem;
  margin-right: 40px;
}
.mobile-menu-nav-link-wrapper {
  display: flex;
  align-items: center;
}
svg#icon-gift {
  margin-right: 4px;
}
a.mobile-menu-nav-link {
  min-height: 3em;
  padding-bottom: 0;
  border-top: 1px solid #141414;
  font-size: 1.2rem;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  align-items: center;
  color: #00A162;
  width: 100%;
}
.header-top-nav-buttons {
  flex: 1 0 auto;
}
@media (max-width: 1380px) {
  .header-height-margin-top {
    margin-top: 10rem;
  }
  .header-row {
    padding: 0 20px;
  }
  .header-top-nav-wrapper {
    background-color: #141414;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2001;
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  .logo-wrapper span:first-child {
    padding-right: 0.5rem;
  }
  .logo-wrapper span:last-child {
    padding-left: 0.5rem;
    border: none;
  }
  img.header-sub-logo {
    width: 7rem;
  }
  .header-top-nav-buttons > a {
    font-size: 0.8rem;
    padding: 0 1rem;
    height: 1.75rem;
  }
}
@media (max-width: 320px) {
  .header-row {
    padding: 0 15px;
  }
}
.main-menu-desktop > ul {
  height: 100%;
  margin-left: -18px;
}
@media (max-width: 1380px) {
  .main-menu-desktop > ul {
    margin-left: 0;
  }
}
.main-menu-desktop a {
  color: #ffffff;
  padding: 1rem;
  height: 100%;
  word-break: keep-all;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 17px;
}
.main-menu-desktop a:hover, .main-menu-desktop .current-menu-item > a, .main-menu-desktop .current-menu-parent > a, .main-menu-desktop .current-menu-ancestor > a {
  color: #ffffff;
  text-decoration: underline;
}
.main-menu-desktop a {
  overflow: hidden;
}
.transparent-header:not(.scrolled) .main-menu-desktop a {
  color: #ffffff;
}
.main-menu-desktop .menu-item-has-children > a {
  cursor: default;
}
.main-menu-desktop .menu-item.hover > a.placeholder-menu-item {
  cursor: default;
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item-has-children > .sub-menu-container {
  background: rgba(0, 0, 0, 0.65);
}
.main-menu-desktop .menu-item-has-children:last-child > .sub-menu-container {
  left: auto;
  right: 0;
}
.main-menu-desktop .menu-item-has-children.hover > .sub-menu-container {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
}
.main-menu-desktop a:before {
  opacity: 0;
}
.main-menu-desktop .hover a:before {
  content: "";
  display: flex;
  position: absolute;
  width: 7px;
  height: 10px;
  background: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: -0.4rem;
  opacity: 1;
}
.transparent-header:not(.scrolled) .main-menu-desktop .menu-item-has-children > a:after {
  border-color: #ffffff;
}
.main-menu-desktop .menu-item-has-children > .sub-menu-container > .menu-item-has-children > .sub-menu-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -1rem;
  left: calc(100% + 1rem);
}
.main-menu-desktop .menu-item-has-children > .sub-menu-container > .menu-item-has-children.hover > .sub-menu-container {
  visibility: visible;
  opacity: 1;
  z-index: 12000 !important;
}
.main-menu-desktop .menu-item-has-children > .sub-menu-container .menu-item-has-children > a:after {
  top: calc(50% - 0.25rem);
  transform: rotate(-45deg);
}
.main-menu-desktop .sub-menu-container a {
  padding: 0.5rem 1rem;
  color: #141414;
}
@media (max-width: 1380px) {
  .main-menu-desktop {
    display: none;
  }
}
.main-menu-desktop .menu-item-has-children > .sub-menu, .sub-menu-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  left: 0;
  margin: 0;
  padding: 0.6rem 6vw;
  width: 100%;
  list-style-type: none;
  background: #ffffff;
  transition-duration: 0.15s;
  transform: translate(0px, 0px);
  font-size: 0.9rem;
  border-bottom: 1px solid #141414;
}
.sub-menu {
  display: flex;
  flex-direction: row;
  width: 1380px;
}
.off-canvas .sub-menu {
  display: flex;
  flex-direction: column;
  width: 1380px;
}
/* Main Menu Desktop Hover Styles */
/* Hamburger */
.hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  outline: none;
  border: 0;
  margin: 0;
  margin-right: -15px;
  z-index: 1000;
}
.hamburger-inner {
  width: 24px;
  height: 20px;
  display: flex;
  position: relative;
  margin-top: -3px;
}
.hamburger-top-bar, .hamburger-middle-bar, .hamburger-bottom-bar {
  position: absolute;
  background: #ffffff;
  border-radius: 30px;
  height: 3px;
}
.transparent-header:not(.scrolled, .off-canvas-open) .hamburger-top-bar, .transparent-header:not(.scrolled, .off-canvas-open) .hamburger-middle-bar, .transparent-header:not(.scrolled, .off-canvas-open) .hamburger-bottom-bar {
  background: #ffffff;
}
.hamburger-top-bar {
  top: 0;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.hamburger-middle-bar {
  opacity: 1;
  top: 50%;
  transition: opacity 0s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.hamburger-bottom-bar {
  top: 100%;
  transition: top 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
  width: 100%;
}
.off-canvas-open .hamburger-top-bar {
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-middle-bar {
  opacity: 0;
  transition: opacity 0s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-bottom-bar {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.2s ease-in-out, transform 0.2s ease-in-out 0.2s, width 0s ease-in-out 0.2s, background 0.4s ease-in-out 0s;
}
.off-canvas-open .hamburger-top-bar, .off-canvas-open .hamburger-middle-bar, .off-canvas-open .hamburger-bottom-bar {
  width: 100%;
}
@media (max-width: 1380px) {
  .hamburger {
    display: flex;
  }
}
/* Off-canvas */
body.off-canvas-open {
  overflow: visible;
}
.off-canvas {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: start;
  justify-content: center;
  transform: translateX(0);
  transition-duration: 0.4s;
  z-index: 3000;
  padding-top: 1rem;
}
.scrolled .off-canvas {
  padding-top: 1rem;
}
.off-canvas-open .off-canvas {
  transform: translateX(-100vw);
}
.off-canvas-content {
  width: 100%;
  height: 100%;
  padding: 0 0vw;
  overflow-y: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.off-canvas-content {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.off-canvas-content::-webkit-scrollbar {
  display: none;
}
.off-canvas-content .header-top-nav {
  padding: 2px 20px;
  border-bottom: 1px solid black;
}
@media (max-width: 960px) {
  .off-canvas-content .header-top-nav {
    padding-bottom: 0.5rem;
  }
}
.inverted img.header-logo {
  border-left: 1px solid #141414;
}
.inverted.sm-line-top-header-top-nav {
  background: #141414;
}
.search-trigger {
  display: flex;
  background: none;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 100%;
  transition-duration: 0.15s;
  cursor: pointer;
}
.search-trigger path {
  fill: #ffffff;
  transition-duration: 0.15s;
}
.search-trigger:hover path {
  fill: #DE9600;
}
.transparent-header:not(.scrolled, .off-canvas-open) .search-trigger path {
  fill: #ffffff;
}
.transparent-header:not(.scrolled) .search-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.search-overlay-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: calc(0.5rem + 5vw);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: z-index 0.4s step-end;
  pointer-events: none;
}
.search-open .search-overlay-wrapper {
  z-index: 100;
  transition: z-index 0.4s step-start;
}
.search-overlay-content {
  background: #ffffff;
  width: 100%;
  max-width: 48rem;
  border-radius: 50px;
  pointer-events: auto;
  opacity: 0;
  z-index: -1;
  transform: translateY(1rem);
  transition: opacity 0.4s, z-index 0.4s step-end, transform 0.4s;
}
.search-open .search-overlay-content {
  opacity: 1;
  z-index: 100;
  transform: translateY(0);
  transition: opacity 0.4s, z-index 0.4s step-start, transform 0.4s;
}
.viewport-overlay {
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s, z-index 0.4s step-end;
}
.off-canvas-open .viewport-overlay, .search-open .viewport-overlay {
  opacity: 1;
  z-index: 10;
  transition: opacity 0.4s, z-index 0.4s step-start;
}
body.off-canvas-open, body.search-open {
  overflow: hidden;
}
/* Main Menu Mobile */
.off-canvas nav > ul > .menu-item {
  font-size: 1.1rem;
}
.off-canvas .menu-item {
  font-size: 1rem;
}
svg.header-icons {
  width: 1rem;
}
.header-notice-news {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  padding: 1rem;
}
img.hamburger-size {
  width: 1.5rem;
}
.hamburger-close-wrapper {
  margin-top: 0rem;
  margin-bottom: 0.7rem;
  padding: 0 20px;
}
.hamburger-size, #close-button > span {
  cursor: pointer;
}
body > div.off-canvas > div > div {
  padding-bottom: 1rem !important;
}
/* Footer Columns */
.footer-columns {
  display: flex;
  flex-direction: row;
  column-gap: 7rem;
}
@media (max-width: 960px) {
  .footer-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    row-gap: 3rem;
  }
}
@media (max-width: 640px) {
  .footer-columns {
    display: grid;
    grid-template-columns: 2fr;
    row-gap: 0;
  }
  .footer-columns > div {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .footer-columns > div:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
/* Cookie Notice */
.cookie-notice-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 1rem;
  max-width: 512px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 0.25rem 1rem -0.5rem rgba(0, 0, 0, 0.15);
  z-index: 9000000;
}
.cookie-notice-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.cookie-notice-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.cookie-notice-buttons button, .cookie-notice-buttons a {
  margin: 0.75rem;
  font-size: 0.9rem;
}
.formkit-powered-by-convertkit-container {
  display: none !important;
}
.hero-slider {
  background-color: black;
}
.front-page-item {
  min-height: 75vh;
  align-items: flex-end;
  display: flex;
  background-color: black;
}
.front-page-item::before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #141414 0%, #141414 15%, rgba(20, 20, 20, 0.8) 40%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.front-page-item .section-content {
  z-index: 1;
}
.front-page-item > img:first-of-type {
  z-index: 0;
}
@media (max-width: 640px) {
  .front-page-item {
    min-height: 50vh;
  }
  .front-page-item::before {
    height: calc(100% + 28px);
  }
  .front-page-item > img:first-of-type {
    object-fit: cover;
  }
  .hero-slider .splide__track {
    padding-bottom: 28px;
  }
  .hero-slider .splide__arrows.hero-arrows {
    bottom: 10px;
    right: 20px;
    transform: none;
  }
  .hero-slider .hero-arrows .splide__arrow {
    transform: none;
  }
  .hero-slider .splide__slide .section-wrapper {
    padding-bottom: 28px;
  }
}
#dialog {
  position: relative;
  top: 144px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  overflow: hidden;
  /* Hide overflow */
}
#agl-frame {
  width: 100%;
  height: 100vh;
  /* Allow dynamic height */
  border: none;
  /* For aesthetics */
  overflow: hidden;
  /* Optionally hide overflow to prevent internal scroll */
}
@media screen and (min-width: 1681px) {
  .page-width-custom {
    padding-left: 8vw;
  }
}
@media screen and (min-width: 2000px) {
  .page-width-custom {
    padding-left: 12vw;
  }
}
@media screen and (min-width: 2250px) {
  .page-width-custom {
    padding-left: 15vw;
  }
}
body > div.main > section:nth-child(2) > div > div > div.sm-order-2 > div > iframe {
  max-width: 100%;
}
.agl-iframed-client {
  margin-top: 2rem;
}
@media (max-width: 1380px) {
  .custom-event-content {
    padding-top: 0 !important;
  }
  .custom-event-content strong {
    display: block;
    /* Make the title occupy its own line */
    margin-bottom: 0.5rem;
    /* Add some space below the title */
  }
  .custom-event-content .venue {
    display: block;
    /* Make the venue occupy its own line */
    margin-bottom: 0.5rem;
    /* Add some space below the venue */
  }
  .custom-event-content > div.title {
    padding: 5px 0 0 0;
  }
  .custom-event-content > div.btn-wrapper {
    padding: 0px;
  }
  .custom-event-content .btn {
    display: block;
    /* Make the button occupy its own line */
    width: 100%;
    /* Optional: Make the button full width */
    margin-bottom: 0.5rem;
    /* Add some space below the button */
    padding-top: 1rem;
    text-align: center;
    /* Center the text inside the button */
  }
  .custom-event-content div.thumbnail {
    width: calc(50% - 0.5rem);
    height: 80px;
  }
  .fc-list-event {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .fc-list-event > td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .fc .fc-list-event:hover td {
    background-color: transparent;
  }
  .fc .fc-list-event-time {
    display: none;
  }
  .fc .fc-list-event-dot {
    display: none;
  }
}
.fc-h-event {
  background-color: transparent;
  border: none;
}
.fc-h-event .fc-event-main {
  color: black;
}
.fc .fc-event {
  display: block;
  width: 100%;
}
.custom-event-content > .title, .custom-event-content > .venue, .custom-event-content > .btn-wrapper {
  padding: 0px 5px;
}
.custom-event-content .btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  column-gap: 0.5rem;
  row-gap: 0.5rem;
}
.custom-event-content .btn {
  border: 1px solid black;
  border-radius: 7px;
  padding: 5px;
  display: block;
  width: 100%;
  font-size: 14px;
}
.custom-event-content .btn:hover {
  background-color: black;
  color: white !important;
}
.custom-event-content .thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
}
.custom-event-content {
  word-wrap: break-word;
  display: inline-block;
  white-space: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.custom-event-content .venue {
  padding-top: 15px;
}
#calendar {
  max-width: 100%;
  height: 100%;
}
.fc-daygrid-day-top {
  border-bottom: 1px solid #000 !important;
  padding: 5px 0;
}
#calendar td {
  padding-right: 20px;
}
#calendar td, #calendar table, #calendar .fc-col-header-cell {
  border: none !important;
}
.fc th {
  text-align: left;
}
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: row;
}
.fc-direction-ltr a.fc-daygrid-event.fc-event-end, .fc-direction-rtl a.fc-daygrid-event.fc-event-start {
  margin-left: 0;
  margin-right: 0;
}
/* Ändra textfärgen till svart */
#calendar, #calendar a, #calendar a:visited {
  color: black;
}
.fc-daygrid-dot-event:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
#calendar .fc-col-header-cell {
  border-top: 1px solid #000 !important;
  padding: 40px 0 !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: transparent !important;
}
.fc-button {
  border: 0px solid black !important;
}
.fc-button .fc-icon {
  display: none;
  /* göm den nuvarande ikonen */
}
.fc .fc-prev-button {
  width: 40px;
  height: 40px;
  background: url(../images/arrow-left-outline.svg) no-repeat;
}
.fc .fc-next-button {
  width: 40px;
  height: 40px;
  background: url(../images/arrow-right-outline.svg) no-repeat;
}
.fc-today-button {
  display: none !important;
}
.fc-button:hover {
  background-color: transparent !important;
}
@media (min-width: 640px) {
  .fc .fc-scrollgrid-section-body table tbody tr td.fc-day-past {
    background-color: transparent !important;
  }
  .fc .fc-scrollgrid-section-body table tbody tr .fc-day:nth-child(odd) .fc-daygrid-day-events > div:nth-child(odd), .fc .fc-scrollgrid-section-body table tbody tr .fc-day:nth-child(even) .fc-daygrid-day-events > div:nth-child(even) {
    background-color: #dddddd;
  }
}
@media (min-width: 1200px) {
  #headline-container {
    height: 300px !important;
  }
}
#headline-container {
  width: 100%;
  height: 200px;
}
@media (max-width: 800px) {
  #headline-container {
    height: 100px !important;
  }
}
.resizable_headline {
  height: 100%;
  width: 100%;
}
.border-bottom-title {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #141414;
}
.nowrap-title {
  white-space: nowrap;
}
.location-item {
  border-top: 1px solid #141414;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.social-item {
  border-top: 1px solid #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.social-item:last-child {
  border-bottom: 1px solid #ffffff;
}
.link-item {
  border-top: 1px solid #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.link-item:last-child {
  border-bottom: 1px solid #ffffff;
}
.membership-tab {
  border-radius: 30px;
}
.membership-tab:first-child {
  background-color: #f4f3ef;
}
.membership-tab:nth-child(2) {
  background-color: #DBD6CB;
}
.membership-tab:nth-child(3) {
  background-color: #141414;
  color: white;
}
.membership-tab:nth-child(3) h4 {
  color: white;
}
.membership-tab:nth-child(3) .button {
  color: #141414;
  background-color: white;
}
.membership-tab:nth-child(3) .button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.membership-tab:nth-child(4) {
  background-color: #DE9600;
}
.membership-tab:nth-child(4) .button {
  color: #141414;
  background-color: white;
}
.membership-tab:nth-child(4) .button:hover {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1380px) {
  .membership-tab {
    width: 20rem;
  }
}
@media (max-width: 640px) {
  .membership-tab {
    width: 20rem;
  }
}
@media (max-width: 320px) {
  .membership-tab {
    width: 20rem;
  }
}
.post-item a {
  color: #141414;
}
.post-item {
  min-width: 20rem;
}
.booking-item {
  border-top: 1px solid #141414;
}
.time-wrapper {
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 0.5rem;
  color: #ffffff;
}
.time-wrapper:hover {
  background-color: #DE9600;
  border: 1px solid #DE9600;
  color: #141414;
}
.booking-time-wrapper {
  border-bottom: 1px solid #ffffff;
}
.underline-text {
  text-decoration: underline;
}
.border-top {
  border-top: 1px solid #141414;
}
.border-bottom {
  border-bottom: 1px solid #141414;
}
a.category-menu-item:hover {
  color: #141414;
}
.item-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  background-color: #04C2EA;
  padding: 0.5rem;
  font-family: "Sequel Sans Semi Bold Body", sans-serif;
  font-size: 0.8rem;
}
.item-tag a {
  color: #141414;
}
svg.logo-size {
  width: 10rem;
}
svg.logo-size-small {
  width: 7rem;
}
.custome-padding {
  padding: calc(min(6vw, 80px) + 20px) 6vw;
}
.background-black.inverted .border-top-tab {
  border-top: 1px solid #ffffff;
}
.border-top-tab {
  border-top: 1px solid #141414;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.inverted.border-top-tab {
  border-top: 1px solid #ffffff;
}
.pledge-scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1380px) {
  .pledge-scroll-container {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }
}
.pledge-tab {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 300px;
}
.pledge-tab:nth-child(1) {
  background-color: white;
}
.pledge-tab:nth-child(2) {
  background-color: #DBD6CB;
}
.pledge-tab:nth-child(3) {
  background-color: #DE9600;
}
.pledge-tab:nth-child(3) .button {
  background: #ffffff;
  color: #141414;
}
.pledge-tab:nth-child(3) .button:hover {
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1380px) {
  .pledge-tab {
    width: 20rem;
  }
}
@media (max-width: 640px) {
  .pledge-tab {
    width: 20rem;
  }
}
@media (max-width: 320px) {
  .pledge-tab {
    width: 20rem;
  }
}
ul.list-decoration-none {
  list-style: none;
  padding-inline-start: 0px !important;
}
.list-padding-left ul {
  padding-inline-start: 17px !important;
}
.career-item {
  border-bottom: 1px solid #141414;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
@keyframes list-view-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.list-view {
  animation-name: list-view-animation;
  animation-duration: 1s;
}
@keyframes grid-view-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.grid-view {
  animation-name: grid-view-animation;
  animation-duration: 1s;
}
.grid-view .event-archive-item .event-archive-img {
  order: 0;
}
.list-view .event-archive-item .event-archive-img {
  order: 1;
}
.event-archive-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 3rem;
}
.event-archive-wrapper.grid-view {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 3rem;
}
.event-archive-wrapper.list-view {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.grid-view .event-archive-item {
  display: flex;
  flex-direction: column;
}
.list-view .event-archive-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 3rem;
}
.list-view .event-archive-title {
  font-size: 2rem;
}
@media (max-width: 960px) {
  .event-archive-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 3rem;
  }
}
@media (max-width: 640px) {
  .event-archive-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 3rem;
  }
}
@media (max-width: 320px) {
  .event-archive-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 3rem;
  }
}
@keyframes active-icon {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
a.view-button {
  cursor: pointer;
}
img.event-archive-icons {
  width: 20px;
  cursor: pointer;
}
img.footer-logo {
  width: 12rem;
}
img.logo-size {
  width: 11.2rem;
}
img.logo-size-small {
  width: 7rem;
}
.custom-min-width {
  min-width: 20rem;
}
.schudule-item:first-child {
  border-top: 1px solid #141414;
}
.schudule-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #141414;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 640px) {
  .schudule-item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.border-bottom-rental {
  border-bottom: 1px solid #141414;
  padding-bottom: 1rem;
}
.even-odd-order .even-odd-order-item:nth-child(even) .even-odd-order-text {
  order: 2;
}
ul li strong {
  font-family: "Sequel Sans Semi Bold Body", sans-serif;
}
ul {
  padding-inline-start: 0px !important;
}
ul li {
  list-style: none;
  padding-inline-start: 0px !important;
}
strong {
  font-family: "Sequel Sans Semi Bold Body", sans-serif;
}
@media (max-width: 640px) {
  .posts-category-item:first-child {
    flex-basis: 50px;
  }
  .posts-category-item {
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
a.careers-category-item {
  color: #141414 !important;
}
@media (max-width: 640px) {
  .careers-category-item:first-child {
    flex-basis: 50px;
  }
  .careers-category-item {
    flex-basis: 150px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.team-border-top-item {
  border-top: 1px solid #141414;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 960px) {
  .menu-blog-categories .menu-item {
    width: 100%;
  }
}
.menu-blog-categories ul {
  gap: 1.5rem;
}
.menu-blog-categories a {
  color: #898989;
}
.menu-blog-categories a:hover {
  color: #141414;
}
.menu-blog-categories .current-menu-item a {
  color: #141414;
  text-decoration: underline;
}
a.all-posts {
  color: #141414;
  text-decoration: underline;
}
a.all-posts-category {
  color: #898989;
}
a.all-posts-category:hover {
  color: #141414;
}
.careers-category-item {
  font-weight: 400;
  /* Or whatever your "normal" weight is */
  text-decoration: none;
  /* Removes underline from all items */
  opacity: 0.5;
}
.careers-category-item.active {
  font-weight: bold;
  /* Or 700, if you prefer */
  text-decoration: underline;
  /* Adds underline to the active item */
  opacity: 1;
}
.menu-blog-categories ul {
  gap: 1.5rem;
}
.menu-blog-categories a {
  color: #898989;
}
.menu-blog-categories a:hover {
  color: #141414;
}
.menu-blog-categories .current-menu-item a {
  color: #141414;
  text-decoration: underline;
}
a.all-posts {
  color: #141414;
  text-decoration: underline;
}
a.all-posts-category {
  color: #898989;
}
a.all-posts-category:hover {
  color: #141414;
}
.hero-image {
  background-size: cover;
  height: 45vh;
  min-height: 360px;
}
.hero-image.x-left {
  background-position-x: left;
}
.hero-image.x-center {
  background-position-x: center;
}
.hero-image.x-right {
  background-position-x: right;
}
.hero-image.y-top {
  background-position-y: top;
}
.hero-image.y-center {
  background-position-y: center;
}
.hero-image.y-bottom {
  background-position-y: bottom;
}
@media (max-width: 1380px) {
  .hero-image {
    height: 40vh;
    min-height: auto;
  }
}
@media (max-width: 960px) {
  .hero-image {
    height: 33vh;
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .hero-image {
    height: 25vh;
    min-height: auto;
  }
}
@media (min-width: 1380px) {
  .page-template-membership div.overflow-x-scroll, .page-template-sponsorship div.overflow-x-scroll, .page-template-support-us div.overflow-x-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page-template-membership div.overflow-x-scroll::-webkit-scrollbar, .page-template-sponsorship div.overflow-x-scroll::-webkit-scrollbar, .page-template-support-us div.overflow-x-scroll::-webkit-scrollbar {
    display: none;
  }
}
.now-showing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3333333);
}
.now-showing-title {
  position: relative;
  z-index: 2;
}
h4.underline {
  position: relative;
}
h4.underline::after {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  bottom: 0;
  padding-top: 6px;
  border-bottom: 1px solid black;
}
.single-event-hero-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonial-slider {
  padding-right: 40px;
}
.testimonial-slider .splide__arrows .splide__arrow--prev {
  display: none;
}
.testimonial-slider .splide__arrows .splide__arrow--next {
  right: -2rem;
}
@media (max-width: 1380px) {
  .testimonial-slider .splide__arrows {
    display: flex;
  }
}
@media (max-width: 960px) {
  .testimonial-slider .splide__arrows .splide__arrow--next {
    right: -1rem;
  }
}
@media (max-width: 640px) {
  .testimonial-slider .splide__arrows .splide__arrow--next {
    right: 0;
  }
}
.event-archive-desc {
  word-break: break-word;
}
.event-archive-desc center {
  text-align: left;
}
.reduce-desc-height {
  max-height: 196px;
  overflow: hidden;
  position: relative;
}
.reduce-desc-height::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, white);
  z-index: 1;
}
.background-pale .reduce-desc-height::after {
  background-image: linear-gradient(to bottom, transparent, #DBD6CB);
}
.promo-image {
  width: 100%;
  min-height: 100px;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1380px) {
  .promo-image {
    height: 30vh;
  }
}
@media (max-width: 960px) {
  .promo-image {
    height: 16vh;
  }
}
.oembed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.oembed-container iframe, .oembed-container object, .oembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.time-cta.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.time-cta:hover {
  background: #DE9600;
  color: #141414;
  opacity: 0.6;
}
.feathered-edge {
  position: relative;
}
.feathered-edge::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 2;
  width: 20px;
  height: 100%;
  background-image: linear-gradient(to right, transparent, white);
}
.background-pale .feathered-edge::after {
  content: "";
  background-image: linear-gradient(to right, transparent, #DBD6CB);
}
@media (max-width: 1380px) {
  .feathered-edge-lg {
    position: relative;
  }
  .feathered-edge-lg::after {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 2;
    width: 20px;
    height: 100%;
    background-image: linear-gradient(to right, transparent, white);
  }
}
#eventExtraHtml p > img {
  max-width: 200px;
  display: inline-block;
  padding: 24px;
  vertical-align: middle;
}
@media (max-width: 960px) {
  #eventExtraHtml p > img {
    width: calc(50% - 2px);
    padding: 30px 0;
  }
  #eventExtraHtml p > img:nth-child(odd) {
    padding-right: 30px;
  }
  #eventExtraHtml p > img:nth-child(even) {
    padding-left: 30px;
  }
}
#eventExtraHtmlWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}
#eventExtraHtmlWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.left-arrows-slider-no-loop .splide__arrows {
  transform: none;
}
.left-arrows-slider-no-loop .splide__arrows.arrows-start {
  top: auto;
  bottom: 0;
  left: -7rem;
  transform: none;
}
.left-arrows-slider-no-loop .splide__arrows.arrows-start .splide__arrow {
  transform: none;
}
.background-pale .left-arrows-slider .splide__arrows.arrows-start .splide__arrow, .background-pale .left-arrows-slider-no-loop .splide__arrows.arrows-start .splide__arrow {
  background-color: #DBD6CB;
  background-blend-mode: multiply;
}
.post-type-archive-careers .main ul {
  padding-inline-start: revert !important;
}
.post-type-archive-careers .main ul li {
  list-style: initial;
  padding-inline-start: revert !important;
}
.background-pale p > a {
  color: #141414;
}
.section-content a.color-black {
  font-family: "Sequel Sans Semi Bold Body";
  font-weight: normal;
}
.section-content a.color-black:hover {
  text-decoration: underline;
}
.main > section.section-wrapper:first-of-type h1 {
  font-size: 3.6rem;
}
form.formkit-form {
  width: 100%;
  margin-bottom: 0 !important;
}
form.formkit-form ul.formkit-alert {
  color: #141414 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-style: italic !important;
  margin: 2px 0 !important;
}
form.formkit-form ul.formkit-alert li::before {
  content: "*";
  font-style: italic;
}
form.formkit-form input.formkit-input {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: #141414;
  border-radius: 5px;
  background: #ffffff;
  color: #141414;
  padding: 1.1rem 1.2rem;
  flex-grow: 1;
  transition-duration: 0.15s;
  transition-property: color, border-color, background, background-color;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  height: auto;
}
form.formkit-form button.formkit-submit {
  background: white;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Sequel 100 Wide", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1;
  padding: 0 !important;
  transition-duration: 0.15s;
  cursor: pointer;
  outline: none;
}
form.formkit-form button.formkit-submit > span {
  padding: 0 1.1rem;
}
form.formkit-form button.formkit-submit:hover {
  background: #141414;
  color: #ffffff;
}
form.formkit-form .formkit-checkboxes input[type="checkbox"]:checked + label::before {
  background: #141414 !important;
  border-color: #141414 !important;
}
.volunteer-form form.formkit-form .formkit-fields, .newsletter-form form.formkit-form .formkit-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.volunteer-form form.formkit-form .formkit-field, .newsletter-form form.formkit-form .formkit-field {
  margin: 0;
}
@media (max-width: 960px) {
  .formkit-form {
    max-width: none !important;
  }
  .formkit-form div[data-style="clean"] {
    padding: 0 !important;
  }
  .volunteer-form form.formkit-form .formkit-fields {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 640px) {
  .newsletter-form form.formkit-form .formkit-fields {
    grid-template-columns: repeat(1, 1fr);
  }
}
