@font-face {
  font-family: "R-sans-Heavy";
  src: url("../type/R-sans-Heavy.woff2") format("woff2"),
    url("../type/R-sans-Heavy.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

img[data-sizes="auto"] {
  display: block;
  min-width: auto;
  width: 100%;
}

:root {
  --purple: #b9a2e2;
  --graybk: #f0ede8;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

video.lazyload,
video.lazyloading {
  opacity: 1;
}

video.lazyloaded {
  transition: opacity 200ms;
}

::-moz-selection {
  color: #000;
  background: var(--purple);
}
::selection {
  color: #000;
  background: var(--purple);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #f8f5f1;
  color: #000;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body,
html {
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, Helvetica, Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

#contactForm .form-control {
  font-family: "Archivo", -apple-system, BlinkMacSystemFont, Helvetica, Arial,
    sans-serif;
}

a {
  transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.1px;
}

p,
footer ul li,
.accordion-content {
  font-size: 19px;
  line-height: 1.6;
}
p.big {
  font-size: 22px;
  line-height: 1.5;
}
p.mini {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.1px;
}

h1 {
  font-size: 38px;
  line-height: 1.3;
}
h2 {
  font-size: 44px;
  line-height: 1.3;
}
h3,
article h2,
.lab-title,
#homepage-projects .title {
  font-size: 28px;
  line-height: 1.4;
}
h4 {
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.line {
  width: calc(100% - 30px);
  height: 1px;
  margin: 0 auto 24px;
  background: color(srgb 0 0 0 / 0.2);
}

.flexy {
  display: flex;
  align-items: center;
}

#homepage-video {
  position: relative;
  width: 100%;
}

#homepage-video:hover {
  cursor: pointer;
}

#homepage-video video {
  width: 100%;
  height: auto;
  display: block;
}

#homepage-video .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  pointer-events: none;
}

#homepage-video .video-overlay img {
  width: 35px;
  height: 35px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

#homepage-video:hover .video-overlay img {
  opacity: 1;
}

#homepage-video:hover .video-overlay {
  background: rgba(0, 0, 0, 0.45);
}

@media (max-width: 788px) {
  #homepage-video .video-overlay img {
    opacity: 1;
  }
}

.homepage-slider,
.homepage-slider * {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.homepage-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.homepage-slider .swiper-slide {
  width: 100%;
  height: 100%;
}

.homepage-slider .swiper-button-next {
  width: 50%;
  height: 100vh;
  background: transparent;
  top: 0;
  margin-top: auto;
  right: 0;
}

.homepage-slider .swiper-button-prev {
  width: 50%;
  height: 100vh;
  background: transparent;
  top: 0;
  margin-top: auto;
  left: 0;
}

.homepage-slider .swiper-button-next:after,
.homepage-slider .swiper-button-prev:after {
  display: none;
}

.homepage-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.landing-hero-text {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 10;
  color: #fff;
  max-width: calc(100% - 82px);

  opacity: 0;
  transform: translateY(-50%) translateY(6px);

  transition: opacity 0.38s ease-out 0.7s,
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1) 0.7s;
}

.landing-hero-text.is-visible {
  opacity: 1;
  transform: translateY(-50%) translateY(0);
}

.landing-hero-text h1 {
  margin: 0;
  font-size: 48px;
}

.homepage-slider .swiper-slide img {
  transform: scale(1) translate(0, 0);
  transition: transform 12s ease-out;
  will-change: transform;
}

.homepage-slider .swiper-slide-active img {
  transform: scale(1.04) translate(-1.5%, -1.5%);
}

.homepage-slider .swiper-slide {
  transition: opacity 0.6s ease;
}

.homepage-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.85;
}

#homepage-intro {
  padding: 60px 0 120px;
}

#homepage-intro .buttons {
  margin-top: 36px;
}

#homepage-intro .buttons .black-btn {
  margin-right: 12px;
}

#homepage-slogan {
  padding: 60px 0 156px;
}

#homepage-slogan .buttons {
  margin-top: 36px;
}

