.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: 100vh; }

@media (min-width: 1050px) {
  .hero__media__ctrls {
    bottom: 164px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@media (max-width: 800px) {
  .hero__media__ctrls {
    bottom: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 20px; } }

.hero__motto {
  position: absolute;
  bottom: 80px;
  left: 50px;
  z-index: 5; }

.hero__motto__item {
  font-weight: bold;
  font-size: clamp(20px, 4.2vw, 80px);
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1; }

.hero__motto__item__highlighted {
  display: block;
  color: var(--col-sec); }

@media (max-width: 1049px) {
  .hero__motto {
    left: 20px; } }

.welcome__block {
  position: relative;
  padding: 100px 20px; }

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

.welcome__item__image__wrapper {
  position: relative; }

.welcome__item__image__wrap {
  position: relative;
  width: 485px;
  height: 437px;
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 20px rgba(12, 19, 24, 0.2);
  box-shadow: 10px 10px 20px rgba(12, 19, 24, 0.2); }
  .welcome__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.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: 687px;
  width: 100%; }

.welcome__item__heading__line__1 {
  font-size: 16px;
  letter-spacing: 0.3em;
  color: var(--col-ter);
  margin: 0;
  text-transform: uppercase; }

.welcome__item__heading__line__2 {
  font-size: 40px;
  font-weight: bold;
  color: var(--col-pri);
  margin: 0;
  font-family: var(--font-heading);
  text-transform: uppercase; }

.welcome__item__text {
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  color: var(--col-ter); }

.welcome__item__author {
  font-weight: 600;
  font-size: 16px;
  color: var(--col-pri);
  margin: 0 0 40px; }

@media (max-width: 1200px) {
  .welcome__item__image__wrap {
    width: 385px;
    height: 337px; } }

@media (max-width: 1049px) {
  .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; } }

@media (max-width: 640px) {
  .welcome__item__image__wrap {
    width: 280px;
    height: 237px; }
  .welcome__item__heading__line__2 {
    font-size: 40px; } }

.testimonials__block {
  position: relative;
  background: var(--col-pri); }
  .testimonials__block .swiper__navigation {
    position: absolute;
    top: calc(50% - 20px);
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }

.testimonials__inner__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  overflow: visible; }

.testimonials__inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: 100%; }

.testimonials__item {
  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;
  gap: 20px;
  min-height: 605px;
  padding-top: 40px;
  padding-bottom: 120px; }

.testimonials__item__text__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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 975px; }

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

.testimonials__item__heading__line__2 {
  margin: 10px 0 30px;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-heading); }

.testimonials__item__text {
  font-weight: 400;
  font-style: italic;
  font-size: 29px;
  line-height: 1.4;
  color: #fff;
  margin: 0; }

.testimonials__item__author {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-top: 40px; }

.testimonials__item__image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .testimonials__item__image__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--col-pri);
    opacity: 0.87; }

.testimonials__item__image__wrap {
  width: 100%;
  height: 100%; }
  .testimonials__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.testimonials__swoosh {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 3; }

@media (max-width: 1049px) {
  .testimonials__block .swiper__navigation {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 40px;
    z-index: 5;
    bottom: 140px; }
  .testimonials__item {
    min-height: 700px; }
  .testimonials__item__text {
    padding: 0 10px;
    font-size: 24px; } }

@media (max-width: 640px) {
  .testimonials__item__heading__line__2 {
    font-size: 40px; } }

.home__links__block {
  padding: 100px 20px 290px; }

.home__links__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;
  text-align: center;
  gap: 20px; }

.home__links__item {
  position: relative;
  max-width: 280px;
  width: 100%;
  min-height: 331px;
  margin-bottom: 52px; }

.home__links__item__link {
  width: 100%;
  height: 100%; }
  .home__links__item__link:focus-within .home__links__item__image__wrap, .home__links__item__link:hover .home__links__item__image__wrap {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
    .home__links__item__link:focus-within .home__links__item__image__wrap img, .home__links__item__link:hover .home__links__item__image__wrap img {
      -webkit-filter: brightness(0.8);
      filter: brightness(0.8); }
  .home__links__item__link:focus-within .home__links__item__title, .home__links__item__link:hover .home__links__item__title {
    background: var(--col-ter); }

.home__links__item__image__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 20px rgba(12, 19, 24, 0.2);
  box-shadow: 10px 10px 20px rgba(12, 19, 24, 0.2);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  background: var(--col-pri); }
  .home__links__item__image__wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    border-radius: 40px;
    overflow: hidden; }

