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

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

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

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

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

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

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

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

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: calc(100vh - 120px); }

@media (max-width: 1049px) {
  .hero {
    max-height: 500px;
    min-height: unset; } }

@media (max-width: 640px) {
  .hero {
    max-height: 320px; } }

.hero__motto {
  position: absolute;
  bottom: 50px;
  left: 50px;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 18px;
  z-index: 3; }

.hero__motto__item__line__1 {
  font-size: clamp(40px, 3.7vw, 70px);
  color: #fff;
  margin: 0;
  font-weight: 700; }

.hero__motto__item__line__2 {
  font-size: clamp(24px, 1.9vw, 35px);
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-style: italic; }

@media (max-width: 1049px) {
  .hero__motto {
    bottom: 100px; } }

@media (max-width: 640px) {
  .hero__motto {
    left: 20px;
    gap: 10px; }
  .hero__motto__item__line__1 {
    font-size: 32px; }
  .hero__motto__item__line__2 {
    font-size: 18px; } }

.welcome__block {
  position: relative;
  padding: 86px 20px 50px; }
  .welcome__block:after {
    content: '';
    position: absolute;
    top: -40px;
    right: 37px;
    width: 340px;
    height: 644px;
    background: url(../images/design/welcome-graphic.svg) center no-repeat;
    background-size: contain;
    z-index: 5;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

@media (max-width: 1400px) {
  .welcome__block:after {
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 170px;
    height: 322px; } }

@media (max-width: 1200px) {
  .welcome__block:after {
    opacity: 0.3 !important; } }

.welcome__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: clamp(20px, 3.9vw, 74px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 6; }

.welcome__item__image {
  position: relative;
  border-radius: 20px;
  width: 484px;
  height: 484px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16); }
  .welcome__item__image img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden; }

.welcome__item__text__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 510px;
  width: 100%; }

.welcome__item__heading__line__1 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.3em;
  color: var(--col-pri);
  text-transform: uppercase;
  margin-bottom: 15px; }

.welcome__item__heading__line__2 {
  font-weight: bold;
  font-size: 50px;
  margin: 0;
  color: var(--col-pri); }

.welcome__item__text {
  font-size: 16px;
  color: var(--col-pri);
  line-height: 1.6; }

@media (max-width: 1049px) {
  .welcome__block {
    padding-bottom: 25px; }
    .welcome__block:after {
      top: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 1;
      width: 80px;
      height: 120px; }
  .welcome__item__text__wrap,
  .welcome__inner {
    -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;
    text-align: center; }
  .welcome__item__image {
    width: 260px;
    height: 260px; } }

.quicklinks__block {
  position: relative;
  padding: 50px 20px 50px; }

.quick__links__inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 6; }

.quick__links__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  min-width: 240px;
  max-width: 384px;
  width: 100%; }

.quick__links__item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 404px;
  background: var(--col-pri);
  border-radius: 20px;
  padding: 40px 50px 50px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16); }
  .quick__links__item__link:focus-within .button__link.button__link--alt, .quick__links__item__link:hover .button__link.button__link--alt {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  .quick__links__item__link:focus-within .quick__links__item__watermark, .quick__links__item__link:hover .quick__links__item__watermark {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.quick__links__item__watermark__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  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; }

.quick__links__item__watermark {
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.quick__links__item__icon {
  position: relative;
  z-index: 1;
  font-size: 100px;
  color: #fff;
  margin: 0;
  min-height: 117px; }

.quick__links__item__title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 30px 0 10px; }

.quick__links__item__description {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 50px;
  line-height: 1.6; }

.button__link.button__link--alt {
  position: relative;
  z-index: 1;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .button__link.button__link--alt > a,
  .button__link.button__link--alt > span {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff; }

@media (max-width: 1240px) {
  .quick__links__item__link {
    padding: 40px 20px 50px; } }

@media (max-width: 1049px) {
  .quicklinks__block {
    padding-top: 25px;
    padding-bottom: 25px; }
  .quick__links__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    min-width: 340px; }
  .quick__links__item__icon {
    font-size: 70px; } }

@media (max-width: 500px) {
  .quick__links__item {
    min-width: 240px; } }

.statistics__block {
  position: relative;
  padding: 50px 20px 100px; }

.statistics__inner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.statistics__item {
  color: var(--col-pri);
  font-weight: bold;
  font-style: italic;
  font-size: 49px;
  margin: 0; }

.statistics__item__number {
  color: var(--col-sec); }

@media (max-width: 1049px) {
  .statistics__block {
    padding: 25px 20px 50px; }
  .statistics__item {
    font-size: 32px; } }

.schools__block {
  position: relative;
  background: url(../images/design/schools-watermark.svg) center bottom -134px no-repeat var(--col-pri);
  padding: 50px 20px;
  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; }
  .schools__block .preheading {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: 0.3em;
    text-transform: uppercase; }
  .schools__block .heading {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 15px 0 50px; }

.our__schools__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px; }

