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

.welcome__image__wrap > div > img, .social__item__image img, .social__item__image video, .stats__item__ring > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.welcome__image__wrap > div > img, .social__item__image img, .social__item__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@-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; }

.welcome__image__wrap > div > img, .social__item__image img, .social__item__image video, .stats__item__ring > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.welcome__image__wrap > div > img, .social__item__image img, .social__item__image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@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); } }

html {
  scroll-behavior: smooth; }

.home__header > span {
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: 400;
  line-height: 1; }

.home__header > h2 {
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 400;
  margin: 0;
  line-height: calc(60 / 46); }

.home__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  visibility: hidden;
  z-index: 10; }
  .home__nav .home__nav__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #000;
    border: 2px solid var(--col-pri);
    border-radius: 50%;
    cursor: pointer;
    visibility: visible;
    -webkit-transition: opacity .3s ease, background .3s ease, color .3s ease, border .3s ease;
    -o-transition: opacity .3s ease, background .3s ease, color .3s ease, border .3s ease;
    transition: opacity .3s ease, background .3s ease, color .3s ease, border .3s ease; }
    .home__nav .home__nav__button > svg {
      font-size: 20px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .home__nav .home__nav__button:hover, .home__nav .home__nav__button:focus {
      color: var(--col-pritxt);
      background: var(--col-pri); }
    .home__nav .home__nav__button.swiper-button-disabled {
      opacity: 0.5;
      pointer-events: none; }
    .home__nav .home__nav__button--prev:hover > svg, .home__nav .home__nav__button--prev:focus > svg {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); }
    .home__nav .home__nav__button--next:hover > svg, .home__nav .home__nav__button--next:focus > svg {
      -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
      transform: translateX(10px); }
  .home__nav--white .home__nav__button {
    background: var(--col-pri);
    color: var(--col-pritxt);
    border: 3px solid var(--col-pritxt); }
    .home__nav--white .home__nav__button:hover, .home__nav--white .home__nav__button:focus {
      color: var(--col-pri);
      background: var(--col-pritxt); }

.home__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 13px 0; }
  .home__pagination > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .home__pagination > span:hover, .home__pagination > span:focus {
      opacity: 0.75; }
    .home__pagination > span::before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 2px solid var(--col-pri);
      border-radius: 50%;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
    .home__pagination > span::after {
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      border: 2px solid var(--col-pri);
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
      transition: opacity .3s ease, -webkit-transform .3s ease;
      -o-transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease;
      transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
    .home__pagination > span.swiper-pagination-bullet-active::before {
      background: var(--col-pri); }
    .home__pagination > span.swiper-pagination-bullet-active::after {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .home__pagination--white > span {
    color: var(--col-pritxt); }
    .home__pagination--white > span::after {
      border: 1px solid #fff; }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  height: 100vh;
  max-height: 100vh;
  overflow: visible; }

.hero__media {
  overflow: hidden; }

.hero__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: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 120px;
  padding: 0 5%;
  color: #fff;
  z-index: 10;
  text-align: center; }

#hero__motto {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  min-width: 200px;
  margin: 0; }

