.welcome__inner, .events__inner {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-right: auto;
  margin-left: auto; }
  .welcome__inner:before, .events__inner:before, .welcome__inner:after, .events__inner:after {
    content: "";
    display: table; }
  .welcome__inner:after, .events__inner:after {
    clear: both; }
  .lte-ie7 .welcome__inner, .lte-ie7 .events__inner {
    zoom: 1; }

.welcome__content__list, .welcome__image__list, .news__list, .twitter__list, .facebook__list,
.instagram__list, .events__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.hero {
  height: 80vh;
  height: calc(100vh - 31px); }
  @media all and (min-width: 1121px) {
    .hero {
      height: calc(100vh - 52px); } }
  .hero__content {
    text-align: center; }
    @media all and (min-width: 1121px) {
      .hero__content {
        padding-bottom: 6.125em; } }
    .hero__content h1 {
      position: relative;
      z-index: 2;
      margin: 1em 0;
      font-size: 1em;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--col-sec);
      opacity: 0;
      -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
      transform: translateY(8px);
      -webkit-transition: opacity 0.6s ease 1s, -webkit-transform 0.6s ease 1s;
      transition: opacity 0.6s ease 1s, -webkit-transform 0.6s ease 1s;
      -o-transition: opacity 0.6s ease 1s, transform 0.6s ease 1s;
      transition: opacity 0.6s ease 1s, transform 0.6s ease 1s;
      transition: opacity 0.6s ease 1s, transform 0.6s ease 1s, -webkit-transform 0.6s ease 1s; }
      .mason--loaded .hero__content h1 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      @media all and (min-width: 1121px) {
        .hero__content h1 {
          margin: 0;
          font-size: 2.25em; } }
    .hero__content h2 {
      position: relative;
      z-index: 2;
      margin: 0;
      font-size: 2.25em;
      line-height: 1.2em;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      opacity: 0;
      -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
      transform: translateY(8px);
      -webkit-transition: opacity 0.6s ease 1.5s, -webkit-transform 0.6s ease 1.5s;
      transition: opacity 0.6s ease 1.5s, -webkit-transform 0.6s ease 1.5s;
      -o-transition: opacity 0.6s ease 1.5s, transform 0.6s ease 1.5s;
      transition: opacity 0.6s ease 1.5s, transform 0.6s ease 1.5s;
      transition: opacity 0.6s ease 1.5s, transform 0.6s ease 1.5s, -webkit-transform 0.6s ease 1.5s; }
      .mason--loaded .hero__content h2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      @media all and (min-width: 1121px) {
        .hero__content h2 {
          font-size: 3.75em; } }
  .hero:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 9px var(--pri-rgba10);
    box-shadow: 0 0 0 9px var(--pri-rgba10);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    @media all and (min-width: 1121px) {
      .hero:after {
        width: 104px;
        height: 104px;
        -webkit-box-shadow: 0 0 0 11px var(--pri-rgba25);
        box-shadow: 0 0 0 11px var(--pri-rgba25); } }

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

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

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(-90deg) translateX(0px);
    transform: rotate(-90deg) translateX(0px); }
  2% {
    -webkit-transform: rotate(-90deg) translateX(-5px);
    transform: rotate(-90deg) translateX(-5px); }
  4% {
    -webkit-transform: rotate(-90deg) translateX(-2px);
    transform: rotate(-90deg) translateX(-2px); }
  6% {
    -webkit-transform: rotate(-90deg) translateX(-6px);
    transform: rotate(-90deg) translateX(-6px); }
  8% {
    -webkit-transform: rotate(-90deg) translateX(-2px);
    transform: rotate(-90deg) translateX(-2px); }
  10% {
    -webkit-transform: rotate(-90deg) translateX(0px);
    transform: rotate(-90deg) translateX(0px); }
  100% {
    -webkit-transform: rotate(-90deg) translateX(0px);
    transform: rotate(-90deg) translateX(0px); } }

@keyframes arrow {
  0% {
    -webkit-transform: rotate(-90deg) translateX(0px);
    transform: rotate(-90deg) translateX(0px); }
  2% {
    -webkit-transform: rotate(-90deg) translateX(-5px);
    transform: rotate(-90deg) translateX(-5px); }
  4% {
    -webkit-transform: rotate(-90deg) translateX(-2px);
    transform: rotate(-90deg) translateX(-2px); }
  6% {
    -webkit-transform: rotate(-90deg) translateX(-6px);
    transform: rotate(-90deg) translateX(-6px); }
  8% {
    -webkit-transform: rotate(-90deg) translateX(-2px);
    transform: rotate(-90deg) translateX(-2px); }
  10% {
    -webkit-transform: rotate(-90deg) translateX(0px);
    transform: rotate(-90deg) translateX(0px); }
  100% {
    -webkit-transform: rotate(-90deg) translateX(0px);
    transform: rotate(-90deg) translateX(0px); } }

