@-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); } }

.hero__media__content,
.hero__media__content__video,
.hero__media__content__video:after,
.hero__media__content__video iframe,
.hero__media__content__video video {
  position: absolute;
  inset: 0; }

.hero__media {
  width: 100%;
  height: 100%; }
  .hero__media__content {
    overflow: hidden;
    background: #000; }
    .hero__media__content__video:after {
      content: '';
      background: rgba(0, 0, 0, 0.3); }
    .hero__media__content iframe,
    .hero__media__content video {
      width: 100%;
      height: 100%; }
    .hero__media__content video {
      -o-object-fit: cover;
      object-fit: cover; }
  .hero__media__ctrls {
    position: absolute;
    right: 5%;
    bottom: 5vw;
    bottom: clamp(2em, 5vw, 5em);
    margin: -.35em; }
    .hero__media__ctrls button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: .35em;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .hero__media__ctrls button.ready {
        opacity: 1; }
      .hero__media__ctrls button > *:nth-child(2) {
        display: none; }
      .hero__media__ctrls button.active > *:nth-child(1) {
        display: none; }
      .hero__media__ctrls button.active > *:nth-child(2) {
        display: block; }

#mason-video-popout {
  top: 0;
  position: fixed;
  inset: 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;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000; }
  .mason--admin #mason-video-popout {
    top: 110px; }
  .mason--preview #mason-video-popout {
    top: 110px; }
  .mason--secure #mason-video-popout {
    top: 40px; }
  #mason-video-popout iframe,
  #mason-video-popout video {
    position: relative;
    aspect-ratio: 16/9;
    width: 70vw;
    height: auto;
    background: #000;
    vertical-align: bottom; }
  #mason-video-popout-close {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    -ms-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    #mason-video-popout-close:after {
      display: block;
      content: "\f00d";
      font-family: 'fontAwesome';
      font-size: 1.5em;
      font-weight: 300; }
    #mason-video-popout-close.clicked {
      opacity: 0;
      -webkit-transition-duration: .15s;
      -o-transition-duration: .15s;
      transition-duration: .15s; }

.hero__media__ctrls button,
#mason-video-popout-close {
  width: 2.65em;
  height: 2.65em;
  border-radius: 50%;
  color: #FFF;
  border: 2px solid currentColor;
  background: transparent; }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  position: relative;
  height: 100vh; }
  .hero__trust {
    display: none; }
    @media (min-width: 768px) {
      .hero__trust {
        display: block;
        position: absolute;
        right: 5%;
        bottom: 210px;
        width: 158px;
        z-index: 3; }
        .hero__trust img {
          display: block;
          position: relative;
          width: 100%;
          z-index: 2; }
        .hero__trust span {
          position: absolute;
          top: 50%;
          left: 5px;
          padding: 10px 15px;
          border-radius: 30px 0 0 30px;
          opacity: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 22px;
          font-weight: 900;
          color: #000;
          background: #fff;
          -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
          transition: opacity .3s ease, -webkit-transform .3s ease;
          -o-transition: opacity .3s ease, transform .3s ease;
          transition: opacity .3s ease, transform .3s ease;
          transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
          z-index: 1; }
        .hero__trust:hover span {
          -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
          opacity: 1; } }
  .hero__motto {
    position: absolute;
    bottom: 110px;
    left: 0;
    margin: 0 5%;
    z-index: 3; }
    .hero__motto h2 {
      min-width: 50px;
      margin: 0 auto;
      font-size: clamp(35px, 3.8vw, 40px);
      font-weight: 900;
      color: #fff; }

.admin_edit_buttons {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10; }

.hero__media__ctrls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1%;
  z-index: 12;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  right: auto; }
  .hero__media__ctrls button {
    margin: 0; }

.hero__video__play.active:before {
  content: "\f04b";
  font-family: 'fontAwesome';
  font-weight: 800;
  font-size: 1.15em; }

.hero__video__mute.active:before {
  content: "\f6a8";
  font-family: 'fontAwesome';
  font-weight: 800;
  font-size: 1.15em; }

