.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

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

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@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: 48vh;
  max-height: 78vh;
  height: 48vw;
  overflow: visible; }
  .hero .hero__media {
    overflow: hidden; }

.welcome {
  position: relative;
  z-index: 2; }
  .welcome .welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3em 1em;
    padding-top: 6em;
    padding-bottom: 6em; }
  .welcome.inview .welcome__media {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .welcome.inview .welcome__content {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  @media all and (max-width: 2175px) {
    .welcome.inview .welcome__watermark {
      opacity: 0.05; } }
  .welcome .welcome__watermark {
    position: absolute;
    display: block;
    height: 200%;
    width: 200%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
    -webkit-transition: 1s ease-in-out all;
    -o-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
    opacity: 0; }

.welcome__content {
  position: relative;
  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;
  text-align: center;
  width: 100%;
  padding: 2em 0 0 0;
  container-type: inline-size;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  .welcome__content #welcome__content__pretitle {
    color: var(--col-sectxt);
    margin: 0 0 0 0;
    font-weight: normal;
    font-size: 1.375em; }
    @media all and (min-width: 415px) {
      .welcome__content #welcome__content__pretitle {
        font-size: 1.625em; } }
    @media all and (min-width: 769px) {
      .welcome__content #welcome__content__pretitle {
        font-size: 2em; } }
    @media all and (min-width: 1025px) {
      .welcome__content #welcome__content__pretitle {
        font-size: 2.25em; } }
    @media all and (min-width: 1301px) {
      .welcome__content #welcome__content__pretitle {
        font-size: 2.25em; } }
  .welcome__content #welcome__content__title {
    color: var(--col-sectxt);
    margin: 0 0 0 0;
    line-height: 1.4;
    font-size: 2em;
    font-weight: bold; }
    @media all and (min-width: 415px) {
      .welcome__content #welcome__content__title {
        font-size: 2.25em; } }
    @media all and (min-width: 769px) {
      .welcome__content #welcome__content__title {
        font-size: 2.625em; } }
    @media all and (min-width: 1025px) {
      .welcome__content #welcome__content__title {
        font-size: 2.875em; } }
    @media all and (min-width: 1301px) {
      .welcome__content #welcome__content__title {
        font-size: 2.875em; } }
  .welcome__content .welcome__content__region {
    width: 100%;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 2rem;
    color: var(--col-sectxt); }
    .welcome__content .welcome__content__region p {
      margin: 2em 0; }
  .welcome__content .welcome__link .button__link {
    margin: 0; }

