.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 - 50px); }

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

.hero__values__wrap {
  position: absolute;
  left: 50%;
  bottom: 124px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
  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;
  max-width: 525px;
  width: 100%; }
  .hero__values__wrap .swiper__pagination {
    margin: 0; }
    .hero__values__wrap .swiper__pagination > span {
      background: #fff; }

.hero__values__text h2 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  min-width: 50px;
  margin: 0;
  line-height: 1.6; }

.hero__values__inner {
  width: 100%;
  overflow: unset;
  margin: 15px 0 20px; }

.hero__values__item {
  font-size: 58px;
  font-weight: 600;
  color: #fff; }

@media (max-width: 1049px) {
  .hero__values__wrap {
    bottom: 100px; }
  .hero__values__item {
    font-size: 32px; } }

@media (max-width: 700px) {
  .hero__values__wrap {
    width: calc(100% - 120px); } }

html {
  scroll-behavior: smooth; }

.scroll__down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  color: #fff;
  z-index: 5;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: var(--col-sec);
  z-index: 4;
  border-radius: 100%;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15)); }
  .scroll__down svg {
    font-size: 16px;
    color: currentColor;
    -webkit-transition: ease 0.2s transform;
    -o-transition: ease 0.2s transform;
    transition: ease 0.2s transform; }
  .scroll__down:focus-within svg, .scroll__down:hover svg {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%); }
  .scroll__down:focus-within .tooltip, .scroll__down:hover .tooltip {
    opacity: 1;
    visibility: visible; }

.scroll__down .tooltip {
  top: unset;
  bottom: calc(100% + 5px);
  color: #fff;
  background: unset;
  font-size: 16px; }

@media (max-width: 1049px) {
  .scroll__down {
    bottom: 0; } }

.welcome__block {
  position: relative;
  padding: 40px 20px;
  border-radius: 0 0 20px 0; }

@media (min-width: 1050px) {
  .welcome__block {
    padding: 140px 20px 175px; } }

.welcome__inner {
  position: relative;
  z-index: 4;
  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: 60px;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 1050px) {
  .welcome__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; } }

.welcome__item__text__wrap {
  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;
  max-width: 570px;
  width: 100%;
  z-index: 4; }

@media (min-width: 1050px) {
  .welcome__item__text__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; } }

.welcome__item__preheading {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: var(--col-sec); }

.welcome__item__heading {
  font-size: 38px;
  font-weight: 600;
  color: var(--col-sec);
  margin: 30px 0 0; }

.welcome__item__text {
  color: #1b1b1b;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.5; }

.welcome__block .cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }
  .welcome__block .cta__wrap .welcome__item__cta__2 a {
    background: #fff;
    color: var(--col-pri); }
  .welcome__block .cta__wrap .welcome__item__cta__2:focus-within a, .welcome__block .cta__wrap .welcome__item__cta__2:hover a {
    background: var(--col-pri);
    color: #fff; }

@media (max-width: 560px) {
  .cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px; } }

