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

.hero__values__wrap {
  position: absolute;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15% 6em 15%;
  height: 100%;
  width: 100%;
  color: var(--col-pritxt);
  opacity: 0;
  overflow: visible;
  z-index: 4;
  -webkit-transition: 1s ease-in-out all;
  -o-transition: 1s ease-in-out all;
  transition: 1s ease-in-out all; }
  .hero__values__wrap .swiper-slide {
    opacity: 0 !important;
    -webkit-transition: 1s ease-in-out all;
    -o-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all; }
    .hero__values__wrap .swiper-slide-active {
      opacity: 1 !important;
      -webkit-transition: 1s ease-in-out all;
      -o-transition: 1s ease-in-out all;
      transition: 1s ease-in-out all; }
  .hero__values__wrap.inview {
    opacity: 1; }
  .hero__values__wrap .hero__values__list {
    width: 100%;
    padding: 0;
    z-index: 2;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
    @media all and (min-width: 1301px) {
      .hero__values__wrap .hero__values__list {
        padding: 1em 0; } }
  .hero__values__wrap .hero__title__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--font-heading);
    text-transform: uppercase;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.25;
    color: var(--col-pritxt);
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    margin: 0 0 0.5em 0; }
    @media all and (min-width: 415px) {
      .hero__values__wrap .hero__title__wrap {
        font-size: 2.25em; } }
    @media all and (min-width: 769px) {
      .hero__values__wrap .hero__title__wrap {
        font-size: 3.75em; } }
    @media all and (min-width: 1025px) {
      .hero__values__wrap .hero__title__wrap {
        font-size: 4.6875em; } }
    @media all and (min-width: 1301px) {
      .hero__values__wrap .hero__title__wrap {
        font-size: 5.75em; } }