.our__schools__item__link {
  position: relative;
  width: 283px;
  height: 110px;
  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;
  border-radius: 10px;
  background: #fff;
  overflow: hidden; }
  .our__schools__item__link .button__link {
    min-width: 246px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .our__schools__item__link:focus-within .button__link, .our__schools__item__link:hover .button__link {
    opacity: 1;
    visibility: visible; }
  .our__schools__item__link:focus-within .our__schools__item__logo, .our__schools__item__link:hover .our__schools__item__logo {
    opacity: 0;
    visibility: hidden; }

.our__schools__item__logo {
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .our__schools__item__logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover; }

@media (max-width: 1049px) {
  .schools__block {
    padding: 50px 20px; } }

.socials__block {
  position: relative;
  padding: 100px 20px; }
  .socials__block .heading__wrap {
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    width: 100%; }
    .socials__block .heading__wrap .heading__inner__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: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      gap: 10px; }
    .socials__block .heading__wrap .preheading {
      font-size: 16px;
      font-weight: 700;
      color: var(--col-pri);
      margin: 0;
      letter-spacing: 0.3em;
      text-transform: uppercase; }
    .socials__block .heading__wrap .heading {
      font-size: 50px;
      font-weight: 700;
      color: var(--col-pri);
      margin: 0; }
    .socials__block .heading__wrap .cta__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 10px; }
  .socials__block .header__links .header__links__item {
    display: none; }
    .socials__block .header__links .header__links__item[data-link="LinkedIn link"] {
      display: block; }
    .socials__block .header__links .header__links__item .header__links__item__link {
      background: var(--col-pri);
      color: #fff; }
      .socials__block .header__links .header__links__item .header__links__item__link:focus-within, .socials__block .header__links .header__links__item .header__links__item__link:hover {
        background: var(--col-ter);
        color: var(--col-pri); }
  .socials__block .facebook_mason_setup {
    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;
    gap: 1em;
    position: relative;
    min-height: 44px;
    padding: 15px 30px;
    border: 1px solid var(--col-pri);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: var(--col-pritxt);
    background: var(--col-pri);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: color .3s ease, background .3s ease;
    -o-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
    margin: 20px auto 0;
    max-width: 360px; }
    .socials__block .facebook_mason_setup:focus-within, .socials__block .facebook_mason_setup:hover {
      color: var(--col-pri);
      background: #fff; }

.socials__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  width: 100%; }

.social__feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px; }

.social__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 320px;
  max-width: 384px; }

.social__item__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background: #fff;
  min-height: 494px; }
  .social__item__block .button__link {
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    display: block;
    width: 100%; }
  .social__item__block:focus-within .button__link, .social__item__block:hover .button__link {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  .social__item__block:focus-within .social__item__image video,
  .social__item__block:focus-within .social__item__image img, .social__item__block:hover .social__item__image video,
  .social__item__block:hover .social__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.social__item__image {
  position: relative;
  border-radius: 20px 20px 0 0;
  height: 247px;
  width: 100%;
  overflow: hidden; }
  .social__item__image video,
  .social__item__image img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.social__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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px;
  width: 100%; }