.welcome__media {
  position: relative;
  height: 100%;
  width: 65%;
  max-width: 450px;
  max-width: 450px;
  margin: 0 auto 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  z-index: 11; }
  .welcome__media:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .inview .welcome__media {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .welcome__media .home__welcome__image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .welcome__media .home__welcome__image > div {
      height: 100%;
      background: transparent; }
    .welcome__media .home__welcome__image img {
      height: 100%;
      width: 100%;
      border-radius: 50%;
      -o-object-fit: cover;
      object-fit: cover; }

@media all and (min-width: 769px) {
  .welcome .welcome__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .welcome__content {
    width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; }
  .welcome__media {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 475px;
    width: 50%; } }

@media all and (min-width: 1025px) {
  .welcome__content {
    width: 45%;
    padding: 0; } }

.video__links {
  position: relative;
  z-index: 2; }
  .video__links.inview .quick__gallery__item {
    opacity: 1; }

.video__links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  height: 600px;
  word-break: break-word;
  line-height: 1;
  padding: 0; }
  @media all and (min-width: 769px) {
    .video__links__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      height: auto; } }
  .video__links__list .quick__gallery__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: 400px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
    .video__links__list .quick__gallery__item__content {
      position: relative;
      -ms-flex-item-align: end;
      align-self: flex-end;
      height: 100%; }
      .video__links__list .quick__gallery__item__content:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
        opacity: 0.25;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
      .video__links__list .quick__gallery__item__content:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: currentColor;
        opacity: 0.65;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
    .video__links__list .quick__gallery__item__image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .video__links__list .quick__gallery__item__text__content {
      position: absolute;
      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;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 3;
      text-align: center;
      width: 95%;
      height: 100%; }
      .video__links__list .quick__gallery__item__text__content__title {
        position: absolute;
        bottom: -0.5em;
        font-size: 2em;
        color: var(--col-pritxt);
        font-weight: 500;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        text-transform: capitalize;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
        @media all and (min-width: 415px) {
          .video__links__list .quick__gallery__item__text__content__title {
            font-size: 2.25em; } }
        @media all and (min-width: 769px) {
          .video__links__list .quick__gallery__item__text__content__title {
            font-size: 2.625em; } }
        @media all and (min-width: 1025px) {
          .video__links__list .quick__gallery__item__text__content__title {
            font-size: 2.875em; } }
        @media all and (min-width: 1301px) {
          .video__links__list .quick__gallery__item__text__content__title {
            font-size: 2.875em; } }
      .video__links__list .quick__gallery__item__text__content__subtitle {
        position: relative;
        bottom: -10em;
        color: var(--col-pritxt);
        opacity: 0;
        font-size: 1rem;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        text-transform: capitalize;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
    .video__links__list .quick__gallery__item.active.playing .quick__gallery__item__image {
      opacity: 0; }
    .video__links__list .quick__gallery__item__video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
      .video__links__list .quick__gallery__item__video__content {
        height: 100%; }
        .video__links__list .quick__gallery__item__video__content__video {
          height: 100%; }
          .video__links__list .quick__gallery__item__video__content__video iframe {
            width: 100%;
            height: 100%;
            border-radius: 30px; }
      .video__links__list .quick__gallery__item__video__ctrls {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 9em;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        z-index: 5; }
        .video__links__list .quick__gallery__item__video__ctrls .video__links__media__video__popout {
          position: relative;
          z-index: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0.5em 0;
          color: inherit;
          background: #fff;
          border-radius: 50%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 70px;
          width: 70px;
          font-weight: 600;
          -webkit-transition: 0.25s ease-in-out all;
          -o-transition: 0.25s ease-in-out all;
          transition: 0.25s ease-in-out all; }
          .video__links__list .quick__gallery__item__video__ctrls .video__links__media__video__popout svg {
            fill: #fff;
            font-size: 1.125rem;
            -webkit-transition: 0.25s ease-in-out all;
            -o-transition: 0.25s ease-in-out all;
            transition: 0.25s ease-in-out all; }
          .video__links__list .quick__gallery__item__video__ctrls .video__links__media__video__popout:before {
            position: absolute;
            content: '';
            width: 100px;
            height: 100px;
            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: currentColor;
            border-radius: 50%;
            opacity: 0.65;
            -webkit-transition: 0.75s ease-in-out all;
            -o-transition: 0.75s ease-in-out all;
            transition: 0.75s ease-in-out all;
            z-index: -1; }
          .video__links__list .quick__gallery__item__video__ctrls .video__links__media__video__popout:after {
            position: relative;
            width: 50px;
            height: 50px;
            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;
            content: "\f04b";
            font-family: 'fontAwesome';
            font-size: 1.5rem;
            font-weight: 900;
            color: var(--col-sectxt);
            -webkit-transition: 0.25s ease-in-out all;
            -o-transition: 0.25s ease-in-out all;
            transition: 0.25s ease-in-out all;
            z-index: 0; }
    .video__links__list .quick__gallery__item:hover .quick__gallery__item__content:before, .video__links__list .quick__gallery__item:focus .quick__gallery__item__content:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
      background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
      background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
      opacity: 0.45; }
    .video__links__list .quick__gallery__item:hover .quick__gallery__item__content:after, .video__links__list .quick__gallery__item:focus .quick__gallery__item__content:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: currentColor;
      opacity: 0.75; }
    .video__links__list .quick__gallery__item:hover .quick__gallery__item__image, .video__links__list .quick__gallery__item:focus .quick__gallery__item__image {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .video__links__list .quick__gallery__item:hover .quick__gallery__item__text__content__title, .video__links__list .quick__gallery__item:focus .quick__gallery__item__text__content__title {
      bottom: 0em; }
    .video__links__list .quick__gallery__item:hover .quick__gallery__item__text__content__subtitle, .video__links__list .quick__gallery__item:focus .quick__gallery__item__text__content__subtitle {
      opacity: 1; }
    .video__links__list .quick__gallery__item:hover .quick__gallery__item__video__ctrls, .video__links__list .quick__gallery__item:focus .quick__gallery__item__video__ctrls {
      visibility: visible;
      opacity: 1; }
    .video__links__list .quick__gallery__item:hover .video__links__media__video__popout, .video__links__list .quick__gallery__item:focus .video__links__media__video__popout {
      background: var(--col-sectxt);
      color: #fff;
      font-weight: bold;
      font-size: 1rem; }
      .video__links__list .quick__gallery__item:hover .video__links__media__video__popout:before, .video__links__list .quick__gallery__item:focus .video__links__media__video__popout:before {
        position: absolute;
        content: '';
        width: 150px;
        height: 150px;
        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: currentColor;
        border-radius: 50%;
        opacity: 0;
        z-index: -1; }
      .video__links__list .quick__gallery__item:hover .video__links__media__video__popout:after, .video__links__list .quick__gallery__item:focus .video__links__media__video__popout:after {
        position: relative;
        width: 50px;
        height: 50px;
        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;
        content: "\f04b";
        font-family: 'fontAwesome';
        font-size: 1.5rem;
        font-weight: 900;
        color: var(--col-pritxt);
        z-index: 0; }

.values {
  position: relative;
  padding: 1em 0 2em 0; }

.values__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  z-index: 4;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  .values__top #values__content__subtitle {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 44px;
    color: var(--col-sectxt);
    font-weight: normal;
    font-size: 2em;
    line-height: 1.25;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    @media all and (min-width: 415px) {
      .values__top #values__content__subtitle {
        font-size: 2.25em; } }
    @media all and (min-width: 769px) {
      .values__top #values__content__subtitle {
        font-size: 2.625em; } }
    @media all and (min-width: 1025px) {
      .values__top #values__content__subtitle {
        font-size: 2.875em; } }
    @media all and (min-width: 1301px) {
      .values__top #values__content__subtitle {
        font-size: 2.875em; } }
  .values__top.inview #values__content__subtitle {
    opacity: 1; }

