.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: 48vw; }

.scrolling__values {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
  max-width: 480px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 3; }

.values__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

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

.values__item__heading__line__2 {
  font-weight: bold;
  font-size: 60px;
  color: #fff;
  margin: 0 0 17px; }

.values__item__text {
  font-size: 16px;
  color: #fff;
  line-height: 1.6; }

.values__inner {
  overflow: visible;
  width: 100%; }

.scrolling__values .swiper__pagination {
  width: auto; }
  .scrolling__values .swiper__pagination > span {
    background: var(--col-sec); }

@media (max-width: 700px) {
  .scrolling__values {
    left: 0;
    padding: 0 20px; } }

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

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

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

.welcome__item__image__wrap {
  width: 485px;
  height: 485px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16); }
  .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: 586px;
  width: 100%; }

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

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

.welcome__item__text {
  font-style: italic;
  font-size: 16px;
  margin: 0;
  color: var(--col-pri);
  line-height: 1.6; }
  .welcome__item__text h5 strong {
    font-weight: bold;
    font-size: 20px;
    font-style: normal; }

.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

@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: 280px; }
  .welcome__item__heading__line__2 {
    font-size: 40px; }
  .cta__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.quicklinks__block {
  position: relative;
  padding: 50px 0; }
  .quicklinks__block .swiper__navigation__button {
    position: relative;
    z-index: 2; }

.quicklinks__inner__wrap {
  position: relative;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1480px;
  margin: 0 auto;
  width: 100%; }

.quicklinks__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  overflow: visible; }

.quicklinks__item {
  height: 100%;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }
  .quicklinks__item.swiper-slide-visible {
    opacity: 1;
    visibility: visible; }

.quicklinks__item__link {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 10px 10px 20px rgba(12, 19, 24, 0.2);
  box-shadow: 10px 10px 20px rgba(12, 19, 24, 0.2); }
  .quicklinks__item__link:focus-within .quicklinks__item__content, .quicklinks__item__link:hover .quicklinks__item__content {
    background: var(--col-sec); }
  .quicklinks__item__link:focus-within .quicklinks__item__text,
  .quicklinks__item__link:focus-within .quicklinks__item__cta, .quicklinks__item__link:hover .quicklinks__item__text,
  .quicklinks__item__link:hover .quicklinks__item__cta {
    color: var(--col-pri); }
  .quicklinks__item__link:focus-within .quicklinks__item__icon__wrap, .quicklinks__item__link:hover .quicklinks__item__icon__wrap {
    background: var(--col-sec);
    border-color: var(--col-pri);
    color: var(--col-pri); }
  .quicklinks__item__link:focus-within .quicklinks__item__image__wrap img, .quicklinks__item__link:hover .quicklinks__item__image__wrap img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.quicklinks__item__image__wrap {
  height: 180px;
  width: 100%; }
  .quicklinks__item__image__wrap img {
    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; }

.quicklinks__item__content {
  position: relative;
  background: var(--col-pri);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 28px 30px;
  gap: 20px;
  height: 130px; }

.quicklinks__item__text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.quicklinks__item__cta {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  margin: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.quicklinks__item__icon__wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 130px;
  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-left: 1px solid var(--col-sec);
  font-size: 20px;
  color: var(--col-sec);
  background: var(--col-pri);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

@media (max-width: 1359px) {
  .quicklinks__inner {
    max-width: 854px; } }

@media (max-width: 980px) {
  .quicklinks__inner {
    max-width: 384px; }
  .quicklinks__item__content {
    padding: 20px 28px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .quicklinks__item__text {
    font-size: 20px;
    -webkit-line-clamp: 2; } }

.feeds__wrap {
  position: relative;
  padding: 100px 20px;
  background: var(--col-pri); }
  .feeds__wrap .button__link > span,
  .feeds__wrap .button__link > a {
    border-color: var(--col-sec); }

.heading__block {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px; }

.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 .heading__line__1 {
    font-size: 16px;
    letter-spacing: 0.3em;
    color: #fff;
    text-transform: uppercase;
    margin: 0; }
  .heading__wrap .heading__line__2 {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    margin: 10px 0 0; }

.heading__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px; }

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

.home__social__links__item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: none;
  border: 1px solid var(--col-sec);
  font-size: 20px;
  color: var(--col-sec);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  border-radius: 100%; }
  .home__social__links__item__link:focus-within, .home__social__links__item__link:hover {
    background: var(--col-pri);
    color: var(--col-sec);
    border-color: var(--col-sec);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

@media (max-width: 1049px) {
  .heading__wrap,
  .heading__block {
    -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) {
  .heading__wrap .heading__line__2 {
    font-size: 40px; }
  .newsletter__item,
  .social__feed li {
    min-width: 100% !important; }
  .heading__links {
    -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; } }

.admin__feed__authorise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 20px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .admin__feed__authorise a {
    position: relative;
    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: 1em;
    text-align: center;
    min-height: 44px;
    padding: 15.5px 54px;
    border-radius: 10px;
    background: var(--col-pri);
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.16);
    border: 1px solid var(--col-pri);
    color: #fff;
    line-height: 1;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s; }
    .admin__feed__authorise a:hover {
      background: var(--col-sec);
      border-color: var(--col-sec);
      color: var(--col-pri); }

.social__inner__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.social__feed__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
  .social__feed__wrapper .social__feed {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%; }
  .social__feed__wrapper .newsletter__feed {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    max-width: 384px; }

.social__feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px; }
  .social__feed li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%; }