.social__item__content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 34px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.social__item__content__label {
  position: relative;
  top: -45px;
  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;
  font-size: 30px;
  color: var(--col-pri);
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 70px;
  height: 70px; }

.social__item__content__date {
  font-size: 18px;
  font-weight: bold;
  color: var(--col-pri); }

.social__item__content__title {
  font-size: 16px;
  font-weight: 400;
  color: var(--col-pri);
  margin: -24px 0 40px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 76px; }

.attachments__item__link {
  position: relative;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 384px;
  width: 100%;
  height: 494px;
  background: var(--col-pri);
  overflow: hidden;
  padding: 26px 20px 20px; }
  .attachments__item__link .button__link {
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    display: block;
    width: 100%; }
    .attachments__item__link .button__link > span,
    .attachments__item__link .button__link a {
      border: none; }
  .attachments__item__link:focus-within .button__link, .attachments__item__link:hover .button__link {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

.attachments__item__watermark__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  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; }

.attachments__item__watermark {
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.attachments__item__heading__wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.attachments__item__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: var(--col-pri);
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 70px;
  height: 70px; }

.attachments__item__heading__text {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.attachments__item__heading {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0; }

.attachments__item__date {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin: 0; }

.attachments__item__title {
  position: relative;
  z-index: 2;
  font-size: 30px;
  margin: auto 0 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 34px; }

.socials__block .news__link {
  display: none; }

@media (max-width: 1049px) {
  .socials__block {
    padding: 50px 20px; }
    .socials__block .heading__inner__wrap,
    .socials__block .heading__wrap {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      text-align: center; }
  .social__item {
    min-width: 260px; } }

@media (max-width: 480px) {
  .social__item__content__date {
    font-size: 16px; } }

.testimonials__block {
  position: relative;
  padding: 0;
  background: url(../images/design/testimonials-watermark.svg) center right 96px no-repeat var(--col-pri); }

.testimonials__item {
  min-height: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.testimonials__item__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 640px;
  width: 100%;
  background: var(--col-pri); }
  .testimonials__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }

.testimonials__item__image__curve {
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  z-index: 2;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.testimonials__item__text__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.testimonials__item__text__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 586px;
  width: 100%; }

.testimonials__item__heading__line__1 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3em;
  color: #fff;
  text-transform: uppercase; }

.testimonials__item__heading__line__2 {
  font-weight: bold;
  font-size: 70px;
  color: #fff;
  margin: 15px 0 0; }

.testimonials__item__text {
  font-style: italic;
  font-size: 20px;
  color: #fff;
  margin: 20px 0; }

.testimonials__item__author {
  font-weight: 700;
  font-size: 16px;
  color: #fff; }

@media (min-width: 1050px) {
  .testimonials__item__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; } }

@media (min-width: 1050px) and (max-width: 1400px) {
  .testimonials__item__image {
    max-width: clamp(320px, 45.9vw, 640px); } }

@media (min-width: 1050px) and (max-width: 1150px) {
  .testimonials__item__image {
    max-width: clamp(320px, 40.9vw, 640px); } }