.hero__scroll__down__container {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  z-index: 5; }
  .inview .hero__scroll__down__container {
    opacity: 1; }
    .inview .hero__scroll__down__container .hero__scroll__down {
      -webkit-transform: rotate(360deg) scale(1);
      -ms-transform: rotate(360deg) scale(1);
      transform: rotate(360deg) scale(1);
      opacity: 1; }
      .inview .hero__scroll__down__container .hero__scroll__down:nth-child(1) {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s; }
      .inview .hero__scroll__down__container .hero__scroll__down:nth-child(2) {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s; }
      .inview .hero__scroll__down__container .hero__scroll__down:nth-child(3) {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s; }
      .inview .hero__scroll__down__container .hero__scroll__down:nth-child(4) {
        -webkit-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s; }
      .inview .hero__scroll__down__container .hero__scroll__down:nth-child(5) {
        -webkit-transition-delay: 2s;
        -o-transition-delay: 2s;
        transition-delay: 2s; }
      .inview .hero__scroll__down__container .hero__scroll__down:first-child {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
  @media all and (min-width: 800px) {
    .hero__scroll__down__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .hero__scroll__down__container 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;
    text-decoration: none;
    gap: 1em; }
    .hero__scroll__down__container a:hover .hero__scroll__down {
      background: var(--col-pritxt);
      color: var(--col-pri); }
      .hero__scroll__down__container a:hover .hero__scroll__down svg {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); }
      .hero__scroll__down__container a:hover .hero__scroll__down:after {
        position: absolute;
        content: '';
        top: auto;
        right: auto;
        bottom: -5em;
        left: auto;
        background: var(--col-sec);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .hero__scroll__down__container .hero__scroll__down {
    position: relative;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    background: transparent;
    color: var(--col-pritxt);
    border: 2px solid var(--col-pritxt);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 50px;
    font-weight: 600;
    z-index: 10;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    pointer-events: all;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }
    .hero__scroll__down__container .hero__scroll__down svg {
      fill: white;
      font-size: 1.625rem;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all; }
    .hero__scroll__down__container .hero__scroll__down:after {
      position: absolute;
      content: '';
      top: auto;
      right: auto;
      bottom: -5em;
      left: auto;
      background: var(--col-sec);
      background-repeat: no-repeat;
      background-size: cover;
      height: 4em;
      width: 2px;
      -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
      clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
      -webkit-transition: 0.5s ease-in-out clip-path;
      -o-transition: 0.5s ease-in-out clip-path;
      transition: 0.5s ease-in-out clip-path; }

.welcome {
  position: relative;
  z-index: 2; }
  .welcome .welcome__inner {
    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: clamp(2em, 5%, 7em);
    padding-top: 6em;
    padding-bottom: 6em; }
  .welcome.inview .welcome__media {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .welcome.inview .welcome__content {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  @media all and (min-width: 1025px) {
    .welcome.inview .welcome__watermark {
      opacity: 1; } }
  .welcome .welcome__watermark {
    position: absolute;
    height: 30em;
    width: 24em;
    top: 12em;
    right: 78%;
    -webkit-transition: 1s ease-in-out all;
    -o-transition: 1s ease-in-out all;
    transition: 1s ease-in-out all;
    opacity: 0; }

.welcome__content {
  position: relative;
  width: 100%;
  padding: 2em 0 0 0;
  container-type: inline-size;
  opacity: 0;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  .welcome__content #welcome__content__pretitle {
    margin: 0 0 0 0;
    color: #323232;
    font-weight: 500;
    font-size: 1.5625rem; }
  .welcome__content #welcome__content__title {
    margin: 0 0 0 0;
    font-family: var(--font-heading);
    color: var(--col-pri);
    font-weight: bold;
    line-height: 3.875rem;
    font-size: 2.8125rem; }
  .welcome__content .welcome__content__region {
    font-weight: normal;
    color: #323232;
    font-size: 1rem;
    line-height: 1.6875rem; }
    .welcome__content .welcome__content__region p {
      margin: 1em 0 1.5em 0; }
  .welcome__content .welcome__link .button__link {
    margin: 0; }

.welcome__media {
  position: relative;
  height: 100%;
  width: 65%;
  max-width: 440px;
  margin: 0 auto 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  z-index: 11; }
  .welcome__media:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .inview .welcome__media {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .welcome__media .home__welcome__image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .welcome__media .home__welcome__image > div {
      height: 100%;
      background: transparent; }
    .welcome__media .home__welcome__image img {
      height: 100%;
      width: 100%;
      border-radius: 50%;
      -o-object-fit: cover;
      object-fit: cover;
      outline: 8px solid var(--col-pri); }

@media all and (min-width: 769px) {
  .welcome .welcome__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .welcome__content {
    width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .welcome__media {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 511px;
    height: 550px;
    width: 50%; }
  .welcome__content {
    text-align: left; } }

@media all and (min-width: 1025px) {
  .welcome__content {
    width: 45%;
    padding: 0; } }

.image__links {
  position: relative; }

.image__links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }

.image__links__list__item {
  width: calc(25% - 2em);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 290px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media all and (min-width: 769px) {
    .image__links__list__item {
      min-height: 490px; } }
  .image__links__list__item:hover .image__links__list__item__content p, .image__links__list__item:focus .image__links__list__item__content p {
    text-decoration: underline;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em); }
  .image__links__list__item:hover .image__links__list__item__content img:first-child, .image__links__list__item:focus .image__links__list__item__content img:first-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .image__links__list__item:hover .image__links__list__item__content img:last-child, .image__links__list__item:focus .image__links__list__item__content img:last-child {
    opacity: 1; }
  .image__links__list__item:hover .image__links__list__item__overlay, .image__links__list__item:focus .image__links__list__item__overlay {
    background: rgba(0, 0, 0, 0.75); }

.image__links__list__item__content {
  position: relative;
  z-index: 1; }
  .image__links__list__item__content p {
    margin: 0.5em 0;
    font-family: var(--font-heading);
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.375rem;
    -webkit-transform: translateY(3em);
    -ms-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .image__links__list__item__content img {
    margin: 0.5em 0;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
    .image__links__list__item__content img:first-child {
      opacity: 0;
      -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
      transform: translateY(5em); }
    .image__links__list__item__content img:last-child {
      opacity: 0; }

.image__links__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  width: 100%;
  padding: 4em 1em; }

.image__links__list__item__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.curve__bottom__events {
  position: relative;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1); }

.swiper__pagination__container__events {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 4em 0; }
  .swiper__pagination__container__events .events__link a {
    background: var(--col-sec);
    color: var(--col-sectxt);
    border: 2px solid var(--col-pritxt); }
    .swiper__pagination__container__events .events__link a:hover {
      background: var(--col-pri);
      color: var(--col-pritxt); }

.swiper__buttons__nav__container__events {
  position: relative;
  margin: 1em 0 2em 0;
  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: 25%;
  top: 65%;
  pointer-events: none;
  gap: 1em;
  z-index: 3; }
  .inview .swiper__buttons__nav__container__events {
    opacity: 1; }
  @media all and (min-width: 769px) {
    .swiper__buttons__nav__container__events {
      position: absolute;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; } }

.nav__next__events,
.nav__prev__events {
  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;
  background: var(--col-sec);
  border: none;
  pointer-events: all;
  top: 0em;
  left: auto;
  border: 4px solid rgba(var(--col-pri-rgba), 0.4);
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.3));
  border-radius: 50%;
  border: 2px solid var(--col-pritxt);
  width: 44px;
  height: 60px;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all; }
  @media all and (min-width: 769px) {
    .nav__next__events,
    .nav__prev__events {
      left: -5%;
      top: -18em; } }
  .nav__next__events svg,
  .nav__prev__events svg {
    font-size: 1.5rem;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .nav__next__events:hover,
  .nav__prev__events:hover {
    background: var(--col-pri);
    color: var(--col-pritxt);
    cursor: pointer; }
    .nav__next__events:hover svg,
    .nav__prev__events:hover svg {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }

.nav__prev__events {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.nav__next__events {
  left: auto; }
  @media all and (min-width: 769px) {
    .nav__next__events {
      left: 5%; } }

.events {
  position: relative;
  background: var(--col-pri);
  padding-top: 2em;
  padding-bottom: 2em;
  z-index: 1; }
  .events .events__top {
    position: relative;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100%;
    margin: 2em 0;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    z-index: 4; }
    .events .events__top #events__content__title {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: 44px;
      margin: 0 0 1em 0;
      font-family: var(--font-heading);
      font-size: 2.8125rem;
      font-weight: bold;
      color: var(--col-pritxt);
      text-align: center; }
  .events.inview .events__top {
    opacity: 1; }
  .events.inview .events__list .swiper-slide-visible {
    opacity: 1;
    -webkit-transition: 0.25s ease-in-out opacity;
    -o-transition: 0.25s ease-in-out opacity;
    transition: 0.25s ease-in-out opacity; }
    .events.inview .events__list .swiper-slide-visible:nth-child(1) {
      -webkit-transition-delay: 0.35s;
      -o-transition-delay: 0.35s;
      transition-delay: 0.35s; }
    .events.inview .events__list .swiper-slide-visible:nth-child(2) {
      -webkit-transition-delay: 0.45s;
      -o-transition-delay: 0.45s;
      transition-delay: 0.45s; }
    .events.inview .events__list .swiper-slide-visible:nth-child(3) {
      -webkit-transition-delay: 0.55s;
      -o-transition-delay: 0.55s;
      transition-delay: 0.55s; }
  .events .events__list {
    position: relative; }
    .events .events__list li {
      list-style-type: none; }
    .events .events__list .events__item {
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      padding: 0 1em;
      -webkit-transition: opacity 0.25s ease-in-out;
      -o-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
      .events .events__list .events__item:hover .events__item__link {
        background: var(--col-ter); }
      .events .events__list .events__item:hover .events__item__time {
        color: var(--col-oct); }
      .events .events__list .events__item:hover .events__item__link__title {
        text-decoration: underline; }
      .events .events__list .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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 325px;
        height: 325px;
        padding: 2em;
        background: var(--col-sec);
        border-radius: 50%;
        aspect-ratio: 1;
        z-index: 1;
        -webkit-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all; }
        .events .events__list .events__item__link:after {
          content: " ";
          position: absolute;
          left: 10px;
          right: 10px;
          top: 10px;
          bottom: 10px;
          border: 4px solid var(--col-pri);
          pointer-events: none;
          border-radius: 50%;
          -webkit-transition: 0.25s ease-in all;
          -o-transition: 0.25s ease-in all;
          transition: 0.25s ease-in all; }
        .events .events__list .events__item__link .month {
          font-weight: 700;
          font-size: 2.5625rem;
          color: #000000;
          text-transform: uppercase;
          height: 44px;
          opacity: 1;
          -webkit-transition: 0.5s ease-in-out all;
          -o-transition: 0.5s ease-in-out all;
          transition: 0.5s ease-in-out all; }
        .events .events__list .events__item__link .date {
          font-weight: bold;
          font-size: 3.5625rem;
          color: #000000;
          height: 65px;
          opacity: 1;
          -webkit-transition: 0.5s ease-in-out all;
          -o-transition: 0.5s ease-in-out all;
          transition: 0.5s ease-in-out all; }
        .events .events__list .events__item__link__title {
          width: 100%;
          margin: 1em 0em;
          color: #000000;
          font-size: 1.125rem;
          font-weight: 600;
          line-height: 1.75rem;
          overflow: hidden;
          max-height: 4em;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          padding: 0 0.25em;
          text-align: center;
          text-decoration: none;
          opacity: 1; }
        .events .events__list .events__item__link__time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          gap: 0.5em;
          font-size: 0.875rem;
          font-weight: 300;
          letter-spacing: 0.02em;
          text-align: center;
          color: #000000;
          text-transform: capitalize;
          -webkit-transition: 0.5s ease-in-out all;
          -o-transition: 0.5s ease-in-out all;
          transition: 0.5s ease-in-out all;
          opacity: 1; }
          .events .events__list .events__item__link__time svg {
            margin: 0.25em 0;
            color: #000000; }

.cta {
  position: relative; }
  .cta__inner {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12em 2em; }
    .cta__inner:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .cta__inner h2 {
      max-width: 14em;
      margin: 0.5em 0;
      font-size: 2em;
      color: var(--col-pritxt);
      font-family: var(--font-heading);
      font-weight: bold;
      line-height: 1.25;
      text-align: center;
      z-index: 1; }
      @media all and (min-width: 415px) {
        .cta__inner h2 {
          font-size: 2.25em; } }
      @media all and (min-width: 769px) {
        .cta__inner h2 {
          font-size: 2.625em; } }
      @media all and (min-width: 1025px) {
        .cta__inner h2 {
          font-size: 2.875em; } }
      @media all and (min-width: 1301px) {
        .cta__inner h2 {
          font-size: 2.8125em; } }
    .cta__inner p {
      margin: 1em 0 3em 0;
      max-width: 27em;
      font-weight: 600;
      font-size: 1.125rem;
      color: var(--col-pritxt);
      text-align: center;
      z-index: 1; }
    .cta__inner .cta__link a {
      background: var(--col-sec);
      color: var(--col-sectxt);
      border: 2px solid var(--col-pritxt);
      z-index: 1; }
      .cta__inner .cta__link a:hover {
        background: transparent;
        color: var(--col-pritxt); }

.curve__top__testimonials {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  -webkit-filter: drop-shadow(0px 50px 130px black);
  filter: drop-shadow(0px 50px 130px black); }
  .curve__top__testimonials svg {
    fill: var(--col-qui); }

.curve__bottom__testimonials {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-filter: drop-shadow(0px -40px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px -40px 20px rgba(0, 0, 0, 0.1));
  z-index: 3; }
  .curve__bottom__testimonials svg {
    fill: var(--col-sen); }

.swiper__buttons__container__testimonials {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2em 0;
  margin: 1em 0;
  z-index: 3; }
  .swiper__buttons__container__testimonials .testimonials__link a {
    background: var(--col-sec);
    color: var(--col-sectxt);
    border: 2px solid var(--col-pritxt); }
    .swiper__buttons__container__testimonials .testimonials__link a:hover {
      background: var(--col-pri);
      color: var(--col-pritxt); }

.swiper__buttons__nav__container__testimonials {
  position: relative;
  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: 100%;
  pointer-events: none;
  gap: 1em;
  z-index: 3; }
  .inview .swiper__buttons__nav__container__testimonials {
    opacity: 1; }
  @media all and (min-width: 769px) {
    .swiper__buttons__nav__container__testimonials {
      position: absolute;
      width: 25%;
      bottom: -4em;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      bottom: 0em; } }

.nav__next__testimonials,
.nav__prev__testimonials {
  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;
  background: var(--col-sec);
  border: none;
  pointer-events: all;
  top: 0em;
  left: auto;
  border: 4px solid rgba(var(--col-pri-rgba), 0.4);
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.3));
  border-radius: 50%;
  border: 2px solid var(--col-pritxt);
  width: 44px;
  height: 60px;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all; }
  @media all and (min-width: 769px) {
    .nav__next__testimonials,
    .nav__prev__testimonials {
      left: -0%;
      top: -17em; } }
  .nav__next__testimonials svg,
  .nav__prev__testimonials svg {
    font-size: 1.5rem;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .nav__next__testimonials:hover,
  .nav__prev__testimonials:hover {
    background: var(--col-pri);
    color: var(--col-pritxt);
    cursor: pointer; }
    .nav__next__testimonials:hover svg,
    .nav__prev__testimonials:hover svg {
      -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
      transform: translateX(5px); }

.nav__prev__testimonials {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.nav__next__testimonials {
  left: auto; }
  @media all and (min-width: 769px) {
    .nav__next__testimonials {
      left: 0%; } }

.testimonials {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--col-pri);
  padding-top: 6em;
  padding-bottom: 6em; }
  .testimonials.inview .testimonials__top {
    opacity: 1; }
  .testimonials .center {
    width: 100%; }
  .testimonials .testimonials__top {
    position: relative;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    width: 100%;
    opacity: 0;
    z-index: 4;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all; }
    .testimonials .testimonials__top #testimonials__content__title {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: 44px;
      margin: 0 0 1em 0;
      font-family: var(--font-body);
      font-size: 2.8125rem;
      font-weight: bold;
      color: var(--col-pritxt);
      text-align: center; }
      .testimonials .testimonials__top #testimonials__content__title:after {
        position: absolute;
        content: '';
        top: 1em;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/_site/images/design/quotes.png);
        background-repeat: no-repeat;
        background-position: bottom;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        z-index: 0; }
  .testimonials.inview .swiper-pagination-testimonials {
    opacity: 1; }
  .testimonials.inview .content__title {
    opacity: 1; }
  .testimonials.inview .testimonials__item {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
    .testimonials.inview .testimonials__item__content__description {
      opacity: 1;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .testimonials.inview .testimonials__item__content__author span {
      opacity: 1;
      -webkit-transition-delay: 0.254s;
      -o-transition-delay: 0.254s;
      transition-delay: 0.254s; }
  .testimonials .testimonials__list .swiper-slide-visible {
    opacity: 1;
    visibility: visible; }
  .testimonials__item {
    position: relative;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.1));
    z-index: 1; }
    .testimonials__item__content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 14%;
      min-height: 300px;
      height: 100%;
      -webkit-transition: 0.2s ease-in-out all;
      -o-transition: 0.2s ease-in-out all;
      transition: 0.2s ease-in-out all;
      z-index: 1; }
      @media all and (min-width: 769px) {
        .testimonials__item__content {
          padding: 0 14% 4em 14%; } }
      .testimonials__item__content__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.875em;
        font-weight: 500;
        text-align: center;
        color: var(--col-pritxt);
        height: 250px;
        opacity: 0;
        -webkit-transition: 0.25s ease-in-out opacity;
        -o-transition: 0.25s ease-in-out opacity;
        transition: 0.25s ease-in-out opacity; }
        @media all and (min-width: 415px) {
          .testimonials__item__content__description {
            font-size: 1.125em; } }
        @media all and (min-width: 769px) {
          .testimonials__item__content__description {
            font-size: 1.375em; } }
        @media all and (min-width: 1025px) {
          .testimonials__item__content__description {
            font-size: 1.5em; } }
        @media all and (min-width: 1301px) {
          .testimonials__item__content__description {
            font-size: 1.5em; } }
        .testimonials__item__content__description .testimonials__item__text {
          overflow: hidden;
          max-height: 8em;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; }
          .testimonials__item__content__description .testimonials__item__text span {
            opacity: 0; }
            .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span {
              opacity: 1; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(1) {
                -webkit-transition-delay: 0.515s;
                -o-transition-delay: 0.515s;
                transition-delay: 0.515s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(2) {
                -webkit-transition-delay: 0.53s;
                -o-transition-delay: 0.53s;
                transition-delay: 0.53s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(3) {
                -webkit-transition-delay: 0.545s;
                -o-transition-delay: 0.545s;
                transition-delay: 0.545s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(4) {
                -webkit-transition-delay: 0.56s;
                -o-transition-delay: 0.56s;
                transition-delay: 0.56s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(5) {
                -webkit-transition-delay: 0.575s;
                -o-transition-delay: 0.575s;
                transition-delay: 0.575s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(6) {
                -webkit-transition-delay: 0.59s;
                -o-transition-delay: 0.59s;
                transition-delay: 0.59s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(7) {
                -webkit-transition-delay: 0.605s;
                -o-transition-delay: 0.605s;
                transition-delay: 0.605s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(8) {
                -webkit-transition-delay: 0.62s;
                -o-transition-delay: 0.62s;
                transition-delay: 0.62s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(9) {
                -webkit-transition-delay: 0.635s;
                -o-transition-delay: 0.635s;
                transition-delay: 0.635s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(10) {
                -webkit-transition-delay: 0.65s;
                -o-transition-delay: 0.65s;
                transition-delay: 0.65s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(11) {
                -webkit-transition-delay: 0.665s;
                -o-transition-delay: 0.665s;
                transition-delay: 0.665s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(12) {
                -webkit-transition-delay: 0.68s;
                -o-transition-delay: 0.68s;
                transition-delay: 0.68s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(13) {
                -webkit-transition-delay: 0.695s;
                -o-transition-delay: 0.695s;
                transition-delay: 0.695s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(14) {
                -webkit-transition-delay: 0.71s;
                -o-transition-delay: 0.71s;
                transition-delay: 0.71s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(15) {
                -webkit-transition-delay: 0.725s;
                -o-transition-delay: 0.725s;
                transition-delay: 0.725s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(16) {
                -webkit-transition-delay: 0.74s;
                -o-transition-delay: 0.74s;
                transition-delay: 0.74s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(17) {
                -webkit-transition-delay: 0.755s;
                -o-transition-delay: 0.755s;
                transition-delay: 0.755s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(18) {
                -webkit-transition-delay: 0.77s;
                -o-transition-delay: 0.77s;
                transition-delay: 0.77s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(19) {
                -webkit-transition-delay: 0.785s;
                -o-transition-delay: 0.785s;
                transition-delay: 0.785s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(20) {
                -webkit-transition-delay: 0.8s;
                -o-transition-delay: 0.8s;
                transition-delay: 0.8s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(21) {
                -webkit-transition-delay: 0.815s;
                -o-transition-delay: 0.815s;
                transition-delay: 0.815s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(22) {
                -webkit-transition-delay: 0.83s;
                -o-transition-delay: 0.83s;
                transition-delay: 0.83s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(23) {
                -webkit-transition-delay: 0.845s;
                -o-transition-delay: 0.845s;
                transition-delay: 0.845s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(24) {
                -webkit-transition-delay: 0.86s;
                -o-transition-delay: 0.86s;
                transition-delay: 0.86s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(25) {
                -webkit-transition-delay: 0.875s;
                -o-transition-delay: 0.875s;
                transition-delay: 0.875s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(26) {
                -webkit-transition-delay: 0.89s;
                -o-transition-delay: 0.89s;
                transition-delay: 0.89s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(27) {
                -webkit-transition-delay: 0.905s;
                -o-transition-delay: 0.905s;
                transition-delay: 0.905s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(28) {
                -webkit-transition-delay: 0.92s;
                -o-transition-delay: 0.92s;
                transition-delay: 0.92s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(29) {
                -webkit-transition-delay: 0.935s;
                -o-transition-delay: 0.935s;
                transition-delay: 0.935s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(30) {
                -webkit-transition-delay: 0.95s;
                -o-transition-delay: 0.95s;
                transition-delay: 0.95s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(31) {
                -webkit-transition-delay: 0.965s;
                -o-transition-delay: 0.965s;
                transition-delay: 0.965s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(32) {
                -webkit-transition-delay: 0.98s;
                -o-transition-delay: 0.98s;
                transition-delay: 0.98s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(33) {
                -webkit-transition-delay: 0.995s;
                -o-transition-delay: 0.995s;
                transition-delay: 0.995s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(34) {
                -webkit-transition-delay: 1.01s;
                -o-transition-delay: 1.01s;
                transition-delay: 1.01s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(35) {
                -webkit-transition-delay: 1.025s;
                -o-transition-delay: 1.025s;
                transition-delay: 1.025s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(36) {
                -webkit-transition-delay: 1.04s;
                -o-transition-delay: 1.04s;
                transition-delay: 1.04s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(37) {
                -webkit-transition-delay: 1.055s;
                -o-transition-delay: 1.055s;
                transition-delay: 1.055s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(38) {
                -webkit-transition-delay: 1.07s;
                -o-transition-delay: 1.07s;
                transition-delay: 1.07s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(39) {
                -webkit-transition-delay: 1.085s;
                -o-transition-delay: 1.085s;
                transition-delay: 1.085s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(40) {
                -webkit-transition-delay: 1.1s;
                -o-transition-delay: 1.1s;
                transition-delay: 1.1s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(41) {
                -webkit-transition-delay: 1.115s;
                -o-transition-delay: 1.115s;
                transition-delay: 1.115s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(42) {
                -webkit-transition-delay: 1.13s;
                -o-transition-delay: 1.13s;
                transition-delay: 1.13s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(43) {
                -webkit-transition-delay: 1.145s;
                -o-transition-delay: 1.145s;
                transition-delay: 1.145s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(44) {
                -webkit-transition-delay: 1.16s;
                -o-transition-delay: 1.16s;
                transition-delay: 1.16s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(45) {
                -webkit-transition-delay: 1.175s;
                -o-transition-delay: 1.175s;
                transition-delay: 1.175s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(46) {
                -webkit-transition-delay: 1.19s;
                -o-transition-delay: 1.19s;
                transition-delay: 1.19s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(47) {
                -webkit-transition-delay: 1.205s;
                -o-transition-delay: 1.205s;
                transition-delay: 1.205s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(48) {
                -webkit-transition-delay: 1.22s;
                -o-transition-delay: 1.22s;
                transition-delay: 1.22s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(49) {
                -webkit-transition-delay: 1.235s;
                -o-transition-delay: 1.235s;
                transition-delay: 1.235s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(50) {
                -webkit-transition-delay: 1.25s;
                -o-transition-delay: 1.25s;
                transition-delay: 1.25s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(51) {
                -webkit-transition-delay: 1.265s;
                -o-transition-delay: 1.265s;
                transition-delay: 1.265s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(52) {
                -webkit-transition-delay: 1.28s;
                -o-transition-delay: 1.28s;
                transition-delay: 1.28s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(53) {
                -webkit-transition-delay: 1.295s;
                -o-transition-delay: 1.295s;
                transition-delay: 1.295s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(54) {
                -webkit-transition-delay: 1.31s;
                -o-transition-delay: 1.31s;
                transition-delay: 1.31s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(55) {
                -webkit-transition-delay: 1.325s;
                -o-transition-delay: 1.325s;
                transition-delay: 1.325s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(56) {
                -webkit-transition-delay: 1.34s;
                -o-transition-delay: 1.34s;
                transition-delay: 1.34s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(57) {
                -webkit-transition-delay: 1.355s;
                -o-transition-delay: 1.355s;
                transition-delay: 1.355s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(58) {
                -webkit-transition-delay: 1.37s;
                -o-transition-delay: 1.37s;
                transition-delay: 1.37s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(59) {
                -webkit-transition-delay: 1.385s;
                -o-transition-delay: 1.385s;
                transition-delay: 1.385s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(60) {
                -webkit-transition-delay: 1.4s;
                -o-transition-delay: 1.4s;
                transition-delay: 1.4s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(61) {
                -webkit-transition-delay: 1.415s;
                -o-transition-delay: 1.415s;
                transition-delay: 1.415s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(62) {
                -webkit-transition-delay: 1.43s;
                -o-transition-delay: 1.43s;
                transition-delay: 1.43s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(63) {
                -webkit-transition-delay: 1.445s;
                -o-transition-delay: 1.445s;
                transition-delay: 1.445s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(64) {
                -webkit-transition-delay: 1.46s;
                -o-transition-delay: 1.46s;
                transition-delay: 1.46s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(65) {
                -webkit-transition-delay: 1.475s;
                -o-transition-delay: 1.475s;
                transition-delay: 1.475s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(66) {
                -webkit-transition-delay: 1.49s;
                -o-transition-delay: 1.49s;
                transition-delay: 1.49s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(67) {
                -webkit-transition-delay: 1.505s;
                -o-transition-delay: 1.505s;
                transition-delay: 1.505s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(68) {
                -webkit-transition-delay: 1.52s;
                -o-transition-delay: 1.52s;
                transition-delay: 1.52s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(69) {
                -webkit-transition-delay: 1.535s;
                -o-transition-delay: 1.535s;
                transition-delay: 1.535s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(70) {
                -webkit-transition-delay: 1.55s;
                -o-transition-delay: 1.55s;
                transition-delay: 1.55s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(71) {
                -webkit-transition-delay: 1.565s;
                -o-transition-delay: 1.565s;
                transition-delay: 1.565s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(72) {
                -webkit-transition-delay: 1.58s;
                -o-transition-delay: 1.58s;
                transition-delay: 1.58s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(73) {
                -webkit-transition-delay: 1.595s;
                -o-transition-delay: 1.595s;
                transition-delay: 1.595s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(74) {
                -webkit-transition-delay: 1.61s;
                -o-transition-delay: 1.61s;
                transition-delay: 1.61s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(75) {
                -webkit-transition-delay: 1.625s;
                -o-transition-delay: 1.625s;
                transition-delay: 1.625s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(76) {
                -webkit-transition-delay: 1.64s;
                -o-transition-delay: 1.64s;
                transition-delay: 1.64s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(77) {
                -webkit-transition-delay: 1.655s;
                -o-transition-delay: 1.655s;
                transition-delay: 1.655s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(78) {
                -webkit-transition-delay: 1.67s;
                -o-transition-delay: 1.67s;
                transition-delay: 1.67s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(79) {
                -webkit-transition-delay: 1.685s;
                -o-transition-delay: 1.685s;
                transition-delay: 1.685s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(80) {
                -webkit-transition-delay: 1.7s;
                -o-transition-delay: 1.7s;
                transition-delay: 1.7s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(81) {
                -webkit-transition-delay: 1.715s;
                -o-transition-delay: 1.715s;
                transition-delay: 1.715s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(82) {
                -webkit-transition-delay: 1.73s;
                -o-transition-delay: 1.73s;
                transition-delay: 1.73s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(83) {
                -webkit-transition-delay: 1.745s;
                -o-transition-delay: 1.745s;
                transition-delay: 1.745s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(84) {
                -webkit-transition-delay: 1.76s;
                -o-transition-delay: 1.76s;
                transition-delay: 1.76s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(85) {
                -webkit-transition-delay: 1.775s;
                -o-transition-delay: 1.775s;
                transition-delay: 1.775s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(86) {
                -webkit-transition-delay: 1.79s;
                -o-transition-delay: 1.79s;
                transition-delay: 1.79s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(87) {
                -webkit-transition-delay: 1.805s;
                -o-transition-delay: 1.805s;
                transition-delay: 1.805s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(88) {
                -webkit-transition-delay: 1.82s;
                -o-transition-delay: 1.82s;
                transition-delay: 1.82s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(89) {
                -webkit-transition-delay: 1.835s;
                -o-transition-delay: 1.835s;
                transition-delay: 1.835s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(90) {
                -webkit-transition-delay: 1.85s;
                -o-transition-delay: 1.85s;
                transition-delay: 1.85s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(91) {
                -webkit-transition-delay: 1.865s;
                -o-transition-delay: 1.865s;
                transition-delay: 1.865s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(92) {
                -webkit-transition-delay: 1.88s;
                -o-transition-delay: 1.88s;
                transition-delay: 1.88s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(93) {
                -webkit-transition-delay: 1.895s;
                -o-transition-delay: 1.895s;
                transition-delay: 1.895s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(94) {
                -webkit-transition-delay: 1.91s;
                -o-transition-delay: 1.91s;
                transition-delay: 1.91s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(95) {
                -webkit-transition-delay: 1.925s;
                -o-transition-delay: 1.925s;
                transition-delay: 1.925s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(96) {
                -webkit-transition-delay: 1.94s;
                -o-transition-delay: 1.94s;
                transition-delay: 1.94s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(97) {
                -webkit-transition-delay: 1.955s;
                -o-transition-delay: 1.955s;
                transition-delay: 1.955s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(98) {
                -webkit-transition-delay: 1.97s;
                -o-transition-delay: 1.97s;
                transition-delay: 1.97s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(99) {
                -webkit-transition-delay: 1.985s;
                -o-transition-delay: 1.985s;
                transition-delay: 1.985s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(100) {
                -webkit-transition-delay: 2s;
                -o-transition-delay: 2s;
                transition-delay: 2s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(101) {
                -webkit-transition-delay: 2.015s;
                -o-transition-delay: 2.015s;
                transition-delay: 2.015s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(102) {
                -webkit-transition-delay: 2.03s;
                -o-transition-delay: 2.03s;
                transition-delay: 2.03s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(103) {
                -webkit-transition-delay: 2.045s;
                -o-transition-delay: 2.045s;
                transition-delay: 2.045s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(104) {
                -webkit-transition-delay: 2.06s;
                -o-transition-delay: 2.06s;
                transition-delay: 2.06s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(105) {
                -webkit-transition-delay: 2.075s;
                -o-transition-delay: 2.075s;
                transition-delay: 2.075s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(106) {
                -webkit-transition-delay: 2.09s;
                -o-transition-delay: 2.09s;
                transition-delay: 2.09s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(107) {
                -webkit-transition-delay: 2.105s;
                -o-transition-delay: 2.105s;
                transition-delay: 2.105s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(108) {
                -webkit-transition-delay: 2.12s;
                -o-transition-delay: 2.12s;
                transition-delay: 2.12s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(109) {
                -webkit-transition-delay: 2.135s;
                -o-transition-delay: 2.135s;
                transition-delay: 2.135s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(110) {
                -webkit-transition-delay: 2.15s;
                -o-transition-delay: 2.15s;
                transition-delay: 2.15s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(111) {
                -webkit-transition-delay: 2.165s;
                -o-transition-delay: 2.165s;
                transition-delay: 2.165s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(112) {
                -webkit-transition-delay: 2.18s;
                -o-transition-delay: 2.18s;
                transition-delay: 2.18s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(113) {
                -webkit-transition-delay: 2.195s;
                -o-transition-delay: 2.195s;
                transition-delay: 2.195s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(114) {
                -webkit-transition-delay: 2.21s;
                -o-transition-delay: 2.21s;
                transition-delay: 2.21s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(115) {
                -webkit-transition-delay: 2.225s;
                -o-transition-delay: 2.225s;
                transition-delay: 2.225s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(116) {
                -webkit-transition-delay: 2.24s;
                -o-transition-delay: 2.24s;
                transition-delay: 2.24s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(117) {
                -webkit-transition-delay: 2.255s;
                -o-transition-delay: 2.255s;
                transition-delay: 2.255s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(118) {
                -webkit-transition-delay: 2.27s;
                -o-transition-delay: 2.27s;
                transition-delay: 2.27s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(119) {
                -webkit-transition-delay: 2.285s;
                -o-transition-delay: 2.285s;
                transition-delay: 2.285s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(120) {
                -webkit-transition-delay: 2.3s;
                -o-transition-delay: 2.3s;
                transition-delay: 2.3s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(121) {
                -webkit-transition-delay: 2.315s;
                -o-transition-delay: 2.315s;
                transition-delay: 2.315s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(122) {
                -webkit-transition-delay: 2.33s;
                -o-transition-delay: 2.33s;
                transition-delay: 2.33s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(123) {
                -webkit-transition-delay: 2.345s;
                -o-transition-delay: 2.345s;
                transition-delay: 2.345s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(124) {
                -webkit-transition-delay: 2.36s;
                -o-transition-delay: 2.36s;
                transition-delay: 2.36s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(125) {
                -webkit-transition-delay: 2.375s;
                -o-transition-delay: 2.375s;
                transition-delay: 2.375s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(126) {
                -webkit-transition-delay: 2.39s;
                -o-transition-delay: 2.39s;
                transition-delay: 2.39s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(127) {
                -webkit-transition-delay: 2.405s;
                -o-transition-delay: 2.405s;
                transition-delay: 2.405s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(128) {
                -webkit-transition-delay: 2.42s;
                -o-transition-delay: 2.42s;
                transition-delay: 2.42s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(129) {
                -webkit-transition-delay: 2.435s;
                -o-transition-delay: 2.435s;
                transition-delay: 2.435s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(130) {
                -webkit-transition-delay: 2.45s;
                -o-transition-delay: 2.45s;
                transition-delay: 2.45s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(131) {
                -webkit-transition-delay: 2.465s;
                -o-transition-delay: 2.465s;
                transition-delay: 2.465s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(132) {
                -webkit-transition-delay: 2.48s;
                -o-transition-delay: 2.48s;
                transition-delay: 2.48s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(133) {
                -webkit-transition-delay: 2.495s;
                -o-transition-delay: 2.495s;
                transition-delay: 2.495s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(134) {
                -webkit-transition-delay: 2.51s;
                -o-transition-delay: 2.51s;
                transition-delay: 2.51s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(135) {
                -webkit-transition-delay: 2.525s;
                -o-transition-delay: 2.525s;
                transition-delay: 2.525s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(136) {
                -webkit-transition-delay: 2.54s;
                -o-transition-delay: 2.54s;
                transition-delay: 2.54s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(137) {
                -webkit-transition-delay: 2.555s;
                -o-transition-delay: 2.555s;
                transition-delay: 2.555s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(138) {
                -webkit-transition-delay: 2.57s;
                -o-transition-delay: 2.57s;
                transition-delay: 2.57s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(139) {
                -webkit-transition-delay: 2.585s;
                -o-transition-delay: 2.585s;
                transition-delay: 2.585s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(140) {
                -webkit-transition-delay: 2.6s;
                -o-transition-delay: 2.6s;
                transition-delay: 2.6s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(141) {
                -webkit-transition-delay: 2.615s;
                -o-transition-delay: 2.615s;
                transition-delay: 2.615s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(142) {
                -webkit-transition-delay: 2.63s;
                -o-transition-delay: 2.63s;
                transition-delay: 2.63s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(143) {
                -webkit-transition-delay: 2.645s;
                -o-transition-delay: 2.645s;
                transition-delay: 2.645s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(144) {
                -webkit-transition-delay: 2.66s;
                -o-transition-delay: 2.66s;
                transition-delay: 2.66s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(145) {
                -webkit-transition-delay: 2.675s;
                -o-transition-delay: 2.675s;
                transition-delay: 2.675s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(146) {
                -webkit-transition-delay: 2.69s;
                -o-transition-delay: 2.69s;
                transition-delay: 2.69s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(147) {
                -webkit-transition-delay: 2.705s;
                -o-transition-delay: 2.705s;
                transition-delay: 2.705s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(148) {
                -webkit-transition-delay: 2.72s;
                -o-transition-delay: 2.72s;
                transition-delay: 2.72s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(149) {
                -webkit-transition-delay: 2.735s;
                -o-transition-delay: 2.735s;
                transition-delay: 2.735s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(150) {
                -webkit-transition-delay: 2.75s;
                -o-transition-delay: 2.75s;
                transition-delay: 2.75s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(151) {
                -webkit-transition-delay: 2.765s;
                -o-transition-delay: 2.765s;
                transition-delay: 2.765s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(152) {
                -webkit-transition-delay: 2.78s;
                -o-transition-delay: 2.78s;
                transition-delay: 2.78s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(153) {
                -webkit-transition-delay: 2.795s;
                -o-transition-delay: 2.795s;
                transition-delay: 2.795s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(154) {
                -webkit-transition-delay: 2.81s;
                -o-transition-delay: 2.81s;
                transition-delay: 2.81s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(155) {
                -webkit-transition-delay: 2.825s;
                -o-transition-delay: 2.825s;
                transition-delay: 2.825s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(156) {
                -webkit-transition-delay: 2.84s;
                -o-transition-delay: 2.84s;
                transition-delay: 2.84s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(157) {
                -webkit-transition-delay: 2.855s;
                -o-transition-delay: 2.855s;
                transition-delay: 2.855s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(158) {
                -webkit-transition-delay: 2.87s;
                -o-transition-delay: 2.87s;
                transition-delay: 2.87s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(159) {
                -webkit-transition-delay: 2.885s;
                -o-transition-delay: 2.885s;
                transition-delay: 2.885s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(160) {
                -webkit-transition-delay: 2.9s;
                -o-transition-delay: 2.9s;
                transition-delay: 2.9s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(161) {
                -webkit-transition-delay: 2.915s;
                -o-transition-delay: 2.915s;
                transition-delay: 2.915s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(162) {
                -webkit-transition-delay: 2.93s;
                -o-transition-delay: 2.93s;
                transition-delay: 2.93s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(163) {
                -webkit-transition-delay: 2.945s;
                -o-transition-delay: 2.945s;
                transition-delay: 2.945s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(164) {
                -webkit-transition-delay: 2.96s;
                -o-transition-delay: 2.96s;
                transition-delay: 2.96s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(165) {
                -webkit-transition-delay: 2.975s;
                -o-transition-delay: 2.975s;
                transition-delay: 2.975s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(166) {
                -webkit-transition-delay: 2.99s;
                -o-transition-delay: 2.99s;
                transition-delay: 2.99s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(167) {
                -webkit-transition-delay: 3.005s;
                -o-transition-delay: 3.005s;
                transition-delay: 3.005s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(168) {
                -webkit-transition-delay: 3.02s;
                -o-transition-delay: 3.02s;
                transition-delay: 3.02s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(169) {
                -webkit-transition-delay: 3.035s;
                -o-transition-delay: 3.035s;
                transition-delay: 3.035s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(170) {
                -webkit-transition-delay: 3.05s;
                -o-transition-delay: 3.05s;
                transition-delay: 3.05s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(171) {
                -webkit-transition-delay: 3.065s;
                -o-transition-delay: 3.065s;
                transition-delay: 3.065s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(172) {
                -webkit-transition-delay: 3.08s;
                -o-transition-delay: 3.08s;
                transition-delay: 3.08s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(173) {
                -webkit-transition-delay: 3.095s;
                -o-transition-delay: 3.095s;
                transition-delay: 3.095s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(174) {
                -webkit-transition-delay: 3.11s;
                -o-transition-delay: 3.11s;
                transition-delay: 3.11s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(175) {
                -webkit-transition-delay: 3.125s;
                -o-transition-delay: 3.125s;
                transition-delay: 3.125s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(176) {
                -webkit-transition-delay: 3.14s;
                -o-transition-delay: 3.14s;
                transition-delay: 3.14s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(177) {
                -webkit-transition-delay: 3.155s;
                -o-transition-delay: 3.155s;
                transition-delay: 3.155s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(178) {
                -webkit-transition-delay: 3.17s;
                -o-transition-delay: 3.17s;
                transition-delay: 3.17s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(179) {
                -webkit-transition-delay: 3.185s;
                -o-transition-delay: 3.185s;
                transition-delay: 3.185s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(180) {
                -webkit-transition-delay: 3.2s;
                -o-transition-delay: 3.2s;
                transition-delay: 3.2s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(181) {
                -webkit-transition-delay: 3.215s;
                -o-transition-delay: 3.215s;
                transition-delay: 3.215s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(182) {
                -webkit-transition-delay: 3.23s;
                -o-transition-delay: 3.23s;
                transition-delay: 3.23s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(183) {
                -webkit-transition-delay: 3.245s;
                -o-transition-delay: 3.245s;
                transition-delay: 3.245s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(184) {
                -webkit-transition-delay: 3.26s;
                -o-transition-delay: 3.26s;
                transition-delay: 3.26s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(185) {
                -webkit-transition-delay: 3.275s;
                -o-transition-delay: 3.275s;
                transition-delay: 3.275s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(186) {
                -webkit-transition-delay: 3.29s;
                -o-transition-delay: 3.29s;
                transition-delay: 3.29s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(187) {
                -webkit-transition-delay: 3.305s;
                -o-transition-delay: 3.305s;
                transition-delay: 3.305s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(188) {
                -webkit-transition-delay: 3.32s;
                -o-transition-delay: 3.32s;
                transition-delay: 3.32s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(189) {
                -webkit-transition-delay: 3.335s;
                -o-transition-delay: 3.335s;
                transition-delay: 3.335s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(190) {
                -webkit-transition-delay: 3.35s;
                -o-transition-delay: 3.35s;
                transition-delay: 3.35s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(191) {
                -webkit-transition-delay: 3.365s;
                -o-transition-delay: 3.365s;
                transition-delay: 3.365s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(192) {
                -webkit-transition-delay: 3.38s;
                -o-transition-delay: 3.38s;
                transition-delay: 3.38s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(193) {
                -webkit-transition-delay: 3.395s;
                -o-transition-delay: 3.395s;
                transition-delay: 3.395s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(194) {
                -webkit-transition-delay: 3.41s;
                -o-transition-delay: 3.41s;
                transition-delay: 3.41s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(195) {
                -webkit-transition-delay: 3.425s;
                -o-transition-delay: 3.425s;
                transition-delay: 3.425s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(196) {
                -webkit-transition-delay: 3.44s;
                -o-transition-delay: 3.44s;
                transition-delay: 3.44s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(197) {
                -webkit-transition-delay: 3.455s;
                -o-transition-delay: 3.455s;
                transition-delay: 3.455s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(198) {
                -webkit-transition-delay: 3.47s;
                -o-transition-delay: 3.47s;
                transition-delay: 3.47s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(199) {
                -webkit-transition-delay: 3.485s;
                -o-transition-delay: 3.485s;
                transition-delay: 3.485s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(200) {
                -webkit-transition-delay: 3.5s;
                -o-transition-delay: 3.5s;
                transition-delay: 3.5s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(201) {
                -webkit-transition-delay: 3.515s;
                -o-transition-delay: 3.515s;
                transition-delay: 3.515s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(202) {
                -webkit-transition-delay: 3.53s;
                -o-transition-delay: 3.53s;
                transition-delay: 3.53s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(203) {
                -webkit-transition-delay: 3.545s;
                -o-transition-delay: 3.545s;
                transition-delay: 3.545s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(204) {
                -webkit-transition-delay: 3.56s;
                -o-transition-delay: 3.56s;
                transition-delay: 3.56s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(205) {
                -webkit-transition-delay: 3.575s;
                -o-transition-delay: 3.575s;
                transition-delay: 3.575s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(206) {
                -webkit-transition-delay: 3.59s;
                -o-transition-delay: 3.59s;
                transition-delay: 3.59s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(207) {
                -webkit-transition-delay: 3.605s;
                -o-transition-delay: 3.605s;
                transition-delay: 3.605s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(208) {
                -webkit-transition-delay: 3.62s;
                -o-transition-delay: 3.62s;
                transition-delay: 3.62s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(209) {
                -webkit-transition-delay: 3.635s;
                -o-transition-delay: 3.635s;
                transition-delay: 3.635s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(210) {
                -webkit-transition-delay: 3.65s;
                -o-transition-delay: 3.65s;
                transition-delay: 3.65s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(211) {
                -webkit-transition-delay: 3.665s;
                -o-transition-delay: 3.665s;
                transition-delay: 3.665s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(212) {
                -webkit-transition-delay: 3.68s;
                -o-transition-delay: 3.68s;
                transition-delay: 3.68s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(213) {
                -webkit-transition-delay: 3.695s;
                -o-transition-delay: 3.695s;
                transition-delay: 3.695s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(214) {
                -webkit-transition-delay: 3.71s;
                -o-transition-delay: 3.71s;
                transition-delay: 3.71s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(215) {
                -webkit-transition-delay: 3.725s;
                -o-transition-delay: 3.725s;
                transition-delay: 3.725s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(216) {
                -webkit-transition-delay: 3.74s;
                -o-transition-delay: 3.74s;
                transition-delay: 3.74s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(217) {
                -webkit-transition-delay: 3.755s;
                -o-transition-delay: 3.755s;
                transition-delay: 3.755s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(218) {
                -webkit-transition-delay: 3.77s;
                -o-transition-delay: 3.77s;
                transition-delay: 3.77s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(219) {
                -webkit-transition-delay: 3.785s;
                -o-transition-delay: 3.785s;
                transition-delay: 3.785s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(220) {
                -webkit-transition-delay: 3.8s;
                -o-transition-delay: 3.8s;
                transition-delay: 3.8s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(221) {
                -webkit-transition-delay: 3.815s;
                -o-transition-delay: 3.815s;
                transition-delay: 3.815s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(222) {
                -webkit-transition-delay: 3.83s;
                -o-transition-delay: 3.83s;
                transition-delay: 3.83s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(223) {
                -webkit-transition-delay: 3.845s;
                -o-transition-delay: 3.845s;
                transition-delay: 3.845s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(224) {
                -webkit-transition-delay: 3.86s;
                -o-transition-delay: 3.86s;
                transition-delay: 3.86s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(225) {
                -webkit-transition-delay: 3.875s;
                -o-transition-delay: 3.875s;
                transition-delay: 3.875s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(226) {
                -webkit-transition-delay: 3.89s;
                -o-transition-delay: 3.89s;
                transition-delay: 3.89s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(227) {
                -webkit-transition-delay: 3.905s;
                -o-transition-delay: 3.905s;
                transition-delay: 3.905s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(228) {
                -webkit-transition-delay: 3.92s;
                -o-transition-delay: 3.92s;
                transition-delay: 3.92s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(229) {
                -webkit-transition-delay: 3.935s;
                -o-transition-delay: 3.935s;
                transition-delay: 3.935s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(230) {
                -webkit-transition-delay: 3.95s;
                -o-transition-delay: 3.95s;
                transition-delay: 3.95s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(231) {
                -webkit-transition-delay: 3.965s;
                -o-transition-delay: 3.965s;
                transition-delay: 3.965s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(232) {
                -webkit-transition-delay: 3.98s;
                -o-transition-delay: 3.98s;
                transition-delay: 3.98s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(233) {
                -webkit-transition-delay: 3.995s;
                -o-transition-delay: 3.995s;
                transition-delay: 3.995s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(234) {
                -webkit-transition-delay: 4.01s;
                -o-transition-delay: 4.01s;
                transition-delay: 4.01s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(235) {
                -webkit-transition-delay: 4.025s;
                -o-transition-delay: 4.025s;
                transition-delay: 4.025s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(236) {
                -webkit-transition-delay: 4.04s;
                -o-transition-delay: 4.04s;
                transition-delay: 4.04s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(237) {
                -webkit-transition-delay: 4.055s;
                -o-transition-delay: 4.055s;
                transition-delay: 4.055s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(238) {
                -webkit-transition-delay: 4.07s;
                -o-transition-delay: 4.07s;
                transition-delay: 4.07s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(239) {
                -webkit-transition-delay: 4.085s;
                -o-transition-delay: 4.085s;
                transition-delay: 4.085s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(240) {
                -webkit-transition-delay: 4.1s;
                -o-transition-delay: 4.1s;
                transition-delay: 4.1s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(241) {
                -webkit-transition-delay: 4.115s;
                -o-transition-delay: 4.115s;
                transition-delay: 4.115s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(242) {
                -webkit-transition-delay: 4.13s;
                -o-transition-delay: 4.13s;
                transition-delay: 4.13s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(243) {
                -webkit-transition-delay: 4.145s;
                -o-transition-delay: 4.145s;
                transition-delay: 4.145s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(244) {
                -webkit-transition-delay: 4.16s;
                -o-transition-delay: 4.16s;
                transition-delay: 4.16s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(245) {
                -webkit-transition-delay: 4.175s;
                -o-transition-delay: 4.175s;
                transition-delay: 4.175s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(246) {
                -webkit-transition-delay: 4.19s;
                -o-transition-delay: 4.19s;
                transition-delay: 4.19s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(247) {
                -webkit-transition-delay: 4.205s;
                -o-transition-delay: 4.205s;
                transition-delay: 4.205s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(248) {
                -webkit-transition-delay: 4.22s;
                -o-transition-delay: 4.22s;
                transition-delay: 4.22s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(249) {
                -webkit-transition-delay: 4.235s;
                -o-transition-delay: 4.235s;
                transition-delay: 4.235s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(250) {
                -webkit-transition-delay: 4.25s;
                -o-transition-delay: 4.25s;
                transition-delay: 4.25s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(251) {
                -webkit-transition-delay: 4.265s;
                -o-transition-delay: 4.265s;
                transition-delay: 4.265s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(252) {
                -webkit-transition-delay: 4.28s;
                -o-transition-delay: 4.28s;
                transition-delay: 4.28s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(253) {
                -webkit-transition-delay: 4.295s;
                -o-transition-delay: 4.295s;
                transition-delay: 4.295s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(254) {
                -webkit-transition-delay: 4.31s;
                -o-transition-delay: 4.31s;
                transition-delay: 4.31s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(255) {
                -webkit-transition-delay: 4.325s;
                -o-transition-delay: 4.325s;
                transition-delay: 4.325s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(256) {
                -webkit-transition-delay: 4.34s;
                -o-transition-delay: 4.34s;
                transition-delay: 4.34s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(257) {
                -webkit-transition-delay: 4.355s;
                -o-transition-delay: 4.355s;
                transition-delay: 4.355s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(258) {
                -webkit-transition-delay: 4.37s;
                -o-transition-delay: 4.37s;
                transition-delay: 4.37s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(259) {
                -webkit-transition-delay: 4.385s;
                -o-transition-delay: 4.385s;
                transition-delay: 4.385s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(260) {
                -webkit-transition-delay: 4.4s;
                -o-transition-delay: 4.4s;
                transition-delay: 4.4s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(261) {
                -webkit-transition-delay: 4.415s;
                -o-transition-delay: 4.415s;
                transition-delay: 4.415s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(262) {
                -webkit-transition-delay: 4.43s;
                -o-transition-delay: 4.43s;
                transition-delay: 4.43s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(263) {
                -webkit-transition-delay: 4.445s;
                -o-transition-delay: 4.445s;
                transition-delay: 4.445s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(264) {
                -webkit-transition-delay: 4.46s;
                -o-transition-delay: 4.46s;
                transition-delay: 4.46s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(265) {
                -webkit-transition-delay: 4.475s;
                -o-transition-delay: 4.475s;
                transition-delay: 4.475s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(266) {
                -webkit-transition-delay: 4.49s;
                -o-transition-delay: 4.49s;
                transition-delay: 4.49s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(267) {
                -webkit-transition-delay: 4.505s;
                -o-transition-delay: 4.505s;
                transition-delay: 4.505s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(268) {
                -webkit-transition-delay: 4.52s;
                -o-transition-delay: 4.52s;
                transition-delay: 4.52s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(269) {
                -webkit-transition-delay: 4.535s;
                -o-transition-delay: 4.535s;
                transition-delay: 4.535s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(270) {
                -webkit-transition-delay: 4.55s;
                -o-transition-delay: 4.55s;
                transition-delay: 4.55s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(271) {
                -webkit-transition-delay: 4.565s;
                -o-transition-delay: 4.565s;
                transition-delay: 4.565s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(272) {
                -webkit-transition-delay: 4.58s;
                -o-transition-delay: 4.58s;
                transition-delay: 4.58s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(273) {
                -webkit-transition-delay: 4.595s;
                -o-transition-delay: 4.595s;
                transition-delay: 4.595s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(274) {
                -webkit-transition-delay: 4.61s;
                -o-transition-delay: 4.61s;
                transition-delay: 4.61s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(275) {
                -webkit-transition-delay: 4.625s;
                -o-transition-delay: 4.625s;
                transition-delay: 4.625s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(276) {
                -webkit-transition-delay: 4.64s;
                -o-transition-delay: 4.64s;
                transition-delay: 4.64s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(277) {
                -webkit-transition-delay: 4.655s;
                -o-transition-delay: 4.655s;
                transition-delay: 4.655s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(278) {
                -webkit-transition-delay: 4.67s;
                -o-transition-delay: 4.67s;
                transition-delay: 4.67s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(279) {
                -webkit-transition-delay: 4.685s;
                -o-transition-delay: 4.685s;
                transition-delay: 4.685s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(280) {
                -webkit-transition-delay: 4.7s;
                -o-transition-delay: 4.7s;
                transition-delay: 4.7s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(281) {
                -webkit-transition-delay: 4.715s;
                -o-transition-delay: 4.715s;
                transition-delay: 4.715s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(282) {
                -webkit-transition-delay: 4.73s;
                -o-transition-delay: 4.73s;
                transition-delay: 4.73s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(283) {
                -webkit-transition-delay: 4.745s;
                -o-transition-delay: 4.745s;
                transition-delay: 4.745s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(284) {
                -webkit-transition-delay: 4.76s;
                -o-transition-delay: 4.76s;
                transition-delay: 4.76s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(285) {
                -webkit-transition-delay: 4.775s;
                -o-transition-delay: 4.775s;
                transition-delay: 4.775s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(286) {
                -webkit-transition-delay: 4.79s;
                -o-transition-delay: 4.79s;
                transition-delay: 4.79s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(287) {
                -webkit-transition-delay: 4.805s;
                -o-transition-delay: 4.805s;
                transition-delay: 4.805s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(288) {
                -webkit-transition-delay: 4.82s;
                -o-transition-delay: 4.82s;
                transition-delay: 4.82s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(289) {
                -webkit-transition-delay: 4.835s;
                -o-transition-delay: 4.835s;
                transition-delay: 4.835s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(290) {
                -webkit-transition-delay: 4.85s;
                -o-transition-delay: 4.85s;
                transition-delay: 4.85s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(291) {
                -webkit-transition-delay: 4.865s;
                -o-transition-delay: 4.865s;
                transition-delay: 4.865s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(292) {
                -webkit-transition-delay: 4.88s;
                -o-transition-delay: 4.88s;
                transition-delay: 4.88s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(293) {
                -webkit-transition-delay: 4.895s;
                -o-transition-delay: 4.895s;
                transition-delay: 4.895s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(294) {
                -webkit-transition-delay: 4.91s;
                -o-transition-delay: 4.91s;
                transition-delay: 4.91s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(295) {
                -webkit-transition-delay: 4.925s;
                -o-transition-delay: 4.925s;
                transition-delay: 4.925s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(296) {
                -webkit-transition-delay: 4.94s;
                -o-transition-delay: 4.94s;
                transition-delay: 4.94s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(297) {
                -webkit-transition-delay: 4.955s;
                -o-transition-delay: 4.955s;
                transition-delay: 4.955s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(298) {
                -webkit-transition-delay: 4.97s;
                -o-transition-delay: 4.97s;
                transition-delay: 4.97s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(299) {
                -webkit-transition-delay: 4.985s;
                -o-transition-delay: 4.985s;
                transition-delay: 4.985s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(300) {
                -webkit-transition-delay: 5s;
                -o-transition-delay: 5s;
                transition-delay: 5s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(301) {
                -webkit-transition-delay: 5.015s;
                -o-transition-delay: 5.015s;
                transition-delay: 5.015s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(302) {
                -webkit-transition-delay: 5.03s;
                -o-transition-delay: 5.03s;
                transition-delay: 5.03s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(303) {
                -webkit-transition-delay: 5.045s;
                -o-transition-delay: 5.045s;
                transition-delay: 5.045s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(304) {
                -webkit-transition-delay: 5.06s;
                -o-transition-delay: 5.06s;
                transition-delay: 5.06s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(305) {
                -webkit-transition-delay: 5.075s;
                -o-transition-delay: 5.075s;
                transition-delay: 5.075s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(306) {
                -webkit-transition-delay: 5.09s;
                -o-transition-delay: 5.09s;
                transition-delay: 5.09s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(307) {
                -webkit-transition-delay: 5.105s;
                -o-transition-delay: 5.105s;
                transition-delay: 5.105s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(308) {
                -webkit-transition-delay: 5.12s;
                -o-transition-delay: 5.12s;
                transition-delay: 5.12s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(309) {
                -webkit-transition-delay: 5.135s;
                -o-transition-delay: 5.135s;
                transition-delay: 5.135s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(310) {
                -webkit-transition-delay: 5.15s;
                -o-transition-delay: 5.15s;
                transition-delay: 5.15s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(311) {
                -webkit-transition-delay: 5.165s;
                -o-transition-delay: 5.165s;
                transition-delay: 5.165s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(312) {
                -webkit-transition-delay: 5.18s;
                -o-transition-delay: 5.18s;
                transition-delay: 5.18s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(313) {
                -webkit-transition-delay: 5.195s;
                -o-transition-delay: 5.195s;
                transition-delay: 5.195s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(314) {
                -webkit-transition-delay: 5.21s;
                -o-transition-delay: 5.21s;
                transition-delay: 5.21s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(315) {
                -webkit-transition-delay: 5.225s;
                -o-transition-delay: 5.225s;
                transition-delay: 5.225s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(316) {
                -webkit-transition-delay: 5.24s;
                -o-transition-delay: 5.24s;
                transition-delay: 5.24s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(317) {
                -webkit-transition-delay: 5.255s;
                -o-transition-delay: 5.255s;
                transition-delay: 5.255s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(318) {
                -webkit-transition-delay: 5.27s;
                -o-transition-delay: 5.27s;
                transition-delay: 5.27s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(319) {
                -webkit-transition-delay: 5.285s;
                -o-transition-delay: 5.285s;
                transition-delay: 5.285s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(320) {
                -webkit-transition-delay: 5.3s;
                -o-transition-delay: 5.3s;
                transition-delay: 5.3s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(321) {
                -webkit-transition-delay: 5.315s;
                -o-transition-delay: 5.315s;
                transition-delay: 5.315s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(322) {
                -webkit-transition-delay: 5.33s;
                -o-transition-delay: 5.33s;
                transition-delay: 5.33s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(323) {
                -webkit-transition-delay: 5.345s;
                -o-transition-delay: 5.345s;
                transition-delay: 5.345s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(324) {
                -webkit-transition-delay: 5.36s;
                -o-transition-delay: 5.36s;
                transition-delay: 5.36s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(325) {
                -webkit-transition-delay: 5.375s;
                -o-transition-delay: 5.375s;
                transition-delay: 5.375s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(326) {
                -webkit-transition-delay: 5.39s;
                -o-transition-delay: 5.39s;
                transition-delay: 5.39s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(327) {
                -webkit-transition-delay: 5.405s;
                -o-transition-delay: 5.405s;
                transition-delay: 5.405s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(328) {
                -webkit-transition-delay: 5.42s;
                -o-transition-delay: 5.42s;
                transition-delay: 5.42s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(329) {
                -webkit-transition-delay: 5.435s;
                -o-transition-delay: 5.435s;
                transition-delay: 5.435s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(330) {
                -webkit-transition-delay: 5.45s;
                -o-transition-delay: 5.45s;
                transition-delay: 5.45s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(331) {
                -webkit-transition-delay: 5.465s;
                -o-transition-delay: 5.465s;
                transition-delay: 5.465s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(332) {
                -webkit-transition-delay: 5.48s;
                -o-transition-delay: 5.48s;
                transition-delay: 5.48s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(333) {
                -webkit-transition-delay: 5.495s;
                -o-transition-delay: 5.495s;
                transition-delay: 5.495s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(334) {
                -webkit-transition-delay: 5.51s;
                -o-transition-delay: 5.51s;
                transition-delay: 5.51s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(335) {
                -webkit-transition-delay: 5.525s;
                -o-transition-delay: 5.525s;
                transition-delay: 5.525s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(336) {
                -webkit-transition-delay: 5.54s;
                -o-transition-delay: 5.54s;
                transition-delay: 5.54s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(337) {
                -webkit-transition-delay: 5.555s;
                -o-transition-delay: 5.555s;
                transition-delay: 5.555s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(338) {
                -webkit-transition-delay: 5.57s;
                -o-transition-delay: 5.57s;
                transition-delay: 5.57s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(339) {
                -webkit-transition-delay: 5.585s;
                -o-transition-delay: 5.585s;
                transition-delay: 5.585s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(340) {
                -webkit-transition-delay: 5.6s;
                -o-transition-delay: 5.6s;
                transition-delay: 5.6s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(341) {
                -webkit-transition-delay: 5.615s;
                -o-transition-delay: 5.615s;
                transition-delay: 5.615s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(342) {
                -webkit-transition-delay: 5.63s;
                -o-transition-delay: 5.63s;
                transition-delay: 5.63s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(343) {
                -webkit-transition-delay: 5.645s;
                -o-transition-delay: 5.645s;
                transition-delay: 5.645s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(344) {
                -webkit-transition-delay: 5.66s;
                -o-transition-delay: 5.66s;
                transition-delay: 5.66s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(345) {
                -webkit-transition-delay: 5.675s;
                -o-transition-delay: 5.675s;
                transition-delay: 5.675s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(346) {
                -webkit-transition-delay: 5.69s;
                -o-transition-delay: 5.69s;
                transition-delay: 5.69s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(347) {
                -webkit-transition-delay: 5.705s;
                -o-transition-delay: 5.705s;
                transition-delay: 5.705s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(348) {
                -webkit-transition-delay: 5.72s;
                -o-transition-delay: 5.72s;
                transition-delay: 5.72s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(349) {
                -webkit-transition-delay: 5.735s;
                -o-transition-delay: 5.735s;
                transition-delay: 5.735s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(350) {
                -webkit-transition-delay: 5.75s;
                -o-transition-delay: 5.75s;
                transition-delay: 5.75s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(351) {
                -webkit-transition-delay: 5.765s;
                -o-transition-delay: 5.765s;
                transition-delay: 5.765s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(352) {
                -webkit-transition-delay: 5.78s;
                -o-transition-delay: 5.78s;
                transition-delay: 5.78s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(353) {
                -webkit-transition-delay: 5.795s;
                -o-transition-delay: 5.795s;
                transition-delay: 5.795s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(354) {
                -webkit-transition-delay: 5.81s;
                -o-transition-delay: 5.81s;
                transition-delay: 5.81s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(355) {
                -webkit-transition-delay: 5.825s;
                -o-transition-delay: 5.825s;
                transition-delay: 5.825s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(356) {
                -webkit-transition-delay: 5.84s;
                -o-transition-delay: 5.84s;
                transition-delay: 5.84s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(357) {
                -webkit-transition-delay: 5.855s;
                -o-transition-delay: 5.855s;
                transition-delay: 5.855s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(358) {
                -webkit-transition-delay: 5.87s;
                -o-transition-delay: 5.87s;
                transition-delay: 5.87s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(359) {
                -webkit-transition-delay: 5.885s;
                -o-transition-delay: 5.885s;
                transition-delay: 5.885s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(360) {
                -webkit-transition-delay: 5.9s;
                -o-transition-delay: 5.9s;
                transition-delay: 5.9s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(361) {
                -webkit-transition-delay: 5.915s;
                -o-transition-delay: 5.915s;
                transition-delay: 5.915s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(362) {
                -webkit-transition-delay: 5.93s;
                -o-transition-delay: 5.93s;
                transition-delay: 5.93s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(363) {
                -webkit-transition-delay: 5.945s;
                -o-transition-delay: 5.945s;
                transition-delay: 5.945s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(364) {
                -webkit-transition-delay: 5.96s;
                -o-transition-delay: 5.96s;
                transition-delay: 5.96s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(365) {
                -webkit-transition-delay: 5.975s;
                -o-transition-delay: 5.975s;
                transition-delay: 5.975s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(366) {
                -webkit-transition-delay: 5.99s;
                -o-transition-delay: 5.99s;
                transition-delay: 5.99s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(367) {
                -webkit-transition-delay: 6.005s;
                -o-transition-delay: 6.005s;
                transition-delay: 6.005s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(368) {
                -webkit-transition-delay: 6.02s;
                -o-transition-delay: 6.02s;
                transition-delay: 6.02s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(369) {
                -webkit-transition-delay: 6.035s;
                -o-transition-delay: 6.035s;
                transition-delay: 6.035s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(370) {
                -webkit-transition-delay: 6.05s;
                -o-transition-delay: 6.05s;
                transition-delay: 6.05s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(371) {
                -webkit-transition-delay: 6.065s;
                -o-transition-delay: 6.065s;
                transition-delay: 6.065s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(372) {
                -webkit-transition-delay: 6.08s;
                -o-transition-delay: 6.08s;
                transition-delay: 6.08s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(373) {
                -webkit-transition-delay: 6.095s;
                -o-transition-delay: 6.095s;
                transition-delay: 6.095s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(374) {
                -webkit-transition-delay: 6.11s;
                -o-transition-delay: 6.11s;
                transition-delay: 6.11s; }
              .swiper-slide-visible .testimonials__item__content__description .testimonials__item__text span:nth-child(375) {
                -webkit-transition-delay: 6.125s;
                -o-transition-delay: 6.125s;
                transition-delay: 6.125s; }
      .testimonials__item__content__author span {
        margin: 1em 0 0 0;
        font-size: 1rem;
        font-style: italic;
        line-height: 22px;
        text-align: center;
        color: var(--col-pritxt);
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all; }

.map {
  position: relative;
  padding: 0; }

.map__container {
  width: 100%;
  height: clamp(300px, 25vw, 600px); }

.map__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  @media all and (min-width: 1025px) {
    .map__contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.map__contact__inner {
  padding: 4em 5em;
  width: 100%; }
  .map__contact__inner h2 {
    margin-top: 0; }
  .map__contact__inner address {
    font-style: normal;
    font-size: 1rem;
    font-weight: 500; }
    .map__contact__inner address .map__contact__inner__phone svg {
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
    .map__contact__inner address .map__contact__inner__phone 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;
      text-decoration: underline; }
      .map__contact__inner address .map__contact__inner__phone a:hover {
        color: var(--col-ter); }
        .map__contact__inner address .map__contact__inner__phone a:hover svg {
          color: var(--col-ter); }
    .map__contact__inner address .map__contact__inner__email 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;
      text-decoration: underline;
      word-break: break-all; }
      .map__contact__inner address .map__contact__inner__email a:hover {
        color: var(--col-ter); }
        .map__contact__inner address .map__contact__inner__email a:hover svg {
          color: var(--col-ter); }
    .map__contact__inner address p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0.25em 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      .map__contact__inner address p svg {
        padding: 0.8em;
        min-height: 44px;
        min-width: 44px;
        border-radius: 50%;
        -webkit-transition: 0.5s ease-in-out all;
        -o-transition: 0.5s ease-in-out all;
        transition: 0.5s ease-in-out all; }
  .map__contact__inner .map__contact__content__title {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: var(--col-pritxt);
    text-transform: uppercase;
    text-align: center; }

@media all and (min-width: 700px) {
  .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .map__contact {
    width: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }

@media all and (min-width: 1025px) {
  .map {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 750px; }
  .map__contact {
    padding: 6vw 0 5vw calc(50% - 635px);
    z-index: 3;
    visibility: hidden;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.3)); }
  .map__contact__inner {
    background-color: var(--col-pri);
    color: var(--col-pritxt);
    width: 492px;
    height: 492px;
    border-radius: 50%;
    visibility: visible; }
  .map__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; } }