.hero__values {
  width: 100%; }
  .hero__values li {
    opacity: 0 !important;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .hero__values li h3 {
      font-size: 2em;
      letter-spacing: 0.04em;
      margin: 0; }
      @media all and (min-width: 425px) {
        .hero__values li h3 {
          font-size: 2.5em; } }
      @media all and (min-width: 768px) {
        .hero__values li h3 {
          font-size: 3.25em; } }
      @media all and (min-width: 1024px) {
        .hero__values li h3 {
          font-size: 4.25em; } }
      @media all and (min-width: 1440px) {
        .hero__values li h3 {
          font-size: 5.125em; } }
    .hero__values li.swiper-slide-visible {
      opacity: 1 !important; }

.hero__media__ctrls {
  left: 50%;
  right: unset;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0; }
  @media all and (min-width: 768px) {
    .hero__media__ctrls {
      left: 5%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.hero__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 79px;
  height: 79px;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: 12; }
  @media all and (min-width: 768px) {
    .hero__scroll {
      right: 5%;
      bottom: 30px;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
  .hero__scroll > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: var(--col-pri);
    border-radius: 50%;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease; }
    .hero__scroll > a > svg {
      font-size: 20px;
      color: var(--col-pritxt);
      -webkit-transition: color .3s ease, -webkit-transform .3s ease;
      transition: color .3s ease, -webkit-transform .3s ease;
      -o-transition: transform .3s ease, color .3s ease;
      transition: transform .3s ease, color .3s ease;
      transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease; }
    .hero__scroll > a > span {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #fff;
      text-decoration: none;
      bottom: calc(100% + 10px);
      white-space: nowrap;
      font-size: 20px;
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .hero__scroll > a:hover, .hero__scroll > a:focus {
      background: var(--col-pritxt); }
      .hero__scroll > a:hover > svg, .hero__scroll > a:focus > svg {
        color: var(--col-pri);
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px); }
      .hero__scroll > a:hover > span, .hero__scroll > a:focus > span {
        opacity: 1; }

.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 5% 148px;
  position: relative; }

.welcome__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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 1188px;
  gap: clamp(20px, 5vw, 80px); }
  @media all and (min-width: 1024px) {
    .welcome__wrap {
      -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;
      text-align: left;
      gap: 11.8%; } }

.welcome__details {
  position: relative;
  max-width: 880px; }

.welcome__header {
  color: var(--col-pri); }

.welcome__content__region {
  margin: 32px 0 38px; }
  .welcome__content__region > p {
    line-height: calc(26 / 16); }

.welcome__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (min-width: 1024px) {
    .welcome__buttons {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.welcome__image__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 481px;
  aspect-ratio: 481 / 574; }
  @media all and (min-width: 1024px) {
    .welcome__image__wrap {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: clamp(300px, 32.5vw, 480px); } }
  .welcome__image__wrap > div {
    position: absolute;
    overflow: hidden; }
    .welcome__image__wrap > div.admin_editable {
      position: absolute !important; }
    .welcome__image__wrap > div:nth-child(1) {
      top: 0;
      left: 0;
      width: 100%;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      z-index: 5; }
    .welcome__image__wrap > div:nth-child(2) {
      bottom: 0;
      left: 0;
      width: 59%;
      aspect-ratio: 1 / 1;
      border: 5px solid #fff;
      border-radius: 50%;
      z-index: 5; }
      @media all and (min-width: 1024px) {
        .welcome__image__wrap > div:nth-child(2) {
          border: 10px solid #fff; } }

.image-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5% 120px; }

.image-links__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1192px;
  gap: 20px; }
  @media all and (min-width: 768px) {
    .image-links__list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media all and (min-width: 1024px) {
    .image-links__list {
      height: 716px;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
      gap: 38px; }
      .image-links__list[data-count="3"], .image-links__list[data-count="4"] {
        -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr); }
      .image-links__list[data-count="5"], .image-links__list[data-count="6"] {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-rows: 9fr 6fr 9fr;
        grid-template-rows: 9fr 6fr 9fr; } }

.image-links__item {
  position: relative;
  min-height: 150px;
  border-radius: 5px; }
  @media all and (min-width: 768px) {
    .image-links__item {
      min-height: 200px; }
      .image-links__list[data-count="3"] .image-links__item:nth-last-child,
      .image-links__list[data-count="5"] .image-links__item:nth-last-child {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
  @media all and (max-width: 1023px) {
    .image-links__item {
      overflow: hidden; } }
  @media all and (min-width: 1024px) {
    .image-links__item {
      min-height: unset; }
      .image-links__list[data-count="5"] .image-links__item:nth-child(1),
      .image-links__list[data-count="6"] .image-links__item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1 / 1 / 2 / 2; }
      .image-links__list[data-count="5"] .image-links__item:nth-child(2),
      .image-links__list[data-count="6"] .image-links__item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 1 / 2 / 3 / 3; }
      .image-links__list[data-count="5"] .image-links__item:nth-child(3),
      .image-links__list[data-count="6"] .image-links__item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1 / 3 / 2 / 4; }
      .image-links__list[data-count="5"] .image-links__item:nth-child(4),
      .image-links__list[data-count="6"] .image-links__item:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2 / 1 / 4 / 2; }
      .image-links__list[data-count="5"] .image-links__item:nth-child(5),
      .image-links__list[data-count="6"] .image-links__item:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 3 / 2 / 4 / 3; }
      .image-links__list[data-count="5"] .image-links__item:nth-child(6),
      .image-links__list[data-count="6"] .image-links__item:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2 / 3 / 4 / 4; }
      .image-links__list[data-count="5"] .image-links__item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1 / 3 / 4 / 4; } }
  .image-links__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .image-links__item > a > h3 {
      position: relative;
      font-size: clamp(20px, 5vw, 26px);
      font-weight: 400;
      color: #fff;
      z-index: 5; }
      .image-links__item > a > h3:before {
        position: absolute;
        content: '';
        top: calc(100% + 6px);
        right: 0;
        bottom: auto;
        left: 0;
        height: 6px;
        background: var(--col-sec); }
  .image-links__item:hover .image-links__item__image, .image-links__item:focus .image-links__item__image {
    -webkit-transform: scale(1.19);
    -ms-transform: scale(1.19);
    transform: scale(1.19); }
    @media all and (max-width: 1023px) {
      .image-links__item:hover .image-links__item__image, .image-links__item:focus .image-links__item__image {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); } }

