@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 100vh;
  max-height: none;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 230px 0 100px; }
  .hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: -webkit-gradient(linear, left bottom, left top, from(#444), to(rgba(68, 68, 68, 0)));
    background: -webkit-linear-gradient(bottom, #444 0%, rgba(68, 68, 68, 0) 100%);
    background: -o-linear-gradient(bottom, #444 0%, rgba(68, 68, 68, 0) 100%);
    background: linear-gradient(0deg, #444 0%, rgba(68, 68, 68, 0) 100%);
    opacity: 0.4;
    z-index: 4; }

.mason--loaded .hero__slideshow {
  opacity: 0.8; }

.hero__content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }
  .mason--sticky .hero__content {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  .hero__content .button__link,
  .hero__content .hero__text__small {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 7s;
    -o-transition-delay: 7s;
    transition-delay: 7s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
    .mason--loaded .inview .hero__content .button__link, .mason--loaded .inview
    .hero__content .hero__text__small {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .window--splash .hero__content .button__link, .window--splash
    .hero__content .hero__text__small {
      -webkit-transition-delay: 6s;
      -o-transition-delay: 6s;
      transition-delay: 6s; }

.hero__text {
  font-weight: 100;
  font-family: "ivypresto-display", sans-serif;
  margin: 0 0 2.5em; }
  .hero__text > * {
    font-size: clamp(3em, 10vw, 7.5em);
    letter-spacing: 0.025em;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    line-height: 1.1em;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    display: inline-block;
    font-weight: 100;
    font-style: italic; }
    .hero__text > *strong {
      font-weight: 400;
      font-style: normal; }
    .mason--loaded .inview .hero__text > * {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .hero__text > *:nth-child(1) {
      -webkit-transition-delay: 0.55s;
      -o-transition-delay: 0.55s;
      transition-delay: 0.55s; }
    .hero__text > *:nth-child(2) {
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .hero__text > *:nth-child(3) {
      -webkit-transition-delay: 0.85s;
      -o-transition-delay: 0.85s;
      transition-delay: 0.85s; }
    .hero__text > *:nth-child(4) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .hero__text > *:nth-child(5) {
      -webkit-transition-delay: 1.15s;
      -o-transition-delay: 1.15s;
      transition-delay: 1.15s; }
    .hero__text > *:nth-child(6) {
      -webkit-transition-delay: 1.3s;
      -o-transition-delay: 1.3s;
      transition-delay: 1.3s; }
    .hero__text > *:nth-child(7) {
      -webkit-transition-delay: 1.45s;
      -o-transition-delay: 1.45s;
      transition-delay: 1.45s; }
    .hero__text > *:nth-child(8) {
      -webkit-transition-delay: 1.6s;
      -o-transition-delay: 1.6s;
      transition-delay: 1.6s; }
    .hero__text > *:nth-child(9) {
      -webkit-transition-delay: 1.75s;
      -o-transition-delay: 1.75s;
      transition-delay: 1.75s; }
    .hero__text > *:nth-child(10) {
      -webkit-transition-delay: 1.9s;
      -o-transition-delay: 1.9s;
      transition-delay: 1.9s; }
    .hero__text > *:nth-child(11) {
      -webkit-transition-delay: 2.05s;
      -o-transition-delay: 2.05s;
      transition-delay: 2.05s; }
    .hero__text > *:nth-child(12) {
      -webkit-transition-delay: 2.2s;
      -o-transition-delay: 2.2s;
      transition-delay: 2.2s; }
    .hero__text > *:nth-child(13) {
      -webkit-transition-delay: 2.35s;
      -o-transition-delay: 2.35s;
      transition-delay: 2.35s; }
    .hero__text > *:nth-child(14) {
      -webkit-transition-delay: 2.5s;
      -o-transition-delay: 2.5s;
      transition-delay: 2.5s; }
    .hero__text > *:nth-child(15) {
      -webkit-transition-delay: 2.65s;
      -o-transition-delay: 2.65s;
      transition-delay: 2.65s; }
    .hero__text > *:nth-child(16) {
      -webkit-transition-delay: 2.8s;
      -o-transition-delay: 2.8s;
      transition-delay: 2.8s; }
    .hero__text > *:nth-child(17) {
      -webkit-transition-delay: 2.95s;
      -o-transition-delay: 2.95s;
      transition-delay: 2.95s; }
    .hero__text > *:nth-child(18) {
      -webkit-transition-delay: 3.1s;
      -o-transition-delay: 3.1s;
      transition-delay: 3.1s; }
    .hero__text > *:nth-child(19) {
      -webkit-transition-delay: 3.25s;
      -o-transition-delay: 3.25s;
      transition-delay: 3.25s; }
    .hero__text > *:nth-child(20) {
      -webkit-transition-delay: 3.4s;
      -o-transition-delay: 3.4s;
      transition-delay: 3.4s; }
    .hero__text > *:nth-child(21) {
      -webkit-transition-delay: 3.55s;
      -o-transition-delay: 3.55s;
      transition-delay: 3.55s; }
    .hero__text > *:nth-child(22) {
      -webkit-transition-delay: 3.7s;
      -o-transition-delay: 3.7s;
      transition-delay: 3.7s; }
    .hero__text > *:nth-child(23) {
      -webkit-transition-delay: 3.85s;
      -o-transition-delay: 3.85s;
      transition-delay: 3.85s; }
    .hero__text > *:nth-child(24) {
      -webkit-transition-delay: 4s;
      -o-transition-delay: 4s;
      transition-delay: 4s; }
    .hero__text > *:nth-child(25) {
      -webkit-transition-delay: 4.15s;
      -o-transition-delay: 4.15s;
      transition-delay: 4.15s; }
    .hero__text > *:nth-child(26) {
      -webkit-transition-delay: 4.3s;
      -o-transition-delay: 4.3s;
      transition-delay: 4.3s; }
    .hero__text > *:nth-child(27) {
      -webkit-transition-delay: 4.45s;
      -o-transition-delay: 4.45s;
      transition-delay: 4.45s; }
    .hero__text > *:nth-child(28) {
      -webkit-transition-delay: 4.6s;
      -o-transition-delay: 4.6s;
      transition-delay: 4.6s; }
    .hero__text > *:nth-child(29) {
      -webkit-transition-delay: 4.75s;
      -o-transition-delay: 4.75s;
      transition-delay: 4.75s; }
    .hero__text > *:nth-child(30) {
      -webkit-transition-delay: 4.9s;
      -o-transition-delay: 4.9s;
      transition-delay: 4.9s; }
    .hero__text > *:nth-child(31) {
      -webkit-transition-delay: 5.05s;
      -o-transition-delay: 5.05s;
      transition-delay: 5.05s; }
    .hero__text > *:nth-child(32) {
      -webkit-transition-delay: 5.2s;
      -o-transition-delay: 5.2s;
      transition-delay: 5.2s; }
    .hero__text > *:nth-child(33) {
      -webkit-transition-delay: 5.35s;
      -o-transition-delay: 5.35s;
      transition-delay: 5.35s; }
    .hero__text > *:nth-child(34) {
      -webkit-transition-delay: 5.5s;
      -o-transition-delay: 5.5s;
      transition-delay: 5.5s; }
    .hero__text > *:nth-child(35) {
      -webkit-transition-delay: 5.65s;
      -o-transition-delay: 5.65s;
      transition-delay: 5.65s; }
    .hero__text > *:nth-child(36) {
      -webkit-transition-delay: 5.8s;
      -o-transition-delay: 5.8s;
      transition-delay: 5.8s; }
    .hero__text > *:nth-child(37) {
      -webkit-transition-delay: 5.95s;
      -o-transition-delay: 5.95s;
      transition-delay: 5.95s; }
    .hero__text > *:nth-child(38) {
      -webkit-transition-delay: 6.1s;
      -o-transition-delay: 6.1s;
      transition-delay: 6.1s; }
    .hero__text > *:nth-child(39) {
      -webkit-transition-delay: 6.25s;
      -o-transition-delay: 6.25s;
      transition-delay: 6.25s; }
    .hero__text > *:nth-child(40) {
      -webkit-transition-delay: 6.4s;
      -o-transition-delay: 6.4s;
      transition-delay: 6.4s; }
    .hero__text > *:nth-child(41) {
      -webkit-transition-delay: 6.55s;
      -o-transition-delay: 6.55s;
      transition-delay: 6.55s; }
    .window--splash .hero__text > *:nth-child(1) {
      -webkit-transition-delay: 2.95s;
      -o-transition-delay: 2.95s;
      transition-delay: 2.95s; }
    .window--splash .hero__text > *:nth-child(2) {
      -webkit-transition-delay: 3.1s;
      -o-transition-delay: 3.1s;
      transition-delay: 3.1s; }
    .window--splash .hero__text > *:nth-child(3) {
      -webkit-transition-delay: 3.25s;
      -o-transition-delay: 3.25s;
      transition-delay: 3.25s; }
    .window--splash .hero__text > *:nth-child(4) {
      -webkit-transition-delay: 3.4s;
      -o-transition-delay: 3.4s;
      transition-delay: 3.4s; }
    .window--splash .hero__text > *:nth-child(5) {
      -webkit-transition-delay: 3.55s;
      -o-transition-delay: 3.55s;
      transition-delay: 3.55s; }
    .window--splash .hero__text > *:nth-child(6) {
      -webkit-transition-delay: 3.7s;
      -o-transition-delay: 3.7s;
      transition-delay: 3.7s; }
    .window--splash .hero__text > *:nth-child(7) {
      -webkit-transition-delay: 3.85s;
      -o-transition-delay: 3.85s;
      transition-delay: 3.85s; }
    .window--splash .hero__text > *:nth-child(8) {
      -webkit-transition-delay: 4s;
      -o-transition-delay: 4s;
      transition-delay: 4s; }
    .window--splash .hero__text > *:nth-child(9) {
      -webkit-transition-delay: 4.15s;
      -o-transition-delay: 4.15s;
      transition-delay: 4.15s; }
    .window--splash .hero__text > *:nth-child(10) {
      -webkit-transition-delay: 4.3s;
      -o-transition-delay: 4.3s;
      transition-delay: 4.3s; }
    .window--splash .hero__text > *:nth-child(11) {
      -webkit-transition-delay: 4.45s;
      -o-transition-delay: 4.45s;
      transition-delay: 4.45s; }
    .window--splash .hero__text > *:nth-child(12) {
      -webkit-transition-delay: 4.6s;
      -o-transition-delay: 4.6s;
      transition-delay: 4.6s; }
    .window--splash .hero__text > *:nth-child(13) {
      -webkit-transition-delay: 4.75s;
      -o-transition-delay: 4.75s;
      transition-delay: 4.75s; }
    .window--splash .hero__text > *:nth-child(14) {
      -webkit-transition-delay: 4.9s;
      -o-transition-delay: 4.9s;
      transition-delay: 4.9s; }
    .window--splash .hero__text > *:nth-child(15) {
      -webkit-transition-delay: 5.05s;
      -o-transition-delay: 5.05s;
      transition-delay: 5.05s; }
    .window--splash .hero__text > *:nth-child(16) {
      -webkit-transition-delay: 5.2s;
      -o-transition-delay: 5.2s;
      transition-delay: 5.2s; }
    .window--splash .hero__text > *:nth-child(17) {
      -webkit-transition-delay: 5.35s;
      -o-transition-delay: 5.35s;
      transition-delay: 5.35s; }
    .window--splash .hero__text > *:nth-child(18) {
      -webkit-transition-delay: 5.5s;
      -o-transition-delay: 5.5s;
      transition-delay: 5.5s; }
    .window--splash .hero__text > *:nth-child(19) {
      -webkit-transition-delay: 5.65s;
      -o-transition-delay: 5.65s;
      transition-delay: 5.65s; }
    .window--splash .hero__text > *:nth-child(20) {
      -webkit-transition-delay: 5.8s;
      -o-transition-delay: 5.8s;
      transition-delay: 5.8s; }
    .window--splash .hero__text > *:nth-child(21) {
      -webkit-transition-delay: 5.95s;
      -o-transition-delay: 5.95s;
      transition-delay: 5.95s; }
    .window--splash .hero__text > *:nth-child(22) {
      -webkit-transition-delay: 6.1s;
      -o-transition-delay: 6.1s;
      transition-delay: 6.1s; }
    .window--splash .hero__text > *:nth-child(23) {
      -webkit-transition-delay: 6.25s;
      -o-transition-delay: 6.25s;
      transition-delay: 6.25s; }
    .window--splash .hero__text > *:nth-child(24) {
      -webkit-transition-delay: 6.4s;
      -o-transition-delay: 6.4s;
      transition-delay: 6.4s; }
    .window--splash .hero__text > *:nth-child(25) {
      -webkit-transition-delay: 6.55s;
      -o-transition-delay: 6.55s;
      transition-delay: 6.55s; }
    .window--splash .hero__text > *:nth-child(26) {
      -webkit-transition-delay: 6.7s;
      -o-transition-delay: 6.7s;
      transition-delay: 6.7s; }
    .window--splash .hero__text > *:nth-child(27) {
      -webkit-transition-delay: 6.85s;
      -o-transition-delay: 6.85s;
      transition-delay: 6.85s; }
    .window--splash .hero__text > *:nth-child(28) {
      -webkit-transition-delay: 7s;
      -o-transition-delay: 7s;
      transition-delay: 7s; }
    .window--splash .hero__text > *:nth-child(29) {
      -webkit-transition-delay: 7.15s;
      -o-transition-delay: 7.15s;
      transition-delay: 7.15s; }
    .window--splash .hero__text > *:nth-child(30) {
      -webkit-transition-delay: 7.3s;
      -o-transition-delay: 7.3s;
      transition-delay: 7.3s; }
    .window--splash .hero__text > *:nth-child(31) {
      -webkit-transition-delay: 7.45s;
      -o-transition-delay: 7.45s;
      transition-delay: 7.45s; }
    .window--splash .hero__text > *:nth-child(32) {
      -webkit-transition-delay: 7.6s;
      -o-transition-delay: 7.6s;
      transition-delay: 7.6s; }
    .window--splash .hero__text > *:nth-child(33) {
      -webkit-transition-delay: 7.75s;
      -o-transition-delay: 7.75s;
      transition-delay: 7.75s; }
    .window--splash .hero__text > *:nth-child(34) {
      -webkit-transition-delay: 7.9s;
      -o-transition-delay: 7.9s;
      transition-delay: 7.9s; }
    .window--splash .hero__text > *:nth-child(35) {
      -webkit-transition-delay: 8.05s;
      -o-transition-delay: 8.05s;
      transition-delay: 8.05s; }
    .window--splash .hero__text > *:nth-child(36) {
      -webkit-transition-delay: 8.2s;
      -o-transition-delay: 8.2s;
      transition-delay: 8.2s; }
    .window--splash .hero__text > *:nth-child(37) {
      -webkit-transition-delay: 8.35s;
      -o-transition-delay: 8.35s;
      transition-delay: 8.35s; }
    .window--splash .hero__text > *:nth-child(38) {
      -webkit-transition-delay: 8.5s;
      -o-transition-delay: 8.5s;
      transition-delay: 8.5s; }
    .window--splash .hero__text > *:nth-child(39) {
      -webkit-transition-delay: 8.65s;
      -o-transition-delay: 8.65s;
      transition-delay: 8.65s; }
    .window--splash .hero__text > *:nth-child(40) {
      -webkit-transition-delay: 8.8s;
      -o-transition-delay: 8.8s;
      transition-delay: 8.8s; }
    .window--splash .hero__text > *:nth-child(41) {
      -webkit-transition-delay: 8.95s;
      -o-transition-delay: 8.95s;
      transition-delay: 8.95s; }

.hero__text__small {
  font-weight: 100;
  font-family: "ivypresto-display", sans-serif;
  font-size: clamp(0.8em, 2vw, 1.5625em);
  letter-spacing: 0.1em;
  letter-spacing: 0.025em;
  margin: 0; }

.hero__down__container {
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5; }

.hero__down {
  width: 164px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 18px;
  font-size: 1.25em; }
  .hero__down::before {
    content: "";
    position: absolute;
    height: 200%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("/_site/images/design/hero_down_text.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: reverse; }
  .hero__down svg {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .hero__down::after {
    content: "";
    position: absolute;
    height: 200%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #C72D36;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .hero__down:hover svg {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

.hero__quicklinks {
  display: none; }

@media all and (min-width: 769px) {
  .hero__quicklinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 64px;
    z-index: 5; }
  .hero__quicklinks__item {
    padding-right: 64px;
    margin-bottom: 16px;
    position: relative; }
    .hero__quicklinks__item::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      height: 2px;
      width: 24px;
      background-color: #C72D36;
      -webkit-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .hero__quicklinks__item a {
      opacity: 0;
      -webkit-transition: color 0.4s, opacity 0.4s;
      -o-transition: color 0.4s, opacity 0.4s;
      transition: color 0.4s, opacity 0.4s;
      -webkit-transition-delay: 0s, 0.4s;
      -o-transition-delay: 0s, 0.4s;
      transition-delay: 0s, 0.4s; }
      .hero__quicklinks__item a:hover {
        color: #C72D36; }
    .mason--loaded .inview .hero__quicklinks__item a {
      opacity: 1; }
    .mason--loaded .inview .hero__quicklinks__item::after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
      .mason--loaded .inview .hero__quicklinks__item::after a {
        opacity: 1; }
    .hero__quicklinks__item:nth-child(2) a {
      -webkit-transition-delay: 0s, 0.5s;
      -o-transition-delay: 0s, 0.5s;
      transition-delay: 0s, 0.5s; }
    .hero__quicklinks__item:nth-child(2)::after {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .hero__quicklinks__item:last-child {
      margin-bottom: 0; }
      .hero__quicklinks__item:last-child a {
        -webkit-transition-delay: 0s, 0.7s;
        -o-transition-delay: 0s, 0.7s;
        transition-delay: 0s, 0.7s; }
      .hero__quicklinks__item:last-child::after {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
  .hero__down {
    height: 90px;
    width: 180px; } }

.lte-ie8 .hero__quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 64px;
  z-index: 5; }

.lte-ie8 .hero__quicklinks__item {
  padding-right: 64px;
  margin-bottom: 16px;
  position: relative; }
  .lte-ie8 .hero__quicklinks__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    width: 24px;
    background-color: #C72D36;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .lte-ie8 .hero__quicklinks__item a {
    opacity: 0;
    -webkit-transition: color 0.4s, opacity 0.4s;
    -o-transition: color 0.4s, opacity 0.4s;
    transition: color 0.4s, opacity 0.4s;
    -webkit-transition-delay: 0s, 0.4s;
    -o-transition-delay: 0s, 0.4s;
    transition-delay: 0s, 0.4s; }
    .lte-ie8 .hero__quicklinks__item a:hover {
      color: #C72D36; }
  .mason--loaded .inview .lte-ie8 .hero__quicklinks__item a {
    opacity: 1; }
  .mason--loaded .inview .lte-ie8 .hero__quicklinks__item::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .mason--loaded .inview .lte-ie8 .hero__quicklinks__item::after a {
      opacity: 1; }
  .lte-ie8 .hero__quicklinks__item:nth-child(2) a {
    -webkit-transition-delay: 0s, 0.5s;
    -o-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s; }
  .lte-ie8 .hero__quicklinks__item:nth-child(2)::after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .lte-ie8 .hero__quicklinks__item:last-child {
    margin-bottom: 0; }
    .lte-ie8 .hero__quicklinks__item:last-child a {
      -webkit-transition-delay: 0s, 0.7s;
      -o-transition-delay: 0s, 0.7s;
      transition-delay: 0s, 0.7s; }
    .lte-ie8 .hero__quicklinks__item:last-child::after {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }

.lte-ie8 .hero__down {
  height: 90px;
  width: 180px; }

.welcome {
  padding: 40px 0;
  position: relative; }

.welcome__inner {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.welcome__title {
  font-family: "ivypresto-display", sans-serif; }
  .welcome__title > * {
    margin: 0 0 0.75em;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 100;
    font-style: italic;
    color: #222222; }
    .welcome__title > * strong {
      font-weight: 400; }
    .welcome__title > * em {
      display: inline-block; }

.welcome__text {
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 56px; }

.welcome__right {
  margin-bottom: 30px; }

.welcome__left {
  width: 100%;
  max-width: 404px;
  aspect-ratio: 704/731;
  margin: 0 auto; }

.welcome__bg__image {
  width: 57.80488%;
  max-width: 948px;
  aspect-ratio: 948/720;
  position: absolute;
  bottom: -200px;
  right: -128px;
  z-index: 0; }
  .welcome__bg__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    background: radial-gradient(rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    z-index: 2; }
  .welcome__bg__image img {
    opacity: 0.15;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

@media all and (min-width: 769px) {
  .welcome {
    padding: 100px 0 50px; }
  .welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .welcome__right,
  .welcome__left {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
    .mason--loaded .inview .welcome__right, .mason--loaded .inview
    .welcome__left {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .welcome__right {
    width: 50%;
    position: relative;
    z-index: 3;
    padding-top: 88px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
    .welcome__right .welcome__text,
    .welcome__right .button__link {
      margin-left: 33.33333%; }
  .welcome__left {
    margin: 0 -11% 0 0;
    max-width: 704px;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .welcome__left::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.5;
      z-index: 2; } }

.lte-ie8 .welcome {
  padding: 100px 0 50px; }

.lte-ie8 .welcome__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.lte-ie8 .welcome__right,
.lte-ie8 .welcome__left {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  -o-transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
  .mason--loaded .inview .lte-ie8 .welcome__right, .mason--loaded .inview
  .lte-ie8 .welcome__left {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.lte-ie8 .welcome__right {
  width: 50%;
  position: relative;
  z-index: 3;
  padding-top: 88px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }
  .lte-ie8 .welcome__right .welcome__text,
  .lte-ie8 .welcome__right .button__link {
    margin-left: 33.33333%; }

.lte-ie8 .welcome__left {
  margin: 0 -11% 0 0;
  max-width: 704px;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .lte-ie8 .welcome__left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
    z-index: 2; }

.news {
  position: relative;
  z-index: 2;
  padding: 25px 0; }
  .news::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: clamp(-515px, -35vw, -100px);
    width: clamp(33.29268%, 33.29268%, 546px);
    aspect-ratio: 546/901;
    background-image: url("/_site/images/design/watermark_news.svg");
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat; }

.news__inner {
  width: 90%;
  margin: 0 auto; }

.news__header {
  margin-bottom: 32px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }
  .inview .news__header {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.news__title {
  margin-bottom: 30px; }

.news__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .news__filter button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(34, 34, 34, 0.2);
    margin-right: 8px;
    -webkit-transition: background 0.4s, border 0.4s, color 0.4s;
    -o-transition: background 0.4s, border 0.4s, color 0.4s;
    transition: background 0.4s, border 0.4s, color 0.4s; }
    .news__filter button:last-child {
      margin-right: 0; }
    .news__filter button:hover, .news__filter button:focus, .news__filter button.active {
      background-color: #222222;
      border-color: #222222;
      color: #fff; }
    .news__filter button:hover span {
      opacity: 1;
      visibility: visible; }
    .news__filter button span {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-top: 10px;
      opacity: 0;
      visibility: hidden;
      color: #222222;
      -webkit-transition: opacity 0.4s, visibility 0.4s;
      -o-transition: opacity 0.4s, visibility 0.4s;
      transition: opacity 0.4s, visibility 0.4s; }

.news__filter__text {
  font-weight: 500;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  margin-right: 16px; }

.news__list {
  min-height: 525px; }
  .news__list .owl-item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }
    .news__list .owl-item:nth-child(1) {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .news__list .owl-item:nth-child(2) {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .news__list .owl-item:nth-child(3) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .news__list .owl-item:nth-child(4) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .news__list .owl-item:nth-child(5) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .news__list .owl-item:nth-child(6) {
      -webkit-transition-delay: 1.6s;
      -o-transition-delay: 1.6s;
      transition-delay: 1.6s; }
    .news__list .owl-item:nth-child(7) {
      -webkit-transition-delay: 1.8s;
      -o-transition-delay: 1.8s;
      transition-delay: 1.8s; }
    .news__list .owl-item:nth-child(8) {
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s; }
    .news__list .owl-item:nth-child(9) {
      -webkit-transition-delay: 2.2s;
      -o-transition-delay: 2.2s;
      transition-delay: 2.2s; }
    .news__list .owl-item:nth-child(10) {
      -webkit-transition-delay: 2.4s;
      -o-transition-delay: 2.4s;
      transition-delay: 2.4s; }
    .news__list .owl-item:nth-child(11) {
      -webkit-transition-delay: 2.6s;
      -o-transition-delay: 2.6s;
      transition-delay: 2.6s; }
    .news__list .owl-item:nth-child(12) {
      -webkit-transition-delay: 2.8s;
      -o-transition-delay: 2.8s;
      transition-delay: 2.8s; }
    .news__list .owl-item:nth-child(13) {
      -webkit-transition-delay: 3s;
      -o-transition-delay: 3s;
      transition-delay: 3s; }
    .news__list .owl-item:nth-child(14) {
      -webkit-transition-delay: 3.2s;
      -o-transition-delay: 3.2s;
      transition-delay: 3.2s; }
    .news__list .owl-item:nth-child(15) {
      -webkit-transition-delay: 3.4s;
      -o-transition-delay: 3.4s;
      transition-delay: 3.4s; }
    .news__list .owl-item:nth-child(16) {
      -webkit-transition-delay: 3.6s;
      -o-transition-delay: 3.6s;
      transition-delay: 3.6s; }
    .news__list .owl-item:nth-child(17) {
      -webkit-transition-delay: 3.8s;
      -o-transition-delay: 3.8s;
      transition-delay: 3.8s; }
    .news__list .owl-item:nth-child(18) {
      -webkit-transition-delay: 4s;
      -o-transition-delay: 4s;
      transition-delay: 4s; }
    .news__list .owl-item:nth-child(19) {
      -webkit-transition-delay: 4.2s;
      -o-transition-delay: 4.2s;
      transition-delay: 4.2s; }
    .news__list .owl-item:nth-child(20) {
      -webkit-transition-delay: 4.4s;
      -o-transition-delay: 4.4s;
      transition-delay: 4.4s; }

.mason--loaded .news__list.inview .owl-item {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.social__item__image {
  width: 100%;
  aspect-ratio: 400/320;
  background-color: #444;
  margin-bottom: 40px; }
  .social__item__image img {
    opacity: 0.9; }

.social__item__icon {
  height: 56px;
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #C72D36;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.social__item__date {
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .twitter__item .social__item__date,
  .facebook__item .social__item__date,
  .instagram__item .social__item__date {
    margin-bottom: 2rem; }
  .social__item__date::before {
    content: "";
    height: 2px;
    width: 24px;
    background-color: #C72D36;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.social__item__title {
  color: #191919;
  font-weight: 400;
  font-family: "ivypresto-display", sans-serif;
  margin: 0.5em 0;
  font-size: clamp(25px, 5vw, 32px); }

.social__item__intro {
  font-weight: 300;
  line-height: 1.5em;
  color: #373940; }
  .news__item .social__item__intro {
    overflow: hidden;
    max-height: 4.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .twitter__item .social__item__intro,
  .facebook__item .social__item__intro,
  .instagram__item .social__item__intro {
    overflow: hidden;
    max-height: 7.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }
  .facebook__item .social__item__intro a {
    color: inherit; }
  .social__item__intro a {
    color: inherit;
    text-decoration: none;
    color: #C72D36;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
    .social__item__intro a:hover {
      color: #222222; }

.news__controls,
.activities__controls {
  visibility: hidden;
  z-index: 2;
  display: none; }
  @media all and (max-width: 768px) {
    .news__controls,
    .activities__controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px;
      position: relative;
      margin-top: 20px; }
      .news__controls .news__left__container,
      .news__controls .news__right__container,
      .news__controls .activities__left__container,
      .news__controls .activities__right__container,
      .activities__controls .news__left__container,
      .activities__controls .news__right__container,
      .activities__controls .activities__left__container,
      .activities__controls .activities__right__container {
        position: relative;
        width: auto;
        left: auto;
        right: auto; }
        .news__controls .news__left__container button,
        .news__controls .news__right__container button,
        .news__controls .activities__left__container button,
        .news__controls .activities__right__container button,
        .activities__controls .news__left__container button,
        .activities__controls .news__right__container button,
        .activities__controls .activities__left__container button,
        .activities__controls .activities__right__container button {
          height: 44px;
          width: 44px;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); } }
  .news__controls .lte-ie8,
  .activities__controls .lte-ie8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    margin-top: 20px; }
    .news__controls .lte-ie8 .news__left__container,
    .news__controls .lte-ie8 .news__right__container,
    .news__controls .lte-ie8 .activities__left__container,
    .news__controls .lte-ie8 .activities__right__container,
    .activities__controls .lte-ie8 .news__left__container,
    .activities__controls .lte-ie8 .news__right__container,
    .activities__controls .lte-ie8 .activities__left__container,
    .activities__controls .lte-ie8 .activities__right__container {
      position: relative;
      width: auto;
      left: auto;
      right: auto; }
      .news__controls .lte-ie8 .news__left__container button,
      .news__controls .lte-ie8 .news__right__container button,
      .news__controls .lte-ie8 .activities__left__container button,
      .news__controls .lte-ie8 .activities__right__container button,
      .activities__controls .lte-ie8 .news__left__container button,
      .activities__controls .lte-ie8 .news__right__container button,
      .activities__controls .lte-ie8 .activities__left__container button,
      .activities__controls .lte-ie8 .activities__right__container button {
        height: 44px;
        width: 44px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.news__left__container,
.news__right__container,
.activities__left__container,
.activities__right__container {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 180px; }
  .news__left__container button,
  .news__right__container button,
  .activities__left__container button,
  .activities__right__container button {
    visibility: visible;
    height: 88px;
    width: 88px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 24px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 8px 24px rgba(34, 34, 34, 0.1);
    background-color: #fff;
    color: #C72D36;
    font-size: 24px;
    -webkit-transition: color 0.4s, background 0.4s, -webkit-transform 0.4s;
    transition: color 0.4s, background 0.4s, -webkit-transform 0.4s;
    -o-transition: color 0.4s, background 0.4s, transform 0.4s;
    transition: color 0.4s, background 0.4s, transform 0.4s;
    transition: color 0.4s, background 0.4s, transform 0.4s, -webkit-transform 0.4s; }
    .news__left__container button:hover,
    .news__right__container button:hover,
    .activities__left__container button:hover,
    .activities__right__container button:hover {
      color: #fff;
      background-color: #C72D36; }

.news__left__container,
.activities__left__container {
  left: 0; }
  .news__left__container button.off,
  .activities__left__container button.off {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

.news__right__container,
.activities__right__container {
  right: 0; }
  .news__right__container button.off,
  .activities__right__container button.off {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

.button__left .news__left:not(.off),
.button__left .activities__left:not(.off) {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.button__right .news__right:not(.off),
.button__right .activities__right:not(.off) {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.activities__left__container,
.activities__right__container {
  width: auto; }

.activities__left__container {
  left: -56px; }

.activities__right__container {
  right: -56px; }

.activities__left:not(.off),
.activities__right:not(.off) {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px; }

@media all and (min-width: 769px) {
  .news__header {
    margin-bottom: 64px; }
  .news__controls,
  .activities__controls {
    display: block; }
  .news__footer {
    margin-top: 80px; } }

.lte-ie8 .news__header {
  margin-bottom: 64px; }

.lte-ie8 .news__controls,
.lte-ie8 .activities__controls {
  display: block; }

.lte-ie8 .news__footer {
  margin-top: 80px; }

@media all and (min-width: 1025px) {
  .activities__left__container {
    left: -44px; }
  .activities__right__container {
    right: -44px; } }

.activities {
  padding: 10px clamp(5%, 5%, 50px);
  position: relative;
  z-index: 3; }

.activities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .activities__list > .activities__item {
    margin-right: 48px; }
  .activities__list .owl-stage {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .activities__list .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.activities__item {
  background-color: #444;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.activities__item__image {
  z-index: 0; }
  .activities__item__image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 560px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222));
    background: -webkit-linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    background: -o-linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    background: linear-gradient(rgba(34, 34, 34, 0) 0%, #222 100%);
    opacity: 0.6;
    z-index: 2; }

.activities__item__content {
  width: 100%;
  aspect-ratio: 1440/720;
  position: relative;
  z-index: 2;
  padding: clamp(20px, 5%, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.activities__item__title {
  font-size: clamp(32px, 10vw, 64px);
  font-weight: 400;
  margin: 0 0 24px;
  line-height: 1.48438em;
  font-family: "ivypresto-display", sans-serif; }

.activities__item__intro {
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 32px;
  max-width: 450px; }

.activities__item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .activities__item__links .button__link {
    margin-right: 8px; }
    .activities__item__links .button__link a {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }

.activities__item__video {
  height: 56px;
  width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  -webkit-transition: color 0.4s, backround 0.4s;
  -o-transition: color 0.4s, backround 0.4s;
  transition: color 0.4s, backround 0.4s; }
  .activities__item__video:hover {
    background-color: #C72D36;
    color: #222222; }
  .activities__item__video[href=""] {
    display: none; }

.activities__item__all {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.21429em;
  padding: 1.395em 1.71429em;
  position: relative;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
  .activities__item__all:hover {
    color: #C72D36; }
  .activities__item__all span::after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 4px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #C72D36; }

.activities__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: clamp(10px, 4vw, 48px); }
  .activities__pager .owl-dot {
    width: 40px;
    height: 4px;
    background-color: rgba(68, 68, 68, 0.11);
    margin-right: 8px;
    -webkit-transition: width 0.4s, background 0.4s;
    -o-transition: width 0.4s, background 0.4s;
    transition: width 0.4s, background 0.4s; }
    .activities__pager .owl-dot.active {
      width: 80px;
      background-color: #C72D36; }
    .activities__pager .owl-dot:hover {
      background-color: #444; }

.activities__popup__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.1);
  z-index: 599; }
  .mason--admin .activities__popup__container {
    top: 110px; }
  .mason--preview .activities__popup__container {
    top: 110px; }
  .mason--secure .activities__popup__container {
    top: 40px; }
  .activities__popup__container.active {
    opacity: 1;
    visibility: visible;
    bottom: 0; }
    .activities__popup__container.active .activities__popup {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }

.activities__popup {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 80%;
  aspect-ratio: 16/9;
  max-width: 1024px; }
  .activities__popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

.activities__popup__close {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  z-index: 2; }
  .activities__popup__close svg path {
    fill: currentColor; }

.cta {
  padding: 10px 0 5px; }

.cta__inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto; }

.cta__item {
  margin-bottom: 24px;
  background-color: #f2f2f2;
  color: #343434;
  padding: clamp(20px, 6%, 72px) clamp(20px, 7%, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .mason--loaded .inview .cta__item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .cta__item:first-child .lazy__container {
    display: none; }
  .cta__item:last-child {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    margin-bottom: 0;
    background-color: #C72D36;
    color: #fff; }
    .cta__item:last-child .button__link a {
      background-color: #fff;
      color: #C72D36; }
      .cta__item:last-child .button__link a:hover {
        background-color: #222222;
        color: #fff; }
  .cta__item .lazy__container {
    z-index: -1; }

.cta__item__title {
  font-size: clamp(24px, 5vw, 48px);
  font-weight: 400;
  font-family: "ivypresto-display", sans-serif;
  line-height: 1.33333em;
  margin: 0 0 0.66667em; }

.cta__item__text {
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media all and (min-width: 769px) {
  .cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cta__item {
    margin-bottom: 0;
    width: calc(50% - 12px);
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

.lte-ie8 .cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.lte-ie8 .cta__item {
  margin-bottom: 0;
  width: calc(50% - 12px);
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.community {
  padding-bottom: 50px; }

.community__inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 2; }

.community__title,
.community__text,
.community__links,
.community__image__one,
.community__image__two,
.community__image__four {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .mason--loaded .inview .community__title, .mason--loaded .inview
  .community__text, .mason--loaded .inview
  .community__links, .mason--loaded .inview
  .community__image__one, .mason--loaded .inview
  .community__image__two, .mason--loaded .inview
  .community__image__four {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; }

.mason--loaded .inview .community__image__three {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0.8;
  visibility: visible; }

.community__title {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  font-family: "ivypresto-display", sans-serif; }
  .community__title > * {
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 100;
    line-height: 1.25em;
    margin: 0 0 0.625em; }
    .community__title > * strong {
      font-weight: 400; }

.community__text {
  color: #373940;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 48px;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.community__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.community__link {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.21429em;
  padding: 1.395em 1.71429em;
  position: relative;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s; }
  .community__link:hover {
    color: #C72D36; }
  .community__link span::after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 4px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #C72D36; }

.community__inner__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px; }

.community__image__one {
  width: 100%;
  aspect-ratio: 448/448;
  max-width: 448px;
  margin-bottom: 40px;
  background-color: #444444;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }
  .community__image__one img {
    opacity: 0.8; }

.community__image__two {
  width: 57.14286%;
  aspect-ratio: 1/1;
  background-color: #444444;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }
  .community__image__two img {
    opacity: 1; }

.community__image__three {
  width: 75%;
  max-width: 320px;
  aspect-ratio: 1/1;
  background-color: #444444;
  margin-bottom: 30px; }

.community__image__four {
  width: 100%;
  max-width: 384px;
  aspect-ratio: 1/1;
  background-color: #444444;
  margin-bottom: 30px; }

.community__background__image {
  position: absolute;
  bottom: -353px;
  width: 100%;
  max-width: 948px;
  aspect-ratio: 948/720;
  z-index: -1; }
  .community__background__image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    background: radial-gradient(rgba(255, 255, 255, 0) 0%, #fff 75%, #fff 100%);
    z-index: 2; }
  .community__background__image img {
    opacity: 0.15;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

@media all and (min-width: 769px) {
  .community {
    padding-bottom: 50px; }
  .community__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .community__content {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .community__inner__images {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%; }
  .community__background__image {
    right: 40%; }
  .community__image__three {
    width: 40%;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .community__image__four {
    width: 60%; }
  .community__image__one {
    width: 70%; }
  .community__image__two {
    width: 30%;
    -ms-flex-item-align: start;
    align-self: flex-start; } }

.lte-ie8 .community {
  padding-bottom: 50px; }

.lte-ie8 .community__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.lte-ie8 .community__content {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.lte-ie8 .community__inner__images {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }

.lte-ie8 .community__background__image {
  right: 40%; }

.lte-ie8 .community__image__three {
  width: 40%;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.lte-ie8 .community__image__four {
  width: 60%; }

.lte-ie8 .community__image__one {
  width: 70%; }

.lte-ie8 .community__image__two {
  width: 30%;
  -ms-flex-item-align: start;
  align-self: flex-start; }

@media all and (min-width: 1025px) {
  .community__inner {
    padding-left: 64px; }
  .community__inner__images {
    margin-left: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto; }
  .community__content {
    width: 40%; }
  .community__text {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .community__links {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .community__image__one {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    width: 100%; }
  .community__image__two {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 57%; }
  .community__image__three {
    margin-left: auto;
    margin-right: 15px; }
  .community__image__four {
    margin-right: auto;
    margin-left: 15px; } }

@media all and (min-width: 1301px) {
  .community__inner__images {
    margin-left: 128px; } }

@media all and (min-width: 1640px) {
  .community__image__three,
  .community__image__four {
    position: absolute !important; }
  .community__image__three {
    top: 178px;
    right: 100%;
    margin-right: 66px;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s; }
  .community__image__four {
    top: 145px;
    left: 100%;
    margin-left: 40px;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s; } }
