.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; }

.welcome__image img, .news__item__image, .news__item__image > img,
.news__item__image > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.welcome__image img, .news__item__image > img,
.news__item__image > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.image-links__item__title, .events__item__date {
  font-family: var(--font-heading); }

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

.welcome__image img, .news__item__image, .news__item__image > img,
.news__item__image > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.welcome__image img, .news__item__image > img,
.news__item__image > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.image-links__item__title, .events__item__date {
  font-family: var(--font-heading); }

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

html {
  scroll-behavior: smooth; }

.section__pre > span {
  font-size: clamp(22px, calc(0.83333vw + 18px), 30px);
  margin: 0; }

.section__title > h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, calc(1.875vw + 23px), 50px);
  margin: 0; }

.home__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  visibility: hidden; }
  @media all and (min-width: 1025px) {
    .home__navigation {
      position: absolute;
      top: 50%;
      left: 50%;
      width: calc(100% + 45px);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      z-index: 10; } }
  @media all and (min-width: 1441px) {
    .home__navigation {
      width: calc(100% + 130px); } }

.home__navigation__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 45px;
  height: 45px;
  visibility: visible;
  background: var(--col-pritxt);
  border-radius: 50%; }
  .home__navigation--alt .home__navigation__button {
    background: var(--col-pri); }
    .home__navigation--alt .home__navigation__button::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 79px;
      height: 79px;
      background: rgba(34, 130, 78, 0.2);
      border-radius: 50%;
      z-index: -1; }
    .home__navigation--alt .home__navigation__button > svg {
      color: var(--col-pritxt); }
  .home__navigation__button::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 79px;
    height: 79px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: -1; }
  .home__navigation__button > svg {
    color: var(--col-pri);
    font-size: 20px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .home__navigation__button--prev:hover > svg {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  .home__navigation__button--next:hover > svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

.home__pagination {
  position: relative;
  width: 100%;
  height: 17px;
  border-radius: 10px; }
  .home__pagination::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 11px;
    top: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home__pagination .swiper-pagination-progressbar-fill {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15)); }