.home__links__item__title {
  position: absolute;
  bottom: -52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  max-width: 226px;
  width: 100%;
  margin: -52px auto 0;
  border-radius: 20px;
  padding: 38px 20px;
  background: var(--col-pri);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.events__block {
  position: relative;
  background: var(--col-sec);
  padding: 70px 20px 90px; }
  .events__block .heading__wrap .preheading {
    color: var(--col-ter); }

.events__swoosh {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  z-index: 3; }

.heading__wrapper {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  .heading__wrapper .cta__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; }

@media (max-width: 1049px) {
  .heading__wrapper .cta__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.heading__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; }
  .heading__wrap .preheading {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.3em;
    color: var(--col-pri);
    text-transform: uppercase; }
  .heading__wrap .heading {
    font-weight: bold;
    font-size: 40px;
    font-family: var(--font-heading);
    color: var(--col-pri);
    margin: 0;
    text-transform: uppercase; }

@media (max-width: 1049px) {
  .heading__wrap,
  .heading__wrapper {
    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; } }

.events__list {
  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%;
  margin: 50px auto 0; }

.events__item {
  min-width: 280px; }

.events__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  .events__item__link:focus-within .events__item__date, .events__item__link:hover .events__item__date {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    background: var(--col-ter); }
  .events__item__link:focus-within .events__item__info__title, .events__item__link:hover .events__item__info__title {
    color: var(--col-ter); }

.events__item__date {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background: var(--col-pri);
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  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;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  margin-bottom: 30px; }

.events__item__info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 15px; }

.events__item__time {
  color: var(--col-pri);
  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;
  gap: 10px;
  font-size: 16px;
  font-weight: bold; }

.events__item__info__title {
  font-weight: bold;
  font-size: 20px;
  font-family: var(--font-heading);
  color: var(--col-pri);
  margin: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  text-transform: uppercase; }

.events__item__info__cta {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  color: var(--col-pri); }

@media (max-width: 1049px) {
  .events__item__date {
    width: 200px;
    height: 200px;
    font-size: 40px; } }

@media (max-width: 640px) {
  .events__item__date {
    width: 160px;
    height: 160px;
    font-size: 30px; } }