.welcome {
  position: relative;
  padding: clamp(70px, 7.3vw, 140px) 5% clamp(60px, 6.3vw, 120px); }
  .welcome__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 100%;
    right: 5%;
    width: 93px;
    height: 93px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    background: #0466C8;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    z-index: 4; }
    .welcome__scroll:hover {
      background: #0459af; }
  .welcome__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(50px, 5.2vw, 100px);
    width: 100%;
    max-width: 620px;
    margin: 0 auto; }
    @media (min-width: 1050px) {
      .welcome__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1240px; } }
  .welcome__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    max-height: 453px;
    aspect-ratio: 1 / 1; }
    .welcome__image > div {
      border-radius: 30px;
      overflow: hidden; }
    @media (min-width: 1050px) {
      .welcome__image {
        width: 453px; } }
  .welcome__content {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: center; }
    @media (min-width: 1050px) {
      .welcome__content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 0 0;
        text-align: left; } }
  .welcome__header {
    margin: 0;
    font-size: clamp(35px, 3.8vw, 40px);
    color: #30478a; }
    .welcome__header span {
      display: block;
      font-weight: 600;
      font-style: italic; }
  .welcome__region {
    width: 100%; }
    .welcome__region p {
      margin: 0;
      font-size: 18px; }

.values {
  position: relative;
  padding: 0 5% clamp(55px, 5.8vw, 110px); }
  .values__wrap {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1050px) {
      .values__wrap {
        max-width: 1240px; } }
  .values__header {
    margin: 0;
    font-size: clamp(35px, 3.8vw, 40px);
    color: #30478a; }
  .values__content {
    position: relative;
    width: 100%; }
    @media (min-width: 1050px) {
      .values__content {
        padding: 0 100px; } }
  .values__list {
    padding: 60px clamp(50px, 6.8vw, 70px) 80px;
    border-radius: 30px;
    background: #30478a; }
  .values__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }
    .values__item.swiper-slide-visible {
      opacity: 1;
      visibility: visible; }
    .values__item__value {
      margin: 0;
      font-size: clamp(22px, 2.7vw, 28px);
      color: #fff; }
    .values__item__quote {
      position: relative;
      margin: 0;
      font-size: clamp(20px, 2.5vw, 26px);
      font-weight: 900;
      color: #fff; }
      .values__item__quote::before {
        position: absolute;
        content: '';
        top: -20px;
        right: auto;
        bottom: auto;
        left: -15px;
        width: 32px;
        height: 25px;
        background-image: url("/_site/images/design/three-rays.svg");
        background-size: contain;
        background-repeat: no-repeat; }
      .values__item__quote::after {
        position: absolute;
        content: '';
        top: -20px;
        right: -15px;
        bottom: auto;
        left: auto;
        width: 32px;
        height: 25px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        background-image: url("/_site/images/design/three-rays.svg");
        background-size: contain;
        background-repeat: no-repeat; }
  .values__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    width: 100%;
    margin-top: -33px;
    pointer-events: none;
    z-index: 1; }
    @media (min-width: 1050px) {
      .values__controls {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 0;
        margin: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .values__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    font-size: 35px;
    color: #fff;
    background: #0466C8;
    -webkit-transition: opacity .3s ease, background .3s ease;
    -o-transition: opacity .3s ease, background .3s ease;
    transition: opacity .3s ease, background .3s ease; }
    .values__button.swiper-button-disabled {
      opacity: 0.5;
      pointer-events: none; }
    .values__button:hover {
      background: #0459af; }

.ilinks {
  position: relative;
  padding: 45px 5% 45px;
  border-radius: 30px;
  background: #CBCED5; }
  .ilinks__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .ilinks__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
        grid-template-areas: "il1 il2" "il3 il3" "il4 il5"; } }
    @media (min-width: 1050px) {
      .ilinks__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
        grid-template-areas: "il1 il2 il3" "il4 il5 il3";
        max-width: 1240px; } }
  .ilinks__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: clamp(260px, 18.8vw, 360px);
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29); }
    @media (min-width: 768px) {
      .ilinks__item:nth-child(1) {
        grid-area: il1; }
      .ilinks__item:nth-child(2) {
        grid-area: il2; }
      .ilinks__item:nth-child(3) {
        grid-area: il3; }
      .ilinks__item:nth-child(4) {
        grid-area: il4; }
      .ilinks__item:nth-child(5) {
        grid-area: il5; } }
    @media (min-width: 768px) {
      .ilinks__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .ilinks__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .ilinks__item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }
      .ilinks__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
      .ilinks__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 2; } }
    @media (min-width: 1050px) {
      .ilinks__item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .ilinks__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .ilinks__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1; }
      .ilinks__item:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
      .ilinks__item:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }
    .ilinks__item::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.3;
      background: #30478a;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      z-index: 2; }
    .ilinks__item__image {
      z-index: 1; }
    .ilinks__item__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 10px;
      font-size: clamp(30px, 2.1vw, 40px);
      font-weight: 700;
      text-align: center;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
      color: #fff;
      z-index: 3; }
    .ilinks__item:hover::before {
      opacity: 0.9; }