.home__scrollbar {
  position: relative;
  width: 100%;
  height: 17px;
  border-radius: 10px; }
  .home__scrollbar::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 11px;
    top: 50%;
    left: 0;
    background: #fff;
    opacity: 0.2;
    border-radius: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .home__scrollbar .swiper-scrollbar-drag {
    display: block;
    height: 100%;
    background: #fff;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    border-radius: 10px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15)); }
  .home__scrollbar--alt::before {
    background: var(--col-pri); }
  .home__scrollbar--alt .swiper-scrollbar-drag {
    background: var(--col-pri); }

@media all and (min-width: 1025px) {
  .inview__target {
    position: absolute;
    left: 0;
    width: 0;
    top: 25%;
    bottom: 25%; }
  .anim__in {
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
    -o-transition: opacity 1s ease 0.25s, transform 1s ease 0.25s;
    transition: opacity 1s ease 0.25s, transform 1s ease 0.25s;
    transition: opacity 1s ease 0.25s, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s; }
    .mason--loaded .inview .anim__in {
      opacity: 1;
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1); }
    .anim__in--left {
      -webkit-transform: translateX(-50px) scale(1);
      -ms-transform: translateX(-50px) scale(1);
      transform: translateX(-50px) scale(1); }
    .anim__in--right {
      -webkit-transform: translateX(50px) scale(1);
      -ms-transform: translateX(50px) scale(1);
      transform: translateX(50px) scale(1); }
    .anim__in--up {
      -webkit-transform: translateY(50px) scale(1);
      -ms-transform: translateY(50px) scale(1);
      transform: translateY(50px) scale(1); }
    .anim__in--scale {
      -webkit-transform: translate(0, 0) scale(0);
      -ms-transform: translate(0, 0) scale(0);
      transform: translate(0, 0) scale(0); }
    .anim__in--two {
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .anim__in--three {
      -webkit-transition-delay: 0.75s;
      -o-transition-delay: 0.75s;
      transition-delay: 0.75s; }
    .anim__in--four {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .anim__in--five {
      -webkit-transition-delay: 1.25s;
      -o-transition-delay: 1.25s;
      transition-delay: 1.25s; } }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  max-height: calc(100vh - 34px); }

.hero__media__ctrls {
  top: calc(50% + 56px);
  bottom: unset;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero__motto {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  width: 90%;
  max-width: 788px;
  z-index: 10; }
  .hero__motto > img {
    width: 100%; }

.hero__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 34px);
  -ms-transform: translate(-50%, 34px);
  transform: translate(-50%, 34px);
  background: rgba(255, 255, 255, 0.3);
  width: clamp(53px, calc(5.52083vw + 26.5px), 106px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  z-index: 5; }
  @media all and (min-width: 1025px) {
    .hero__scroll {
      -webkit-transform: translate(-50%, 84px);
      -ms-transform: translate(-50%, 84px);
      transform: translate(-50%, 84px);
      opacity: 0;
      -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
      transition: opacity 1s ease, -webkit-transform 1s ease;
      -o-transition: transform 1s ease, opacity 1s ease;
      transition: transform 1s ease, opacity 1s ease;
      transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
      .mason--loaded .inview .hero__scroll {
        -webkit-transform: translate(-50%, 34px);
        -ms-transform: translate(-50%, 34px);
        transform: translate(-50%, 34px);
        opacity: 1; } }
  .hero__scroll:hover .hero__scroll__inner > svg {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  .hero__scroll .hero__scroll__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66%;
    aspect-ratio: 1 / 1;
    background: var(--col-pri);
    border-radius: 50%; }
    .hero__scroll .hero__scroll__inner > svg {
      font-size: clamp(16px, calc(1.45833vw + 9px), 30px);
      color: #fff;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: clamp(50px, calc(5.20833vw + 25px), 100px);
  padding-bottom: clamp(50px, calc(5.20833vw + 25px), 100px);
  position: relative; }

#welcome__scroll__anchor {
  position: absolute;
  top: -200px;
  width: 1px;
  height: 1px; }

.welcome__watermark {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(25%, 50%);
  -ms-transform: translate(25%, 50%);
  transform: translate(25%, 50%);
  pointer-events: none; }

.welcome__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  width: 90%;
  margin: 0 auto;
  max-width: 1165px; }
  @media all and (min-width: 1025px) {
    .welcome__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.welcome__text {
  text-align: center;
  max-width: 527px; }
  @media all and (min-width: 1025px) {
    .welcome__text {
      text-align: left; } }

.welcome__content__region {
  margin: 26px 0 36px; }
  .welcome__content__region strong {
    font-weight: 600; }

.welcome__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px 30px; }
  @media all and (min-width: 1025px) {
    .welcome__links {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.welcome__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50px;
  overflow: hidden !important; }
  @media all and (max-width: 1024px) {
    .welcome__image {
      max-height: 350px; } }
  @media all and (min-width: 1025px) {
    .welcome__image {
      width: 45%;
      max-width: 550px;
      border-radius: 100px; } }
  .mason--admin .welcome__image {
    border-radius: 0 !important; }

.image-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(75%, white), color-stop(75%, #22824e), to(#22824e));
  background: -webkit-linear-gradient(top, white 0%, white 75%, #22824e 75%, #22824e 100%);
  background: -o-linear-gradient(top, white 0%, white 75%, #22824e 75%, #22824e 100%);
  background: linear-gradient(180deg, white 0%, white 75%, #22824e 75%, #22824e 100%);
  padding-top: clamp(50px, calc(5.20833vw + 25px), 100px); }

.image-links__header {
  color: #000; }

.image-links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1165px;
  gap: clamp(30px, calc(3.125vw + 15px), 60px); }

.image-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
  position: relative;
  width: 100%; }

.image-links__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw; }
  @media all and (max-width: 1440px) {
    .image-links__line {
      display: none; } }

.image-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 250px;
  max-height: 300px;
  aspect-ratio: 1 / 1;
  border-radius: 80px;
  background: var(--col-sec);
  overflow: hidden; }
  .image-links__item:hover .image-links__item__title::after {
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1); }
  .image-links__item:hover .image-links__item__image::after {
    opacity: 0.35; }

.image-links__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.image-links__item__image::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.image-links__item__title {
  position: relative;
  font-size: 35px;
  color: #fff;
  margin: 0; }
  .image-links__item__title::after {
    content: '';
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 100%;
    height: 9px;
    border-radius: 25px;
    background: var(--col-pri);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: clamp(50px, calc(5.20833vw + 25px), 100px);
  padding-bottom: clamp(33px, calc(3.4375vw + 16.5px), 66px); }