.socials__block {
  padding: 100px 20px 100px; }
  .socials__block .heading__wrap .preheading {
    color: var(--col-ter); }
  .socials__block .footer__social__links__item__link:focus-within, .socials__block .footer__social__links__item__link:hover {
    background: var(--col-ter);
    color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.social__feeds__wrap {
  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;
  margin-top: 40px; }

.social__item {
  position: relative;
  width: 384px;
  border-radius: 40px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16); }
  .social__item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .social__item > a {
    width: 100%;
    background: var(--col-pri);
    overflow: hidden;
    border-radius: 40px;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
    .social__item > a:focus-within, .social__item > a:hover {
      background: var(--col-sec); }
      .social__item > a:focus-within .social__item__image img, .social__item > a:hover .social__item__image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .social__item > a:focus-within .social__item__title h3, .social__item > a:hover .social__item__title h3 {
        color: var(--col-ter); }
      .social__item > a:focus-within .social__item__cta, .social__item > a:hover .social__item__cta {
        color: var(--col-ter); }

.social__item__image {
  position: relative;
  border-radius: 40px 40px 0 0;
  height: 200px;
  width: 100%;
  overflow: hidden; }
  .social__item__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px 40px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c1318), to(rgba(12, 19, 24, 0)));
    background: -webkit-linear-gradient(#0c1318 0%, rgba(12, 19, 24, 0) 100%);
    background: -o-linear-gradient(#0c1318 0%, rgba(12, 19, 24, 0) 100%);
    background: linear-gradient(#0c1318 0%, rgba(12, 19, 24, 0) 100%);
    opacity: 0.2;
    z-index: 1; }
  .social__item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.social__item__label {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 2;
  font-size: 50px;
  color: #fff; }

.social__item__content {
  padding: 30px; }

.social__item__title h3 {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  margin: 0;
  min-height: 80px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.social__item__cta {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin: 25px 0 0;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.auth__cta__wrap {
  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; }
  .auth__cta__wrap .admin__feed__authorise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 20px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.newsletters__feed .social__item > a {
  min-height: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e6ebe), to(#0c1318));
  background: -webkit-linear-gradient(#2e6ebe 0%, #0c1318 100%);
  background: -o-linear-gradient(#2e6ebe 0%, #0c1318 100%);
  background: linear-gradient(#2e6ebe 0%, #0c1318 100%); }
  .newsletters__feed .social__item > a:focus-within, .newsletters__feed .social__item > a:hover {
    background: var(--col-sec); }

.newsletters__feed .social__item__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.newsletters__feed .social__item__title h3 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (max-width: 400px) {
  .social__item {
    max-width: 280px; } }

.statistics__block {
  padding: 0 20px 100px;
  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; }
  .statistics__block .heading__wrapper {
    -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; }
  .statistics__block .heading__wrap .preheading {
    color: var(--col-ter); }

.statistics__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  max-width: 600px;
  width: 100%;
  margin-top: 35px; }

.statistics__legend__item {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px; }

.statistics__legend__decoration {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: var(--col-pri); }

.statistics__legend__item:nth-of-type(2) .statistics__legend__decoration {
  opacity: 0.5; }

.statistics__legend__heading h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--col-pri); }

.statistics__inner {
  max-width: 1200px;
  width: 100%;
  margin: 100px auto 0;
  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; }

.statistics__item {
  max-width: 283px;
  width: 100%;
  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; }

.statistics__item__circle__wrap {
  position: relative;
  width: 283px;
  height: 283px;
  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;
  line-height: 1; }

.statistics__item__school__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 1s ease-out;
  -o-transition: width 1s ease-out;
  transition: width 1s ease-out;
  border-radius: 50%; }

.statistics__item__average__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: width 1s ease-out;
  -o-transition: width 1s ease-out;
  transition: width 1s ease-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  border-radius: 50%; }

.statistics__item__school__circle svg,
.statistics__item__average__circle svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

circle {
  fill: none;
  stroke-width: 20; }

circle.bg {
  stroke: none; }

circle.progress {
  stroke: var(--col-pri);
  stroke-dasharray: 785.398;
  stroke-dashoffset: 785.398;
  -webkit-transition: stroke-dashoffset 1s ease-out;
  -o-transition: stroke-dashoffset 1s ease-out;
  transition: stroke-dashoffset 1s ease-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-box: fill-box; }

.statistics__item__school__circle circle.progress {
  stroke-dasharray: 785.398;
  stroke-dashoffset: 785.398; }

.statistics__item__average__circle circle.progress {
  stroke-dasharray: 628.319;
  stroke-dashoffset: 628.319; }

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

.statistics__item__school {
  font-weight: bold;
  font-size: 50px;
  font-family: var(--font-heading);
  color: var(--col-pri); }

.statistics__item__average {
  font-weight: bold;
  font-size: 20px;
  font-family: var(--font-heading);
  color: var(--col-pri);
  opacity: 0.5; }

.statistics__item__title {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0;
  color: var(--col-pri);
  line-height: 1.6;
  text-transform: uppercase; }

@media (max-width: 1049px) {
  .statistics__legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .statistics__inner {
    margin-top: 50px; } }

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #fff; }
  .awards .swiper__navigation--spread {
    visibility: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .awards .swiper__navigation--spread .swiper__navigation__button.swiper-button-disabled {
      opacity: 0; }

.awards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: visible; }

.awards__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }
  .awards__list__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .awards__list__item img[loading="lazy"].awards__list__item__image {
    width: unset !important;
    -o-object-fit: unset !important;
    object-fit: unset !important;
    -o-object-position: unset !important;
    object-position: unset !important;
    max-height: 80px; }

.welcome__block .welcome__item__image__wrapper {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.welcome__block .welcome__item__heading__line__1 {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.welcome__block .welcome__item__heading__line__2 {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.welcome__block .welcome__item__text {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

.welcome__block .welcome__item__author {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.welcome__block .welcome__item__cta {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s; }

.welcome__block.inview .welcome__item__image__wrapper,
.welcome__block.inview .welcome__item__heading__line__1,
.welcome__block.inview .welcome__item__heading__line__2,
.welcome__block.inview .welcome__item__text,
.welcome__block.inview .welcome__item__author,
.welcome__block.inview .welcome__item__cta {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  opacity: 1; }

.testimonials__block .testimonials__item__heading__line__1 {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.testimonials__block .testimonials__item__heading__line__2 {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.testimonials__block .testimonials__item__text {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.testimonials__block .testimonials__item__author {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

.testimonials__block.inview .testimonials__item__heading__line__1,
.testimonials__block.inview .testimonials__item__heading__line__2,
.testimonials__block.inview .testimonials__item__text,
.testimonials__block.inview .testimonials__item__author {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }

.home__links__block .home__links__item {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  .home__links__block .home__links__item:nth-of-type(2) {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .home__links__block .home__links__item:nth-of-type(3) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .home__links__block .home__links__item:nth-of-type(4) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s; }

.home__links__block.inview .home__links__item {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }

.events__block .heading__wrapper {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.events__block .events__item {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }
  .events__block .events__item:nth-of-type(2) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .events__block .events__item:nth-of-type(3) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s; }
  .events__block .events__item:nth-of-type(4) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }

.events__block.inview .heading__wrapper,
.events__block.inview .events__item {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }

.socials__block .heading__wrapper {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.socials__block .news__feed {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.socials__block .newsletters__feed {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.socials__block .facebook__feed {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s; }

.socials__block.inview .heading__wrapper,
.socials__block.inview .facebook__feed,
.socials__block.inview .newsletters__feed,
.socials__block.inview .news__feed {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }

.statistics__block .heading__wrapper {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.statistics__block .statistics__legend {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }

.statistics__block .statistics__item {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: ease 0.25s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -o-transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s;
  transition: ease 0.25s, transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s; }
  .statistics__block .statistics__item:nth-of-type(2) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .statistics__block .statistics__item:nth-of-type(3) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s; }
  .statistics__block .statistics__item:nth-of-type(4) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }

.statistics__block.inview .heading__wrapper,
.statistics__block.inview .statistics__legend,
.statistics__block.inview .statistics__item {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1; }