.welcome__item__image__wrap {
  position: relative;
  width: 570px;
  height: 566px;
  -webkit-mask-image: url("../images/design/welcome-mask.svg");
  mask-image: url("../images/design/welcome-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  .welcome__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9); }

@media (max-width: 1280px) {
  .welcome__item__image__wrap {
    width: 427px;
    height: 424px; } }

@media (max-width: 500px) {
  .welcome__item__image__wrap {
    width: 256px;
    height: 254px; } }

.numbers__block {
  position: relative;
  padding: 65px 20px 160px;
  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;
  background: #F1F5F9; }

.numbers__curve__top {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 3; }

@media (max-width: 1050px) {
  .numbers__block {
    padding: 60px 20px; } }

#numbers__heading {
  margin: 0 auto;
  font-size: 48px;
  font-weight: 600;
  color: var(--col-sec);
  min-width: 20px;
  text-align: center;
  max-width: 570px;
  width: 100%; }

@media (max-width: 950px) {
  #numbers__heading {
    font-size: 30px; } }

.numbers__inner {
  margin-top: 25px;
  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;
  max-width: 1200px;
  width: 100%;
  gap: 60px; }

@media (max-width: 1050px) {
  .numbers__inner {
    gap: 30px; } }

.numbers__item {
  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;
  gap: 10px;
  width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 30px 20px;
  min-width: 255px;
  max-width: 360px;
  background: var(--col-sec);
  border-radius: 15px;
  min-height: 150px; }

.numbers__item__number {
  font-size: 48px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
  margin: 0; }

.numbers__item__title {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  margin: 0; }

.wmu__special__block {
  position: relative;
  padding: 120px 20px 175px; }
  .wmu__special__block .heading h2 {
    margin: 0 auto;
    font-size: 48px;
    font-weight: 600;
    color: var(--col-sec);
    min-width: 20px;
    text-align: center;
    max-width: 520px;
    width: 100%; }
  .wmu__special__block .button__link > a {
    background: #fff;
    color: var(--col-pri);
    border: 1px solid #fff; }
  .wmu__special__block .button__link:focus-within > a, .wmu__special__block .button__link:hover > a {
    border-color: #fff;
    background: var(--col-pri);
    color: #fff; }

@media (max-width: 950px) {
  .wmu__special__block .heading h2 {
    font-size: 30px; } }

.wmu__curve {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 3; }

.wmu__special__inner__wrap {
  position: relative;
  max-width: 1380px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto; }

.wmu__special__inner {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 30px; }

.wmu__special__item {
  min-height: 540px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  padding: 40px 60px;
  background: var(--col-pri); }

.wmu__special__item__text__wrap {
  position: relative;
  z-index: 3;
  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: 570px;
  width: 100%; }

.wmu__special__item__heading {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  max-width: 496px;
  width: 100%; }

.wmu__special__item__text {
  font-size: 16px;
  margin: 30px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.6; }

.wmu__special__item__image__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .wmu__special__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .wmu__special__item__image__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 2; }
  .wmu__special__item__image__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#0e4a93), to(rgba(6, 54, 98, 0)));
    background: -webkit-linear-gradient(left, #0e4a93 0%, rgba(6, 54, 98, 0) 100%);
    background: -o-linear-gradient(left, #0e4a93 0%, rgba(6, 54, 98, 0) 100%);
    background: linear-gradient(to right, #0e4a93 0%, rgba(6, 54, 98, 0) 100%); }

@media (max-width: 1049px) {
  .wmu__special__block {
    padding: 60px 20px; }
  .wmu__special__item {
    min-height: 400px; } }

@media (max-width: 900px) {
  .wmu__special__inner__wrap {
    padding: 0; } }

@media (max-width: 640px) {
  .wmu__special__item {
    padding: 20px; }
  .wmu__special__item__heading {
    font-size: 26px; } }

.testimonials__block {
  position: relative;
  padding: 120px 20px 20px;
  background: #F1F5F9; }

.testimonials__curve__top {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 3; }

.testimonials__curve__bottom {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 3; }

.testimonials__inner__wrap {
  position: relative;
  max-width: 1380px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto; }

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

.testimonials__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: 60px; }

.testimonials__item__text__wrap {
  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;
  max-width: 570px;
  width: 100%;
  z-index: 2; }

@media (min-width: 1050px) {
  .testimonials__item__text__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; } }

.testimonials__item__heading {
  font-size: 48px;
  font-weight: 600;
  color: var(--col-sec);
  margin: 30px 0 0; }

.testimonials__item__text {
  color: var(--col-sec);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.5; }

.testimonials__item__author {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 600; }

.testimonials__item__image__wrap {
  position: relative;
  width: 570px;
  height: 566px;
  -webkit-mask-image: url("../images/design/testimonial-mask.svg");
  mask-image: url("../images/design/testimonial-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -o-object-fit: cover;
  object-fit: cover; }
  .testimonials__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media (max-width: 1380px) {
  .testimonials__item__text__wrap {
    max-width: 470px; }
  .testimonials__item__heading {
    font-size: 40px; }
  .testimonials__item__image__wrap {
    width: 427px;
    height: 424px; } }

@media (max-width: 1049px) {
  .testimonials__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px; }
  .testimonials__item__image__wrap {
    width: 256px;
    height: 254px; } }

@media (max-width: 900px) {
  .testimonials__inner__wrap {
    padding: 0; } }

.news__block {
  position: relative;
  padding: 120px 20px 60px; }
  .news__block .heading__wrap {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px; }
    .news__block .heading__wrap .heading {
      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: 15px;
      margin: 0; }
      .news__block .heading__wrap .heading h2 {
        margin: 0;
        font-size: 48px;
        font-weight: 600;
        color: var(--col-sec);
        min-width: 50px; }

.news__inner__wrap {
  position: relative;
  max-width: 1380px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
  z-index: 1; }

.social__feed {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  overflow: visible; }

.news__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .news__item.swiper__special__active {
    opacity: 1;
    visibility: visible; }

.news__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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  border: 1px solid var(--col-sec);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .news__item__block:focus-within .news__item__content__label, .news__item__block:hover .news__item__content__label {
    border-color: currentColor; }
  .news__item__block:focus-within .news__item__image video,
  .news__item__block:focus-within .news__item__image img, .news__item__block:hover .news__item__image video,
  .news__item__block:hover .news__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .news__item__block:focus-within .news__item__content__title, .news__item__block:hover .news__item__content__title {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor; }

.news__item__image {
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 15px 15px 0 0; }
  .news__item__image video,
  .news__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; }

.news__item__content {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  border-radius: 0px 0px 15px 15px;
  background: #fafafa;
  min-height: 185px;
  width: 100%;
  padding: 30px;
  text-align: left; }

.news__item__content__label {
  position: absolute;
  top: -35px;
  left: 30px;
  z-index: 1;
  background: #fff;
  width: 70px;
  height: 70px;
  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%;
  border: 5px solid #fff;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .news__item__content__label img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.news__item__content__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--col-sec);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  line-height: 1.4; }

.news__item__content__date {
  color: #000;
  font-weight: normal;
  font-size: 14px; }

@media (max-width: 1049px) {
  .news__block .heading__wrap {
    -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; }
    .news__block .heading__wrap .heading {
      font-size: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .news__block .heading__wrap .heading h2 {
        font-size: 30px; } }

@media (max-width: 900px) {
  .news__inner__wrap {
    padding: 0; } }

.map__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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 0 0;
  background: none;
  margin-bottom: 160px; }
  .map__block .heading__wrap {
    position: relative;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
    max-width: 1240px; }
    .map__block .heading__wrap .heading {
      color: var(--col-sec);
      font-size: 48px;
      font-weight: 600;
      padding: 0 20px;
      margin: 0; }

.marker__active {
  -webkit-transform: scale(2) !important;
  -ms-transform: scale(2) !important;
  transform: scale(2) !important; }

@media (min-width: 1050px) {
  .map__block {
    padding-top: 120px; } }

@media (max-width: 1049px) {
  .map__block .heading__wrap {
    margin: 0; } }

.map__block .swiper-container-wrap {
  position: relative;
  max-width: 1380px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
  z-index: 1; }

.map__trigger__wrap {
  width: calc(100% - 0px);
  margin: 0 auto 0;
  z-index: 5;
  padding-bottom: 30px;
  overflow: visible; }
  .map__trigger__wrap > .swiper-wrapper {
    padding: 10px 0; }
    .map__trigger__wrap > .swiper-wrapper .swiper-slide {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
      .map__trigger__wrap > .swiper-wrapper .swiper-slide.swiper-slide-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: all; }

@media (max-width: 1399px) {
  .map__block .swiper-container-wrap {
    max-width: 1000px; } }

@media (max-width: 1199px) {
  .map__block .swiper-container-wrap {
    max-width: 800px; } }

.map__trigger__item {
  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;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  cursor: pointer;
  background: none;
  height: 140px;
  border-color: transparent;
  border-radius: 100%; }
  .map__trigger__item * {
    pointer-events: none; }
  .map__trigger__item:after {
    content: '';
    position: absolute;
    top: calc(50% + 10px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 244px;
    height: 244px;
    background: #fff;
    border-radius: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .map__trigger__item:focus-within .map__trigger__item__text, .map__trigger__item:hover .map__trigger__item__text {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent; }
  .map__trigger__item.active {
    background: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
    .map__trigger__item.active:after {
      visibility: visible;
      opacity: 1; }

.map__trigger__item__image {
  position: relative;
  z-index: 1;
  width: 90px;
  min-height: 90px;
  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%;
  background: #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .map__trigger__item__image img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.map__trigger__item__text {
  position: relative;
  z-index: 1;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
  text-decoration: underline;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .map__trigger__item__text span {
    display: block; }

.map__content__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 628px;
  width: 100%;
  margin: 0 auto;
  gap: 60px; }

@media (min-width: 1050px) {
  .map__content__item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: clamp(20px, 15vw, 288px); } }

.map__content__item {
  width: 415px;
  height: 355px;
  border-radius: 15px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden; }
  .map__content__item.active {
    visibility: visible;
    opacity: 1; }

.map__content__item__title {
  font-size: 28px;
  font-weight: bold;
  display: block;
  color: var(--col-sec);
  margin-bottom: 30px; }

.map__content__item__details {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  width: 100%; }

.map__content__item__content {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }
  .map__content__item__content .icon__wrap {
    width: 40px;
    height: 40px;
    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;
    color: #fff;
    background: var(--col-pri);
    font-size: 16px;
    border-radius: 100%; }
  .map__content__item__content.map__content__item__email {
    margin-bottom: 0; }

.map__content__item__text {
  font-size: 16px;
  line-height: 1.4;
  color: var(--col-sec); }

.map__content__item__address__text {
  display: block;
  max-width: 330px;
  color: #1b1b1b; }

a.map__content__item__text {
  font-weight: bold;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  color: var(--col-pri);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--col-sec);
  text-decoration-color: var(--col-sec); }
  a.map__content__item__text:focus, a.map__content__item__text:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent; }

.map__container__wrap {
  position: relative;
  min-height: 582px;
  width: 100%;
  background: var(--col-pri); }

.map__container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff; }

div#google__map img {
  pointer-events: none; }

@media (max-width: 1050px) {
  .map__container__wrap {
    min-height: 391px; } }

@media (max-width: 1050px) {
  .map__container {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-color: #eaeaea;
    background-position: top !important; } }

@media (max-width: 1049px) {
  .map__block {
    padding-top: 50px; }
    .map__block .heading__wrap .heading {
      font-size: 38px;
      text-align: center; }
  .map__trigger__item__text {
    font-size: 16px; }
  .map__content__wrap {
    width: calc(100% - 40px); }
  .map__content__item__details {
    width: 100%; }
  .map__content__item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .map__content__item__email__text {
    word-break: break-all; } }

@media (max-width: 640px) {
  .map__content__item {
    width: 300px;
    height: 300px;
    padding: 20px; }
  .map__content__item__details {
    gap: 10px; }
  .map__content__item__title {
    font-size: 18px;
    margin-bottom: 10px; }
  .map__content__item__address__text {
    font-size: 14px; }
  .map__content__item__content .icon__wrap {
    color: var(--col-pri);
    background: none;
    width: unset;
    height: unset;
    font-size: 14px; } }

.events__block {
  position: relative;
  padding: 120px 20px 20px;
  background: #F1F5F9; }
  .events__block .heading__wrap {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px; }
    .events__block .heading__wrap .heading {
      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: 15px;
      margin: 0; }
      .events__block .heading__wrap .heading h2 {
        margin: 0;
        font-size: 48px;
        font-weight: 600;
        color: var(--col-sec);
        min-width: 50px; }

.cta__wrap {
  position: relative;
  z-index: 2;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px; }
  .cta__wrap .button__link.term__dates__link a {
    background: #fff;
    color: var(--col-pri); }
  .cta__wrap .button__link.term__dates__link:focus-within a, .cta__wrap .button__link.term__dates__link:hover a {
    background: var(--col-pri);
    color: #fff; }

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

.events__curve__top {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 3; }

.events__curve__bottom {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 3; }

.events__inner__wrap {
  position: relative;
  max-width: 1380px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto; }

.events__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto; }

.events__item__link {
  position: relative;
  background: #fff;
  min-height: 340px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  border-radius: 15px;
  border: 1px solid var(--col-pri);
  padding: 30px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .events__item__link:focus-within, .events__item__link:hover {
    background: var(--col-sec); }
    .events__item__link:focus-within .events__item__label, .events__item__link:hover .events__item__label {
      background: #fff;
      color: var(--col-pri); }
    .events__item__link:focus-within .events__item__date .day,
    .events__item__link:focus-within .events__item__date .month, .events__item__link:hover .events__item__date .day,
    .events__item__link:hover .events__item__date .month {
      color: #fff; }
    .events__item__link:focus-within .events__item__title, .events__item__link:hover .events__item__title {
      color: #fff;
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor; }
    .events__item__link:focus-within .events__item__time, .events__item__link:hover .events__item__time {
      color: #fff; }

.events__item__label {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--col-pri);
  color: #fff;
  font-size: 16px;
  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;
  margin-bottom: 15px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.events__item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: auto; }
  .events__item__date .day {
    font-size: 48px;
    font-weight: 600;
    color: var(--col-sec);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
  .events__item__date .month {
    font-size: 28px;
    font-weight: 600;
    color: var(--col-sec);
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }

.events__item__title {
  font-size: 20px;
  font-weight: 600;
  color: var(--col-sec);
  margin: 0 0 30px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent; }

.events__item__time {
  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;
  color: #1b1b1b;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

@media (max-width: 1049px) {
  .events__block {
    padding-top: 60px; }
    .events__block .heading__wrap {
      -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__block .heading__wrap .heading {
        font-size: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .events__block .heading__wrap .heading h2 {
          font-size: 30px; } }

@media (max-width: 900px) {
  .events__inner__wrap {
    padding: 0; } }

.home__image__links__block {
  position: relative;
  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;
  padding: 120px 20px 120px; }

#homelinks__heading {
  margin: 0 0 60px;
  font-size: 48px;
  font-weight: 600;
  color: var(--col-sec);
  min-width: 20px;
  text-align: center; }

@media (max-width: 950px) {
  #homelinks__heading {
    font-size: 30px; } }

.home__image__links__inner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px; }

.home__image__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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 355px;
  border-radius: 15px;
  overflow: hidden;
  max-width: 360px;
  min-width: 255px;
  background: var(--col-pri); }
  .home__image__links__item__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    border-radius: 15px;
    overflow: hidden; }
  .home__image__links__item__link:focus-within .home__image__links__item__image:after, .home__image__links__item__link:hover .home__image__links__item__image:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .home__image__links__item__link:focus-within img, .home__image__links__item__link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .home__image__links__item__link:focus-within .home__image__links__item__title, .home__image__links__item__link:hover .home__image__links__item__title {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    text-decoration-thickness: 1px; }

.home__image__links__item__image {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden; }
  .home__image__links__item__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(var(--col-pri)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, var(--col-pri) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, var(--col-pri) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, var(--col-pri) 100%);
    z-index: 1; }

.home__image__links__item__content {
  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;
  z-index: 2;
  min-height: 120px;
  padding: 30px;
  width: 100%;
  background: transparent;
  gap: 15px;
  overflow: hidden;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.home__image__links__item__title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

@media (max-width: 1049px) {
  .home__image__links__block {
    margin-bottom: 40px;
    padding: 40px 20px; }
  .home__image__links__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;
    gap: 40px; }
  .home__image__links__item__link {
    min-height: 300px; } }

.hero .hero__values__wrap {
  opacity: 0;
  visibility: hidden;
  -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 .scroll__down {
  opacity: 0;
  visibility: hidden;
  -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.inview .scroll__down,
.hero.inview .hero__values__wrap {
  opacity: 1;
  visibility: visible; }

.welcome__block .welcome__item__text__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  -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__image__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -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.inview .welcome__item__text__wrap,
.welcome__block.inview .welcome__item__image__wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.numbers__block #numbers__heading {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.numbers__block .numbers__inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.numbers__block.inview #numbers__heading,
.numbers__block.inview #numbers__text,
.numbers__block.inview .numbers__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.wmu__special__block .heading {
  opacity: 0;
  visibility: hidden;
  -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; }

.wmu__special__block .wmu__special__inner__wrap {
  opacity: 0;
  visibility: hidden;
  -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; }

.wmu__special__block.inview .heading,
.wmu__special__block.inview .wmu__special__inner__wrap {
  opacity: 1;
  visibility: visible; }

.testimonials__block .testimonials__inner__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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.inview .testimonials__inner__wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.news__block .heading__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.news__block .news__inner__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.news__block.inview .heading__wrap,
.news__block.inview .news__inner__wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.map__block .heading__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -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 .map__trigger__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.map__block.inview .heading__wrap,
.map__block.inview .map__trigger__wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.events__block .heading__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.events__block .events__inner__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

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

.home__image__links__block #homelinks__heading {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.home__image__links__block #homelinks__text {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.home__image__links__block .home__image__links__inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -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; }

.home__image__links__block.inview #homelinks__heading,
.home__image__links__block.inview #homelinks__text,
.home__image__links__block.inview .home__image__links__inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
