@charset "UTF-8";
/* Breakpoints */
/* Spacing */
/* Fonts */
/* Colors */
/* Margins */
.home-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-hero .hero-image {
  position: relative;
  width: 100%;
  height: 400px;
  background: center no-repeat;
  background-size: cover;
}
.home-hero .hero-image .bottom-mask {
  position: absolute;
  bottom: -1px;
  width: 100%;
  background: bottom center repeat-x;
}
.home-hero .hero-content {
  position: relative;
  text-align: left;
  margin: auto;
}
.home-hero .hero-content .title {
  font-size: min(4.1005291005vw, 62px);
  margin-bottom: 3.44827586vw;
}
.home-hero .hero-content .title h1 {
  font-family: "Jua", sans-serif;
  font-weight: 700;
  font-size: min(4.1005291005vw, 62px);
  line-height: 1.1em;
  color: #404040;
  padding-bottom: min(40px, 2.64550265vw);
  background: url(../../img/line-black.svg) left bottom no-repeat;
  background-size: min(5.95238095vw, 90px) min(0.99206349vw, 15px);
}
@media (max-width: 1000px) {
  .home-hero .hero-content .title h1 {
    font-size: 41.0052910053px;
    background-size: 59.5238095238px 9.9206349206px;
    padding-bottom: 26.455026455px;
  }
}
.home-hero .hero-content .hero-icon {
  margin-bottom: 3.44827586vw;
  max-height: 50px;
}
.home-hero .hero-content .hero-icon img {
  height: 50px;
  width: auto;
}
.home-hero .hero-content .description {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.home-hero .hero-content .description h2 {
  font-size: min(2.1164021164vw, 32px);
  line-height: 1.2;
  color: #404040;
  margin-bottom: 0.5em;
}
@media (max-width: 1000px) {
  .home-hero .hero-content .description h2 {
    font-size: 21.164021164px;
  }
}
.home-hero .hero-content .description p {
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  font-size: min(1.455026455vw, 22px);
  line-height: 1.6em;
  color: #404040;
}
@media (max-width: 1000px) {
  .home-hero .hero-content .description p {
    font-size: 14.5502645503px;
  }
}
.home-hero .hero-content .description p.small-text {
  font-size: min(18px, 1.19047619vw);
  line-height: 1.4em;
}
.home-hero .hero-content .description .button {
  margin: min(75px, 4.96031746vw) 0;
}

.single-col {
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.single-col.bgfull {
  background-size: cover !important;
  background-position: center top !important;
}
.single-col.bgleft {
  background-position: left top !important;
  background-size: 50% auto !important;
}
.single-col.bgright {
  background-position: right top !important;
  background-size: 50% auto !important;
}
.single-col.bgleftpos {
  background-position: left center;
}
.single-col.bgtoppos {
  background-position: center top;
}
.single-col.bgrightpos {
  background-position: right center;
}
.single-col.bgbottompos {
  background-position: center bottom;
}

.two-col {
  background-repeat: no-repeat;
}
.two-col.bgfull {
  background-size: cover !important;
  background-position: center top !important;
}
.two-col.bgleft {
  background-position: left top !important;
  background-size: 50% auto !important;
}
.two-col.bgright {
  background-position: right top !important;
  background-size: 50% auto !important;
}
@media (max-width: 890px) {
  .two-col.bgright {
    background-position: 50vw top !important;
    background-size: contain !important;
  }
}
.two-col.bgleftpos {
  background-position: left center;
}
.two-col.bgtoppos {
  background-position: center top;
}
.two-col.bgrightpos {
  background-position: right center;
}
.two-col.bgbottompos {
  background-position: center bottom;
}
.two-col .twocol-content {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: min(95px, 6.27737226vw);
}
@media (max-width: 660px) {
  .two-col .twocol-content {
    flex-direction: column;
    gap: 6.61375661vw;
    align-items: center;
  }
}
.two-col .twocol-content.medium {
  max-width: 75%;
  margin: auto;
}
.two-col .twocol-content.small {
  max-width: 60%;
  margin: auto;
}
.two-col .twocol-content .col {
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 660px) {
  .two-col .twocol-content .col {
    width: 100%;
  }
}
.two-col .twocol-content .col.col-left {
  padding-left: min(120px, 7.93650794vw);
  padding-right: calc(min(120px, 7.93650794vw) / 2);
  padding-right: 0;
}
.two-col .twocol-content .col.col-left.leftbig {
  width: 65%;
  max-width: 65%;
}
@media (max-width: 660px) {
  .two-col .twocol-content .col.col-left.leftbig {
    width: 100%;
    max-width: 100%;
  }
}
.two-col .twocol-content .col.col-left.rightbig {
  width: 35%;
  max-width: 35%;
}
@media (max-width: 660px) {
  .two-col .twocol-content .col.col-left.rightbig {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 660px) {
  .two-col .twocol-content .col.col-left.bgleft {
    min-height: 100vw;
  }
}
@media (max-width: 660px) {
  .two-col .twocol-content .col.col-left {
    padding-left: min(60px, 3.96825397vw);
    padding-right: calc(min(60px, 3.96825397vw) / 2);
  }
}
.two-col .twocol-content .col.col-right {
  padding-left: calc(min(120px, 7.93650794vw) / 2);
  padding-right: min(120px, 7.93650794vw);
  padding-left: 0;
}
.two-col .twocol-content .col.col-right.leftbig {
  width: 35%;
  max-width: 35%;
}
@media (max-width: 660px) {
  .two-col .twocol-content .col.col-right.leftbig {
    width: 100%;
    max-width: 100%;
  }
}
.two-col .twocol-content .col.col-right.rightbig {
  width: 65%;
  max-width: 65%;
}
@media (max-width: 660px) {
  .two-col .twocol-content .col.col-right.rightbig {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 660px) {
  .two-col .twocol-content .col.col-right.bgright {
    min-height: 100vw;
  }
}
@media (max-width: 660px) {
  .two-col .twocol-content .col.col-right {
    padding-left: calc(min(60px, 3.96825397vw) / 2);
    padding-right: min(60px, 3.96825397vw);
  }
}
.two-col .twocol-content .col figure {
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.two-col .twocol-content .col figure img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 660px) {
  .two-col .twocol-content .col figure img {
    width: 70%;
  }
}
.two-col .twocol-content .col figure ul {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: min(50px, 3.31125828vw);
}
@media (max-width: 660px) {
  .two-col .twocol-content .col figure ul {
    justify-content: center;
    gap: 50px;
  }
}
.two-col .twocol-content .col figure ul li {
  width: min(160px, 10.58201058vw);
  flex: none;
  text-align: center;
}
@media (max-width: 660px) {
  .two-col .twocol-content .col figure ul li {
    width: 160px;
  }
}
.two-col .twocol-content .col figure ul li img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media (max-width: 660px) {
  .two-col .twocol-content .col figure ul li img {
    width: 70%;
  }
}

.blade-outline {
  width: 100%;
  box-sizing: border-box;
  padding: 3.44827586vw;
  text-align: center;
}
@media (max-width: 660px) {
  .blade-outline {
    padding: 1.72413793vw;
  }
}
.blade-outline h1 {
  margin-bottom: min(50px, 3.31125828vw);
  font-size: min(4.1005291005vw, 62px);
  line-height: 1.04878049em;
  background-image: none !important;
}
@media (max-width: 660px) {
  .blade-outline h1 {
    font-size: 41.0052910053px;
  }
}
.blade-outline h2 {
  margin-bottom: min(50px, 3.31125828vw);
  font-size: min(2.1164021164vw, 32px);
  line-height: 1.25em;
  background-image: none !important;
}
@media (max-width: 660px) {
  .blade-outline h2 {
    font-size: 21.164021164px;
  }
}
.blade-outline p {
  font-size: min(2.1164021164vw, 32px);
  line-height: 1.45454545em;
}
@media (max-width: 660px) {
  .blade-outline p {
    font-size: 21.164021164px;
  }
}
.blade-outline figure {
  margin: 0;
}
.blade-outline img {
  max-width: 100%;
  height: auto;
}
.blade-outline figure {
  margin: 0;
}
.blade-outline figure > img {
  width: 100%;
  max-width: 1454px;
  max-height: 782px;
  object-fit: contain;
  object-position: center;
  margin: 15px auto;
}
.blade-outline figure ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px auto;
  width: 100%;
  gap: 30px;
}
.blade-outline figure ul li {
  flex: 1; /* todas las imágenes se expanden igual */
}
.blade-outline figure ul li img {
  object-fit: cover; /* opcional: recorta imágenes si no tienen el mismo aspecto */
  width: 100%; /* asegura que se escalen */
  height: auto; /* mantiene proporción */
}
.blade-outline figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.blade-outline figure video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 15px;
}
.blade-outline .outline-text-link {
  display: contents;
}
.blade-outline .outline-text {
  font-family: "Jua", sans-serif;
}

.gallery {
  background-repeat: no-repeat;
  /* h1 {
    margin-bottom: min(60px, 3.96825397vw);
    padding-bottom: min(40px, 2.64550265vw);
    font-size: min(vars.$tlhdr_vw, vars.$tlhdr);
    line-height: 1.04878049em;
    background: url(../../../assets/img/line-black.svg) left bottom no-repeat;
    background-size: min(9.39153439vw, 142px) min(1.32275132vw, 20px);
  }
  h2 {
    margin-bottom: min(50px, 3.31125828vw);
    font-size: min(vars.$tlhdrsm_vw, vars.$tlhdrsm);
    line-height: 1.25em;
  }
  p {
    font-size: min(vars.$tlhdrxsm_vw, vars.$tlhdrxsm);
    line-height: 1.45454545em;
  } */
}
.gallery.bgfull {
  background-size: cover !important;
  background-position: center top !important;
}
.gallery.bgleft {
  background-position: left top !important;
  background-size: 50% auto !important;
}
.gallery.bgright {
  background-position: right top !important;
  background-size: 50% auto !important;
}
.gallery.bgleftpos {
  background-position: left center;
}
.gallery.bgtoppos {
  background-position: center top;
}
.gallery.bgrightpos {
  background-position: right center;
}
.gallery.bgbottompos {
  background-position: center bottom;
}
.gallery .gal-content.medium {
  max-width: 75%;
  margin: auto;
}
.gallery .gal-content.small {
  max-width: 60%;
  margin: auto;
}
.gallery .gal-content .gal-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 16.53439153vw), 1fr));
  justify-content: space-evenly;
  margin: auto;
}
.gallery .gal-content .gal-group.md {
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 13.22751323vw), min(309px, 20.58201058vw)));
}
@media (max-width: 660px) {
  .gallery .gal-content .gal-group.md {
    grid-template-columns: repeat(1, 50%);
    justify-content: center;
    gap: 40px;
  }
}
.gallery .gal-content .gal-group.sm {
  grid-template-columns: repeat(auto-fit, minmax(min(120px, 7.93650794vw), min(200px, 13.22751323vw)));
}
@media (max-width: 660px) {
  .gallery .gal-content .gal-group.sm {
    grid-template-columns: repeat(2, minmax(30%, 1fr));
    max-width: 90%;
    margin: 0 auto;
    gap: 20px;
  }
  .gallery .gal-content .gal-group.sm > *:last-child:nth-child(odd) {
    grid-column: span 2;
    justify-self: center;
    width: 42%;
  }
}
@media (max-width: 660px) {
  .gallery .gal-content .gal-group {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.gallery .gal-content .gal-group .gallery-item {
  height: fit-content;
  min-height: fit-content;
}
@media (max-width: 660px) {
  .gallery .gal-content .gal-group .gallery-item {
    margin-bottom: 0;
  }
}
.gallery .gal-content .gal-group .gallery-item figure {
  margin: 0;
  aspect-ratio: 1/1;
}
.gallery .gal-content .gal-group .gallery-item figure img {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.gallery .gal-content .gal-group .gallery-item figure img:hover {
  transform: scale(1.05);
}
.gallery .gal-content .gal-group .gallery-item h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "Funnel Sans", sans-serif;
  font-size: min(1.455026455vw, 22px);
  line-height: 1.45454545em;
  text-align: center;
}
.gallery .gal-content .gal-group .gallery-item .desc {
  width: 90%;
  margin-top: 1.5rem;
  color: #555;
}

.gallery-slider {
  padding-top: 120px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
}
.gallery-slider.bgfull {
  background-size: cover !important;
  background-position: center top !important;
}
.gallery-slider.bgleft {
  background-position: left top !important;
  background-size: 50% auto !important;
}
.gallery-slider.bgright {
  background-position: right top !important;
  background-size: 50% auto !important;
}
.gallery-slider.bgleftpos {
  background-position: left center;
}
.gallery-slider.bgtoppos {
  background-position: center top;
}
.gallery-slider.bgrightpos {
  background-position: right center;
}
.gallery-slider.bgbottompos {
  background-position: center bottom;
}
.gallery-slider.sldclassic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-slider .slider-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: min(40px, 2.64550265vw);
}
.gallery-slider .slider-header h1 {
  margin-bottom: min(60px, 3.96825397vw);
  padding-bottom: min(40px, 2.64550265vw);
  font-size: min(4.1005291005vw, 62px);
  line-height: 1.04878049em;
  background: url(../../../assets/img/line-black.svg) center bottom no-repeat;
  background-size: min(5.95238095vw, 90px) min(0.99206349vw, 15px);
}
@media (max-width: 660px) {
  .gallery-slider .slider-header h1 {
    font-size: 41.0052910053px;
    background-size: 59.5238095238px 9.9206349206px;
    margin-bottom: 39.6825396825px;
    padding-bottom: 26.455026455px;
  }
}
.gallery-slider .slider-header h2 {
  margin-bottom: min(50px, 3.31125828vw);
  font-size: min(2.1164021164vw, 32px);
  line-height: 1.25em;
}
@media (max-width: 660px) {
  .gallery-slider .slider-header h2 {
    font-size: 21.164021164px;
  }
}
.gallery-slider .slider-header p {
  font-size: min(1.455026455vw, 22px);
  line-height: 1.45454545em;
  margin-bottom: min(20px, 1.32275132vw);
}
@media (max-width: 660px) {
  .gallery-slider .slider-header p {
    font-size: 14.5502645503px;
  }
}
.gallery-slider .classic-container {
  height: 100%;
  min-height: 100%;
}
.gallery-slider .classic-container .arrows {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  z-index: 10;
}
.gallery-slider .classic-container .arrows div {
  width: 40px;
  height: 80px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 890px) {
  .gallery-slider .classic-container .arrows div {
    width: 20px;
    height: 40px;
  }
}
.gallery-slider .classic-container .arrows .next-slide {
  background: url(../../../assets/img/right-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
.gallery-slider .classic-container .arrows .next-slide.slick-disabled {
  opacity: 0.3;
}
.gallery-slider .classic-container .arrows .prev-slide {
  background: url(../../../assets/img/left-arrow.svg) no-repeat;
  background-size: contain;
}
.gallery-slider .classic-container .arrows .prev-slide.slick-disabled {
  opacity: 0.3;
}
.gallery-slider .classic-container .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.gallery-slider .classic-container .slider.noslider .slick-dots {
  display: none;
}
.gallery-slider .classic-container .slider .slick-list {
  height: 100%;
}
.gallery-slider .classic-container .slider .slick-list .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.gallery-slider .classic-container .slider .slick-list .slide-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-slider .classic-container .slider .slick-list .slide-item figure {
  display: flex;
  justify-content: center;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.gallery-slider .classic-container .slider .slick-list .slide-item figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
.gallery-slider .classic-container .slider .slick-list .slide-item a {
  text-decoration: none;
}
.gallery-slider .classic-container .slider .slick-list .slide-item .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 5;
  margin-top: min(35px, 2.31481481vw);
  margin-bottom: min(35px, 2.31481481vw);
}
.gallery-slider .classic-container .slider .slick-list .slide-item .slide-content h3 {
  color: #404040;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-size: min(22px, 1.455026455vw);
  line-height: 1.45454545em;
  margin: 0;
  margin-bottom: min(40px, 2.64550265vw);
  width: 100%;
  text-align: center;
}
.gallery-slider .classic-container .slider .slick-list .slide-item .slide-content h3 strong {
  font-weight: 400;
  font-size: min(32px, 2.11640212vw);
}
@media (max-width: 890px) {
  .gallery-slider .classic-container .slider .slick-list .slide-item .slide-content h3 {
    font-size: 14.5502645503px;
  }
}
.gallery-slider .classic-container .slider .slick-list .slide-item .slide-content p {
  color: #404040;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  font-size: min(22px, 1.455026455vw);
  line-height: 1.45454545em;
  width: 100%;
  max-width: min(778px, 51.45502646vw);
  text-align: center;
  padding-bottom: min(22px, 1.45502646vw);
}
@media (max-width: 890px) {
  .gallery-slider .classic-container .slider .slick-list .slide-item .slide-content p {
    font-size: 14.5502645503px;
  }
}
.gallery-slider .classic-container .slick-dots {
  bottom: 0px;
}
.gallery-slider .classic-container .slick-dots li.slick-active button:before {
  background-color: #21b572;
  border: 2px solid #404040;
}
.gallery-slider .classic-container .slick-dots li button:before {
  background-color: transparent;
  border: 2px solid #404040;
}
.gallery-slider .picture-container {
  height: 57.47354497vw;
}
.gallery-slider .picture-container .arrows {
  width: 90%;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  z-index: 10;
}
@media (max-width: 890px) {
  .gallery-slider .picture-container .arrows {
    display: none;
  }
}
.gallery-slider .picture-container .arrows div {
  width: 40px;
  height: 80px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 890px) {
  .gallery-slider .picture-container .arrows div {
    width: 20px;
    height: 40px;
  }
}
.gallery-slider .picture-container .arrows .next-slide {
  background: url(../../../assets/img/right-arrow-classic.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
.gallery-slider .picture-container .arrows .next-slide.slick-disabled {
  opacity: 0.3;
}
.gallery-slider .picture-container .arrows .prev-slide {
  background: url(../../../assets/img/left-arrow-classic.svg) no-repeat;
  background-size: contain;
}
.gallery-slider .picture-container .arrows .prev-slide.slick-disabled {
  opacity: 0.3;
}
.gallery-slider .picture-container .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.gallery-slider .picture-container .slider.noslider .slick-dots {
  display: none;
}
.gallery-slider .picture-container .slider .slick-list {
  height: 100%;
}
.gallery-slider .picture-container .slider .slick-list .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.gallery-slider .picture-container .slider .slick-list .slide-item {
  width: 100%;
  height: 100%;
}
.gallery-slider .picture-container .slider .slick-list .slide-item figure {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.gallery-slider .picture-container .slider .slick-list .slide-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.gallery-slider .picture-container .slider .slick-list .slide-item a {
  text-decoration: none;
}
.gallery-slider .picture-container .slider .slick-list .slide-item .slide-content {
  display: none;
}
.gallery-slider .picture-container .slider .slick-list .slide-item .slide-content h3 {
  color: #ffffff;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-size: min(22px, 1.455026455vw);
  line-height: 1.45454545em;
  margin: 0;
  margin-bottom: min(40px, 2.64550265vw);
  width: 100%;
  text-align: center;
}
.gallery-slider .picture-container .slider .slick-list .slide-item .slide-content h3 strong {
  font-weight: 400;
  font-size: min(32px, 2.1164021164vw);
}
@media (max-width: 890px) {
  .gallery-slider .picture-container .slider .slick-list .slide-item .slide-content h3 strong {
    font-size: 21.164021164px;
  }
}
@media (max-width: 890px) {
  .gallery-slider .picture-container .slider .slick-list .slide-item .slide-content h3 {
    font-size: 14.5502645503px;
  }
}
.gallery-slider .picture-container .slider .slick-list .slide-item .slide-content p {
  color: #ffffff;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  font-size: min(22px, 1.455026455vw);
  line-height: 1.45454545em;
  width: 200%;
  text-align: center;
  padding-bottom: min(22px, 1.45502646vw);
  transform: translateX(-25%);
}
@media (max-width: 890px) {
  .gallery-slider .picture-container .slider .slick-list .slide-item .slide-content p {
    font-size: 14.5502645503px;
  }
}
.gallery-slider .picture-container .slick-dots {
  bottom: 25px;
}
.gallery-slider .picture-container .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.gallery-slider .picture-container .slick-dots li button:before {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.gallery-slider .centered-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.gallery-slider .centered-container .arrows {
  width: min(80.68783069vw, 1220px);
  position: absolute;
  left: 50%;
  top: min(287px, 18.97315436vw);
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  margin: auto;
}
.gallery-slider .centered-container .arrows div {
  width: 40px;
  height: 80px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  transform: translateY(-30px);
}
@media (max-width: 890px) {
  .gallery-slider .centered-container .arrows div {
    width: 20px;
    height: 40px;
    transform: translateY(-10px);
  }
}
.gallery-slider .centered-container .arrows .next-slide {
  background: url(../../../assets/img/right-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}
.gallery-slider .centered-container .arrows .next-slide.slick-disabled {
  opacity: 0.3;
}
@media (max-width: 890px) {
  .gallery-slider .centered-container .arrows .next-slide {
    transform: translate(10px, -10px);
  }
}
.gallery-slider .centered-container .arrows .prev-slide {
  background: url(../../../assets/img/left-arrow.svg) no-repeat;
  background-size: contain;
}
.gallery-slider .centered-container .arrows .prev-slide.slick-disabled {
  opacity: 0.3;
}
@media (max-width: 890px) {
  .gallery-slider .centered-container .arrows .prev-slide {
    transform: translate(-10px, -10px);
  }
}
.gallery-slider .centered-container .slider {
  width: min(70.10582011vw, 1060px);
  overflow: visible;
  margin: auto;
}
.gallery-slider .centered-container .slider.noslider .slick-dots {
  display: none;
}
.gallery-slider .centered-container .slider .slick-track {
  margin-top: 20px;
}
@media (max-width: 890px) {
  .gallery-slider .centered-container .slider .slick-track {
    margin-top: 10px;
  }
}
.gallery-slider .centered-container .slider .slide-item {
  margin-top: min(110.75px, 7.32473545vw);
  margin-right: min(3.9021164vw, 59px);
  width: min(16.46825397vw, 249px);
  max-width: 443px;
}
.gallery-slider .centered-container .slider .slide-item a {
  text-decoration: none;
}
.gallery-slider .centered-container .slider .slide-item .slide-content {
  display: none;
}
.gallery-slider .centered-container .slider .slide-item .slide-content h3 {
  color: #57296c;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 400;
  font-size: min(22px, 1.455026455vw);
  line-height: 1.45454545em;
  margin: 0;
  margin-bottom: min(40px, 2.64550265vw);
  width: 100%;
  text-align: center;
}
.gallery-slider .centered-container .slider .slide-item .slide-content h3 strong {
  font-weight: 400;
  font-size: min(32px, 2.11640212vw);
}
@media (max-width: 890px) {
  .gallery-slider .centered-container .slider .slide-item .slide-content h3 strong {
    font-size: 21.164021164px;
  }
}
@media (max-width: 890px) {
  .gallery-slider .centered-container .slider .slide-item .slide-content h3 {
    font-size: 14.5502645503px;
    width: 65vw;
    transform: translateX(-25%);
  }
}
.gallery-slider .centered-container .slider .slide-item .slide-content p {
  color: #6e6e6e;
  font-family: "Funnel Sans", sans-serif;
  font-weight: 300;
  font-size: min(22px, 1.455026455vw);
  line-height: 1.45454545em;
  width: 200%;
  text-align: center;
  padding-bottom: min(22px, 1.45502646vw);
  transform: translateX(-25%);
}
@media (max-width: 890px) {
  .gallery-slider .centered-container .slider .slide-item .slide-content p {
    font-size: 14.5502645503px;
    width: 65vw;
  }
}
.gallery-slider .centered-container .slider .slide-item figure {
  display: inline-block;
  width: min(249px, 16.46825397vw);
  height: auto;
  max-width: 249px;
  max-height: 298.8px;
  margin-bottom: 20px;
}
@media (max-width: 660px) {
  .gallery-slider .centered-container .slider .slide-item figure {
    width: 55vw;
    height: 86.28571435vw;
  }
}
.gallery-slider .centered-container .slider .slide-item figure img {
  width: min(249px, 16.46825397vw);
  height: auto;
  object-fit: contain;
  transform: translateY(0) scale(1);
  transform-origin: 0% 50%;
  transition: transform 0.3s ease-out;
}
.gallery-slider .centered-container .slider .slide-item.slick-current + div {
  width: min(29.2989418vw, 443px);
  max-width: 443px;
}
.gallery-slider .centered-container .slider .slide-item.slick-current + div figure {
  width: min(443px, 29.2989418vw);
  height: calc(min(443px, 29.2989418vw) * 1.08);
  max-width: 443px;
  max-height: calc(min(443px, 29.2989418vw) * 1.08);
}
.gallery-slider .centered-container .slider .slide-item.slick-current + div figure img {
  transform: translateY(0%) scale(1.7791164659);
}
.gallery-slider .centered-container .slider .slide-item.slick-current + div .slide-content {
  display: block;
}
.gallery-slider .centered-container .slick-dots li.slick-active button:before {
  background-color: #21b572;
  border: 2px solid #21b572;
}
.gallery-slider .centered-container .slick-dots li button:before {
  background-color: transparent;
  border: 2px solid #21b572;
}
.gallery-slider.text-color-white .slider-header h1,
.gallery-slider.text-color-white .slider-header h2,
.gallery-slider.text-color-white .slider-header p {
  color: #ffffff !important;
}
.gallery-slider.text-color-white .arrows .next-slide {
  background: url(../../../assets/img/right-arrow-classic.svg) no-repeat !important;
}
.gallery-slider.text-color-white .arrows .prev-slide {
  background: url(../../../assets/img/left-arrow-classic.svg) no-repeat !important;
}
.gallery-slider.text-color-white .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.gallery-slider.text-color-white .slick-dots li button:before {
  background-color: transparent;
  border: 2px solid #ffffff;
}

.text-color-white * {
  color: #ffffff !important;
}
.text-color-white h1,
.text-color-white h2 {
  background-image: url(../../../assets/img/line-white.svg) !important;
}
.text-color-white.blade-outline h1, .text-color-white.blade-outline h2 {
  background: transparent !important;
}

.center-text * {
  text-align: center !important;
}
.center-text h2 {
  background-position: center bottom !important;
}

@media (max-width: 660px) {
  .half-width-mobile .col {
    width: 60% !important;
    align-self: flex-start !important;
  }
}

.no-round figure {
  border-radius: 0 !important;
  aspect-ratio: unset !important;
}
.no-round figure img {
  object-fit: contain !important;
  aspect-ratio: unset !important;
}
.no-round figure img:hover {
  transform: none !important;
}

html,
body {
  background-color: #ffffff;
}

/*# sourceMappingURL=home.css.map */