.social__item__block {
  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;
  border-radius: 40px;
  overflow: hidden;
  min-height: 388px; }
  .social__item__block:focus-within .social__item__content, .social__item__block:hover .social__item__content {
    background: var(--col-pri);
    color: #fff; }
  .social__item__block:focus-within .social__item__image img, .social__item__block:hover .social__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.social__item__image {
  height: 200px;
  width: 100%; }
  .social__item__image img,
  .social__item__image video {
    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; }

.social__item__content__label {
  position: absolute;
  top: 32px;
  left: 32px;
  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;
  width: 45px;
  height: 45px;
  background: var(--col-sec);
  color: var(--col-pri);
  border-radius: 100%;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  z-index: 1;
  font-size: 26px; }

.social__item__content {
  height: 188px;
  width: 100%;
  padding: 30px;
  background: var(--col-sec);
  color: var(--col-pri);
  font-size: 16px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s; }

.social__item__content__info {
  color: currentColor;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  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; }

.social__item__content__info__intro {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.social__item__link {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  color: currentColor;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  text-transform: capitalize; }

.newsletter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 40px;
  background: var(--col-sec);
  height: 100%;
  width: 100%;
  min-width: 384px;
  min-height: 388px;
  padding: 30px; }

.newsletter__item__heading {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px; }

.newsletter__item__content__label {
  width: 45px;
  height: 45px;
  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;
  font-size: 20px;
  background: var(--col-sec);
  border-radius: 100%;
  color: var(--col-pri);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16)); }

.newsletter__item__heading__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px; }

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

.newsletter__item__heading__date {
  font-size: 16px;
  color: var(--col-pri); }

.newsletter__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 22px;
  height: 100%; }

.newsletter__item__content__title {
  font-weight: bold;
  font-size: 30px;
  color: var(--col-pri);
  margin: auto 0 0; }

.newsletter__item__link {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  color: var(--col-pri); }
  .newsletter__item__link:focus-within, .newsletter__item__link:hover {
    color: #000;
    text-decoration: none; }

.events__block {
  padding: 100px 20px 0; }

.events__inner__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.events__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px; }

@media (max-width: 1049px) {
  .events__list {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset; } }

.events__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 386px; }

.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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 40px;
  background: var(--col-sec);
  height: 100%;
  width: 100%;
  min-width: 280px;
  min-height: 205px;
  padding: 30px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  gap: 20px; }
  .events__item__link:focus-within, .events__item__link:hover {
    background: var(--col-pri); }
    .events__item__link:focus-within .events__heading__date,
    .events__item__link:focus-within .events__item__info__content, .events__item__link:hover .events__heading__date,
    .events__item__link:hover .events__item__info__content {
      color: #fff; }

@media (max-width: 640px) {
  .events__item__lnk {
    min-width: 100%; } }

.events__heading {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px; }

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

.events__content__label {
  width: 45px;
  height: 45px;
  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;
  font-size: 20px;
  background: var(--col-sec);
  border-radius: 100%;
  color: var(--col-pri);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16)); }

.events__heading__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px; }