#homepage-projects {
  background: #f0ede8;
  padding: 96px 0 60px;
}

#homepage-projects h2 {
  padding: 12px 0 48px;
}

#homepage-projects a.post.large .date {
  padding: 22px 0 10px;
}

#sobre-manifesto {
  background: var(--graybk);
  padding: 84px 0 132px;
}

#sobre-manifesto h4 {
  padding-bottom: 48px;
}

ul.banner-meta {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.banner-meta li {
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 500;
}

ul.banner-meta li + li::before {
  content: "|";
  margin-right: 12px;
}

.banner-text {
  max-width: 50%;
}

.banner.background {
  position: relative;
  width: 100%;
  height: 55vh;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.banner.background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
.banner.purple {
  width: 100%;
  height: 20vh;
  min-height: 380px;
  background-color: var(--purple);
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #000;
}

.banner-content {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  z-index: 2;
}

.banner h4 {
  font-weight: 500;
  padding-bottom: 12px;
}

.banner-text {
  text-align: left;
}

.little-margin-right {
  padding-right: 80px;
}

.accordion {
  width: 100%;
  color: #000;
}

.accordion-item {
  border-bottom: 1px solid #000;
}

.accordion-item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.accordion-item h4 {
  padding-bottom: 24px;
}

.accordion-item ul li {
  border-top: 1px solid color(srgb 0 0 0 / 0.3);
  display: flex;
  padding: 24px 0;
}

.accordion-item span {
  padding-left: 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
}

#sobre-manifesto .accordion-item span {
  padding-left: 0;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 28px;
}

.icon-text img {
  display: block;
  width: 32px;
}

.accordion-item .half {
  width: 50%;
  float: left;
}

.um-paragrafo {
  padding-bottom: 64px;
}

.meio-paragrafo {
  padding-bottom: 46px;
}

.accordion-item .posts {
  margin-top: 84px;
}

.accordion-item:first-child {
  border-top: 1px solid #000;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 0;
  cursor: pointer;
  transition: all 300ms;
}

.accordion-header:hover {
  color: color(srgb 0 0 0 / 0.5);
}

.accordion-header h2 {
  width: 95%;
  margin: 0;
  text-align: left;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.accordion-header h3 {
  color: #000;
  transition: all 0.2s ease-in-out;
}

.accordion-header:hover h3,
.accordion-header:hover h2 {
  color: color(srgb 0 0 0 / 0.5);
}

.accordion-header .arrow {
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.accordion-item.open .arrow {
  transform: rotate(180deg);
}

.accordion-item.open {
  padding-bottom: 48px;
}

.accordion-item.open .project-card {
  margin-bottom: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease-out, transform 0.25s ease-out;

  opacity: 0;
  transform: translateY(-6px);
}

.accordion-item.open .accordion-content {
  opacity: 1;
  transform: translateY(0);
}

.accordion-content .half a {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.accordion-content .half a:hover {
  opacity: 0.3;
}

#testimonial.purple {
  background-color: var(--purple);
  color: #000;
}

#testimonial .author {
  padding-top: 44px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

#testimonial .author span {
  font-weight: 400;
  display: block;
}

#testimonial {
  padding: 144px 0;
  background: #f0ede8;
}

#testimonial {
  position: relative;
}

#testimonial .swiper-button-prev,
#testimonial .swiper-button-next {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  width: 50%;
  height: 100%;
  /*   background-color: color(srgb 1 0.749 0.8 / 0.2); */
  background: transparent;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;

  cursor: pointer;
}

#testimonial .swiper-button-prev {
  left: 0;
}

#testimonial .swiper-button-next {
  right: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.splide__slide--clone a {
  pointer-events: none;
}


/* .testimonial-slider {
  position: relative;
  overflow: hidden;
} */

#sobre-equipa .row {
  display: flex;
  flex-wrap: wrap;
}

#sobre-equipa .membro {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}

#sobre-equipa .row > .col-md-12 {
  flex: 0 0 100%;
}

#sobre-equipa {
  padding: 120px 0 36px;
}

#sobre-equipa h2 {
  padding: 12px 0 48px;
}