.events {
  position: relative;
  padding: clamp(60px, 6.3vw, 120px) 5%; }
  .events__wrap {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 620px;
    margin: 0 auto; }
    @media (min-width: 1050px) {
      .events__wrap {
        max-width: 1240px; } }
  .events__header {
    margin: 0;
    font-size: clamp(35px, 3.8vw, 40px);
    text-align: center;
    color: #30478a; }
    @media (min-width: 1050px) {
      .events__header {
        -ms-flex-item-align: start;
        align-self: flex-start;
        text-align: left; } }
  .events__content {
    position: relative;
    width: 100%; }
    @media (min-width: 1050px) {
      .events__content {
        padding: 0 150px; } }
  .events__list {
    overflow: visible; }
  .events__item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease; }
    .events__item.swiper-slide-visible {
      opacity: 1;
      visibility: visible; }
  .events__link {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: center; }
  .events__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 197px;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0 40px;
    border-radius: 50%;
    font-size: 37px;
    font-weight: 900;
    color: #fff;
    background: #30478a; }
  .events__time {
    font-size: 20px;
    font-weight: 600;
    color: #30478a; }
  .events__title {
    margin: 10px 0 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #30478a; }
  .events__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    width: 100%;
    margin-top: 30px;
    pointer-events: none;
    z-index: 1; }
    @media (min-width: 1050px) {
      .events__controls {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .events__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    font-size: 35px;
    color: #fff;
    background: #0466C8;
    -webkit-transition: opacity .3s ease, background .3s ease;
    -o-transition: opacity .3s ease, background .3s ease;
    transition: opacity .3s ease, background .3s ease; }
    .events__button.swiper-button-disabled {
      opacity: 0.5;
      pointer-events: none; }
    .events__button:hover {
      background: #0459af; }

.map {
  position: relative; }
  @media (min-width: 1050px) {
    .map {
      padding: 170px 5% 130px; } }
  .map__card {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 100%;
    max-width: 620px;
    padding: 30px 40px 40px;
    margin: 0 auto -30px;
    border-radius: 30px;
    text-align: center;
    background: #30478a;
    z-index: 1; }
    @media (min-width: 1050px) {
      .map__card {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 470px;
        margin: 0;
        text-align: left; } }
  .map__header {
    position: relative;
    font-size: clamp(35px, 3.8vw, 40px);
    margin: 0;
    color: #fff; }
  .map__list {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px; }
    @media (min-width: 1050px) {
      .map__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .map__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 20px; }
    .map__item--address:first-child {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .map__item--address:first-child span:first-child {
        font-weight: 700; }
    .map__item--w3w {
      padding-left: 50px;
      font-size: 18px;
      font-weight: 800; }
  .map__icon {
    min-width: 30px;
    font-size: 30px;
    color: #fff; }
  .map__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    color: #fff;
    -webkit-transition: -webkit-text-decoration-color .3s ease;
    transition: -webkit-text-decoration-color .3s ease;
    -o-transition: text-decoration-color .3s ease;
    transition: text-decoration-color .3s ease;
    transition: text-decoration-color .3s ease, -webkit-text-decoration-color .3s ease; }
    .map__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor; }
  .map__wrap {
    height: 440px;
    border-radius: 30px 30px 0 0;
    overflow: hidden; }
    @media (min-width: 1050px) {
      .map__wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%; } }
  .map__container {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