.values__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0; }
  @media all and (min-width: 769px) {
    .values__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .values__list.inview .values__item {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em); }
    .values__list.inview .values__item:nth-child(1) {
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    .values__list.inview .values__item:nth-child(2) {
      -webkit-transition-delay: 0.45s;
      -o-transition-delay: 0.45s;
      transition-delay: 0.45s; }
    .values__list.inview .values__item:nth-child(3) {
      -webkit-transition-delay: 0.55s;
      -o-transition-delay: 0.55s;
      transition-delay: 0.55s; }
    .values__list.inview .values__item:nth-child(1):after {
      -webkit-transform: scale(1) rotate(360deg);
      -ms-transform: scale(1) rotate(360deg);
      transform: scale(1) rotate(360deg);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .values__list.inview .values__item:nth-child(2):after {
      -webkit-transform: scale(1) rotate(360deg);
      -ms-transform: scale(1) rotate(360deg);
      transform: scale(1) rotate(360deg);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .values__list.inview .values__item:nth-child(3):after {
      -webkit-transform: scale(1) rotate(360deg);
      -ms-transform: scale(1) rotate(360deg);
      transform: scale(1) rotate(360deg);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all;
      -webkit-transition-delay: 1.5s;
      -o-transition-delay: 1.5s;
      transition-delay: 1.5s; }
  .values__list .values__item {
    position: relative;
    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;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 225px;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-5em);
    -ms-transform: translateY(-5em);
    transform: translateY(-5em);
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all; }
    .values__list .values__item:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(205deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(205deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(245deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.3;
      z-index: 1;
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .values__list .values__item:after {
      -webkit-transform: scale(0) rotate(0deg);
      -ms-transform: scale(0) rotate(0deg);
      transform: scale(0) rotate(0deg);
      opacity: 0;
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .values__list .values__item:nth-child(1):after, .values__list .values__item:nth-child(4):after {
      position: absolute;
      content: '';
      top: auto;
      right: 1em;
      bottom: 1em;
      left: auto;
      background: url(/_site/images/design/star1.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      height: 115px;
      width: 135px;
      opacity: 0.05;
      left: 75%;
      top: 40%;
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all;
      pointer-events: none; }
    .values__list .values__item:nth-child(2):after, .values__list .values__item:nth-child(5):after {
      position: absolute;
      content: '';
      top: 10%;
      right: auto;
      bottom: auto;
      left: auto;
      background: url(/_site/images/design/star2.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      height: 145px;
      width: 150px;
      opacity: 0.05;
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all;
      pointer-events: none; }
    .values__list .values__item:nth-child(3):after, .values__list .values__item:nth-child(6):after {
      position: absolute;
      content: '';
      top: auto;
      right: auto;
      bottom: auto;
      left: 1em;
      background: url(/_site/images/design/star3.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      height: 185px;
      width: 170px;
      opacity: 0.05;
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all;
      pointer-events: none; }
    .values__list .values__item h2 {
      font-size: 2em;
      font-weight: bold;
      color: var(--col-sectxt); }
      @media all and (min-width: 415px) {
        .values__list .values__item h2 {
          font-size: 2.25em; } }
      @media all and (min-width: 769px) {
        .values__list .values__item h2 {
          font-size: 2.625em; } }
      @media all and (min-width: 1025px) {
        .values__list .values__item h2 {
          font-size: 2.875em; } }
      @media all and (min-width: 1301px) {
        .values__list .values__item h2 {
          font-size: 2.875em; } }

.three__block {
  position: relative;
  width: 97.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.three__block__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  z-index: 4;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  .three__block__top #three__block__content__subtitle {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 44px;
    color: var(--col-sectxt);
    font-weight: normal;
    font-size: 2em;
    line-height: 1.25;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    @media all and (min-width: 415px) {
      .three__block__top #three__block__content__subtitle {
        font-size: 2.25em; } }
    @media all and (min-width: 769px) {
      .three__block__top #three__block__content__subtitle {
        font-size: 2.625em; } }
    @media all and (min-width: 1025px) {
      .three__block__top #three__block__content__subtitle {
        font-size: 2.875em; } }
    @media all and (min-width: 1301px) {
      .three__block__top #three__block__content__subtitle {
        font-size: 2.875em; } }
  .three__block__top.inview #three__block__content__subtitle {
    opacity: 1; }

.three__block__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2em;
  list-style: none;
  padding: 0;
  opacity: 0;
  -webkit-transform: translateY(-5em);
  -ms-transform: translateY(-5em);
  transform: translateY(-5em);
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  @media all and (min-width: 769px) {
    .three__block__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .three__block__container.inview {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .three__block__container .three__block__item {
    position: relative;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 100%;
    min-width: 33%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
    .three__block__container .three__block__item__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      padding: 0.75em 1.25em;
      background: -webkit-linear-gradient(205deg, rgba(13, 101, 142, 0) 0%, #0d658e 100%), var(--col-pri);
      background: -o-linear-gradient(205deg, rgba(13, 101, 142, 0) 0%, #0d658e 100%), var(--col-pri);
      background: linear-gradient(245deg, rgba(13, 101, 142, 0) 0%, #0d658e 100%), var(--col-pri);
      color: var(--col-pritxt);
      font-size: 1.375rem;
      font-weight: 600; }
      .three__block__container .three__block__item__top svg {
        font-size: 1.75rem; }
    .three__block__container .three__block__item .admin__feed__authorise {
      top: 5.5em; }

.news__list {
  width: 100%; }
  .news__list .news__item {
    position: relative;
    height: 100%;
    -webkit-filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.1));
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    z-index: 1; }
    .news__list .news__item__image__wrap {
      height: 50%;
      overflow: hidden; }
    .news__list .news__item__image {
      height: 100%;
      max-height: 263px; }
      .news__list .news__item__image img {
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%; }
    .news__list .news__item__block {
      height: 100%;
      background: #fff; }
    .news__list .news__item__content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
      height: 50%;
      padding: 0 2em;
      -webkit-transition: 0.25s ease-in-out background;
      -o-transition: 0.25s ease-in-out background;
      transition: 0.25s ease-in-out background;
      z-index: 1; }
      .news__list .news__item__content__info__title {
        margin: 0.58em 0;
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--col-sectxt);
        overflow: hidden;
        max-height: 3em;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .news__list .news__item__content__info__intro {
        margin: 2.45em 0;
        font-weight: normal;
        font-size: 0.9375rem;
        color: #554e4e;
        text-decoration: none;
        overflow: hidden;
        max-height: 6em;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        -webkit-transition: 0.2s ease-in-out all;
        -o-transition: 0.2s ease-in-out all;
        transition: 0.2s ease-in-out all; }
        .news__list .news__item__content__info__intro__news p {
          margin: 0;
          font-weight: normal;
          font-size: 0.9375rem;
          color: #554e4e;
          text-decoration: none;
          overflow: hidden;
          max-height: 9em;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          -webkit-transition: 0.2s ease-in-out all;
          -o-transition: 0.2s ease-in-out all;
          transition: 0.2s ease-in-out all; }
      .news__list .news__item__content__date {
        position: relative;
        width: 100%;
        margin: 0.75em 0;
        font-weight: 500;
        font-size: 1rem;
        color: var(--col-pri); }
        .news__list .news__item__content__date:before {
          content: '';
          position: absolute;
          top: 140%;
          left: 0;
          width: 100%;
          height: 3px;
          border-radius: 50px;
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left;
          background: var(--col-sec);
          -webkit-transition: background .3s ease, -webkit-transform .3s ease;
          transition: background .3s ease, -webkit-transform .3s ease;
          -o-transition: background .3s ease, transform .3s ease;
          transition: background .3s ease, transform .3s ease;
          transition: background .3s ease, transform .3s ease, -webkit-transform .3s ease;
          z-index: 3; }
        .news__list .news__item__content__date:after {
          content: '';
          position: absolute;
          top: 140%;
          left: 0;
          width: 100%;
          height: 3px;
          border-radius: 50px;
          background: #e5e5e5;
          -webkit-transition: background .3s ease;
          -o-transition: background .3s ease;
          transition: background .3s ease; }
      .news__list .news__item__content__more {
        padding: 2em 0; }
        .news__list .news__item__content__more a {
          position: relative;
          background: var(--col-pritxt);
          color: var(--col-sectxt);
          outline: 2px solid var(--col-sectxt);
          font-size: 1rem;
          font-weight: 600;
          -webkit-transition: 0.5s ease-in-out all;
          -o-transition: 0.5s ease-in-out all;
          transition: 0.5s ease-in-out all; }
          .news__list .news__item__content__more a:hover {
            background: var(--col-sectxt);
            color: var(--col-pritxt); }
            .news__list .news__item__content__more a:hover:after {
              opacity: 1;
              -webkit-transform: translateX(30px);
              -ms-transform: translateX(30px);
              transform: translateX(30px);
              -webkit-transition: 0.5s ease-in-out all;
              -o-transition: 0.5s ease-in-out all;
              transition: 0.5s ease-in-out all; }
    .news__list .news__item.hover .news__item__content__date {
      text-decoration: underline; }
      .news__list .news__item.hover .news__item__content__date:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
    .news__list .news__item.hover .news__item__image img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-filter: brightness(0.9);
      filter: brightness(0.9); }

.button__link.news__link {
  width: 100%; }
  .button__link.news__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0px;
    -webkit-box-sizing: none;
    box-sizing: none; }

.events__list {
  width: 100%; }
  .events__list .events__item {
    position: relative;
    height: 100%;
    margin: 0 0 1.49em 0;
    -webkit-filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(10px 15px 20px rgba(0, 0, 0, 0.1));
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    z-index: 1; }
    .events__list .events__item__link {
      padding: 0 2em; }
    .events__list .events__item__date {
      position: relative;
      width: 100%;
      margin: 0.75em 0;
      font-weight: 500;
      font-size: 1rem;
      color: var(--col-pri); }
    .events__list .events__item__title {
      margin: 0.25em 0;
      font-size: 1.5rem;
      font-weight: 600;
      color: var(--col-sectxt);
      overflow: hidden;
      max-height: 3em;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .events__list .events__item__time {
      position: relative;
      margin: 0;
      font-weight: normal;
      font-size: 0.9375rem;
      color: #848484;
      text-decoration: none;
      -webkit-transition: 0.2s ease-in-out all;
      -o-transition: 0.2s ease-in-out all;
      transition: 0.2s ease-in-out all; }
      .events__list .events__item__time.hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
      .events__list .events__item__time:before {
        content: '';
        position: absolute;
        top: 140%;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 50px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        background: var(--col-sec);
        -webkit-transition: background .3s ease, -webkit-transform .3s ease;
        transition: background .3s ease, -webkit-transform .3s ease;
        -o-transition: background .3s ease, transform .3s ease;
        transition: background .3s ease, transform .3s ease;
        transition: background .3s ease, transform .3s ease, -webkit-transform .3s ease;
        z-index: 3; }
      .events__list .events__item__time:after {
        content: '';
        position: absolute;
        top: 140%;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 50px;
        background: #e5e5e5;
        -webkit-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease; }
  .events__list:hover .events__item__date {
    text-decoration: underline; }
  .events__list:hover .events__item__time {
    color: #554e4e; }

.button__link.events__link {
  width: 100%; }
  .button__link.events__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0px;
    -webkit-box-sizing: none;
    box-sizing: none; }

.explore {
  position: relative;
  padding: 2em 0; }

.explore__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  z-index: 4;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  .explore__top #explore__content__subtitle {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 44px;
    color: var(--col-sectxt);
    font-weight: normal;
    font-size: 2em;
    line-height: 1.25;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    @media all and (min-width: 415px) {
      .explore__top #explore__content__subtitle {
        font-size: 2.25em; } }
    @media all and (min-width: 769px) {
      .explore__top #explore__content__subtitle {
        font-size: 2.625em; } }
    @media all and (min-width: 1025px) {
      .explore__top #explore__content__subtitle {
        font-size: 2.875em; } }
    @media all and (min-width: 1301px) {
      .explore__top #explore__content__subtitle {
        font-size: 2.875em; } }
  .explore__top.inview #explore__content__subtitle {
    opacity: 1; }

.explore__list {
  height: 600px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: (1fr)[4];
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }
  .explore__list.inview {
    opacity: 1; }
  @media all and (min-width: 415px) {
    .explore__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      height: 500px; } }
  @media all and (min-width: 769px) {
    .explore__list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      height: 400px; } }
  .explore__list .explore__item {
    position: relative;
    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;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
    .explore__list .explore__item h2 {
      font-size: 1.375em;
      font-weight: bold;
      color: var(--col-sectxt);
      word-break: break-all;
      text-align: center;
      padding: 0.5em 0.5em 0 0.5em;
      margin: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
      @media all and (min-width: 415px) {
        .explore__list .explore__item h2 {
          font-size: 1.625em; } }
      @media all and (min-width: 769px) {
        .explore__list .explore__item h2 {
          font-size: 2em; } }
      @media all and (min-width: 1025px) {
        .explore__list .explore__item h2 {
          font-size: 2.25em; } }
      @media all and (min-width: 1301px) {
        .explore__list .explore__item h2 {
          font-size: 2.25em; } }
    .explore__list .explore__item svg {
      opacity: 0;
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .explore__list .explore__item__anchor {
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .explore__list .explore__item:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .explore__list .explore__item:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .explore__list .explore__item:hover h2 {
      -webkit-transform: translateY(-5px) !important;
      -ms-transform: translateY(-5px) !important;
      transform: translateY(-5px) !important; }
    .explore__list .explore__item:hover svg {
      opacity: 1; }
    .explore__list .explore__item:hover:before {
      opacity: 0.1 !important;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .explore__list .explore__item:hover:after {
      opacity: 0.1 !important;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .explore__list .explore__item:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: 1 / 1 / 2 / 2; }
      .explore__list .explore__item:nth-child(1):before {
        position: absolute;
        content: '';
        top: -10px;
        right: 0;
        bottom: auto;
        left: auto;
        background: url(/_site/images/design/blob-shape-1.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 174px;
        width: 310px;
        opacity: 0.05;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
      .explore__list .explore__item:nth-child(1):after {
        position: absolute;
        content: '';
        top: auto;
        right: 0;
        bottom: -147px;
        left: auto;
        background: url(/_site/images/design/blob-shape-2.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        height: 268px;
        width: 504px;
        opacity: 0.05;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
    .explore__list .explore__item:nth-child(2) {
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: 2 / 1 / 3 / 2; }
      .explore__list .explore__item:nth-child(2):before {
        position: absolute;
        content: '';
        top: 0px;
        right: auto;
        bottom: auto;
        left: 0;
        background: url(/_site/images/design/blob-shape-3.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 164px;
        width: 452px;
        opacity: 0.05;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
      .explore__list .explore__item:nth-child(2):after {
        position: absolute;
        content: '';
        top: auto;
        right: 0;
        bottom: 0px;
        left: auto;
        background: url(/_site/images/design/blob-shape-4.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 128px;
        width: 209px;
        opacity: 0.05;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
    .explore__list .explore__item:nth-child(3) {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: 3 / 1 / 4 / 2; }
      .explore__list .explore__item:nth-child(3):before {
        position: absolute;
        content: '';
        top: -35px;
        right: 0;
        bottom: auto;
        left: auto;
        background: url(/_site/images/design/blob-shape-5.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 148px;
        width: 210px;
        opacity: 0.05;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
      .explore__list .explore__item:nth-child(3):after {
        position: absolute;
        content: '';
        top: auto;
        right: 0;
        bottom: -49px;
        left: 0;
        background: url(/_site/images/design/blob-shape-6.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 166px;
        width: 336px;
        opacity: 0.05;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
    .explore__list .explore__item:nth-child(4) {
      -ms-grid-row: 4;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-area: 4 / 1 / 5 / 2; }
      .explore__list .explore__item:nth-child(4):before {
        position: absolute;
        content: '';
        top: -60px;
        right: 0;
        bottom: auto;
        left: auto;
        background: url(/_site/images/design/blob-shape-7.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px;
        width: 424px;
        opacity: 0.05;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
      .explore__list .explore__item:nth-child(4):after {
        position: absolute;
        content: '';
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        background: url(/_site/images/design/blob-shape-8.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 186px;
        width: 306px;
        opacity: 0.05;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
    @media all and (min-width: 415px) {
      .explore__list .explore__item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2; }
      .explore__list .explore__item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 2 / 3; }
      .explore__list .explore__item:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 3 / 2; }
      .explore__list .explore__item:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3; } }
    @media all and (min-width: 769px) {
      .explore__list .explore__item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 3 / 2; }
      .explore__list .explore__item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 2 / 3; }
      .explore__list .explore__item:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 2 / 2 / 3 / 3; }
      .explore__list .explore__item:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1 / 3 / 3 / 4; } }

.cta {
  position: relative;
  padding-bottom: 4em;
  overflow: hidden; }
  .cta__inner {
    position: relative;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #C4A9CD;
    padding: 3em 1em;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    .cta__inner:after {
      position: absolute;
      content: '';
      top: -115%;
      right: auto;
      bottom: auto;
      left: -75%;
      background: url(/_site/images/design/logo-watermark.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      position: absolute;
      height: 300%;
      width: 300%;
      opacity: 0.05;
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all;
      pointer-events: none; }
    .cta__inner .button__link {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      z-index: 1; }
    .cta__inner h2 {
      font-size: 2em;
      color: var(--col-sectxt);
      font-weight: 400;
      text-transform: capitalize;
      margin: 0.5em 0;
      text-align: center;
      word-break: break-all;
      z-index: 1; }
      @media all and (min-width: 415px) {
        .cta__inner h2 {
          font-size: 2.25em; } }
      @media all and (min-width: 769px) {
        .cta__inner h2 {
          font-size: 2.625em; } }
      @media all and (min-width: 1025px) {
        .cta__inner h2 {
          font-size: 2.875em; } }
      @media all and (min-width: 1301px) {
        .cta__inner h2 {
          font-size: 2.875em; } }

.map {
  position: relative;
  background: var(--col-pri); }

.map__container {
  width: 100%;
  height: clamp(300px, 25vw, 600px); }

.map__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.map__contact__inner {
  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;
  text-align: center;
  padding: 1em 10% 3em 20%;
  width: 100%; }
  .map__contact__inner h2 {
    margin-top: 0; }
  .map__contact__inner address {
    font-style: normal;
    font-size: 1.25rem;
    color: var(--col-pritxt); }
    .map__contact__inner address .map__contact__inner__phone svg {
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    .map__contact__inner address .map__contact__inner__phone a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: underline; }
      .map__contact__inner address .map__contact__inner__phone a:hover {
        color: #000; }
    .map__contact__inner address .map__contact__inner__email {
      border-bottom: none; }
      .map__contact__inner address .map__contact__inner__email a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: underline;
        word-break: break-all; }
        .map__contact__inner address .map__contact__inner__email a:hover {
          color: #000; }
    .map__contact__inner address p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 1em 0;
      padding: 1em 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left;
      border-bottom: 2px solid #0D658E; }
      .map__contact__inner address p svg {
        color: var(--col-pritxt);
        outline: 2px solid var(--col-pritxt);
        padding: 0.8em;
        min-height: 48px;
        min-width: 48px;
        border-radius: 50%;
        margin-right: 2em;
        -webkit-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all; }
    .map__contact__inner address .button__link {
      margin: 1em 0; }
  .map__contact__inner .map__contact__content__title {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    font-size: 2em;
    font-weight: 400;
    color: var(--col-pritxt);
    text-align: left; }
    @media all and (min-width: 415px) {
      .map__contact__inner .map__contact__content__title {
        font-size: 2.25em; } }
    @media all and (min-width: 769px) {
      .map__contact__inner .map__contact__content__title {
        font-size: 2.625em; } }
    @media all and (min-width: 1025px) {
      .map__contact__inner .map__contact__content__title {
        font-size: 2.875em; } }
    @media all and (min-width: 1301px) {
      .map__contact__inner .map__contact__content__title {
        font-size: 2.875em; } }

@media all and (min-width: 800px) {
  .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .map__contact {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .map__contact__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left; } }

@media all and (min-width: 1050px) {
  .map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 750px; }
  .map__contact {
    width: 50%;
    z-index: 3;
    visibility: hidden; }
  .map__contact__inner {
    visibility: visible;
    padding: 1em 5% 3em 25%; }
  .map__container {
    position: relative;
    width: 50%;
    height: 100%;
    z-index: 1; } }