.image-links__item__image {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  border-radius: 5px; }
  .image-links__item__image img {
    border-radius: 5px; }
  .image-links__item__image::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background: var(--col-pri-darker);
    border-radius: 5px; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 5% 115px;
  color: var(--col-pri); }

.social__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1270px;
  gap: 50px; }

.social__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 30px; }
  @media all and (min-width: 1024px) {
    .social__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.social__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 25px; }
  @media all and (min-width: 1024px) {
    .social__main {
      gap: 50px; } }

.social__feed {
  overflow: visible; }

.social__item > a {
  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;
  color: #000000;
  background: #fff;
  border-radius: 5px;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: background .3s ease, color .3s ease, opacity .3s ease, transform .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease, transform .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  overflow: hidden; }
  .social__item > a:hover .social__item__image img, .social__item > a:focus .social__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .social__item > a:hover .social__item__image::after, .social__item > a:focus .social__item__image::after {
    opacity: 0; }
  .social__item > a:hover .social__item__title > h3, .social__item > a:focus .social__item__title > h3 {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor; }
  .social__item > a:hover .social__item__more > p, .social__item > a:focus .social__item__more > p {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor; }

.social__item.swiper-slide-visible > a {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.social__item.swiper-slide-visible ~ .swiper-slide > a {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.social__item[data-type="facebook"] > a {
  -webkit-filter: drop-shadow(0px 0px 50px rgba(36, 146, 217, 0.2));
  filter: drop-shadow(0px 0px 50px rgba(36, 146, 217, 0.2)); }

.social__item[data-type="instagram"] > a {
  -webkit-filter: drop-shadow(0px 0px 50px rgba(217, 36, 199, 0.2));
  filter: drop-shadow(0px 0px 50px rgba(217, 36, 199, 0.2)); }

.social__item__image {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .social__item__image:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 55.55556%; }
  .social__item__image img, .social__item__image video {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .social__item__image::after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    height: 65%;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: -webkit-linear-gradient(bottom, #000, transparent);
    background: -o-linear-gradient(bottom, #000, transparent);
    background: linear-gradient(0deg, #000, transparent);
    opacity: 0.6;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.social__item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%; }
  .social__item__label > svg {
    font-size: 18px;
    color: #fff; }
  .social__item[data-type="facebook"] .social__item__label {
    background: #1877f2; }
  .social__item[data-type="instagram"] .social__item__label {
    background: #c32aa3; }

.social__item__watermark {
  position: absolute;
  height: 100%;
  right: 0;
  bottom: -40px;
  -webkit-transform: translateX(15%) scale(1.2);
  -ms-transform: translateX(15%) scale(1.2);
  transform: translateX(15%) scale(1.2);
  pointer-events: none;
  opacity: 0.1; }

.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;
  gap: 28px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 44px 40px; }

.social__item__date {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.09em; }

.social__item__text > p {
  margin: 0;
  line-height: calc(26 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; }

.social__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (min-width: 950px) {
    .social__nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      top: 88px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: calc(100% + 45px); } }
  @media all and (min-width: 1200px) {
    .social__nav {
      width: calc(calc(100% - 110px) / 3 + 45px); } }

.admin__feed__authorise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .admin__feed__authorise > a {
    padding: 10px 20px;
    color: #fff;
    background: #1877f2; }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 5% 115px;
  color: var(--col-pri); }

.events__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1270px;
  gap: 50px; }

.events__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px 30px; }
  @media all and (min-width: 1024px) {
    .events__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.events__buttons {
  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;
  gap: 20px; }
  @media all and (min-width: 1024px) {
    .events__buttons {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.events__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 25px; }
  @media all and (min-width: 1024px) {
    .events__main {
      gap: 50px; } }

.events__list {
  overflow: visible; }

.events__item > a {
  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;
  gap: 25px;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 5px;
  text-align: center;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .events__item > a:hover .events__item__date, .events__item > a:focus .events__item__date {
    background: #fff;
    color: #000000; }

.events__item.swiper-slide-visible > a {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.events__item.swiper-slide-visible ~ .swiper-slide > a {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 222px;
  height: 222px;
  border-radius: 50%;
  color: var(--col-pritxt);
  background: var(--col-pri);
  border: 2px solid var(--col-pri);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease; }
  .events__item__date::after {
    content: '';
    width: 50vw;
    height: 2px;
    background: var(--col-pri);
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-1px, -50%);
    -ms-transform: translate(-1px, -50%);
    transform: translate(-1px, -50%); }
  .events__item__date--day {
    font-size: 46px;
    font-weight: 700; }
  .events__item__date--month {
    font-size: 30px; }

.events__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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  position: relative;
  width: 100%; }

.events__item__title {
  font-size: 16px;
  margin: 0;
  line-height: calc(26 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000000;
  max-width: 250px; }

.events__item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.09em;
  color: #000000; }
  .events__item__time > svg {
    font-size: 20px;
    color: var(--col-sec); }

.events__item__text > p {
  margin: 0;
  line-height: calc(26 / 16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; }

.events__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (min-width: 950px) {
    .events__nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      top: 88px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: calc(100% + 45px); } }
  @media all and (min-width: 1200px) {
    .events__nav {
      width: calc(calc(100% - 65px) / 3 + 45px); } }

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 5% 115px; }

.testimonials__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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  max-width: 990px; }
  @media all and (min-width: 1024px) {
    .testimonials__wrap {
      gap: 50px; } }

.testimonials__header > h2 {
  color: var(--col-pri);
  text-align: center; }

.testimonials__main {
  position: relative; }

.testimonials__list {
  overflow: visible; }

.testimonials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25em;
  color: var(--col-pri);
  text-align: center;
  padding: 0 5%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  @media all and (min-width: 1024px) {
    .testimonials__item {
      padding: 0 10%; } }
  .testimonials__item.swiper-slide-active {
    opacity: 1; }

.testimonials__item__text {
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.75em;
  color: #000000;
  font-size: clamp(12px, 1.3cqw, 16px);
  width: 100%; }

.testimonials__item__quote p {
  font-size: 1.75em;
  margin: 0; }

.testimonials__item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .testimonials__item__author span {
    font-size: 1.625em; }

.testimonials__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 1023px) {
    .testimonials__nav {
      margin-top: 30px; } }
  @media all and (min-width: 1024px) {
    .testimonials__nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      top: 66px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; } }

.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 5% 115px; }

.stats__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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  max-width: 1210px; }
  @media all and (min-width: 1024px) {
    .stats__wrap {
      gap: 50px; } }

.stats__header > h2 {
  color: var(--col-pri);
  text-align: center; }

.stats__main {
  position: relative; }

.stats__list {
  overflow: visible;
  margin-bottom: 46px; }

.stats__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;
  gap: 26px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  .stats__item.swiper-slide-visible {
    opacity: 1; }

.stats__item__ring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 205px;
  height: 205px;
  font-size: 46px;
  color: #000000;
  position: relative; }
  .stats__item__ring > svg g {
    stroke-dasharray: 596;
    stroke-dashoffset: 596;
    -webkit-transition: stroke-dashoffset 3s ease;
    -o-transition: stroke-dashoffset 3s ease;
    transition: stroke-dashoffset 3s ease; }

.stats__item__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  z-index: 5;
  margin: 0; }

.stats__item__title {
  font-size: 16px;
  margin: 0; }

.stats__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 1023px) {
    .stats__nav {
      margin-bottom: 30px; } }
  @media all and (min-width: 1024px) {
    .stats__nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      top: 102px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% + 45px); } }
  @media all and (min-width: 1200px) {
    .stats__nav {
      width: calc(100% / 2 + 45px); } }

