.couple-banner-module {
  padding: 30px 0;
}
.couple-banner-module .module-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.couple-banner-module .module-wrapper:first-child {
  margin-bottom: 60px;
}
.couple-banner-module .module-wrapper .img-link-animation {
  transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.couple-banner-module .module-wrapper a:hover .img-link-animation {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}
.couple-banner-module .module-wrapper .swiper-slide {
  background: #000;
}
.couple-banner-module .module-wrapper .swiper-slide .swiper-container-img {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.couple-banner-module .module-wrapper .swiper-slide.swiper-slide-active .swiper-container-img {
  transition-delay: 0.5s;
  opacity: 1;
}
.couple-banner-module .module-wrapper .text-block {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .couple-banner-module .module-wrapper .text-block.text-block-mobile-position-overlay_image .text-block-wrapper .title {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .couple-banner-module .module-wrapper .text-block.text-block-mobile-position-overlay_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 15;
  }
}
.couple-banner-module .module-wrapper .text-block .text-block-wrapper {
  position: absolute;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 20%;
  box-sizing: border-box;
}
.couple-banner-module .module-wrapper .text-block .text-block-wrapper .title {
  /* 70*/
  font-family: 'Arvo', serif;
  font-family: 'Futura Std Book', serif;
}
@media screen and (max-width: 767px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .title {
    font-size: 45px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .title {
    font-size: 50px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1281px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .title {
    font-size: 60px;
    line-height: 1em;
  }
}
@media screen and (min-width: 1441px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .title {
    font-size: 70px;
    line-height: 1em;
  }
}
.couple-banner-module .module-wrapper .text-block .text-block-wrapper .title.mobile {
  display: none;
}
.couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph {
  margin-top: 0.6em;
  margin-bottom: 1.1em;
}
.couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph p {
  font-family: 'Futura Std Book', serif;
  line-height: 1.35em;
}
@media screen and (max-width: 767px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1441px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph p {
    font-size: 16px;
  }
}
.couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph.mobile {
  display: none;
}
.couple-banner-module .module-wrapper .text-block .text-block-wrapper .cta-container {
  display: flex;
  margin-top: 1.1em;
}
.couple-banner-module .module-wrapper .img {
  width: 60%;
  overflow: hidden;
  position: relative;
}
.couple-banner-module .module-wrapper .img img {
  display: block;
}
.couple-banner-module .module-wrapper .slider-container {
  width: 60%;
}
.couple-banner-module .module-wrapper .slider-container .swiper-button-prev,
.couple-banner-module .module-wrapper .slider-container .swiper-button-next {
  width: 12px;
  height: 23px;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper {
  width: 45px;
  position: absolute;
  height: 24px;
  z-index: 3;
  right: 40px;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper.topRight {
  right: 40px;
  top: 40px;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper.topLeft {
  left: 40px;
  top: 40px;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper.bottomRight {
  bottom: 96px;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper.bottomLeft {
  bottom: 96px;
  left: 40px;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper.arrowsHidden {
  display: none;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper .swiper-nav-arrow {
  margin-top: 0;
  top: 0;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper .swiper-nav-arrow.swiper-button-prev {
  left: 0;
}
.couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow-wrapper .swiper-nav-arrow.swiper-button-next {
  right: 0;
}
.couple-banner-module .module-wrapper .slider-container .swiper-button-prev {
  background-image: url('../../../../../../vs-cms/theme/assets/img/arrow-thin-left.svg');
}
.couple-banner-module .module-wrapper .slider-container .swiper-button-next {
  background-image: url('../../../../../../vs-cms/theme/assets/img/arrow-thin-right.svg');
}
.couple-banner-module .module-wrapper .slider-container .swiper-pagination {
  display: none;
}
.couple-banner-module .module-wrapper .slider-container .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
}
.couple-banner-module .module-wrapper.text-left {
  flex-direction: row;
}
.couple-banner-module .module-wrapper.text-right {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper {
    width: 100%;
    padding-left: 21%;
    box-sizing: border-box;
    padding-right: 10%;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) {
  .couple-banner-module .module-wrapper .slider-container .swiper-pagination {
    display: block;
  }
  .couple-banner-module .module-wrapper .slider-container .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    background: #fff !important;
    border-radius: 0;
    margin: 0 2px;
  }
}
@media only screen and (max-width: 767px) {
  .couple-banner-module {
    /*margin-top:30px;*/
  }
  .couple-banner-module .module-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .couple-banner-module .module-wrapper.couple-banner-module-fullscreen-block {
    width: 100%;
  }
  .couple-banner-module .module-wrapper:first-child {
    margin-bottom: 60px;
  }
  .couple-banner-module .module-wrapper .text-block {
    width: 100%;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper {
    position: relative;
    width: 100%;
    padding: 20px 28px;
    left: inherit;
    top: inherit;
    transform: none;
    text-align: center;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .hide-br-mob br {
    display: none;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .title h2 {
    font-size: 40px;
    letter-spacing: 0.0625rem;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .title.mobile {
    display: block;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .title.desktop {
    display: none;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper h2 {
    font-size: 28px;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph {
    margin-top: 1.5em;
    margin-bottom: 2em;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph.mobile {
    display: block;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .paragraph.desktop {
    display: none;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .cta-container {
    justify-content: center;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .cta-container .cta-wrapper {
    margin-right: 20px;
  }
  .couple-banner-module .module-wrapper .text-block .text-block-wrapper .cta-container .cta-wrapper:last-child {
    margin-right: 0;
  }
  .couple-banner-module .module-wrapper .img {
    width: 100%;
    order: -1;
  }
  .couple-banner-module .module-wrapper .slider-container {
    width: 100%;
  }
  .couple-banner-module .module-wrapper .slider-container .swiper-nav-arrow {
    display: none;
  }
  .couple-banner-module .module-wrapper .slider-container .swiper-pagination {
    display: block;
    position: relative;
    bottom: inherit;
    margin: 12px 0;
  }
  .couple-banner-module .module-wrapper.text-left {
    justify-content: flex-end;
  }
  .couple-banner-module .module-wrapper.text-right {
    justify-content: flex-end;
  }
}
/*# sourceMappingURL=couple-banner-module.css.map */