#sobre-equipa .nome {
  padding: 12px 0 14px;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

.membro {
  margin-bottom: 72px;
}

.membro h4 {
  padding-top: 20px;
}

.membro a {
  text-decoration: none !important;
  color: #000 !important;
}

#biography {
  padding: 60px 0 132px;
}

#biography .buttons {
  margin-top: 36px;
}

a.post {
  color: #000;
  text-decoration: none;
}

a.post .title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

a.post.large .title {
  font-size: 22px;
}

a.post .date {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 16px 0 11px;
  font-weight: 500;
}

a.post.large .date {
  font-size: 11px;
  font-weight: 500;
  padding: 20px 0 10px;
}

.date span::before {
  content: " | ";
  padding: 0 8px;
  display: inline-block;
}

.bw-hover {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.bw-hover:hover {
  filter: grayscale(0%);
}

.filter-bar {
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 10px 0 46px;
  user-select: none;
  border-bottom: 1px solid color(srgb 0 0 0 / 0.2);
}

.filter-item {
  position: relative;
  font-size: 14px;
}

.filter-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px 6px 0 0;
}

.filter-toggle:hover {
  opacity: 0.7;
}

.arrow-box {
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-item.open .arrow-box svg {
  transform: rotate(180deg);
}

.filter-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: #f8f5f1;
  padding: 18px;
  border: 0.5px solid color(srgb 0 0 0 / 0.2);
  z-index: 20;
  display: none;
}

.filter-dropdown {
  width: max-content;
}

.filter-option span {
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.2px;
}

.filter-item.open .filter-dropdown {
  display: block;
}

.filter-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 4px;
  cursor: pointer;
}

.filter-option.active {
  background: none !important;
}

.filter-option input[type="checkbox"] {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.filter-item.clear-all .arrow-box {
  display: none;
}

.filter-item.clear-all .filter-toggle {
  padding-left: 0;
}

.filter-item.clear-all.hidden {
  display: none;
}

.member-ratio-box {
  position: relative;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
}

.member-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.membro:hover .member-ratio-box img {
  transform: scale(1.03);
}

.membro .nome {
  transition: color 0.3s ease;
}

.membro:hover .nome {
  color: var(--purple);
}

.membro .nome {
  transition: color 0.3s ease;
}

.membro:hover .nome {
  color: var(--purple);
}

.project-card {
  margin-bottom: 60px;
}

.project-card.hidden {
  display: none !important;
}

.aspect-ratio-box {
  position: relative;
  width: 100%;
  padding-top: 70%;
  overflow: hidden;
}

.aspect-ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.project-card:hover .aspect-ratio-box img {
  transform: scale(1.03);
}

.project-card:hover .title {
  color: var(--purple);
}

.project-card .title {
  transition: color 0.3s ease;
}

#projects-filter {
  padding: 36px 0 0;
  /*   border-bottom: 1px solid color(srgb 0 0 0 / 0.3); */
}

#projects-filter .filter-label,
#projects-filter .clear-all-button {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  font-weight: 500;
  text-transform: uppercase;
}

#projects-projects {
  padding: 72px 0;
}

.simple-filter-bar {
  display: flex;
  gap: 12px;
  padding: 36px 0;
  border-bottom: 1px solid color(srgb 0 0 0 / 0.2);

  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.simple-filter-bar::-webkit-scrollbar {
  display: none;
}

.simple-filter-btn {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  font-weight: 500;
  transition: border-color 0.2s ease, color 0.2s ease;
  color: #000;
  flex-shrink: 0;
  white-space: nowrap;
}

/* .simple-filter-bar {
  display: flex;
  gap: 12px;
  padding: 36px 0;
  border-bottom: 1px solid color(srgb 0 0 0 / 0.2);
}

.simple-filter-btn {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  font-weight: 500;
  transition: border-color 0.2s ease, color 0.2s ease;
} */

.simple-filter-active {
  border-color: #000 !important;
  color: #000;
}

.project-column.simple-filter-hidden {
  display: none !important;
}

.projects-list {
  display: flex;
  flex-wrap: wrap;
}

.projects-list > .project-column {
  display: block;
  float: none !important;
}

#news {
  margin: 72px 0 60px;
}