.events__header {
  color: #000; }

.events__watermark {
  position: absolute;
  bottom: 0;
  left: -35%;
  -webkit-transform: translate(25%, 0%);
  -ms-transform: translate(25%, 0%);
  transform: translate(25%, 0%);
  pointer-events: none; }

.events__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1165px;
  gap: clamp(30px, calc(3.125vw + 15px), 60px); }

.events__main {
  position: relative;
  width: 100%;
  padding: 0 5%; }
  .events__main > p {
    text-align: center; }

.events__list {
  width: 100%;
  overflow: visible; }

.events__item {
  opacity: 0 !important;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .events__item.swiper-slide-visible {
    opacity: 1 !important; }
  .events__item:hover .events__item__date--day {
    color: #fff; }
    .events__item:hover .events__item__date--day::before {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

.events__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #000; }

.events__item__date {
  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; }
  .events__item__date--day {
    position: relative;
    font-size: 70px;
    font-weight: 800; }
    .events__item__date--day::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      width: 122px;
      height: 122px;
      border-radius: 50%;
      background: #000;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      z-index: -1; }
  .events__item__date--month {
    font-size: 50px;
    font-weight: 600; }

.events__item__title {
  margin: 22px 0 40px; }
  .events__item__title > h3 {
    font-size: 18px;
    font-weight: 400;
    color: var(--col-pri);
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-transition: -webkit-text-decoration .3s ease;
    transition: -webkit-text-decoration .3s ease;
    -o-transition: text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease, -webkit-text-decoration .3s ease;
    margin: 0; }

.events__item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--col-pri);
  letter-spacing: 0.09em;
  text-transform: uppercase; }
  .events__item__time > svg {
    font-size: 24px; }

@media all and (max-width: 1024px) {
  .events__navigation {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.events__scrollbar {
  margin-bottom: 10px; }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#22824e), color-stop(60%, #22824e), color-stop(60%, white), to(white));
  background: -webkit-linear-gradient(top, #22824e 0%, #22824e 60%, white 60%, white 100%);
  background: -o-linear-gradient(top, #22824e 0%, #22824e 60%, white 60%, white 100%);
  background: linear-gradient(180deg, #22824e 0%, #22824e 60%, white 60%, white 100%);
  padding-top: clamp(50px, calc(5.20833vw + 25px), 100px);
  padding-bottom: clamp(33px, calc(3.4375vw + 16.5px), 66px); }

.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1165px;
  gap: clamp(30px, calc(3.125vw + 15px), 60px); }

.news__header {
  color: #fff; }

.news__main {
  position: relative;
  width: 100%; }
  .news__main > p {
    text-align: center; }

.news__list {
  width: 100%;
  overflow: visible; }

.news__item {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  aspect-ratio: 278 / 312;
  border-radius: 60px;
  overflow: hidden;
  opacity: 0 !important;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  container-type: inline-size; }
  .news__item.swiper-slide-visible {
    opacity: 1 !important; }
  .news__item:hover .news__item__image::after {
    opacity: 0; }

.news__item__block {
  z-index: 5; }

.news__item__image::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: -webkit-linear-gradient(bottom, #000, transparent);
  background: -o-linear-gradient(bottom, #000, transparent);
  background: linear-gradient(to top, #000, transparent);
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.news__item__image::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 3; }

.news__item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 20; }
  .news__item__label > svg {
    font-size: 14px;
    color: #fff; }

.news__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  color: #fff;
  padding: 30px 10cqw 60px;
  width: 100%;
  z-index: 5; }

.news__item__date {
  font-size: 18px;
  font-weight: 700; }

.news__item__text > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
  word-break: break-word; }
  .news__item__text > p a {
    text-decoration: none;
    color: #fff; }

@media all and (max-width: 1024px) {
  .news__navigation {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media all and (min-width: 1025px) {
  .news__navigation {
    top: 40%;
    width: calc(100% + 45px); } }

.news__scrollbar {
  margin-bottom: 10px; }

.admin__feed__authorise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  .admin__feed__authorise > a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    background: var(--col-pri);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .admin__feed__authorise > a.facebook_mason_setup {
      background: #1877f2; }
    .admin__feed__authorise > a.instagram_mason_setup {
      background: #c32aa3; }
    .admin__feed__authorise > a:hover {
      opacity: 0.75; }

.map {
  position: relative;
  z-index: 1; }

.map__container {
  height: clamp(300px, calc(20.83333vw + 200px), 500px); }