.hero__scroll {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--col-pri);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow 400ms ease;
  transition: -webkit-box-shadow 400ms ease;
  -o-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }
  .hero__scroll:hover {
    -webkit-box-shadow: 0 0 0 9px var(--pri-rgba40);
    box-shadow: 0 0 0 9px var(--pri-rgba40); }
  .hero__scroll .svg__circle--inner {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 196px;
    height: 196px;
    pointer-events: none;
    animation: rotate 150s infinite linear forwards reverse; }
    .hero__scroll .svg__circle--inner .cls-1 {
      stroke-width: 8px;
      stroke-dasharray: 0.1 18;
      opacity: 0.1; }
  .hero__scroll .svg__circle--outer {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 397px;
    height: 397px;
    pointer-events: none;
    -webkit-animation: rotate 200s infinite linear forwards;
    animation: rotate 200s infinite linear forwards; }
    .hero__scroll .svg__circle--outer .cls-1 {
      stroke-dasharray: 0.1 8;
      opacity: 0.25; }
  .hero__scroll:focus {
    outline: 0; }
  .hero__scroll .svg__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: arrow 10s infinite forwards linear;
    animation: arrow 10s infinite forwards linear; }
    .hero__scroll .svg__arrow .cls-1,
    .hero__scroll .svg__arrow .cls-2 {
      stroke: var(--col-pritxt); }
  @media all and (min-width: 1121px) {
    .hero__scroll {
      width: 104px;
      height: 104px; }
      .hero__scroll:hover {
        -webkit-box-shadow: 0 0 0 11px var(--pri-rgba40);
        box-shadow: 0 0 0 11px var(--pri-rgba40); }
      .hero__scroll .svg__arrow {
        width: 28px; }
      .hero__scroll .svg__circle--inner {
        width: 308px;
        height: 308px; }
        .hero__scroll .svg__circle--inner .cls-1 {
          stroke-width: 6px;
          stroke-dasharray: 0.1 14; }
      .hero__scroll .svg__circle--outer {
        width: 498px;
        height: 498px; } }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.homepage {
  position: relative;
  z-index: 2;
  background: #fff; }
  .homepage__svg--left {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 56%;
    height: auto;
    pointer-events: none; }
    .homepage__svg--left .cls-1 {
      fill: #e6e8ee;
      opacity: 0.25; }

.welcome {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }
  .welcome.inview {
    opacity: 1; }
  .welcome__inner {
    padding: 3em 0; }
    @media all and (min-width: 1121px) {
      .welcome__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6.25em 0; } }
  .welcome__content {
    position: relative;
    z-index: 2;
    margin: 0 0 3em; }
    @media all and (min-width: 1121px) {
      .welcome__content {
        width: calc(100% - 496px);
        margin: 0;
        padding-right: 5%; } }
    .welcome__content__heading {
      margin: 0;
      font-size: 1.125em;
      font-weight: 300;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(var(--col-pri), 0.5); }
      @media all and (min-width: 1121px) {
        .welcome__content__heading {
          font-size: 1.5em; } }
    .welcome__content__list {
      position: relative;
      z-index: 1;
      overflow: visible !important; }
      .welcome__content__list__item__title {
        margin: 0;
        font-size: 1.875em;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--col-pri);
        line-height: 1.2em; }
        @media all and (min-width: 1121px) {
          .welcome__content__list__item__title {
            font-size: 3em; } }
      .welcome__content__list__item__region {
        margin: 0 0 2em; }
        .welcome__content__list__item__region p {
          font-size: 0.938em;
          line-height: 1.6em; }
      .welcome__content__list__item .button__link a {
        background: var(--col-pri); }
    .welcome__content__pager {
      position: absolute;
      z-index: 2;
      bottom: 1.25em;
      right: 0; }
      @media all and (min-width: 1121px) {
        .welcome__content__pager {
          right: 10%; } }
      .welcome__content__pager__item {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px; }
        .welcome__content__pager__item.cycle-pager-active span {
          background: var(--col-pri);
          -webkit-box-shadow: 0 0 0 3px rgba(var(--col-pri), 0.25);
          box-shadow: 0 0 0 3px rgba(var(--col-pri), 0.25); }
        .welcome__content__pager__item:last-child {
          margin-right: 0; }
        .welcome__content__pager__item:focus {
          outline: 0; }
        .welcome__content__pager__item span {
          position: relative;
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          overflow: hidden;
          background: #e6e8ee;
          -webkit-box-shadow: 0 0 0 0 rgba(var(--col-pri), 0.25);
          box-shadow: 0 0 0 0 rgba(var(--col-pri), 0.25);
          -webkit-transition: background 400ms ease, -webkit-box-shadow 400ms ease;
          transition: background 400ms ease, -webkit-box-shadow 400ms ease;
          -o-transition: background 400ms ease, box-shadow 400ms ease;
          transition: background 400ms ease, box-shadow 400ms ease;
          transition: background 400ms ease, box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }
  .welcome__image {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #efeff6; }
    .welcome__image .svg__circle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      width: 124%;
      height: 124%; }
      .welcome__image .svg__circle .cls-1 {
        stroke: #f9f9fb; }
    @media all and (min-width: 1121px) {
      .welcome__image {
        width: 496px;
        height: 496px;
        margin-right: 0;
        min-width: 496px; } }
    .welcome__image__list {
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden; }
      .welcome__image__list__item {
        width: 100%;
        height: 100%; }
        .welcome__image__list__item__img {
          position: relative;
          width: 100%;
          height: 100%; }

.latest {
  position: relative;
  z-index: 3; }
  .latest .owl-item {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease; }
    .latest .owl-item:nth-child(1) {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .latest .owl-item:nth-child(2) {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .latest .owl-item:nth-child(3) {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .latest .owl-item:nth-child(4) {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .latest .owl-item:nth-child(5) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .latest .owl-item.no-transition {
      -webkit-transition-delay: 0s !important;
      -o-transition-delay: 0s !important;
      transition-delay: 0s !important; }
  .latest.inview .owl-item.active {
    opacity: 1; }
  .latest__inner {
    /* @extend %center; */
    position: relative;
    padding: 0 1em; }
  .latest__prev, .latest__next {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer; }
    .latest__prev .svg__arrow, .latest__next .svg__arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
      .latest__prev .svg__arrow .cls-1,
      .latest__prev .svg__arrow .cls-2, .latest__next .svg__arrow .cls-1,
      .latest__next .svg__arrow .cls-2 {
        stroke: var(--col-pri); }
    .latest__prev .svg__circle, .latest__next .svg__circle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      margin: auto;
      width: 96px;
      height: 96px; }
      .latest__prev .svg__circle .cls-1, .latest__next .svg__circle .cls-1 {
        stroke-width: 16px;
        stroke-dasharray: 0.1 40;
        opacity: 0.1;
        -webkit-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease; }
    .latest__prev:hover .svg__circle .cls-1, .latest__next:hover .svg__circle .cls-1 {
      opacity: 0.5; }
  .latest__prev {
    left: -15px; }
    .latest__prev .svg__arrow {
      right: 12px; }
  .latest__next {
    right: -15px; }
    .latest__next .svg__arrow {
      left: 12px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .latest__item {
    list-style-type: none; }
  .latest__wrap {
    position: relative;
    z-index: 1; }

.news__list__item {
  position: relative;
  width: 100%;
  height: 520px;
  background: #1d1417; }
  .news__list__item:hover .news__list__item__img {
    opacity: 0.75; }
    .news__list__item:hover .news__list__item__img img {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
  .news__list__item__img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
    .news__list__item__img img {
      z-index: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 400ms ease;
      transition: -webkit-transform 400ms ease;
      -o-transition: transform 400ms ease;
      transition: transform 400ms ease;
      transition: transform 400ms ease, -webkit-transform 400ms ease; }
    .news__list__item__img:after {
      content: "";
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#1d1417), to(transparent));
      background-image: -webkit-linear-gradient(bottom, #1d1417, transparent);
      background-image: -o-linear-gradient(bottom, #1d1417, transparent);
      background-image: linear-gradient(to top, #1d1417, transparent);
      opacity: 0.75; }
  .news__list__item__info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2.5em 3.125em;
    color: #fff; }
    .news__list__item__info a {
      color: inherit;
      text-decoration: none; }
    .news__list__item__info .button__link a {
      background: #fff;
      color: var(--col-pri);
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      -webkit-transition: -webkit-box-shadow 400ms ease;
      transition: -webkit-box-shadow 400ms ease;
      -o-transition: box-shadow 400ms ease;
      transition: box-shadow 400ms ease;
      transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }
      .news__list__item__info .button__link a:hover {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25); }
  .news__list__item__date {
    margin: 0 0 0.75em; }
    .news__list__item__date span {
      font-size: 0.875em;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      opacity: 0.75; }
  .news__list__item__title {
    margin: 0 0 1.5em;
    font-size: 1.5em;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    text-transform: uppercase; }

.twitter__list__item {
  position: relative;
  width: 100%;
  height: 520px;
  background: #1da1f2;
  overflow: hidden; }
  .twitter__list__item:after {
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 600px;
    line-height: 0.72;
    position: absolute;
    top: 55px;
    right: 0;
    color: #000;
    opacity: 0.04; }
  .twitter__list__item__info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2.5em 3.125em;
    color: #fff; }
    .twitter__list__item__info a {
      color: inherit;
      text-decoration: none; }
    .twitter__list__item__info .button__link a {
      background: #fff;
      color: #1da1f2;
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      -webkit-transition: -webkit-box-shadow 400ms ease;
      transition: -webkit-box-shadow 400ms ease;
      -o-transition: box-shadow 400ms ease;
      transition: box-shadow 400ms ease;
      transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }
      .twitter__list__item__info .button__link a:hover {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25); }
  .twitter__list__item__header {
    position: relative;
    padding-left: 70px; }
  .twitter__list__item__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #1da1f2; }
    .twitter__list__item__icon i {
      font-size: 23px;
      line-height: 50px; }
  .twitter__list__item__handle span {
    font-size: 0.875em;
    letter-spacing: 0.05em; }
  .twitter__list__item__date span {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .twitter__list__item__content {
    padding: 1.125em 0; }
    .twitter__list__item__content p {
      font-size: 0.938em;
      line-height: 1.5em;
      word-break: break-word;
      max-height: 220px;
      overflow: hidden; }

.facebook__list__item,
.instagram__list__item {
  position: relative;
  width: 100%;
  height: 520px;
  background: #3b5998;
  overflow: hidden; }
  .facebook__list__item:after,
  .instagram__list__item:after {
    content: "\f09a";
    font-family: "FontAwesome";
    font-size: 570px;
    line-height: 1;
    position: absolute;
    top: 30px;
    right: 8px;
    color: #000;
    opacity: 0.05; }
  .facebook__list__item__image,
  .instagram__list__item__image {
    position: absolute;
    inset: 0; }
    .facebook__list__item__image::after,
    .instagram__list__item__image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#1d1417), to(rgba(29, 20, 23, 0.5)));
      background: -webkit-linear-gradient(bottom, #1d1417, rgba(29, 20, 23, 0.5));
      background: -o-linear-gradient(bottom, #1d1417, rgba(29, 20, 23, 0.5));
      background: linear-gradient(to top, #1d1417, rgba(29, 20, 23, 0.5));
      opacity: 0.75; }
    .facebook__list__item__image img,
    .instagram__list__item__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .facebook__list__item__info,
  .instagram__list__item__info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2.5em 3.125em;
    color: #fff; }
    .facebook__list__item__info .button__link a,
    .instagram__list__item__info .button__link a {
      background: #fff;
      color: #3b5998;
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
      -webkit-transition: -webkit-box-shadow 400ms ease;
      transition: -webkit-box-shadow 400ms ease;
      -o-transition: box-shadow 400ms ease;
      transition: box-shadow 400ms ease;
      transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }
      .facebook__list__item__info .button__link a:hover,
      .instagram__list__item__info .button__link a:hover {
        -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25); }
  .facebook__list__item__header,
  .instagram__list__item__header {
    position: relative;
    padding-left: 70px; }
  .facebook__list__item__icon,
  .instagram__list__item__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #3b5998; }
    .facebook__list__item__icon i,
    .instagram__list__item__icon i {
      font-size: 23px;
      line-height: 50px; }
  .facebook__list__item__handle span,
  .instagram__list__item__handle span {
    font-size: 0.875em;
    letter-spacing: 0.05em; }
  .facebook__list__item__date span,
  .instagram__list__item__date span {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .facebook__list__item__content,
  .instagram__list__item__content {
    padding: 1.125em 0; }
    .facebook__list__item__content p,
    .instagram__list__item__content p {
      font-size: 0.938em;
      line-height: 1.5em;
      word-break: break-word;
      max-height: 220px;
      overflow: hidden; }

.instagram__list__item::after {
  display: none; }

.instagram__list__item {
  background-color: #8a3ab9; }

.instagram__list__item__icon {
  color: #8a3ab9; }

.instagram__list__item__info .button__link a {
  color: #8a3ab9; }

.events {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }
  .events .cycle-slide > .events__list__item {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease; }
    .events .cycle-slide > .events__list__item:nth-child(1) {
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .events .cycle-slide > .events__list__item:nth-child(2) {
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    .events .cycle-slide > .events__list__item:nth-child(3) {
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    .events .cycle-slide > .events__list__item:nth-child(4) {
      -webkit-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    .events .cycle-slide > .events__list__item:nth-child(5) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .events .cycle-slide > .events__list__item:nth-child(6) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .events .cycle-slide > .events__list__item:nth-child(7) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .events .cycle-slide > .events__list__item:nth-child(8) {
      -webkit-transition-delay: 1.6s;
      -o-transition-delay: 1.6s;
      transition-delay: 1.6s; }
    .events .cycle-slide > .events__list__item:nth-child(9) {
      -webkit-transition-delay: 1.8s;
      -o-transition-delay: 1.8s;
      transition-delay: 1.8s; }
    .events .cycle-slide > .events__list__item:nth-child(10) {
      -webkit-transition-delay: 2s;
      -o-transition-delay: 2s;
      transition-delay: 2s; }
    .events .cycle-slide > .events__list__item:nth-child(11) {
      -webkit-transition-delay: 2.2s;
      -o-transition-delay: 2.2s;
      transition-delay: 2.2s; }
    .events .cycle-slide > .events__list__item:nth-child(12) {
      -webkit-transition-delay: 2.4s;
      -o-transition-delay: 2.4s;
      transition-delay: 2.4s; }
    .events .cycle-slide > .events__list__item:nth-child(13) {
      -webkit-transition-delay: 2.6s;
      -o-transition-delay: 2.6s;
      transition-delay: 2.6s; }
    .events .cycle-slide > .events__list__item:nth-child(14) {
      -webkit-transition-delay: 2.8s;
      -o-transition-delay: 2.8s;
      transition-delay: 2.8s; }
    .events .cycle-slide > .events__list__item:nth-child(15) {
      -webkit-transition-delay: 3s;
      -o-transition-delay: 3s;
      transition-delay: 3s; }
    .events .cycle-slide > .events__list__item:nth-child(16) {
      -webkit-transition-delay: 3.2s;
      -o-transition-delay: 3.2s;
      transition-delay: 3.2s; }
    .events .cycle-slide > .events__list__item:nth-child(17) {
      -webkit-transition-delay: 3.4s;
      -o-transition-delay: 3.4s;
      transition-delay: 3.4s; }
    .events .cycle-slide > .events__list__item:nth-child(18) {
      -webkit-transition-delay: 3.6s;
      -o-transition-delay: 3.6s;
      transition-delay: 3.6s; }
    .events .cycle-slide > .events__list__item:nth-child(19) {
      -webkit-transition-delay: 3.8s;
      -o-transition-delay: 3.8s;
      transition-delay: 3.8s; }
    .events .cycle-slide > .events__list__item:nth-child(20) {
      -webkit-transition-delay: 4s;
      -o-transition-delay: 4s;
      transition-delay: 4s; }
  .events.inview {
    opacity: 1; }
    .events.inview .cycle-slide-active > .events__list__item {
      opacity: 1; }
  .events__inner {
    max-width: 1240px;
    padding: 3em 0; }
    @media all and (min-width: 1121px) {
      .events__inner {
        padding: 7.5em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .events__left {
    position: relative;
    display: none; }
    @media all and (min-width: 1121px) {
      .events__left {
        display: block; } }
    .events__left .svg__circle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
      width: 620px;
      height: 620px; }
      .events__left .svg__circle .cls-1 {
        stroke: #f9f9fb;
        stroke-dasharray: 0.1 10; }
  .events__next__item {
    position: relative;
    z-index: 1;
    list-style-type: none;
    background: var(--col-pri);
    color: #fff;
    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: 496px;
    height: 496px;
    border-radius: 50%; }
    .events__next__item__bg {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 50%;
      overflow: hidden;
      mix-blend-mode: multiply;
      opacity: 0.15; }
    .events__next__item__date {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 124px;
      height: 124px;
      border-radius: 50%;
      background: var(--col-pritxt);
      color: var(--col-pri); }
      .events__next__item__date > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center; }
        .events__next__item__date > span .shortdate .day {
          display: block;
          font-size: 2.25em;
          font-weight: 700;
          line-height: 1.2em;
          letter-spacing: 0.1em; }
        .events__next__item__date > span .shortdate .month {
          display: block;
          font-size: 1.125em;
          font-weight: 300;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
        .events__next__item__date > span .fulldate {
          display: none; }
      .events__next__item__date .svg__circle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 165px;
        height: 165px; }
        .events__next__item__date .svg__circle .cls-1 {
          stroke-width: 12px;
          stroke-dasharray: 0.1 24;
          opacity: 0.2; }
    .events__next__item__inner {
      width: 496px;
      padding: 0 3em; }
    .events__next__item__info {
      width: 100%;
      text-align: center; }
      .events__next__item__info__date {
        color: var(--col-pritxt);
        margin: 0 0 0.75em; }
        .events__next__item__info__date > span {
          color: var(--col-pritxt);
          font-size: 1em;
          font-weight: 600;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
          .events__next__item__info__date > span:nth-child(odd) {
            padding-right: 0.75em; }
          .events__next__item__info__date > span:nth-child(even) {
            padding-left: 0.75em; }
          .events__next__item__info__date > span .shortdate {
            display: none; }
      .events__next__item__info__title {
        margin: 0 0 1.5em;
        /* position: relative;
					width: 100%;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis; */ }
        .events__next__item__info__title span {
          font-size: 1.875em;
          font-weight: 700;
          letter-spacing: 0.1em;
          text-transform: uppercase;
          color: var(--col-pritxt); }
      .events__next__item__info__desc p {
        font-size: 0.938em;
        line-height: 1.6em; }
      .events__next__item__info .button__link {
        margin: 1.5em 0 0; }
        .events__next__item__info .button__link a {
          background: var(--col-pritxt);
          color: var(--col-pri);
          -webkit-box-shadow: 0 0 0 0 color-mix(in srgb, var(--col-pritxt), transparent 75%);
          box-shadow: 0 0 0 0 color-mix(in srgb, var(--col-pritxt), transparent 75%);
          -webkit-transition: -webkit-box-shadow 400ms ease;
          transition: -webkit-box-shadow 400ms ease;
          -o-transition: box-shadow 400ms ease;
          transition: box-shadow 400ms ease;
          transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }
          .events__next__item__info .button__link a:hover {
            -webkit-box-shadow: 0 0 0 6px color-mix(in srgb, var(--col-pritxt), transparent 75%);
            box-shadow: 0 0 0 6px color-mix(in srgb, var(--col-pritxt), transparent 75%); }
  @media all and (min-width: 1121px) {
    .events__right {
      margin-left: auto;
      width: calc(100% - 496px);
      padding-left: 5%; } }
  .events__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.875em; }
  .events__title {
    margin: 0;
    font-size: 2em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--col-pri); }
    .events__title span {
      display: none; }
      @media (min-width: 541px) {
        .events__title span {
          display: inline; } }
      @media all and (min-width: 1121px) {
        .events__title span {
          display: none; } }
      @media (min-width: 1401px) {
        .events__title span {
          display: inline; } }
    @media all and (min-width: 1121px) {
      .events__title {
        font-size: 2em; } }
  .events__buttons {
    margin-left: auto; }
  .events__prev, .events__next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    -webkit-transition: border 400ms ease;
    -o-transition: border 400ms ease;
    transition: border 400ms ease;
    cursor: pointer; }
    .events__prev .svg__arrow, .events__next .svg__arrow {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      .events__prev .svg__arrow .cls-1,
      .events__prev .svg__arrow .cls-2, .events__next .svg__arrow .cls-1,
      .events__next .svg__arrow .cls-2 {
        stroke: #e1e1e1;
        -webkit-transition: stroke 400ms ease;
        -o-transition: stroke 400ms ease;
        transition: stroke 400ms ease; }
    .events__prev:hover, .events__next:hover {
      border: 2px solid var(--col-pri); }
      .events__prev:hover .svg__arrow .cls-1,
      .events__prev:hover .svg__arrow .cls-2, .events__next:hover .svg__arrow .cls-1,
      .events__next:hover .svg__arrow .cls-2 {
        stroke: var(--col-pri); }
  .events__prev {
    margin-right: 0.5em; }
    .events__prev .svg__arrow {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .events__next .svg__arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .events__list--mobile {
    display: block; }
    @media all and (min-width: 1121px) {
      .events__list--mobile {
        display: none; } }
  .events__list--laptop {
    display: none; }
    @media all and (min-width: 1121px) {
      .events__list--laptop {
        display: block; } }
  .events__list__item {
    margin: 0 0 1.5em; }
    .events__list__item__holder {
      width: 100%; }
    .events__list__item__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      padding: 0;
      color: #505050;
      -webkit-transition: padding 400ms ease;
      -o-transition: padding 400ms ease;
      transition: padding 400ms ease; }
      .events__list__item__link:hover {
        padding: 0 0 0 1.25em; }
    .events__list__item__date {
      display: none;
      width: 93px;
      height: 93px;
      border-radius: 50%;
      background: var(--col-pri);
      color: #fff; }
      @media all and (min-width: 769px) {
        .events__list__item__date {
          display: inline-block;
          vertical-align: middle;
          min-width: 93px; } }
      .events__list__item__date .lte-ie8 {
        display: inline-block;
        vertical-align: middle;
        min-width: 93px; }
      .events__list__item__date > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--col-pritxt); }
        .events__list__item__date > span .shortdate .day {
          display: block;
          font-size: 1.875em;
          font-weight: 700;
          line-height: 1.2em;
          letter-spacing: 0.05em; }
        .events__list__item__date > span .shortdate .month {
          display: block;
          font-size: 1em;
          font-weight: 300;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
        .events__list__item__date > span .fulldate {
          display: none; }
    .events__list__item__info {
      width: 100%; }
      .events__list__item__info .events__next {
        display: none; }
      @media all and (min-width: 769px) {
        .events__list__item__info {
          display: inline-block;
          vertical-align: middle;
          padding-left: 1.5em;
          max-width: calc(100% - 93px); } }
      .events__list__item__info .lte-ie8 {
        display: inline-block;
        vertical-align: middle;
        padding-left: 1.5em;
        max-width: calc(100% - 93px); }
      .events__list__item__info__date {
        color: #cdcdcd;
        margin: 0 0 0.375em; }
        .events__list__item__info__date > span {
          color: #9b9b9b;
          font-size: 0.875em;
          font-weight: 600;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
          .events__list__item__info__date > span:nth-child(odd) {
            padding-right: 0.75em; }
          .events__list__item__info__date > span:nth-child(even) {
            padding-left: 0.75em; }
          .events__list__item__info__date > span .shortdate {
            display: none; }
      .events__list__item__info__title {
        position: relative;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis; }
        .events__list__item__info__title span {
          color: #505050;
          font-size: 1.5em;
          font-weight: 700;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
  .events__footer {
    margin: 1em 0 0; }
    .events__footer .button__link a {
      -webkit-box-shadow: 0 0 0 0 var(--pri-rgba25);
      box-shadow: 0 0 0 0 var(--pri-rgba25); }
      .events__footer .button__link a:hover {
        -webkit-box-shadow: 0 0 0 6px var(--pri-rgba25);
        box-shadow: 0 0 0 6px var(--pri-rgba25); }
    .events__footer .button__link:not(:first-child) {
      display: block;
      margin: 1em 0 0; }
      .events__footer .button__link:not(:first-child) a {
        display: inline-block; }
      @media (min-width: 541px) {
        .events__footer .button__link:not(:first-child) {
          display: inline-block;
          margin: 0 0 0 1em; }
          .events__footer .button__link:not(:first-child) a {
            display: block; } }
      .events__footer .button__link:not(:first-child) a {
        background: transparent;
        color: var(--col-pri);
        -webkit-box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--col-pri), transparent 50%), 0 0 0 0 color-mix(in srgb, var(--col-pri), transparent 25%);
        box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--col-pri), transparent 50%), 0 0 0 0 color-mix(in srgb, var(--col-pri), transparent 25%); }
        .events__footer .button__link:not(:first-child) a:hover {
          -webkit-box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--col-pri), transparent 50%), 0 0 0 6px color-mix(in srgb, var(--col-pri), transparent 50%);
          box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--col-pri), transparent 50%), 0 0 0 6px color-mix(in srgb, var(--col-pri), transparent 50%); }

.quicklinks {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }
  .quicklinks.inview {
    opacity: 1; }
  .quicklinks .homepage__svg--left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 100%;
    right: 0;
    top: auto;
    left: auto;
    margin-bottom: -198px; }
  .quicklinks__inner {
    padding: 0.5em; }
    .quicklinks__inner:before, .quicklinks__inner:after {
      content: "";
      display: table; }
    .quicklinks__inner:after {
      clear: both; }
    .lte-ie7 .quicklinks__inner {
      zoom: 1; }
    @media (min-width: 981px) {
      .quicklinks__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 981px) {
    .quicklinks__left {
      float: left;
      width: 70%; } }
  @media all and (min-width: 1121px) {
    .csscalc .quicklinks__left {
      width: calc(100% - 356px); } }
  @media (min-width: 981px) {
    .quicklinks__right {
      float: right;
      width: 30%; } }
  @media all and (min-width: 1121px) {
    .quicklinks__right {
      width: 30%; }
      .csscalc .quicklinks__right {
        width: 356px; } }
  .quicklinks__item {
    position: relative;
    z-index: 1;
    padding: 0.5em; }
    .quicklinks__item:hover .quicklinks__item__img {
      -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
      transform: scale(1.04); }
    @media all and (min-width: 769px) {
      .quicklinks__item {
        float: left;
        width: 100%; } }
    .quicklinks__item .lte-ie8 {
      float: left;
      width: 100%; }
    @media all and (min-width: 769px) {
      .quicklinks__item--wide {
        width: 50%; } }
    .quicklinks__item--wide .lte-ie8 {
      width: 50%; }
    @media all and (min-width: 1121px) {
      .quicklinks__item--wide {
        width: 50%; } }
    @media all and (min-width: 1366px) {
      .quicklinks__item--wide {
        width: 66.7%; } }
    @media all and (min-width: 769px) {
      .quicklinks__item--wide .quicklinks__item__img:after {
        background-image: -webkit-linear-gradient(45deg, #1d1417, transparent);
        background-image: -o-linear-gradient(45deg, #1d1417, transparent);
        background-image: linear-gradient(45deg, #1d1417, transparent); } }
    .quicklinks__item--wide .quicklinks__item__img:after .lte-ie8 {
      background-image: -webkit-linear-gradient(45deg, #1d1417, transparent);
      background-image: -o-linear-gradient(45deg, #1d1417, transparent);
      background-image: linear-gradient(45deg, #1d1417, transparent); }
    @media all and (min-width: 769px) {
      .quicklinks__item--small {
        width: 50%; }
        .quicklinks__item--small:nth-child(3) {
          width: 100%; } }
    .quicklinks__item--small .lte-ie8 {
      width: 50%; }
      .quicklinks__item--small .lte-ie8:nth-child(3) {
        width: 100%; }
    @media all and (min-width: 1121px) {
      .quicklinks__item--small {
        width: 50%; }
        .quicklinks__item--small:nth-child(3) {
          width: 100%; } }
    @media all and (min-width: 1366px) {
      .quicklinks__item--small {
        width: 33.3%; }
        .quicklinks__item--small:nth-child(3) {
          width: 33.3%; } }
    .quicklinks__item--small .quicklinks__item__img {
      -webkit-filter: saturate(0%);
      filter: saturate(0%);
      opacity: 0.2; }
      .quicklinks__item--small .quicklinks__item__img:after {
        /* display: none; */ }
    @media all and (min-width: 769px) {
      .quicklinks__item--tall .quicklinks__item__img img {
        width: 100% !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        -webkit-transform: translateY(-50%) translateX(-50%) !important;
        -ms-transform: translateY(-50%) translateX(-50%) !important;
        transform: translateY(-50%) translateX(-50%) !important; } }
    .quicklinks__item--tall .lte-ie8 .quicklinks__item__img img {
      width: 100% !important;
      height: auto !important;
      margin-top: 0 !important;
      margin-left: 0 !important;
      -webkit-transform: translateY(-50%) translateX(-50%) !important;
      -ms-transform: translateY(-50%) translateX(-50%) !important;
      transform: translateY(-50%) translateX(-50%) !important; }
    @media (min-width: 981px) {
      .quicklinks__item--tall {
        height: 100%; }
        .quicklinks__item--tall .quicklinks__item__link {
          height: 100%; }
        .quicklinks__item--tall .quicklinks__item__img img {
          width: auto !important;
          height: 100% !important;
          top: 0 !important;
          margin-top: 0 !important;
          margin-left: 0 !important;
          -webkit-transform: translateX(-50%) !important;
          -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; } }
    .quicklinks__item__link {
      position: relative;
      display: block;
      width: 100%;
      height: 340px;
      overflow: hidden;
      text-decoration: none;
      color: #fff;
      background: -webkit-gradient(linear, left top, left bottom, from(var(--col-pri)), to(var(--pri-rgba80))), var(--col-pri);
      background: -webkit-linear-gradient(top, var(--col-pri), var(--pri-rgba80)), var(--col-pri);
      background: -o-linear-gradient(top, var(--col-pri), var(--pri-rgba80)), var(--col-pri);
      background: linear-gradient(to bottom, var(--col-pri), var(--pri-rgba80)), var(--col-pri); }
    .quicklinks__item__img {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
      transition: opacity 400ms ease, -webkit-transform 400ms ease;
      -o-transition: transform 400ms ease, opacity 400ms ease;
      transition: transform 400ms ease, opacity 400ms ease;
      transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease; }
      .quicklinks__item__img:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1d1417));
        background-image: -webkit-linear-gradient(top, transparent, #1d1417);
        background-image: -o-linear-gradient(top, transparent, #1d1417);
        background-image: linear-gradient(to bottom, transparent, #1d1417);
        opacity: 0.75; }
    .quicklinks__item__info {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 2.5em 3em; }
      @media all and (min-width: 1121px) {
        .quicklinks__item__info {
          padding: 0 3.75em 3em; } }
      .quicklinks__item__info__title {
        margin: 0;
        font-size: 1.875em;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--col-pritxt); }

.newsletters__inner {
  position: relative;
  z-index: 1;
  background: var(--col-pri);
  color: #fff;
  padding: 3.125em 2.5em; }
  @media all and (min-width: 1121px) {
    .newsletters__inner {
      padding: 3.125em 3.75em; }
      .newsletters__inner:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: var(--watermark-bg);
        background-repeat: no-repeat;
        background-position: top -108px right -93px;
        opacity: 0.2;
        mix-blend-mode: multiply; } }

.newsletters__header h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.5; }

.newsletters__header h2 {
  margin: 0;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.newsletters__content {
  margin: 1.438em 0 2em;
  max-width: 620px; }
  .newsletters__content__region p {
    font-size: 0.938em;
    line-height: 1.6em; }

.newsletters__footer .button__link a {
  background: var(--col-pritxt);
  color: var(--col-pri);
  -webkit-box-shadow: 0 0 0 0 color-mix(in srgb, var(--col-pritxt), transparent 80%);
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--col-pritxt), transparent 80%);
  -webkit-transition: -webkit-box-shadow 400ms ease;
  transition: -webkit-box-shadow 400ms ease;
  -o-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease, -webkit-box-shadow 400ms ease; }
  .newsletters__footer .button__link a:hover {
    -webkit-box-shadow: 0 0 0 6px color-mix(in srgb, var(--col-pritxt), transparent 80%);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--col-pritxt), transparent 80%); }

.newsletters__footer .button__link:not(:first-child) {
  margin: 1em 0 0; }
  @media (min-width: 541px) {
    .newsletters__footer .button__link:not(:first-child) {
      display: inline-block;
      margin: 0 0 0 1em; }
      .newsletters__footer .button__link:not(:first-child) a {
        display: block; } }

.contact {
  position: relative;
  background: #fff; }
  @media all and (min-width: 1121px) {
    .contact {
      overflow: hidden; } }
  .contact__svg {
    display: none; }
    @media all and (min-width: 1121px) {
      .contact__svg {
        display: block; } }
    .contact__svg--left {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 15%; }
      .contact__svg--left .cls-1 {
        fill: #fff;
        opacity: 0.2; }
    .contact__svg--right {
      position: absolute;
      z-index: 2;
      bottom: 0;
      right: 0;
      width: 35%;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
      .contact__svg--right .cls-1 {
        fill: #1d1417;
        opacity: 0.1; }
  .contact__info {
    position: relative;
    z-index: 3;
    padding: 3em 5%;
    text-align: center; }
    .contact__info .svg__circle {
      display: none; }
    @media all and (min-width: 1121px) {
      .contact__info {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5%;
        margin: auto;
        width: 496px;
        height: 496px;
        border-radius: 50%;
        background: #fff;
        padding: 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; }
        .contact__info__inner {
          position: relative;
          z-index: 2;
          padding: 0 3em; }
        .contact__info .svg__circle {
          display: block;
          position: absolute;
          z-index: 1;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
          width: 620px;
          height: 620px; }
          .contact__info .svg__circle .cls-1 {
            stroke: #f9f9fb;
            stroke-dasharray: 0.1 10;
            opacity: 0.5; } }
    .contact__info__title {
      color: var(--col-pri);
      margin: 0;
      font-size: 1.875em;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .contact__info__address p {
      font-size: 0.938em;
      line-height: 1.4em; }
      .contact__info__address p:empty {
        display: none; }
    .contact__info__details p a {
      font-size: 0.875em;
      color: #515151;
      text-decoration: none; }
      .contact__info__details p a:empty {
        display: none; }
        .contact__info__details p a:empty + span {
          display: none; }
    .contact__info__details p .sep {
      display: block;
      opacity: 0;
      line-height: 0; }
      @media (min-width: 541px) {
        .contact__info__details p .sep {
          display: inline;
          opacity: 1;
          line-height: 1;
          margin: 0 1em; } }
    .contact__info__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;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 1em; }
      .contact__info__footer .button__link:not(:first-child) {
        display: block; }
        .contact__info__footer .button__link:not(:first-child) a {
          display: inline-block; }
        @media (min-width: 541px) {
          .contact__info__footer .button__link:not(:first-child) {
            display: inline-block; }
            .contact__info__footer .button__link:not(:first-child) a {
              display: block; } }
        .contact__info__footer .button__link:not(:first-child) a {
          background: transparent;
          color: var(--col-pri);
          -webkit-box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--col-pri), transparent 50%), 0 0 0 0 color-mix(in srgb, var(--col-pri), transparent 25%);
          box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--col-pri), transparent 50%), 0 0 0 0 color-mix(in srgb, var(--col-pri), transparent 25%); }
          .contact__info__footer .button__link:not(:first-child) a:hover {
            -webkit-box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--col-pri), transparent 25%), 0 0 0 6px color-mix(in srgb, var(--col-pri), transparent 25%);
            box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--col-pri), transparent 25%), 0 0 0 6px color-mix(in srgb, var(--col-pri), transparent 25%); }
      .contact__info__footer .button__link a[href=""] {
        display: none; }
  .contact__map {
    display: none; }
    @media all and (min-width: 1121px) {
      .contact__map {
        display: block;
        width: 100%;
        height: 700px;
        position: relative;
        z-index: 1;
        background: #efeff6;
        background-image: url("/_site/images/design/map.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /* opacity: 0.9; */ } }

.map__container {
  display: none; }
  @media all and (min-width: 1121px) {
    .map__container {
      display: block;
      width: 100%;
      height: 700px;
      position: relative;
      z-index: 1;
      background: #efeff6;
      background-image: url("/_site/images/design/map.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      /* opacity: 0.9; */ } }

.pop__up__container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  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;
  background: var(--pri-rgba10);
  z-index: 10;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.pop__up__container--closed {
  opacity: 0;
  visibility: hidden; }

.pop__up {
  background: #fff;
  border-radius: 8px;
  width: 95%;
  max-width: 950px;
  position: relative; }

.pop__up__close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  height: 23px;
  width: 23px;
  cursor: pointer;
  color: var(--col-pri); }
  .pop__up__close svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.pop__up__image__container {
  display: none; }
  .pop__up__image__container .pop__up__image {
    display: none; }

.pop__up__text__container {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  background: -webkit-linear-gradient(330deg, #f3f9f8 43%, white 43%);
  background: -o-linear-gradient(330deg, #f3f9f8 43%, white 43%);
  background: linear-gradient(120deg, #f3f9f8 43%, white 43%); }
  .pop__up__text__container h2 {
    margin: 0;
    text-transform: uppercase;
    color: var(--pri-darken5);
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.105em;
    margin-bottom: 10px; }
  .pop__up__text__container .pop__up__date,
  .pop__up__text__container .pop__up__time {
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--pri-lighten40);
    text-transform: uppercase;
    line-height: 1.55em; }
  .pop__up__text__container .pop__up__text {
    font-size: 0.938em;
    line-height: 1.6em;
    overflow: hidden;
    max-height: 11.2em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical; }
  .pop__up__text__container .pop__up__link {
    display: inline-block;
    border-radius: 25px;
    background: var(--pri-darken5);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .pop__up__text__container .pop__up__link p {
      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;
      line-height: 50px;
      padding-left: 45px;
      padding-right: 45px;
      font-size: 0.875em;
      margin: 0;
      font-weight: 600; }
  .pop__up__text__container .pop__up__link:hover {
    background: var(--col-pri); }

@media all and (min-width: 769px) {
  .pop__up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 5px; }
  .pop__up__image__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 200px;
    min-width: 200px; }
    .pop__up__image__container .pop__up__image {
      display: block;
      height: 100%;
      min-width: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .pop__up__text__container {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px; }
    .pop__up__text__container h2 {
      font-size: 2.375em;
      margin-bottom: 20px; }
    .pop__up__text__container .pop__up__text {
      max-height: 8em;
      -webkit-line-clamp: 5;
      margin-top: 20px;
      margin-bottom: 35px; }
  .pop__up__date,
  .pop__up__time {
    font-size: 1.25em; } }

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

.lte-ie8 .pop__up__image__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 200px;
  min-width: 200px; }
  .lte-ie8 .pop__up__image__container .pop__up__image {
    display: block;
    height: 100%;
    min-width: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.lte-ie8 .pop__up__text__container {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px; }
  .lte-ie8 .pop__up__text__container h2 {
    font-size: 2.375em;
    margin-bottom: 20px; }
  .lte-ie8 .pop__up__text__container .pop__up__text {
    max-height: 8em;
    -webkit-line-clamp: 5;
    margin-top: 20px;
    margin-bottom: 35px; }

.lte-ie8 .pop__up__date,
.lte-ie8 .pop__up__time {
  font-size: 1.25em; }

@media all and (min-width: 950px) {
  .pop__up__image__container {
    width: 400px;
    min-width: 400px; } }

@media all and (min-width: 1150px) {
  .pop__up__image__container {
    width: 450px;
    min-width: 450px; } }
