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

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

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

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

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

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

.homepage__header > h1 {
  font-size: clamp(32px, calc(2rem + ((1vw - 4.25px) * 1.7734)), 50px);
  margin: 0;
  letter-spacing: .3px; }

@media all and (min-width: 1025px) {
  .slide__in {
    opacity: 0;
    -webkit-transition: opacity 2s 1s, -webkit-transform 2s 1s;
    transition: opacity 2s 1s, -webkit-transform 2s 1s;
    -o-transition: opacity 2s 1s, transform 2s 1s;
    transition: opacity 2s 1s, transform 2s 1s;
    transition: opacity 2s 1s, transform 2s 1s, -webkit-transform 2s 1s; }
    .mason--loaded .inview .slide__in {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .slide__in--left {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px); }
  .slide__in--right {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); }
  .slide__in--up {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  .slide__in--down {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px); }
  .scale__in {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 1s 1s, -webkit-transform 1s 1s;
    transition: opacity 1s 1s, -webkit-transform 1s 1s;
    -o-transition: opacity 1s 1s, transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s;
    transition: opacity 1s 1s, transform 1s 1s, -webkit-transform 1s 1s; }
    .mason--loaded .inview .scale__in {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero:after {
  position: absolute;
  content: '';
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: -webkit-linear-gradient(90deg, black, rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
  z-index: 2;
  height: 50%; }

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  background: #fff;
  padding: 0 5% 80px;
  text-align: center;
  z-index: 5; }
  .welcome:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    pointer-events: none; }
    @media all and (min-width: 1024px) {
      .welcome:before {
        bottom: clamp(25px, calc(1.5625rem + ((1vw - 4.25px) * 2.4631)), 50px);
        border-radius: 0 0 0 100px; } }
  @media all and (min-width: 1024px) {
    .welcome {
      text-align: left; } }
  .welcome #welcome__trigger {
    position: absolute;
    top: -100px; }
    @media all and (min-width: 768px) {
      .welcome #welcome__trigger {
        top: -250px; } }
    @media all and (min-width: 1024px) {
      .welcome #welcome__trigger {
        top: -400px; } }
    @media all and (min-width: 1440px) {
      .welcome #welcome__trigger {
        top: -500px; } }
  .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: 80px;
    max-width: 1240px; }
    @media all and (min-width: 1024px) {
      .welcome__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media all and (min-width: 1440px) {
      .welcome__wrap {
        gap: 120px; } }
  .welcome .welcome__header {
    margin-bottom: 15px; }
    @media all and (min-width: 1024px) {
      .welcome .welcome__header {
        margin-bottom: 30px; } }
    .welcome .welcome__header #welcome__title {
      margin: 0; }
  .welcome .welcome__content__region {
    margin-bottom: 30px; }
    @media all and (min-width: 1024px) {
      .welcome .welcome__content__region {
        margin-bottom: 60px; } }
    .welcome .welcome__content__region p {
      font-size: 20px;
      letter-spacing: .3px;
      line-height: 35px;
      margin: 0; }
      @media all and (min-width: 1440px) {
        .welcome .welcome__content__region p {
          font-size: 24px;
          line-height: 45px; } }
  .welcome__image {
    position: relative;
    width: clamp(320px, calc(20rem + ((1vw - 4.25px) * 19.7044)), 520px);
    min-width: clamp(320px, calc(20rem + ((1vw - 4.25px) * 19.7044)), 520px);
    height: clamp(320px, calc(20rem + ((1vw - 4.25px) * 19.7044)), 520px);
    border-radius: 50%;
    overflow: hidden; }
    .welcome__image.admin_editable:before {
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%); }
    .welcome__image > div {
      border-radius: 50%;
      overflow: hidden !important; }
    .welcome__image__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.2));
      filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.2)); }
      @media all and (min-width: 1024px) {
        .welcome__image__wrap {
          top: 50px; } }
    .welcome__image__border {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      color: #DB0084; }
      .welcome__image__border__wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 125%;
        height: 125%; }
  .welcome__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 5; }
    @media all and (max-width: 1023px) {
      .welcome__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.home__mid {
  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: 40px;
  padding: clamp(60px, calc(3.75rem + ((1vw - 4.25px) * 2.9557)), 90px) 5%;
  text-align: center; }
  @media all and (min-width: 1024px) {
    .home__mid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 80px; } }
  .home__mid__vision {
    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;
    max-width: 590px; }
    .home__mid__vision__content__region p {
      font-size: 18px;
      line-height: 35px;
      margin: 0; }
  .home__mid__aims {
    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;
    max-width: 540px; }
    @media all and (max-width: 1023px) {
      .home__mid__aims {
        padding-bottom: 60px; } }
    .home__mid__aims__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: clamp(270px, calc(16.875rem + ((1vw - 4.25px) * 47.2303)), 432px); }
      .home__mid__aims__list:after {
        content: '';
        width: 100%;
        height: 4px;
        background: #DB0084;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleX(0);
        -ms-transform: translate(-50%, -50%) scaleX(0);
        transform: translate(-50%, -50%) scaleX(0);
        -webkit-transition: -webkit-transform 1s ease 2s;
        transition: -webkit-transform 1s ease 2s;
        -o-transition: transform 1s ease 2s;
        transition: transform 1s ease 2s;
        transition: transform 1s ease 2s, -webkit-transform 1s ease 2s; }
        .mason--loaded .inview .home__mid__aims__list:after {
          -webkit-transform: translate(-50%, -50%) scaleX(1);
          -ms-transform: translate(-50%, -50%) scaleX(1);
          transform: translate(-50%, -50%) scaleX(1); }
    .home__mid__aims__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      z-index: 5; }
      .home__mid__aims__item:nth-child(1) {
        -webkit-transition-delay: 0.9s;
        -o-transition-delay: 0.9s;
        transition-delay: 0.9s; }
      .home__mid__aims__item:nth-child(2) {
        -webkit-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s; }
      .home__mid__aims__item:nth-child(3) {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s; }
      .home__mid__aims__item[data-image=""] .home__mid__aims__item__image {
        display: none; }
      .home__mid__aims__item__icon {
        color: #fff;
        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: clamp(50px, calc(3.125rem + ((1vw - 4.25px) * 5.8309)), 70px);
        height: clamp(50px, calc(3.125rem + ((1vw - 4.25px) * 5.8309)), 70px);
        overflow: hidden;
        border-radius: 50%;
        background: #DB0084; }
        .home__mid__aims__item__icon svg {
          font-size: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 2.9155)), 30px); }
      .home__mid__aims__item__aim {
        position: absolute;
        top: calc(100% + 6px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #231F20;
        font-size: 18px;
        line-height: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 130px; }
        @media all and (max-width: 767px) {
          .home__mid__aims__item__aim {
            line-height: 20px;
            font-size: 16px;
            width: 110px; } }

.values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .values__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px; }
  .values__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
    @media all and (min-width: 768px) {
      .values__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media all and (min-width: 1024px) {
      .values__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr); } }
    @media all and (min-width: 1440px) {
      .values__list {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr); } }
  .values__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    min-height: clamp(200px, calc(12.5rem + ((1vw - 4.25px) * 15.7635)), 360px); }
    @media all and (min-width: 1024px) {
      .values__item {
        -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
        clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
        -webkit-transition: -webkit-clip-path 1s ease 1s;
        transition: -webkit-clip-path 1s ease 1s;
        -o-transition: clip-path 1s ease 1s;
        transition: clip-path 1s ease 1s;
        transition: clip-path 1s ease 1s, -webkit-clip-path 1s ease 1s; }
        .values__item:nth-child(1) {
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
        .values__item:nth-child(2) {
          -webkit-transition-delay: 1.2s;
          -o-transition-delay: 1.2s;
          transition-delay: 1.2s; }
        .values__item:nth-child(3) {
          -webkit-transition-delay: 1.4s;
          -o-transition-delay: 1.4s;
          transition-delay: 1.4s; }
        .values__item:nth-child(4) {
          -webkit-transition-delay: 1.6s;
          -o-transition-delay: 1.6s;
          transition-delay: 1.6s; }
        .values__item:nth-child(5) {
          -webkit-transition-delay: 1.8s;
          -o-transition-delay: 1.8s;
          transition-delay: 1.8s; }
        .values__item:nth-child(6) {
          -webkit-transition-delay: 2s;
          -o-transition-delay: 2s;
          transition-delay: 2s; }
        .mason--loaded .inview .values__item {
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
    .values__item__image img {
      -webkit-transition: -webkit-filter .3s ease;
      transition: -webkit-filter .3s ease;
      -o-transition: filter .3s ease;
      transition: filter .3s ease;
      transition: filter .3s ease, -webkit-filter .3s ease; }
    .values__item__image:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #231F20;
      mix-blend-mode: multiply;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      z-index: 4; }
    .values__item__image:after {
      position: absolute;
      content: '';
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      background: #231f20;
      background: -webkit-linear-gradient(90deg, #231f20, rgba(35, 31, 32, 0));
      background: -webkit-gradient(linear, left bottom, left top, from(#231f20), to(rgba(35, 31, 32, 0)));
      background: -webkit-linear-gradient(bottom, #231f20, rgba(35, 31, 32, 0));
      background: -o-linear-gradient(bottom, #231f20, rgba(35, 31, 32, 0));
      background: linear-gradient(0deg, #231f20, rgba(35, 31, 32, 0));
      height: 50%;
      opacity: 0.7;
      z-index: 2; }
    .values__item__watermark {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 108%;
      max-width: 266px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #231F20;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .values__item__watermark__half {
        -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; }
        .values__item__watermark__half--left {
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .values__item__watermark__half--right {
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); }
    .values__item__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      width: 100%;
      height: 100%;
      padding: 30px 5%;
      z-index: 10; }
    .values__item__value > h1 {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: .3px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media all and (min-width: 768px) {
        .values__item__value > h1 {
          font-size: 20px; } }
    .values__item__spacer {
      -webkit-transition: flex-grow .3s ease, -webkit-box-flex .3s ease;
      transition: flex-grow .3s ease, -webkit-box-flex .3s ease;
      -o-transition: flex-grow .3s ease;
      transition: flex-grow .3s ease;
      transition: flex-grow .3s ease, -webkit-box-flex .3s ease, -ms-flex-positive .3s ease; }
      .values__item__spacer--top {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      .values__item__spacer--bottom {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; }
    .values__item__link {
      z-index: 10; }
    .values__item:hover .values__item__image img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
    .values__item:hover .values__item__image::before {
      opacity: 0.5; }
    .values__item:hover .values__item__watermark {
      opacity: 0.5; }
      .values__item:hover .values__item__watermark .values__item__watermark__half {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
    .values__item:hover .values__item__spacer--bottom {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }

.home__bot {
  position: relative;
  overflow: hidden;
  z-index: 5; }
  .home__bot__watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108%;
    max-width: 1600px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #231F20;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 10; }
    .mason--loaded .inview .home__bot__watermark {
      opacity: 0.15; }
    .home__bot__watermark__half {
      -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__bot__watermark__half--left {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .home__bot__watermark__half--right {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%); }
      .mason--loaded .inview .home__bot__watermark__half {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }

.schools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: clamp(40px, calc(2.5rem + ((1vw - 4.25px) * 7.8818)), 120px) 5%;
  background: #413D3E; }
  .schools:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #231F20;
    pointer-events: none; }
    @media all and (min-width: 1024px) {
      .schools:before {
        border-radius: 0 0 100px 0; } }
  .schools__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: 30px;
    z-index: 20; }
    @media all and (min-width: 1024px) {
      .schools__wrap {
        gap: 60px; } }
  .schools__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: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 3.9409)), 60px); }
  .schools__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .schools__item:nth-child(1) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .schools__item:nth-child(2) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .schools__item:nth-child(3) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .schools__item__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;
      position: relative;
      width: clamp(300px, calc(18.75rem + ((1vw - 4.25px) * 7.2906)), 374px);
      min-width: clamp(300px, calc(18.75rem + ((1vw - 4.25px) * 7.2906)), 374px);
      height: clamp(300px, calc(18.75rem + ((1vw - 4.25px) * 7.2906)), 374px); }
    .schools__item__background {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      border: 12px solid #DB0084;
      border-radius: 50%;
      -webkit-transition: border .3s ease, -webkit-transform .3s ease;
      transition: border .3s ease, -webkit-transform .3s ease;
      -o-transition: transform .3s ease, border .3s ease;
      transition: transform .3s ease, border .3s ease;
      transition: transform .3s ease, border .3s ease, -webkit-transform .3s ease; }
    .schools__item__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 18px;
      position: relative;
      z-index: 10; }
    .schools__item__image {
      height: clamp(100px, calc(6.25rem + ((1vw - 4.25px) * 4.335)), 144px);
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: -webkit-filter .3s ease;
      transition: -webkit-filter .3s ease;
      -o-transition: filter .3s ease;
      transition: filter .3s ease;
      transition: filter .3s ease, -webkit-filter .3s ease; }
    .schools__item__name > span {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: .3px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      line-height: 30px; }
      @media all and (min-width: 768px) {
        .schools__item__name > span {
          font-size: 20px; } }
    .schools__item__link {
      z-index: 10; }
    .schools__item:hover .schools__item__background {
      -webkit-transform: scale(0.92);
      -ms-transform: scale(0.92);
      transform: scale(0.92);
      border-width: 6px; }
    .schools__item:hover .schools__item__image {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: clamp(40px, calc(2.5rem + ((1vw - 4.25px) * 7.8818)), 120px) 5%; }
  .news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #413D3E;
    pointer-events: none; }
    @media all and (min-width: 1024px) {
      .news:before {
        border-radius: 0 0 0 100px; } }
  .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;
    gap: 30px;
    max-width: 1240px;
    z-index: 20; }
    @media all and (min-width: 1024px) {
      .news__wrap {
        gap: 60px; } }
  .news__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: clamp(20px, calc(1.25rem + ((1vw - 4.25px) * 3.9409)), 60px); }
    @media all and (min-width: 1024px) {
      .news__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news__item:nth-child(1) {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    .news__item:nth-child(2) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .news__item:nth-child(3) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .news__item__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      position: relative;
      width: 100%;
      min-height: 400px;
      background: #231F20;
      border-radius: 30px;
      padding: 30px;
      -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;
      text-align: left;
      overflow: hidden; }
      @media all and (min-width: 1024px) {
        .news__item__inner {
          min-height: 650px;
          border-radius: 50px; } }
      .news__item__inner::after {
        position: absolute;
        content: '';
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        background: black;
        background: -webkit-linear-gradient(90deg, black, rgba(0, 0, 0, 0));
        background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
        background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
        background: linear-gradient(0deg, black, rgba(0, 0, 0, 0));
        height: 50%;
        z-index: 9; }
      @media all and (min-width: 1024px) {
        .news__item__inner {
          padding: 50px; } }
    .news__item__logo {
      position: absolute;
      top: 30px;
      left: 30px;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease;
      z-index: 10; }
      @media all and (min-width: 1024px) {
        .news__item__logo {
          top: 50px;
          left: 50px; } }
    .news__item__image img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transition: -webkit-filter .3s ease;
      transition: -webkit-filter .3s ease;
      -o-transition: filter .3s ease;
      transition: filter .3s ease;
      transition: filter .3s ease, -webkit-filter .3s ease; }
    .news__item__image::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(315deg, black, rgba(0, 0, 0, 0) 50%);
      background: -o-linear-gradient(315deg, black, rgba(0, 0, 0, 0) 50%);
      background: linear-gradient(135deg, black, rgba(0, 0, 0, 0) 50%);
      z-index: 2; }
    .news__item__image::after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #231F20;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      mix-blend-mode: multiply;
      border-radius: 30px;
      z-index: 8; }
      @media all and (min-width: 1024px) {
        .news__item__image::after {
          border-radius: 50px; } }
    .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: 10px;
      position: relative;
      color: #fff;
      width: 100%;
      -webkit-transform: translateY(116px);
      -ms-transform: translateY(116px);
      transform: translateY(116px);
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease;
      z-index: 10; }
      @media all and (min-width: 1024px) {
        .news__item__content {
          gap: 18px;
          -webkit-transform: translateY(198px);
          -ms-transform: translateY(198px);
          transform: translateY(198px); } }
    .news__item__title > h3 {
      font-size: 24px;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media all and (min-width: 1024px) {
        .news__item__title > h3 {
          font-size: 30px; } }
    .news__item__date > span {
      font-size: 18px;
      color: #DB0084; }
    .news__item__text {
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: opacity .5s ease, -webkit-transform .5s ease;
      -o-transition: transform .5s ease, opacity .5s ease;
      transition: transform .5s ease, opacity .5s ease;
      transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
      .news__item__text > p {
        font-size: 18px;
        letter-spacing: .3px;
        line-height: 25px;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media all and (min-width: 1024px) {
          .news__item__text > p {
            line-height: 35px;
            -webkit-line-clamp: 5; } }
    .news__item__more {
      -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
      transform: translateY(200%);
      opacity: 0;
      -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
      transition: opacity .5s ease, -webkit-transform .5s ease;
      -o-transition: transform .5s ease, opacity .5s ease;
      transition: transform .5s ease, opacity .5s ease;
      transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
      .news__item__more > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        letter-spacing: .3px;
        opacity: 0.7;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .news__item__more > a > svg {
          font-size: 18px;
          color: #DB0084;
          -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
          transform: translateX(-100%);
          opacity: 0;
          -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
          transition: opacity .3s ease, -webkit-transform .3s ease;
          -o-transition: opacity .3s ease, transform .3s ease;
          transition: opacity .3s ease, transform .3s ease;
          transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
        .news__item__more > a:hover {
          opacity: 1; }
          .news__item__more > a:hover > svg {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0); }
    .news__item__link {
      z-index: 10; }
    .news__item:hover .news__item__image img {
      -webkit-filter: grayscale(1);
      filter: grayscale(1); }
    .news__item:hover .news__item__image::after {
      opacity: 0.7; }
    .news__item:hover .news__item__logo {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); }
    .news__item:hover .news__item__content {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .news__item:hover .news__item__text {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .news__item:hover .news__item__more {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
  .news__buttons {
    position: relative;
    z-index: 10; }

.map {
  position: relative;
  margin-top: -100px; }
  .map__image {
    height: 500px; }
    @media all and (min-width: 1024px) {
      .map__image {
        height: 700px; } }
  .map__marker {
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 80px;
    height: 106px; }
    .mason--loaded .inview .map__marker {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

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