@media (max-width: 1049px) {
  .testimonials__block {
    padding-bottom: 50px;
    background-position: center; }
  .testimonials__item__image {
    position: relative;
    max-width: 100%;
    height: 300px; }
  .testimonials__item__image__curve {
    display: none; }
  .testimonials__item {
    min-height: auto;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .testimonials__item__text__wrap {
    padding: 40px 20px; }
  .testimonials__item__heading__line__2 {
    font-size: 46px; }
  .testimonials__item__text__wrap,
  .testimonials__item__text__wrapper {
    -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;
    text-align: center; }
  .swiper__pagination__wrap {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto; }
  .swiper__pagination {
    width: unset; }
  .swiper__navigation {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 40px auto 20px; } }

@media (max-width: 640px) {
  .swiper__pagination {
    gap: 30px; } }

.map__block {
  position: relative; }

.map__contact__block {
  position: absolute;
  top: 50%;
  left: clamp(20px, 7.3vw, 140px);
  max-width: 360px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  min-height: 450px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 40px;
  z-index: 2;
  border-radius: 20px; }

.map__content__item__label {
  font-size: 20px;
  font-weight: bold;
  margin: 0; }

.map__contact__triggers {
  position: relative;
  width: 100%;
  height: 44px;
  border-radius: 20px;
  background: #fff;
  border: 2px solid #D8D8D8;
  margin-bottom: 30px;
  z-index: 3; }
  .map__contact__triggers.open .map__trigger__wrap {
    opacity: 1;
    visibility: visible; }

.map__trigger__selected {
  position: relative;
  width: 100%;
  height: 43px;
  cursor: pointer;
  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;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600; }

.map__contact__triggers.open .map__trigger__wrap {
  opacity: 1;
  visibility: visible; }

.map__trigger__arrow {
  margin-left: 8px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease; }

.map__contact__triggers.open .map__trigger__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.map__trigger__wrap {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: auto;
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--col-pri) rgba(0, 0, 0, 0.25);
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .map__trigger__wrap::-webkit-scrollbar {
    width: 7px; }
  .map__trigger__wrap::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.25); }
  .map__trigger__wrap::-webkit-scrollbar-thumb {
    background-color: var(--col-pri); }

.map__trigger__item {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  cursor: pointer;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px; }
  .map__trigger__item:focus-within, .map__trigger__item:hover, .map__trigger__item.active {
    font-weight: 600;
    color: #fff;
    background: var(--col-pri); }

.map__content__wrap {
  position: relative;
  z-index: 2;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  width: 100%; }

.map__content__item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
  .map__content__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px; }

.map__content__single .map__content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px; }
  .map__content__single .map__content__item .button__link--contact {
    display: none !important; }

.map__content__item__logo {
  position: relative;
  max-width: 280px;
  max-height: 108px;
  width: 100%;
  display: block; }

.map__content__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.6;
  color: var(--col-pri);
  font-size: 16px;
  font-weight: 400; }

.map__content__item__content__icon {
  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;
  border-radius: 100%;
  color: var(--col-pri); }

@media (min-width: 1050px) {
  .map__content__item__content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .map__content__item__content__icon {
    position: relative;
    top: 5px; } }

