<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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; }

.container.homepage {
  background-image: var(--watermarkHomeTop), var(--watermarkHomeBottom);
  background-position: top 0 right -128px, bottom 520px center;
  background-repeat: no-repeat, no-repeat; }

.hero__welcome__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .hero__welcome__block.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.welcome__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .welcome__block.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.home__links__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .home__links__block.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.info__section {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .info__section.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.instagram__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .instagram__block.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.newsletters__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .newsletters__block.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.events__block {
  opacity: 0;
  -webkit-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .events__block.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 48vw; }

.hero__media__ctrls {
  bottom: 5%; }

@media (max-width: 1049px) {
  .hero__media__ctrls {
    bottom: auto;
    top: 20px; } }

.hero__welcome__block {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
  padding: 0 20px; }

.hero__welcome__inner {
  margin-top: -180px;
  margin-bottom: 100px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  background: var(--col-pri);
  padding: 70px 52px;
  max-width: 788px;
  width: 100%;
  border-radius: 50px; }

.hero__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;
  gap: 10px; }

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

.hero__welcome__item__heading {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  font-family: "Poppins", sans-serif; }

.hero__welcome__item__text {
  font-size: 25px;
  color: #fff;
  margin: 0; }

@media (max-width: 500px) {
  .hero__welcome__inner {
    padding: 35px 25px;
    margin-top: -90px;
    margin-bottom: 50px; }
  .hero__welcome__item__preheading {
    font-size: 16px; }
  .hero__welcome__item__heading {
    font-size: 28px; }
  .hero__welcome__item__text {
    font-size: 20px; } }

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

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

.welcome__item__image {
  position: relative;
  width: 485px;
  height: 485px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16); }

.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;
  gap: 20px;
  max-width: 600px;
  width: 100%; }

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

.welcome__item__heading {
  color: var(--col-qua);
  font-size: 40px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal; }

.welcome__item__text {
  color: var(--col-qua);
  margin: 0;
  font-style: italic;
  font-size: 20px;
  line-height: 1.4; }

.welcome__item__author {
  letter-spacing: 0.3em;
  color: var(--col-qua);
  text-transform: uppercase; }

@media (max-width: 1180px) {
  .welcome__item__image {
    width: 363px;
    height: 363px; } }

@media (max-width: 1049px) {
  .welcome__block {
    position: relative;
    padding: 0 20px 50px; }
  .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; }
  .welcome__item__image {
    width: 242px;
    height: 242px; }
  .welcome__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; } }

.home__links__block {
  position: relative;
  padding: 0 0 100px;
  width: 100%; }

.home__links__inner {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px; }

.home__links__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%; }

.home__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;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  background: var(--col-sec);
  min-width: 300px;
  width: 100%;
  text-decoration: none;
  overflow: hidden; }
  .home__links__item__link:focus-within .home__links__item__image img, .home__links__item__link:hover .home__links__item__image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .home__links__item__link:focus-within .home__links__item__text__wrap, .home__links__item__link:hover .home__links__item__text__wrap {
    background: var(--col-pri); }
  .home__links__item__link:focus-within .home__links__item__text,
  .home__links__item__link:focus-within .home__links__item__title, .home__links__item__link:hover .home__links__item__text,
  .home__links__item__link:hover .home__links__item__title {
    color: #fff; }

.home__links__item__image {
  height: 230px;
  width: 100%;
  overflow: hidden; }
  .home__links__item__image img {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }

.home__links__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;
  padding: 34px 40px;
  min-height: 170px;
  gap: 30px;
  width: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }

.home__links__item__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--col-qua);
  font-size: 40px;
  font-weight: normal;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }

.home__links__item__text {
  margin: 0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--col-qua);
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 16px; }

@media (max-width: 1049px) {
  .home__links__block {
    padding-bottom: 50px; }
  .home__links__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home__links__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
  .home__links__item__link {
    max-width: 100%; } }

@media (max-width: 500px) {
  .home__links__item__image {
    height: 180px; }
  .home__links__item__text__wrap {
    gap: 15px;
    min-height: 100px;
    padding: 20px 30px; }
  .home__links__item__title {
    font-size: 28px; }
  .home__links__item__text {
    font-size: 14px; } }

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

.info__section__wrap {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 100px;
  background: var(--col-pri);
  border-radius: 90px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16); }

