.gd-section--swiper-boxes {
  position: relative;
}
.gd-section--swiper-boxes, .gd-section--swiper-boxes.color-white {
  background-color: white;
}
.gd-section--swiper-boxes .swiper--explore::after, .gd-section--swiper-boxes.color-white .swiper--explore::after {
  background: white;
}
.gd-section--swiper-boxes.color-gray {
  background-color: #f5f5f5;
}
.gd-section--swiper-boxes.color-gray::after {
  background: #f5f5f5;
}
.gd-section--swiper-boxes .swiper--explore {
  cursor: none;
}
.gd-section--swiper-boxes .swiper--explore .swiper-slide {
  position: relative;
  display: flex;
  width: 280px;
  height: 450px;
  margin-right: 16px;
  background-color: #003D5B;
}
@media (min-width: 1200px) {
  .gd-section--swiper-boxes .swiper--explore .swiper-slide {
    width: 375px;
    height: 375px;
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .gd-section--swiper-boxes .swiper--explore .swiper-slide {
    width: 400px;
    height: 400px;
    margin-right: 30px;
  }
}
@media (min-width: 1600px) {
  .gd-section--swiper-boxes .swiper--explore .swiper-slide {
    width: 450px;
    height: 450px;
  }
}
.gd-section--swiper-boxes .swiper--explore .swiper-slide::after {
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 100%;
  content: "";
}
@media (min-width: 1200px) {
  .gd-section--swiper-boxes .swiper--explore .swiper-slide::after {
    width: 20px;
    right: -20px;
  }
}
@media (min-width: 1440px) {
  .gd-section--swiper-boxes .swiper--explore .swiper-slide::after {
    width: 30px;
    right: -30px;
  }
}
.gd-section--swiper-boxes .swiper--explore .swiper-slide.has-image .explore .explore__image {
  opacity: 1;
}
.gd-section--swiper-boxes .explore {
  display: flex;
  align-items: flex-end;
  justify-content: start;
  width: 100%;
  height: 100%;
  background-color: #6EC8DC;
}
.gd-section--swiper-boxes .explore:hover .explore__image {
  opacity: 1;
}
.gd-section--swiper-boxes .explore:hover .explore__bg-image {
  opacity: 0.5;
}
.gd-section--swiper-boxes .explore__text {
  position: relative;
  z-index: 100;
  padding: 30px;
  color: white;
}
.gd-section--swiper-boxes .explore__text::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 300ms;
  opacity: 1;
}
.gd-section--swiper-boxes .explore__text h4 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 110%;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .gd-section--swiper-boxes .explore__text h4 {
    font-size: 40px;
  }
}
.gd-section--swiper-boxes .explore__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  margin-top: 22px;
  margin-bottom: 0;
  color: white;
}
@media (min-width: 992px) {
  .gd-section--swiper-boxes .explore__text p {
    font-size: 18px;
    margin-top: 30px;
  }
}
.gd-section--swiper-boxes .explore__text p img {
  margin-bottom: 30px;
}
.gd-section--swiper-boxes .explore__text img {
  position: relative;
}
@media (max-width: 991px) {
  .gd-section--swiper-boxes .explore__text img {
    width: 100%;
  }
}
.gd-section--swiper-boxes .explore__image {
  position: absolute;
  z-index: 90;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  transition: 300ms;
  opacity: 0;
}
.gd-section--swiper-boxes .explore__image img {
  max-width: none;
  height: 496px;
}
.gd-section--swiper-boxes .explore__bg-image {
  position: absolute;
  z-index: 80;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  mix-blend-mode: soft-light;
}
.gd-section--swiper-boxes .explore__bg-image img {
  width: 100%;
  max-width: none;
}
.gd-section--swiper-boxes .explore--pink {
  background-color: #CC3262;
}
.gd-section--swiper-boxes .explore--pink .explore__text::before {
  background: linear-gradient(180deg, rgba(204, 50, 98, 0) 0%, #CC3262 100%);
}
.gd-section--swiper-boxes .explore--green-dark {
  background-color: #003D5B;
}
.gd-section--swiper-boxes .explore--green-dark .explore__text::before {
  background: linear-gradient(180deg, rgba(204, 50, 98, 0) 0%, #003D5B 100%);
}
.gd-section--swiper-boxes .explore--green {
  background-color: #007380;
}
.gd-section--swiper-boxes .explore--green .explore__text::before {
  background: linear-gradient(180deg, rgba(204, 50, 98, 0) 0%, #007380 100%);
}
.gd-section--swiper-boxes .explore--green-inverse {
  background-color: white;
}
.gd-section--swiper-boxes .explore--green-inverse .explore__text::before {
  background: linear-gradient(180deg, rgba(204, 50, 98, 0) 0%, white 100%);
}
.gd-section--swiper-boxes .explore--green-inverse .explore__text,
.gd-section--swiper-boxes .explore--green-inverse .explore__text h4,
.gd-section--swiper-boxes .explore--green-inverse .explore__text p {
  color: #003D5B;
}
.gd-section--swiper-boxes .explore--green-inverse .explore__text h4 small {
  color: #2ED8C3;
}
.gd-section--swiper-boxes .explore--green-inverse .explore__text svg {
  fill: #2ED8C3;
}
.gd-section--swiper-boxes .explore--teal {
  background-color: #2ED8C3;
}
.gd-section--swiper-boxes .explore--teal .explore__text h4,
.gd-section--swiper-boxes .explore--teal .explore__text p {
  color: #003D5B;
}
.gd-section--swiper-boxes .explore--teal .explore__text::before {
  background: linear-gradient(180deg, rgba(204, 50, 98, 0) 0%, #2ED8C3 100%);
}
.gd-section--swiper-boxes .cursor {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  position: fixed;
  z-index: 250;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  text-align: center;
  pointer-events: none;
  color: #003D5B;
  border-radius: 100%;
  background: rgba(46, 216, 195, 0.7);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
@media (max-width: 767px) {
  .gd-section--swiper-boxes .cursor {
    display: none;
  }
}
.gd-section--swiper-boxes .cursor .cursor__left {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}
.gd-section--swiper-boxes .cursor .cursor__right {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}
.gd-section--swiper-boxes .cursor span {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin-top: 20px;
}
.gd-section--swiper-boxes .cursor p {
  color: #003D5B;
}
@media (min-width: 992px) {
  .gd-section--swiper-boxes .cursor.is-active {
    display: flex;
  }
}
.gd-section--swiper-boxes .headline {
  text-align: center;
}
.gd-section--swiper-boxes .headline .pre-heading {
  /*
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  */
  color: #003D5B;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary {
  margin-top: 100px;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide {
  width: 565px;
  height: 500px;
}
@media (max-width: 575px) {
  .gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide {
    width: 285px;
    height: 600px;
  }
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide::after {
  display: none;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide.has-image .explore .explore__image {
  opacity: 1;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore {
  align-items: flex-start;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore__text {
  margin-top: 75px;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore__text h4 {
  font-size: 24px;
}
@media (min-width: 992px) {
  .gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore__text h4 {
    font-size: 30px;
  }
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore__text h4 small {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore__text::before {
  display: none;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore__text svg {
  height: 25px;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore__image {
  position: absolute;
  display: block;
  opacity: 1;
  top: -60px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 120px;
}
.gd-section--swiper-boxes .swiper--explore.box-format-secondary .swiper-slide .explore__image img {
  display: block;
  max-width: none;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  border-radius: 100%;
}/*# sourceMappingURL=swiper_boxes.css.map */