.stats__pagination {
  margin: 13px 0; }

.house {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 5% 115px; }

.house__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: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  max-width: 1210px; }
  @media all and (min-width: 1024px) {
    .house__wrap {
      gap: 50px; } }

.house__header > h2 {
  color: var(--col-pri);
  text-align: center; }

.house__main {
  position: relative; }

.house__list {
  overflow: visible;
  margin-bottom: 46px; }

.house__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;
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  .house__item.swiper-slide-visible {
    opacity: 1; }
  .house__item--winner .house__item__points::after {
    content: '';
    width: 34px;
    height: 31px;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 5px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("/_site/images/design/house-winner.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.house__item__ring {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 222px;
  height: 222px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
  color: #000000;
  border-radius: 50%;
  position: relative; }

.house__item__points {
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  position: relative; }

.house__item__name {
  font-size: 22px;
  font-weight: 400;
  margin: 0; }

.house__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (max-width: 1023px) {
    .house__nav {
      margin-bottom: 30px; } }
  @media all and (min-width: 1024px) {
    .house__nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: absolute;
      top: 111px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: calc(100% + 45px); } }
  @media all and (min-width: 1200px) {
    .house__nav {
      width: calc(100% / 2 + 45px); } }

.house__pagination {
  margin: 13px 0; }