.info__preheading p {
  font-size: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 0 10px;
  text-align: center;
  color: #fff; }

.info__heading h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
  text-align: center;
  color: #fff; }

@media (max-width: 500px) {
  .info__heading h2 {
    font-size: 30px; }
  .statistics__block {
    margin-top: 30px; } }

.statistics__block {
  margin-top: 70px; }

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

.statistics__item {
  position: relative;
  width: 182px; }

.statistics__item__icon {
  font-size: 125px;
  color: var(--col-qua); }

.statistics__item__title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.3em;
  color: #fff;
  margin: 15px 0 0 0;
  text-transform: uppercase; }

.statistics__item__number {
  position: absolute;
  top: 100px;
  right: 10px;
  z-index: 1;
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 60px;
  font-weight: normal;
  color: #fff; }

@media (max-width: 1049px) {
  .info__section__wrap {
    padding: 90px 40px; } }

@media (max-width: 940px) {
  .info__section__wrap {
    padding: 50px 40px; }
  .statistics__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .statistics__item {
    width: 132px; }
  .statistics__item__icon {
    font-size: 95px; }
  .statistics__item__number {
    top: 80px;
    right: 5px;
    font-size: 40px; } }

.testimonials__block {
  margin-top: 50px; }

.testimonials__block .swiper-container {
  max-width: 850px;
  width: 100%;
  margin: 0 auto; }

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

.testimonials__item__text {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #fff;
  line-height: 1.4;
  font-weight: normal; }

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

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

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: none;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }

.swiper-pagination-bullet-active {
  background: #fff; }

@media (max-width: 800px) {
  .testimonials__item__text {
    font-size: 24px; }
  .testimonials__item__author {
    font-size: 14px; } }

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

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

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

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

.heading__line__2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
  color: var(--col-qua); }

.heading__wrap__alt .heading__line__1,
.heading__wrap__alt .heading__line__2 {
  color: #fff; }

@media (max-width: 800px) {
  .heading__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    text-align: center; }
  .heading {
    -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; } }

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

.instagram__block .admin__feed__authorise {
  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: 20px;
  gap: 20px; }
  .instagram__block .admin__feed__authorise .instagram_mason_setup {
    display: none; }
    .instagram__block .admin__feed__authorise .instagram_mason_setup:nth-of-type(1) {
      display: block; }
    .instagram__block .admin__feed__authorise .instagram_mason_setup:nth-of-type(2) {
      display: block; }
      .instagram__block .admin__feed__authorise .instagram_mason_setup:nth-of-type(2):after {
        content: ' 2'; }
    .instagram__block .admin__feed__authorise .instagram_mason_setup:nth-of-type(3) {
      display: block; }
      .instagram__block .admin__feed__authorise .instagram_mason_setup:nth-of-type(3):after {
        content: ' 3'; }

.instagram__block .button__link.instagram__link .icon__wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 44px;
  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; }
  .instagram__block .button__link.instagram__link .icon__wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #000; }

.instagram__block .button__link.instagram__link &gt; a {
  padding-left: 66px; }

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

.social__item {
  position: relative;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 280px; }

.social__item__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  background: var(--col-sec);
  min-width: 300px;
  width: 100%;
  text-decoration: none;
  overflow: hidden; }
  .social__item__block:focus-within .social__item__image img, .social__item__block:hover .social__item__image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .social__item__block:focus-within .social__item__content, .social__item__block:hover .social__item__content {
    background: var(--col-pri); }
  .social__item__block:focus-within .social__item__content__info,
  .social__item__block:focus-within .social__item__content__cta, .social__item__block:hover .social__item__content__info,
  .social__item__block:hover .social__item__content__cta {
    color: #fff; }

.social__item__image {
  position: relative;
  height: 230px;
  width: 100%;
  overflow: hidden; }
  .social__item__image img {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s; }
  .social__item__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(84, 84, 84, 0)));
    background: -webkit-linear-gradient(left, #000 0%, rgba(84, 84, 84, 0) 100%);
    background: -o-linear-gradient(left, #000 0%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(to right, #000 0%, rgba(84, 84, 84, 0) 100%);
    opacity: 0.7;
    z-index: 1; }

.social__item__content__label svg {
  font-size: 31px;
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2; }

.social__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 27px 20px;
  min-height: 200px;
  gap: 10px;
  width: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }

.social__item__content__info {
  font-size: 16px;
  color: var(--col-qua);
  margin: 0;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  min-height: 108px;
  width: 100%; }
  .social__item__content__info p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 90%; }

.social__item__content__cta {
  margin: 0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--col-qua);
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 16px; }

.admin__feed__authorise a {
  position: relative;
  background: var(--col-sec);
  color: var(--col-pri);
  font-weight: bold;
  padding: 20px;
  border-radius: 20px;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
  font-size: 14px; }
  .admin__feed__authorise a:focus-within, .admin__feed__authorise a:hover {
    background: var(--col-qua);
    color: var(--col-sec); }

@media (max-width: 1049px) {
  .instagram__block {
    padding: 0 0 50px; }
  .social__feed {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .social__item__image {
    height: 180px; }
  .social__item__content {
    padding: 20px 20px; } }

@media (max-width: 500px) {
  .social__item__content {
    padding: 20px 10px; } }

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

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

.newsletters__item {
  position: relative;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 280px; }

.newsletters__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;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  background: var(--col-pri);
  min-width: 300px;
  width: 100%;
  text-decoration: none;
  overflow: hidden; }
  .newsletters__item__link:focus-within .newsletters__item__date, .newsletters__item__link:hover .newsletters__item__date {
    background: var(--col-pri);
    color: #fff; }
  .newsletters__item__link:focus-within .newsletters__item__content, .newsletters__item__link:hover .newsletters__item__content {
    background: var(--col-sec); }
  .newsletters__item__link:focus-within .newsletters__item__text,
  .newsletters__item__link:focus-within .newsletters__item__cta, .newsletters__item__link:hover .newsletters__item__text,
  .newsletters__item__link:hover .newsletters__item__cta {
    color: var(--col-qua); }

.newsletters__item__date {
  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;
  background: var(--col-sec);
  color: var(--col-qua);
  padding: 30px 25px;
  width: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 26px;
  font-weight: bold; }
  .newsletters__item__date svg {
    font-size: 41px;
    color: currentColor;
    font-weight: normal; }

.newsletters__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 27px 20px;
  min-height: 200px;
  gap: 10px;
  width: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }

.newsletters__item__text {
  font-size: 16px;
  color: #fff;
  margin: 0;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  min-height: 108px;
  width: 100%; }

.newsletters__item__cta {
  margin: 0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 16px; }

@media (max-width: 1049px) {
  .newsletters__block {
    padding: 0 0 50px; }
  .newsletters__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .newsletters__item__content {
    padding: 20px 20px; } }

@media (max-width: 500px) {
  .newsletters__item__content {
    padding: 20px 10px; } }

.events__block {
  position: relative;
  padding: 100px 20px;
  background: var(--col-qua);
  border-bottom: 1px solid #fff; }

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

.events__item {
  position: relative;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 280px; }

.events__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;
  border-radius: 30px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
  background: var(--col-pri);
  min-width: 300px;
  width: 100%;
  text-decoration: none;
  overflow: hidden; }
  .events__item__link:focus-within .events__item__date, .events__item__link:hover .events__item__date {
    background: var(--col-pri);
    color: #fff; }
  .events__item__link:focus-within .events__item__info__content, .events__item__link:hover .events__item__info__content {
    background: var(--col-sec); }
  .events__item__link:focus-within .events__item__info__title,
  .events__item__link:focus-within .events__content__cta, .events__item__link:hover .events__item__info__title,
  .events__item__link:hover .events__content__cta {
    color: var(--col-qua); }

.events__item__date {
  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;
  background: var(--col-sec);
  color: var(--col-qua);
  padding: 30px 25px;
  width: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }
  .events__item__date svg {
    font-size: 41px;
    color: currentColor; }

.events__date {
  font-size: 26px;
  font-weight: bold; }

.events__item__info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 40px 30px 50px;
  min-height: 200px;
  gap: 10px;
  width: 100%;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s; }

.events__item__info__title {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  min-height: 108px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase; }

.events__content__cta {
  margin: 0;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  transition: ease 0.2s;
  font-size: 16px; }

@media (max-width: 1049px) {
  .events__block {
    padding: 50px 0; }
  .events__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .events__item__info__content {
    padding: 20px 20px; } }

@media (max-width: 500px) {
  .events__item__info__content {
    padding: 20px 10px; }
  .events__item__info__title {
    font-size: 20px; } }
</pre></body></html>