#news .project-column {
  margin-bottom: 60px;
}

#post img {
  min-width: 100%;
  padding-top: 48px;
}

#post article {
  padding: 60px 0 120px;
}

#post article h2 {
  padding-bottom: 36px;
}

#post article a {
  color: #000;
}

#post article b {
  font-weight: 600;
}

#labs {
  padding: 96px 0 72px;
}

a .lab-list {
  color: #000;
  transition: all 0.2s ease-in-out;
}

a:hover .lab-list {
  color: #aeaba9;
}

.lab-list {
  padding: 0 0 144px;
}

.lab-list h4 {
  padding-top: 2px;
}

.lab-list a {
  display: block;
  color: #000;
  text-decoration: none;
}

.lab-list .lab-title a:hover {
  opacity: 0.7;
}

#contacts {
  padding: 84px 0;
}

#contacts a {
  transition: all 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
}

#contacts a:hover {
  color: #aeaba9;
}

#contacts .contact-list h4 {
  padding-bottom: 12px;
}

#contacts .contact-list h4.top-space {
  padding-top: 48px;
}

#project-gallery {
  margin: 119px 0 0;
}

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

.media-slide {
  width: auto !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-slideshow-gallery {
  width: 100%;
  overflow: visible;
}

.projects-slideshow-gallery .projects-slide {
  width: auto !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-slideshow-gallery .projects-slide-media {
  height: 564px;
  width: auto;
  object-fit: contain;
  display: block;
}

.projects-splide:hover {
  cursor: grab;
}

.projects-splide:active {
  cursor: grabbing;
}

.projects-splide-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 38px 0 60px;
}

.projects-splide-arrows .splide__arrow {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #000;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transform: none;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 22'><path d='M0 10.0034H14.8361C17.4795 10.0034 19.9673 10.0034 22.507 10.0552C20.5893 8.24113 18.8271 6.47888 16.8575 4.50925L12.3482 0H14.1623L24.7876 10.6253L14.1623 21.2506H12.3482L16.8575 16.7414C18.8271 14.7717 20.5893 13.0096 22.507 11.1954C19.9673 11.2473 17.4795 11.2473 14.8361 11.2473H0V10.0034Z'/></svg>")
    no-repeat center / contain;

  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 22'><path d='M0 10.0034H14.8361C17.4795 10.0034 19.9673 10.0034 22.507 10.0552C20.5893 8.24113 18.8271 6.47888 16.8575 4.50925L12.3482 0H14.1623L24.7876 10.6253L14.1623 21.2506H12.3482L16.8575 16.7414C18.8271 14.7717 20.5893 13.0096 22.507 11.1954C19.9673 11.2473 17.4795 11.2473 14.8361 11.2473H0V10.0034Z'/></svg>")
    no-repeat center / contain;
}

.projects-splide-arrows .splide__arrow--prev {
  transform: rotate(180deg);
  left: 30px;
}

.projects-splide-arrows .splide__arrow--next {
  right: 30px;
}

.projects-slide-wrapper {
  position: relative;
  display: inline-block;
}

.projects-slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  transition: background 0.3s ease;
}

.projects-slide-overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}

.projects-slide-play {
  position: absolute;
  width: 28px;
  height: 28px;
  bottom: 21px;
  right: 21px;
}

#map-popup {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 9999;
  display: none;
}

.map-topbar {
  height: 52px;
  background: #f8f5f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-family: inherit;
  position: relative;
  z-index: 10;
}

.map-topbar h4 {
  margin: 0;
}

.close-map {
  width: 20px;
  height: 20px;
  font-size: 28px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  color: black;
  font-weight: 300;
}

#map {
  width: 100%;
  height: calc(100vh - 52px);
}