#map_canvas.map__container {
  height: 650px;
  width: 100%;
  background-repeat: no-repeat; }

.map__details {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: var(--col-pritxt);
  background: var(--col-pri); }
  @media all and (max-width: 1023px) {
    .map__details {
      padding: 30px 0;
      border-bottom: 2px solid #fff; } }

.map__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 3; }
  .map__text .button__link > a {
    border-color: #fff; }
  .map__text .map__google {
    margin: 28px 0 10px; }
    .map__text .map__google > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 16px 28px;
      gap: 10px; }
      .map__text .map__google > a::after {
        display: none; }

.map__line {
  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;
  gap: 5px;
  line-height: 1.5; }
  .map__line p {
    margin: 0; }
  .map__line a {
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    -webkit-transition: -webkit-text-decoration .3s ease;
    transition: -webkit-text-decoration .3s ease;
    -o-transition: text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease, -webkit-text-decoration .3s ease; }
    .map__line a:hover, .map__line a:focus-visible {
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent; }
  .map__line::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    font-weight: 700;
    font-family: fontAwesome;
    font-size: 20px; }
  .map__line--address::before {
    content: "\f041"; }
  .map__line--email {
    margin: 14px 0 24px; }
    .map__line--email::before {
      content: "\f0e0"; }
  .map__line--phone::before {
    content: "\f095"; }

.map__curve {
  position: absolute;
  top: 0;
  font-size: 0.75em;
  height: 7em;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 800px; }
  @media all and (min-width: 425px) {
    .map__curve {
      font-size: 0.8125em; } }
  @media all and (min-width: 768px) {
    .map__curve {
      font-size: 0.875em; } }
  @media all and (min-width: 1024px) {
    .map__curve {
      font-size: 0.9375em; } }
  @media all and (min-width: 1440px) {
    .map__curve {
      font-size: 1em; } }

@media all and (min-width: 1024px) {
  #map_canvas.map__container {
    background-position-x: 10%; }
  .map__details {
    position: absolute;
    bottom: 7px;
    left: 10%;
    width: 475px;
    height: 475px;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.15)); } }