a.map__content__item__text {
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  a.map__content__item__text:focus-within, a.map__content__item__text:hover {
    opacity: 0.9; }

.map__container {
  height: 645px;
  width: 100%; }

@media (max-width: 1049px) {
  .map__contact__block {
    position: relative;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: unset;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 30px;
    border-radius: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .map__contact__block .heading {
      font-size: clamp(26px, 4vw, 40px); }
    .map__contact__block:after {
      border-radius: 0; }
  .map__content__item {
    -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; }
  .map__content__item__content {
    -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; }
  .map__container {
    height: 300px; }
  .map__contact__triggers {
    max-width: 400px;
    width: 100%; } }

.hero__wrap .hero__motto {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.hero__wrap .hero {
  opacity: 0;
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.hero__wrap.inview .hero__motto {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.hero__wrap.inview .hero {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.welcome__block .welcome__item__image {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.welcome__block .welcome__item__text__wrap {
  opacity: 0;
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.welcome__block:after {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.welcome__block.inview .welcome__item__image {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.welcome__block.inview .welcome__item__text__wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.welcome__block.inview:after {
  opacity: 1; }

.quicklinks__block .quick__links__item:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.quicklinks__block .quick__links__item:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.quicklinks__block .quick__links__item:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.quicklinks__block .quick__links__item:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.quicklinks__block.inview .quick__links__item {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.statistics__block .statistics__item {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.statistics__block.inview .statistics__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.schools__block .preheading {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.schools__block .heading {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.schools__block .our__schools__item {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.schools__block .our__schools__item:nth-of-type(1) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.schools__block .our__schools__item:nth-of-type(2) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.schools__block .our__schools__item:nth-of-type(3) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.schools__block .our__schools__item:nth-of-type(4) {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.schools__block .our__schools__item:nth-of-type(5) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.schools__block .our__schools__item:nth-of-type(6) {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.schools__block .our__schools__item:nth-of-type(7) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s; }

.schools__block .our__schools__item:nth-of-type(8) {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s; }

.schools__block .our__schools__item:nth-of-type(9) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.schools__block .our__schools__item:nth-of-type(10) {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s; }

.schools__block .our__schools__item:nth-of-type(11) {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.schools__block .our__schools__item:nth-of-type(12) {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s; }

.schools__block .our__schools__item:nth-of-type(13) {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s; }

.schools__block .our__schools__item:nth-of-type(14) {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s; }

.schools__block .our__schools__item:nth-of-type(15) {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

.schools__block .our__schools__item:nth-of-type(16) {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s; }

.schools__block .our__schools__item:nth-of-type(17) {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s; }

.schools__block .our__schools__item:nth-of-type(18) {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s; }

.schools__block .our__schools__item:nth-of-type(19) {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s; }

.schools__block .our__schools__item:nth-of-type(20) {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s; }

.schools__block .our__schools__item:nth-of-type(21) {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

.schools__block .our__schools__item:nth-of-type(22) {
  -webkit-transition-delay: 3.1s;
  -o-transition-delay: 3.1s;
  transition-delay: 3.1s; }

.schools__block .our__schools__item:nth-of-type(23) {
  -webkit-transition-delay: 3.2s;
  -o-transition-delay: 3.2s;
  transition-delay: 3.2s; }

.schools__block .our__schools__item:nth-of-type(24) {
  -webkit-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
  transition-delay: 3.3s; }

.schools__block .our__schools__item:nth-of-type(25) {
  -webkit-transition-delay: 3.4s;
  -o-transition-delay: 3.4s;
  transition-delay: 3.4s; }

.schools__block .our__schools__item:nth-of-type(26) {
  -webkit-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  transition-delay: 3.5s; }

.schools__block .our__schools__item:nth-of-type(27) {
  -webkit-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s; }

.schools__block .our__schools__item:nth-of-type(28) {
  -webkit-transition-delay: 3.7s;
  -o-transition-delay: 3.7s;
  transition-delay: 3.7s; }

.schools__block .our__schools__item:nth-of-type(29) {
  -webkit-transition-delay: 3.8s;
  -o-transition-delay: 3.8s;
  transition-delay: 3.8s; }

.schools__block .our__schools__item:nth-of-type(30) {
  -webkit-transition-delay: 3.9s;
  -o-transition-delay: 3.9s;
  transition-delay: 3.9s; }

.schools__block .our__schools__item:nth-of-type(31) {
  -webkit-transition-delay: 4s;
  -o-transition-delay: 4s;
  transition-delay: 4s; }

.schools__block .our__schools__item:nth-of-type(32) {
  -webkit-transition-delay: 4.1s;
  -o-transition-delay: 4.1s;
  transition-delay: 4.1s; }

.schools__block .our__schools__item:nth-of-type(33) {
  -webkit-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s; }

.schools__block .our__schools__item:nth-of-type(34) {
  -webkit-transition-delay: 4.3s;
  -o-transition-delay: 4.3s;
  transition-delay: 4.3s; }

.schools__block .our__schools__item:nth-of-type(35) {
  -webkit-transition-delay: 4.4s;
  -o-transition-delay: 4.4s;
  transition-delay: 4.4s; }

.schools__block .our__schools__item:nth-of-type(36) {
  -webkit-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s; }

.schools__block .our__schools__item:nth-of-type(37) {
  -webkit-transition-delay: 4.6s;
  -o-transition-delay: 4.6s;
  transition-delay: 4.6s; }

.schools__block .our__schools__item:nth-of-type(38) {
  -webkit-transition-delay: 4.7s;
  -o-transition-delay: 4.7s;
  transition-delay: 4.7s; }

.schools__block .our__schools__item:nth-of-type(39) {
  -webkit-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s; }

.schools__block .our__schools__item:nth-of-type(40) {
  -webkit-transition-delay: 4.9s;
  -o-transition-delay: 4.9s;
  transition-delay: 4.9s; }

.schools__block .our__schools__item:nth-of-type(41) {
  -webkit-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s; }

.schools__block .our__schools__item:nth-of-type(42) {
  -webkit-transition-delay: 5.1s;
  -o-transition-delay: 5.1s;
  transition-delay: 5.1s; }

.schools__block .our__schools__item:nth-of-type(43) {
  -webkit-transition-delay: 5.2s;
  -o-transition-delay: 5.2s;
  transition-delay: 5.2s; }

.schools__block .our__schools__item:nth-of-type(44) {
  -webkit-transition-delay: 5.3s;
  -o-transition-delay: 5.3s;
  transition-delay: 5.3s; }

.schools__block .our__schools__item:nth-of-type(45) {
  -webkit-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s; }

.schools__block .our__schools__item:nth-of-type(46) {
  -webkit-transition-delay: 5.5s;
  -o-transition-delay: 5.5s;
  transition-delay: 5.5s; }

.schools__block .our__schools__item:nth-of-type(47) {
  -webkit-transition-delay: 5.6s;
  -o-transition-delay: 5.6s;
  transition-delay: 5.6s; }

.schools__block .our__schools__item:nth-of-type(48) {
  -webkit-transition-delay: 5.7s;
  -o-transition-delay: 5.7s;
  transition-delay: 5.7s; }

.schools__block .our__schools__item:nth-of-type(49) {
  -webkit-transition-delay: 5.8s;
  -o-transition-delay: 5.8s;
  transition-delay: 5.8s; }

.schools__block .our__schools__item:nth-of-type(50) {
  -webkit-transition-delay: 5.9s;
  -o-transition-delay: 5.9s;
  transition-delay: 5.9s; }

.schools__block .our__schools__item:nth-of-type(51) {
  -webkit-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s; }

.schools__block .our__schools__item:nth-of-type(52) {
  -webkit-transition-delay: 6.1s;
  -o-transition-delay: 6.1s;
  transition-delay: 6.1s; }

.schools__block .our__schools__item:nth-of-type(53) {
  -webkit-transition-delay: 6.2s;
  -o-transition-delay: 6.2s;
  transition-delay: 6.2s; }

.schools__block .our__schools__item:nth-of-type(54) {
  -webkit-transition-delay: 6.3s;
  -o-transition-delay: 6.3s;
  transition-delay: 6.3s; }

.schools__block .our__schools__item:nth-of-type(55) {
  -webkit-transition-delay: 6.4s;
  -o-transition-delay: 6.4s;
  transition-delay: 6.4s; }

.schools__block .our__schools__item:nth-of-type(56) {
  -webkit-transition-delay: 6.5s;
  -o-transition-delay: 6.5s;
  transition-delay: 6.5s; }

.schools__block .our__schools__item:nth-of-type(57) {
  -webkit-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s; }

.schools__block .our__schools__item:nth-of-type(58) {
  -webkit-transition-delay: 6.7s;
  -o-transition-delay: 6.7s;
  transition-delay: 6.7s; }

.schools__block .our__schools__item:nth-of-type(59) {
  -webkit-transition-delay: 6.8s;
  -o-transition-delay: 6.8s;
  transition-delay: 6.8s; }

.schools__block .our__schools__item:nth-of-type(60) {
  -webkit-transition-delay: 6.9s;
  -o-transition-delay: 6.9s;
  transition-delay: 6.9s; }

.schools__block .our__schools__item:nth-of-type(61) {
  -webkit-transition-delay: 7s;
  -o-transition-delay: 7s;
  transition-delay: 7s; }

.schools__block .our__schools__item:nth-of-type(62) {
  -webkit-transition-delay: 7.1s;
  -o-transition-delay: 7.1s;
  transition-delay: 7.1s; }

.schools__block .our__schools__item:nth-of-type(63) {
  -webkit-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s; }

.schools__block .our__schools__item:nth-of-type(64) {
  -webkit-transition-delay: 7.3s;
  -o-transition-delay: 7.3s;
  transition-delay: 7.3s; }

.schools__block .our__schools__item:nth-of-type(65) {
  -webkit-transition-delay: 7.4s;
  -o-transition-delay: 7.4s;
  transition-delay: 7.4s; }

.schools__block .our__schools__item:nth-of-type(66) {
  -webkit-transition-delay: 7.5s;
  -o-transition-delay: 7.5s;
  transition-delay: 7.5s; }

.schools__block .our__schools__item:nth-of-type(67) {
  -webkit-transition-delay: 7.6s;
  -o-transition-delay: 7.6s;
  transition-delay: 7.6s; }

.schools__block .our__schools__item:nth-of-type(68) {
  -webkit-transition-delay: 7.7s;
  -o-transition-delay: 7.7s;
  transition-delay: 7.7s; }

.schools__block .our__schools__item:nth-of-type(69) {
  -webkit-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s; }

.schools__block .our__schools__item:nth-of-type(70) {
  -webkit-transition-delay: 7.9s;
  -o-transition-delay: 7.9s;
  transition-delay: 7.9s; }

.schools__block .our__schools__item:nth-of-type(71) {
  -webkit-transition-delay: 8s;
  -o-transition-delay: 8s;
  transition-delay: 8s; }

.schools__block .our__schools__item:nth-of-type(72) {
  -webkit-transition-delay: 8.1s;
  -o-transition-delay: 8.1s;
  transition-delay: 8.1s; }

.schools__block .our__schools__item:nth-of-type(73) {
  -webkit-transition-delay: 8.2s;
  -o-transition-delay: 8.2s;
  transition-delay: 8.2s; }

.schools__block .our__schools__item:nth-of-type(74) {
  -webkit-transition-delay: 8.3s;
  -o-transition-delay: 8.3s;
  transition-delay: 8.3s; }

.schools__block .our__schools__item:nth-of-type(75) {
  -webkit-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s; }

.schools__block .our__schools__item:nth-of-type(76) {
  -webkit-transition-delay: 8.5s;
  -o-transition-delay: 8.5s;
  transition-delay: 8.5s; }

.schools__block .our__schools__item:nth-of-type(77) {
  -webkit-transition-delay: 8.6s;
  -o-transition-delay: 8.6s;
  transition-delay: 8.6s; }

.schools__block .our__schools__item:nth-of-type(78) {
  -webkit-transition-delay: 8.7s;
  -o-transition-delay: 8.7s;
  transition-delay: 8.7s; }

.schools__block .our__schools__item:nth-of-type(79) {
  -webkit-transition-delay: 8.8s;
  -o-transition-delay: 8.8s;
  transition-delay: 8.8s; }

.schools__block .our__schools__item:nth-of-type(80) {
  -webkit-transition-delay: 8.9s;
  -o-transition-delay: 8.9s;
  transition-delay: 8.9s; }

.schools__block .our__schools__item:nth-of-type(81) {
  -webkit-transition-delay: 9s;
  -o-transition-delay: 9s;
  transition-delay: 9s; }

.schools__block .our__schools__item:nth-of-type(82) {
  -webkit-transition-delay: 9.1s;
  -o-transition-delay: 9.1s;
  transition-delay: 9.1s; }

.schools__block .our__schools__item:nth-of-type(83) {
  -webkit-transition-delay: 9.2s;
  -o-transition-delay: 9.2s;
  transition-delay: 9.2s; }

.schools__block .our__schools__item:nth-of-type(84) {
  -webkit-transition-delay: 9.3s;
  -o-transition-delay: 9.3s;
  transition-delay: 9.3s; }

.schools__block .our__schools__item:nth-of-type(85) {
  -webkit-transition-delay: 9.4s;
  -o-transition-delay: 9.4s;
  transition-delay: 9.4s; }

.schools__block .our__schools__item:nth-of-type(86) {
  -webkit-transition-delay: 9.5s;
  -o-transition-delay: 9.5s;
  transition-delay: 9.5s; }

.schools__block .our__schools__item:nth-of-type(87) {
  -webkit-transition-delay: 9.6s;
  -o-transition-delay: 9.6s;
  transition-delay: 9.6s; }

.schools__block .our__schools__item:nth-of-type(88) {
  -webkit-transition-delay: 9.7s;
  -o-transition-delay: 9.7s;
  transition-delay: 9.7s; }

.schools__block .our__schools__item:nth-of-type(89) {
  -webkit-transition-delay: 9.8s;
  -o-transition-delay: 9.8s;
  transition-delay: 9.8s; }

.schools__block .our__schools__item:nth-of-type(90) {
  -webkit-transition-delay: 9.9s;
  -o-transition-delay: 9.9s;
  transition-delay: 9.9s; }

.schools__block .our__schools__item:nth-of-type(91) {
  -webkit-transition-delay: 10s;
  -o-transition-delay: 10s;
  transition-delay: 10s; }

.schools__block .our__schools__item:nth-of-type(92) {
  -webkit-transition-delay: 10.1s;
  -o-transition-delay: 10.1s;
  transition-delay: 10.1s; }

.schools__block .our__schools__item:nth-of-type(93) {
  -webkit-transition-delay: 10.2s;
  -o-transition-delay: 10.2s;
  transition-delay: 10.2s; }

.schools__block .our__schools__item:nth-of-type(94) {
  -webkit-transition-delay: 10.3s;
  -o-transition-delay: 10.3s;
  transition-delay: 10.3s; }

.schools__block .our__schools__item:nth-of-type(95) {
  -webkit-transition-delay: 10.4s;
  -o-transition-delay: 10.4s;
  transition-delay: 10.4s; }

.schools__block .our__schools__item:nth-of-type(96) {
  -webkit-transition-delay: 10.5s;
  -o-transition-delay: 10.5s;
  transition-delay: 10.5s; }

.schools__block .our__schools__item:nth-of-type(97) {
  -webkit-transition-delay: 10.6s;
  -o-transition-delay: 10.6s;
  transition-delay: 10.6s; }

.schools__block .our__schools__item:nth-of-type(98) {
  -webkit-transition-delay: 10.7s;
  -o-transition-delay: 10.7s;
  transition-delay: 10.7s; }

.schools__block .our__schools__item:nth-of-type(99) {
  -webkit-transition-delay: 10.8s;
  -o-transition-delay: 10.8s;
  transition-delay: 10.8s; }

.schools__block.inview .preheading,
.schools__block.inview .heading,
.schools__block.inview .our__schools__item {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.socials__block .heading__wrap {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.socials__block .socials__inner {
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.socials__block.inview .socials__inner,
.socials__block.inview .heading__wrap {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.testimonials__block .testimonials__item__image {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.testimonials__block .testimonials__navigation {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.testimonials__block .testimonials__item__text__wrap {
  opacity: 0;
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.testimonials__block .swiper__pagination__wrap {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.testimonials__block.inview .testimonials__navigation {
  opacity: 1; }

.testimonials__block.inview .testimonials__item__image {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.testimonials__block.inview .testimonials__item__text__wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.testimonials__block.inview .swiper__pagination__wrap {
  opacity: 1; }

.map__block .map__contact__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.map__block.inview .map__contact__block {
  opacity: 1; }