.custom-pin {
  width: 80px;
  height: 80px;
  background: rgba(128, 0, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

footer {
  background: var(--purple);
  color: #000;
  padding: 48px 0 24px;
}

footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

footer h4 {
  padding-bottom: 12px;
  font-weight: 500;
}

footer a {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

footer a:hover {
  opacity: 0.3;
}

footer img {
  width: 95px;
}

footer .mini {
  padding-top: 24px;
}

footer .mini a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 8.5px;
}

footer .spacing {
  padding-top: 36px;
}

.row.mini {
  display: flex;
  align-items: flex-end;
}

.row.mini .col-md-6 {
  display: flex;
  align-items: flex-end;
}

.row.mini img {
  max-width: 100%;
  height: auto;
}

ul.privacy {
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}

ul.privacy li {
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 500;
}

ul.privacy li + li::before {
  content: "|";
  color: rgba(0, 0, 0, 0.5);
  margin-right: 14px;
}

#project-form {
  padding: 84px 0 60px;
}

#project-form h4,
#contacts .contact-form h4 {
  padding-bottom: 12px;
}

/* #testimonials .swiper-button-prev,
#testimonials .swiper-button-next {
  color: #000;
}

#testimonials .swiper-button-prev::after,
#testimonials .swiper-button-next::after {
  display: none;
}

#testimonials .swiper-button-prev,
#testimonials .swiper-button-next {
  width: 45px;
  height: 45px;
  background-color: black;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: auto;
  -webkit-mask-size: 25px 22px;
  mask-size: 25px 22px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
} */

/* #testimonials .swiper-button-prev,
#testimonials .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#testimonials .swiper-button-prev {
  left: 30px;
}

#testimonials .swiper-button-next {
  right: 30px;
}

#testimonials .swiper-button-next {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='25' height='22' xmlns='http://www.w3.org/2000/svg'><path d='M0 10.0034H14.8361C17.4795 10.0034 19.9673 10.0034 22.507 10.0552C20.5893 8.24113 18.8271 6.47888 16.8575 4.50925L12.3482 0H14.1623L24.7876 10.6253L14.1623 21.2506H12.3482L16.8575 16.7414C18.8271 14.7717 20.5893 13.0096 22.507 11.1954C19.9673 11.2473 17.4795 11.2473 14.8361 11.2473H0V10.0034Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='25' height='22' xmlns='http://www.w3.org/2000/svg'><path d='M0 10.0034H14.8361C17.4795 10.0034 19.9673 10.0034 22.507 10.0552C20.5893 8.24113 18.8271 6.47888 16.8575 4.50925L12.3482 0H14.1623L24.7876 10.6253L14.1623 21.2506H12.3482L16.8575 16.7414C18.8271 14.7717 20.5893 13.0096 22.507 11.1954C19.9673 11.2473 17.4795 11.2473 14.8361 11.2473H0V10.0034Z' fill='black'/></svg>");
}

#testimonials .swiper-button-prev {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='25' height='22' xmlns='http://www.w3.org/2000/svg'><path d='M0 10.0034H14.8361C17.4795 10.0034 19.9673 10.0034 22.507 10.0552C20.5893 8.24113 18.8271 6.47888 16.8575 4.50925L12.3482 0H14.1623L24.7876 10.6253L14.1623 21.2506H12.3482L16.8575 16.7414C18.8271 14.7717 20.5893 13.0096 22.507 11.1954C19.9673 11.2473 17.4795 11.2473 14.8361 11.2473H0V10.0034Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='25' height='22' xmlns='http://www.w3.org/2000/svg'><path d='M0 10.0034H14.8361C17.4795 10.0034 19.9673 10.0034 22.507 10.0552C20.5893 8.24113 18.8271 6.47888 16.8575 4.50925L12.3482 0H14.1623L24.7876 10.6253L14.1623 21.2506H12.3482L16.8575 16.7414C18.8271 14.7717 20.5893 13.0096 22.507 11.1954C19.9673 11.2473 17.4795 11.2473 14.8361 11.2473H0V10.0034Z' fill='black'/></svg>");
  transform: rotate(180deg);
}

#testimonials .swiper-button-prev:hover,
#testimonials .swiper-button-next:hover {
  opacity: 0.5;
} */
