.hero__text > h1, .hero__text .hero__content__region > p {
  font-family: "Poppins", sans-serif; }

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

.hero__text > h1, .hero__text .hero__content__region > p {
  font-family: "Poppins", sans-serif; }

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

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

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.homepage__header > span {
  font-family: "Lato", sans-serif;
  font-size: clamp(18px, calc(1.125rem + ((1vw - 4.25px) * 0.5911)), 24px);
  font-weight: 400; }

.homepage__header > h1 {
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, calc(1.375rem + ((1vw - 4.25px) * 1.2808)), 35px);
  margin: 0; }

.hero {
  position: fixed;
  height: 100vh;
  background: var(--secondary-color); }
  .hero__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    width: 90%;
    max-width: 740px;
    bottom: 100px;
    left: 5%;
    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;
    z-index: 10; }
    .hero__text > h1 {
      font-size: clamp(26px, calc(1.625rem + ((1vw - 4.25px) * 2.1675)), 48px);
      margin: 0;
      -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.33));
      filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.33));
      line-height: 1.1;
      margin-bottom: 10px; }
      .hero__text > h1 > span {
        color: var(--secondary-color); }
    .hero__text .hero__content__region {
      max-width: 550px; }
      .hero__text .hero__content__region > p {
        font-size: clamp(16px, calc(1rem + ((1vw - 4.25px) * 0.197)), 18px);
        font-weight: 500;
        font-style: italic;
        margin: 0;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .mason--admin .hero__text {
      bottom: 210px; }
  .hero__watermark {
    width: 50vw;
    max-width: 720px;
    min-width: 400px;
    position: absolute;
    bottom: -240px;
    right: -160px;
    opacity: 0.25;
    z-index: 8; }
    .hero__watermark > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-filter: brightness(25);
      filter: brightness(25); }

.scroll__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
  color: var(--secondary-color);
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .scroll__down__marker {
    position: absolute;
    top: -150px;
    height: 0px;
    width: 0px; }
  .scroll__down:hover {
    opacity: 0.5; }
  .scroll__down > svg {
    font-size: 14px; }

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 100vh;
  padding: 0 5% clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 2.9557)), 50px);
  z-index: 10; }
  .welcome__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 2.9557)), 50px);
    padding: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 2.9557)), 50px);
    max-width: 1310px; }
    @media all and (min-width: 1050px) {
      .welcome__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .welcome__details {
    color: var(--primary-text-color); }
  .welcome__content__region {
    line-height: 1.5; }
  .welcome__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px; }
  .welcome__image {
    position: relative;
    min-height: clamp(300px, calc(18.75rem + ((1vw - 4.25px) * 6.8966)), 370px) !important;
    min-width: 35%;
    background: #fff; }
    @media all and (min-width: 1050px) {
      .welcome__image {
        height: 100%;
        max-height: 550px; } }

.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 5% clamp(50px, calc(3.125rem + ((1vw - 4.25px) * 4.9261)), 100px);
  z-index: 10; }
  .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;
    gap: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 2.9557)), 50px);
    max-width: 1310px;
    text-align: center; }
  .links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }
  .links__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    width: 100%;
    max-width: 208px;
    padding: 20px; }
    .links__item__icon {
      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: 80px;
      height: 80px;
      background: #EEEAEA;
      border-radius: 50%; }
      .links__item__icon > svg {
        font-size: 30px;
        color: #919191; }
    .links__item__title {
      color: var(--primary-color);
      margin-bottom: 20px; }
      .links__item__title > span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .links__item__title > h1 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0; }

.fbfeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 5% clamp(50px, calc(3.125rem + ((1vw - 4.25px) * 4.9261)), 100px);
  z-index: 10; }
  .fbfeed__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: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 2.9557)), 50px);
    max-width: 1176px;
    text-align: center; }
  .fbfeed__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 2fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr 1fr 1fr;
    gap: 20px; }
    @media all and (min-width: 768px) {
      .fbfeed__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 2fr 1fr 1fr;
        grid-template-rows: 2fr 1fr 1fr; } }
    @media all and (min-width: 1050px) {
      .fbfeed__list {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr); } }
  .fbfeed__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;
    background: #000;
    min-height: 180px;
    padding: 30px 15px;
    text-align: left; }
    @media all and (min-width: 768px) {
      .fbfeed__item {
        min-height: 220px; } }
    @media all and (min-width: 1050px) {
      .fbfeed__item {
        min-height: 248px; } }
    .fbfeed__item:first-child {
      padding: 50px 25px; }
      @media all and (min-width: 768px) {
        .fbfeed__item:first-child {
          -ms-grid-column-span: 2;
          grid-column: span 2; } }
      @media all and (min-width: 1050px) {
        .fbfeed__item:first-child {
          -ms-grid-row-span: 2;
          grid-row: span 2; } }
      .fbfeed__item:first-child .fbfeed__item__intro {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .fbfeed__item:first-child:hover .fbfeed__item__link {
        margin-top: 20px; }
    .fbfeed__item__image {
      background: var(--primary-color);
      opacity: 0.5; }
    .fbfeed__item__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 16px; }
    .fbfeed__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;
      width: 38px;
      height: 38px;
      background: #1da1f2;
      border-radius: 50%; }
    .fbfeed__item__content {
      position: relative;
      z-index: 6; }
    .fbfeed__item__intro {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 1.5;
      margin-bottom: 10px; }
    .fbfeed__item__link {
      max-height: 0;
      opacity: 0;
      -webkit-transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
      -o-transition: max-height .3s ease, opacity .3s ease, margin .3s ease;
      transition: max-height .3s ease, opacity .3s ease, margin .3s ease; }
    .fbfeed__item > a {
      z-index: 10; }
    .fbfeed__item:hover .fbfeed__item__link {
      opacity: 1;
      max-height: 19px;
      margin-top: 10px; }