.events__heading__date {
  font-weight: bold;
  font-size: 16px;
  color: var(--col-pri);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  font-family: Montserrat, sans-serif; }

.events__item__info__content {
  color: var(--col-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%; }

.events__item__info__title {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  font-family: Montserrat, sans-serif; }

.events__cta__link {
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  color: currentColor;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  text-transform: capitalize; }

.testimonials__block {
  position: relative;
  padding: 100px 0; }

@media (min-width: 1050px) {
  .testimonials__pagination.swiper__pagination {
    max-width: 1110px;
    margin: 40px auto 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 1050px) and (max-width: 1400px) {
  .testimonials__pagination.swiper__pagination {
    max-width: 910px;
    margin-top: 20px; } }

@media (min-width: 1050px) and (max-width: 1400px) {
  .testimonials__pagination.swiper__pagination {
    max-width: 790px; } }

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

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

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

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

.testimonials__item__text___wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 586px;
  padding-left: 40px; }

.testimonials__item__heading__line__1 {
  font-size: 16px;
  letter-spacing: 0.3em;
  font-weight: 400;
  color: var(--col-pri);
  text-transform: uppercase; }

.testimonials__item__heading__line__2 {
  margin: 10px 0 30px;
  font-weight: bold;
  font-size: 60px;
  color: var(--col-pri); }

.testimonials__item__quote {
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  line-height: 1.4;
  color: var(--col-pri);
  margin: 0; }

.testimonials__item__author {
  font-weight: bold;
  font-size: 20px;
  color: var(--col-pri);
  margin-top: 40px; }

.testimonials__item__image__wrap {
  width: 485px;
  height: 485px;
  border-radius: 50px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16); }
  .testimonials__item__image__wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px;
    overflow: hidden; }

@media (max-width: 1400px) {
  .testimonials__inner {
    max-width: 1030px; }
  .testimonials__item__text___wrap {
    max-width: 470px; }
  .testimonials__item__image__wrap {
    width: 385px;
    height: 385px; } }

@media (max-width: 1200px) {
  .testimonials__inner {
    max-width: 920px; } }

@media (max-width: 1049px) {
  .testimonials__inner {
    max-width: 820px;
    padding-left: 0; }
  .testimonials__item__image__wrap {
    width: 280px;
    height: 280px; }
  .testimonials__item__quote {
    padding: 0 10px; } }

@media (max-width: 920px) {
  .testimonials__inner__wrap {
    height: auto; }
    .testimonials__inner__wrap .swiper__navigation__button {
      height: 50px;
      width: 50px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2; }
      .testimonials__inner__wrap .swiper__navigation__button.swiper__navigation__button__prev {
        left: 0; }
      .testimonials__inner__wrap .swiper__navigation__button.swiper__navigation__button__next {
        right: 0; }
  .testimonials__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .testimonials__item__text___wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0; } }

@media (max-width: 640px) {
  .testimonials__inner {
    padding: 0; }
  .testimonials__inner__wrap .swiper__navigation__button {
    top: calc(50% - 220px); }
  .testimonials__item__heading__line__2 {
    font-size: 40px; } }

.map__block {
  position: relative;
  height: 400px; }

.map__container {
  height: 400px; }

.map__link > a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  max-width: 311px;
  width: 100%;
  height: 82px;
  border: 1px solid #fff;
  background: var(--col-pri);
  color: #fff;
  border-radius: 10px;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 12px 25px;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  font-size: 14px;
  font-weight: bold;
  gap: 20px; }
  .map__link > a .icon__wrap {
    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;
    height: 100%;
    border-right: 1px solid #fff;
    padding-right: 22px; }
  .map__link > a svg {
    font-size: 40px;
    color: currentColor; }
  .map__link > a:focus-within, .map__link > a:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }

@media (max-width: 350px) {
  .map__link > a {
    max-width: 100%;
    bottom: 0;
    border-radius: 0;
    right: 0; } }

.scrolling__values {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  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; }

.scrolling__values.inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.welcome__block .welcome__item__image__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

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

.welcome__block.inview .welcome__item__image__wrap,
.welcome__block.inview .welcome__item__text__wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.quicklinks__block .quicklinks__inner__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

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

.social__block .social__inner__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

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

.events__block .events__inner__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

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

.testimonials__block .testimonials__inner__wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

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