.events {
  position: relative;
  padding: 0 5% clamp(50px, calc(3.125rem + ((1vw - 4.25px) * 4.9261)), 100px); }
  .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;
    gap: clamp(30px, calc(1.875rem + ((1vw - 4.25px) * 1.9704)), 50px);
    padding: 0 10%; }
  .events__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%; }
  .events__list {
    margin-top: 0.5em; }
    .events__list__wrap {
      position: relative; }
    .events__list .owl-item {
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .events__list .owl-item:not(.active) {
        opacity: 0; }
  .events__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    width: 110%;
    visibility: hidden;
    z-index: 30; }
    .events__nav .owl-prev, .events__nav .owl-next {
      visibility: visible;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      cursor: pointer; }
      .events__nav .owl-prev > svg, .events__nav .owl-next > svg {
        font-size: clamp(24px, calc(1.5rem + ((1vw - 4.25px) * 2.3645)), 48px);
        -webkit-transition: color .3s ease;
        -o-transition: color .3s ease;
        transition: color .3s ease; }
      .events__nav .owl-prev.disabled, .events__nav .owl-next.disabled {
        opacity: 0.5;
        pointer-events: none; }
      .events__nav .owl-prev:hover > svg, .events__nav .owl-next:hover > svg {
        color: var(--primary-darker-color); }
  .events__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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875em;
    position: relative;
    -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__item:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      .events__item:hover .events__date {
        background: var(--secondary-color); }
        .events__item:hover .events__date:after {
          width: calc(100% + 30px);
          height: calc(100% + 30px);
          background: var(--secondary-color);
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-animation: eventsPulse 1.5s infinite ease-in-out;
          animation: eventsPulse 1.5s infinite ease-in-out; }
    .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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: 9.875em;
      height: 9.875em;
      padding: 2.5em;
      text-transform: uppercase;
      border-radius: 50%;
      -webkit-transition: color .3s ease, background .3s ease;
      -o-transition: color .3s ease, background .3s ease;
      transition: color .3s ease, background .3s ease;
      line-height: 1;
      z-index: 3; }
      .events__item__date .day {
        font-size: 3.125em;
        font-weight: 800;
        color: var(--primary-color); }
      .events__item__date .month {
        font-size: 1.875em;
        font-weight: 800;
        color: #AFAFAF; }
      .events__item__date:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        background: #fff;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0.5;
        -webkit-transition: background .3s ease, width .3s ease, height .3s ease;
        -o-transition: background .3s ease, width .3s ease, height .3s ease;
        transition: background .3s ease, width .3s ease, height .3s ease;
        -webkit-filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(0px 16px 24px rgba(0, 0, 0, 0.15));
        z-index: -1; }
    .events__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: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 0.625em;
      text-align: center;
      padding: 0 15%; }
    .events__item__time {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-transform: uppercase;
      font-size: 18px;
      font-style: italic; }
    .events__item__title > h1 {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      position: relative;
      font-size: 20px;
      margin: 0; }
    .events__item__link {
      z-index: 5; }

@-webkit-keyframes eventsPulse {
  0% {
    width: calc(100% - 0px);
    height: calc(100% - 0px); }
  50% {
    width: calc(100% + 30px);
    height: calc(100% + 30px); }
  100% {
    width: calc(100% - 0px);
    height: calc(100% - 0px); } }

@keyframes eventsPulse {
  0% {
    width: calc(100% - 0px);
    height: calc(100% - 0px); }
  50% {
    width: calc(100% + 30px);
    height: calc(100% + 30px); }
  100% {
    width: calc(100% - 0px);
    height: calc(100% - 0px); } }

.home__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: var(--primary-text-color);
  padding: 30px 5%;
  z-index: 10; }
  .home__contact__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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    max-width: 1310px; }
  .home__contact__header {
    line-height: 0.8; }
  .home__contact__content {
    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: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 3.9409)), 60px); }
    .home__contact__content > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px; }
    .home__contact__content svg {
      opacity: 0.5;
      font-size: 14px; }

/*# sourceMappingURL=home.css.map */