.fullpage_module {
  width: 100%;
  position: relative;
  top: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  overflow-x: hidden;
}

.fp-card {
  display: flex;
  width: 100%;
  height: calc(100vh - 80px);
  height: calc((var(--vh, 1vh) * 100) - 80px);
  position: relative;
  top: 0;
  scroll-snap-align: start;
  scroll-margin: 80px 0 0 0;
  scroll-margin-top: 80px;
  /* background:white; */
}

.fullpage_module .fp-card {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  scroll-margin: 0 0 0 0;
  scroll-margin-top: 0;
  padding-top: 80px;
}

.fullpage_module .fp-card.got-banner {
  background: white;
  /* padding-top: 0; */
}

/* .fullpage_module::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.fullpage_module::-webkit-scrollbar-thumb {
  background: #FF0000;
} */

.fp.fp-video-contain {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.video-card.black {
  width: 100%;
  position: fixed;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.video-wrapper {
  background: #eee;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.video-wrapper .videoContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56.25vw;
  /* left: 50%; */
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  /* top: 50%; */
  width: 177.77777778vh;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.video-wrapper .videoContainer.animated {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.fullpage.hero {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vh - 32px);
  width: 100%;
  overflow: hidden;
}

.fp .title {
  z-index: 3;
  max-width: 568px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 134px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  margin-top: 80px;
}

.fp .title .green-line {
  font-weight: bold;
  display: inline-block;
  width: 93px;
  height: 10px;
  ;
  background: #6CC24A;
  margin-bottom: 10px;
}

.fp .title h1,
.fp .title h1 p,
.fp .title .front-page-h1,
.fp .title .front-page-h1 p{
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}

.fp .title p {
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.active {
  opacity: 1;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}

.fullpage_module .content {
  opacity: 0;
}

.animate .content {
  opacity: 1;
}

.video-height {
  content: '';
  display: block;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vh;
}

.fp-overlay {
  display: block;
  background: transparent;
  width: 100%;
  height: 100vh !important;
}

/* .admin-bar .fp-overlay {
  height: calc(100vh - 32px) !important;
} */

/*
#fullpage_module {
  pointer-events: all;
}

.fp-card {
  pointer-events: all;
}

.fp-overlay.fp-card {
  pointer-events:none;
} */

.video-card {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: absolute;
  top: 0;
}

.card-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fullpage_module .card-wrap {
  height: calc(100% + 80px);
  margin-top: -80px;
  width: 100%;;
}

.fullpage_module .card-2 .card-wrap {
  margin-top: 0;
}

.fullpage_module .card-3.card-1-1 .card-wrap {
  padding-top: 80px;
  margin-top: 0;
}

.fullpage_module .fp-card.card-3.card-1-1 {
  padding-top: 0;
}

.fullpage_module .card-2.card-1-3 .card-wrap {
  margin-top: -80px;
}

.card-4 .f-h.h-v.cover.o-h {
  height: calc(100% + 80px);
}

.card-4 .card-content {
  padding-top: 80px;
}

.card-content {
  max-width: 460px;
  margin: auto;
  font-size: 16px;
}

.card-content .cat-title {
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
  color: #3d3935;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 18px;
}

.card-content h2,
.card-content .h2-style,
.card-content h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
}

.card-content h1 {
  font-size: 32px;
}

.card-content h2.about-headline {
  font-size: 40px;
  color: #3D3935;
  letter-spacing: 0;
  line-height: 46px;
  margin-top: 20px;
  margin-bottom:17px;
}

.card-content h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 37px;
  font-family: 'ProximaNova-Light', Arial, Helvetica, sans-serif;
}

/*
.card-image img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-width: 100%;
  z-index: 1;
  width: auto;
  height: auto;
}*/

/* ANIMATIONS NOW COME ON */


/* CARD 2-1 LAYOUT */
.card-2-1 .gray.h-v {
  height: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.animate.card-2-1 .gray.h-v {
  height: 100%;
}

.animate-out.animate.card-2-1 .gray.h-v {
  height: 0;
}

.card-2-1 .gray.h-v .card-image,
.card-2-1 .card-content {
  bottom: -100%;
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: .75s ease;
  -o-transition: .75s ease;
  transition: .75s ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.card-2-1 .card-content {
  opacity: 1;
  bottom: 0;
}

.animate.card-2-1 .gray.h-v .card-image,
.animate.card-2-1 .card-content {
  bottom: 0;
  opacity: 1;
}

.animate-out.animate.card-2-1 .gray.h-v .card-image {
  bottom: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.animate-out.animate.card-2-1 .card-content {
  bottom: 100%;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.card-2-1 .gray.h-v .quote-div {
  position: relative;
  z-index: 1;
}

.card-2-1 .gray.h-v .quote-div .quote {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.animate.card-2-1 .gray.h-v .quote-div .quote {
  opacity: 1;
}

.animate-out.animate.card-2-1 .gray.h-v .quote-div .quote {
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* CARD 1-3 LAYOUT */

.card-1-3 .gray.h-v {
  height: 0;
  top: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.animate.card-1-3 .gray.h-v {
  height: 100%;
  top: 0;
}

.animate-out.animate.card-1-3 .gray.h-v {
  height: 0;
}

.card-1-3 .gray.h-v .card-image {
  bottom: -100%;
  position: relative;
  z-index: 0;
  opacity: 0;
  -webkit-transition: .75s ease;
  -o-transition: .75s ease;
  transition: .75s ease;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.card-1-3 .gray.h-v .card-image img {
  transform: translateY(80px);
}

.card-1-3 .card-content {
  opacity: 1;
  bottom: 0;
}

.card-1-3 .card-content p,
.card-1-3 .card-content ul
{
  margin-bottom: 0;
}

.animate.card-1-3 .gray.h-v .card-image,
.animate.card-1-3 .card-content {
  bottom: 0;
  opacity: 1;
}

.animate-out.animate.card-1-3 .gray.h-v .card-image {
  bottom: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.animate-out.animate.card-1-3 .card-content {
  bottom: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  opacity: 0;
}

.card-1-3 .light-blue {
  width: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.animate.card-1-3 .light-blue {
  width: 50%;
}

.animate-out.animate.card-1-3 .light-blue {
  width: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}

/* CARD 1-1 LAYOUT */

.card-1-1 .cover img {
  opacity: 0;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(2, 2);
  -ms-transform: scale(2, 2);
  transform: scale(2, 2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.animate.card-1-1 .cover img {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.animate-out.animate.card-1-1 .card-image {
  opacity: 0;
  background-size: 110vh;
}

.card-1-1 .card-content {
  bottom: 0;
  position: relative;
  z-index: 0;
  -webkit-transition: .75s;
  -o-transition: .75s;
  transition: .75s;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  opacity: 1;
}

.animate.card-1-1 .card-content {
  bottom: 0;
  opacity: 1;
}

.animate-out.animate.card-1-1 .card-content {
  bottom: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.card-wrap .slide,
.card-wrap .slide-news {
  position: absolute;
  width: 100%;
  height: calc(100vh - 80px);
  height: calc((var(--vh, 1vh) * 100) - 80px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.carousel .bullets,
.carousel-news .bullets {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 35px;
  height: 12px;
  text-align: center;
  z-index: 99;
}

.carousel .bullets .bullet,
.carousel-news .bullets .bullet {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-radius: 12px;
  margin-right: 10px;
  background: #D8D7D7;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.carousel .bullets .bullet.active,
.carousel-news .bullets .bullet.active {
  background: #F68D2E;
}

.carousel.animate .bullets .bullet,
.animate .carousel-news .bullets .bullet {
  width: 12px;
  height: 12px;
}

.carousel.animate .bullets .bullet.no-delay,
.animate .carousel-news .bullets .bullet.no-delay {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.slider-nav {
  position: absolute;
  left: 50%;
  top: 0;
  width: 7%;
  height: 100%;
  z-index: 1;
  cursor: w-resize;
  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;
}

.slider-nav svg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-left: -50px;
}

.slider-nav:hover svg {
  opacity: 1;
  margin-left: 0;
}

.prev svg {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.next {
  right: 0;
  left: unset;
  cursor: e-resize;
}

/* .admin-bar .fp-card,
.admin-bar .fullpage.hero,
.admin-bar .card-wrap .slide {
  height: calc(100vh - 112px);
} */

.scroller {
  max-width: 289px;
  height: 23px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 48px;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translateY(800%);
  -ms-transform: translateY(800%);
  transform: translateY(800%);
  opacity: 0;
  z-index: 2;
}

.scroller.active {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.scroller span {
  display: block;
  margin-bottom: 18px;
}

.card-2 .the-boxes {
  margin-top: -80px;
}

.card-1-3.card-2 .the-boxes {
  margin-top: 0;
}

.fp {
  width:100%;
  position:relative;
  top: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.fp.services-wrapper {
  position: fixed;
}

/* .admin-bar .fp {
  height: calc(100vh - 32px);
} */

.fp-page, .fp .hero_module {
  width:100%;
  position:relative;
  top: 0;
  scroll-snap-align: start;
  scroll-margin-top: 80px;
  background:white;
  padding-top: 48px;
  z-index: 2;
}

.animate.card-1-3 .gray.h-v .card-image:has(.featured_video) {
  display: flex;
}

.fullpage_module .featured_video {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
}

.fullpage_module .featured_video .video_iframe_wrap {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.fullpage_module .featured_video .video_iframe_wrap .videoContainer {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.fullpage_module .featured_video .video_thumbnail {
  position: relative;
  height: 100%;
  cursor: pointer;
  flex: 1;
}

.fullpage_module .video-icon {
  pointer-events: none;
  position: absolute;
  width: 96px;
  height: 64px;
  background: #F68D2E;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
  transition: filter 150ms ease;
}

.fullpage_module .video-icon svg {
  height: 40px;
}

.fullpage_module .video-icon svg g {
  fill: #ffffff;
}

@media screen and (max-width: 1336px) {

  .carousel.animate .bullets .bullet,
  .animate .carousel-news .bullets .bullet {
    width: 6px;
    height: 6px;
  }

  .card-content {
    font-size: 14px;
    line-height: 18px;
  }

  .fp .title p {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0;
  }

  .scroller span {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .card-content p {
    margin-bottom: 26px;
  }

  .card-content h3 {
    margin-bottom: 17px;
  }

  .card-content .cat-title {
    margin-bottom: 12px;
  }

}

@media screen and (max-width: 1100px) {

  .fp-card {
    /* scroll-snap-align: unset;
    scroll-margin: unset;
    scroll-margin-top: unset;
    scroll-margin-top: unset; */
    height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
    scroll-snap-align: start;
    scroll-margin: 60px 0 0 0;
    scroll-margin-top: 60px;
}

  .fp-card, .card-wrap .slide, .card-wrap {
    height:calc(100vh - 60px);
    scroll-margin-top: 60px;
    min-height: -webkit-fill-available;
  }

  .fp-overlay {
    height: calc(100vh - 60px) !important;
    min-height: -webkit-fill-available;
    margin-top: 60px;
  }

  .card-2-1 .gray.h-v .quote-div .quote {
    max-width: 360px;
    max-width: 100%;
  }

  .card-content {
    max-width: 361px;
  }

  .card-wrap .slide,
  .card-wrap .slide-news {
    height: calc(100vh - 60px);
  height: calc((var(--vh, 1vh) * 100) - 60px);
    min-height: -webkit-fill-available;
  }

  .fullpage_module .card-wrap {
    height: calc(100% + 60px);
    margin-top: -60px;
  }

  .card-4 .f-h.h-v.cover.o-h {
    height: calc(100% + 60px);
  }

  .card-4 .card-content {
    padding-top: 60px;
  }

  .fullpage_module .fp-card {
    padding-top: 60px;
  }
  /* .fullpage_module .fp-card.got-banner {
    padding-top: 0;
  }  */

  .fp .title {
    margin-top: 60px;
  }

  .card-2 .the-boxes {
    margin-top: -60px;
  }
  .card-1-3 .gray.h-v .card-image img {
    transform: translateY(60px);
  }
  .fullpage_module .card-3.card-1-1 .card-wrap {
    padding-top: 60px;
    margin-top: 0;
  }
  .fullpage_module .card-2.card-1-3 .card-wrap {
    margin-top: 0;
  }
  .card-2.card-1-3 .gray.h-v .card-image img {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1023px) {

  .fp .title {
    width: 100%;
    max-width: unset;
    left: 0;
    right: 0;
    padding-left: 107px;
    padding-right: 107px;
  }

  .fullpage_module .card-1-3.got-banner .the-boxes {
    height: 48px;
    overflow: hidden;
    max-height: unset;
    min-height: unset;
    padding: 0;
    margin-top: 0;
    /*bottom: unset;*/
  }

  .fullpage_module .card-1-3.got-banner .box-type.h-h.box-image {
    height: 48px;
    overflow: hidden;
    max-height: unset;
    min-height: unset;
    padding: 0;
  }

  .got-banner .box-type.box-image .box-image-container, .got-banner .box-title {
    display: none;
  }

  .got-banner a.box-link {
    left: 0;
    background-color:#F3F2F1;
    color: #3D3935;
    text-align: center;
  }

  .got-banner a.box-link::after {
    background-color: #F68D2E;
  }

  .got-banner .card-content h2.about-headline {
    margin-top: 26px;
    /*padding-top: 48px;*/
  }

  .fullpage_module .got-banner .card-wrap {
    min-height: unset;
  }

  .got-banner.card-1-3 .card-content {
    padding-bottom: 0;
  }

  .fullpage_module .fp-card.got-banner {
    min-height: unset;
  }


  .fullpage_module .fp-card.card-1-3:not(.got-banner) {
    position: relative;
  }

  .fullpage_module .fp-card.card-1-3:not(.got-banner) .card-wrap > .card-cell:not(.gray) {
    position:relative;
    z-index: 2;
    margin-top: 430px;
    margin-bottom: 247px;
  }

  .fullpage_module .fp-card.card-1-3:not(.got-banner) .card-cell.gray {
    position:absolute;
    bottom: 0;
  }

  .video-wrapper .videoContainer.animated {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .video-wrapper .videoContainer {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* .video-wrapper .videoContainer {
    left: -50%;
  } */

  /* KILL ANIMATIONS */

  .card-2-1 .gray.h-v .card-image,
  .card-2-1 .card-content {
    bottom: 0;
    opacity: 1;
    transition: 0;
  }

  .card-wrap .slide .slider.flex {
    display: block;
  }

  .card-2-1 .gray.h-v .quote-div {
    display: none;
  }

  .animate.card-2-1 .gray.h-v.f-h,
  .card-2-1 .gray.h-v {
    height: 40%;
  }

  .animate.card-2-1 .gray.h-v .card-image,
  .animate.card-2-1 .card-content,
  .card-2-1 .gray.h-v .card-image,
  .card-2-1 .card-content {
    height: 100%;
  }

  .animate.card-2-1 .slider .card-content, .card-2-1 .slider .card-content {
    height: auto;
  }

  .carousel .bullets .bullet, .carousel-news .bullets .bullet {
    width: 6px;
    height: 6px;
    transition: 0;
  }

  .slider-nav {
    left: 0;
    height: 60%;
    top: unset;
    bottom: 0;
  }

  .slider-nav.next {
    left: unset;
    right: 0;
  }

  .carousel .bullets,
  .carousel-news .bullets {
    width: 100%;
    bottom: 48px;
  }

  .card-content {
    max-width: 556px;
  }


  /* CARD 1-3 */
  .fp-card.card-1-3.white.animate .f-h.h-v.card-cell {
    height: 60%;
  }

  .fp-card.card-1-3.white.animate .f-h.h-v.card-cell.gray {
    height: 40%;
  }

  .fp-card.card-1-3.white.animate .f-h.h-v.card-cell.gray .f3-v {
    height: 100%;
  }

  /* .fp-card.card-1-3.white.animate .f-h.h-v.card-cell.gray .card-image {
    display: none;
  } */

  .fp-card.card-1-3.white.animate .f-h.h-v.card-cell.gray {
    top: 60%;
    position: absolute;
  }

  /* CARD 1-1 */
  .slide-news.flex {
    display: block;
  }

  .card-1-1 .f-h.h-v.cover.o-h {
    height: 40%;
  }

  .card-1-1 .f-h.h-v.card-cell.oaklins-center {
    height: 60%;
  }

  .slider .f-h.h-v.card-cell.oaklins-center {
    height: 60%;
  }

  .fp-card {
    scroll-snap-align: none;
  }

  .fullpage_module {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
  }

  .fullpage_module .fp-card {
    height: auto;
    min-height: calc(100vh - 60px);
  min-height: calc((var(--vh, 1vh) * 100) - 60px);
    min-height: -webkit-fill-available;
  }

  .fullpage_module .card-1-3 .card-wrap {
    display: flex;
    flex-direction:column-reverse;
    width: 100%;
  }

  .fullpage_module .card-1-3 .f-h.h-v.card-cell {
    display: block;
    position: relative;
    z-index: 1;
  }

  .card-1-3 .gray.h-v .card-image, .card-1-3 .card-content {
    bottom: 0;
    opacity: 1;
    transition: 0;
  }

  .card-1-3 .gray.h-v {
    height: 100%;
    top: 0;
    transition: 0;
  }

  .card-1-1 .cover img {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: 0;
  }

  .fullpage_module .box-type.h-h {
    transition: 0;
    width: 100%;
  }

  .fullpage_module .box-type.h-h .box-content {
    opacity: 1;
    transition: 0;
  }

  .fp {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }

  .fp-page, .fp .hero_module {
      scroll-snap-align: none;
  }

  .fullpage_module .card-wrap {
      margin-top: 0;
  }
  .card-4 .card-content, .fullpage_module .fp-card {
    padding-top: 0;
    background: white;
  }

  .fullpage_module .fp-card.fp-overlay {
    background: transparent;
  }

  .fullpage_module  .fp-card .oaklins-center {
    height: auto;
    padding: 70px 15px;
    /*padding-bottom: 96px;*/
  }

  .carousel .bullets .bullet, .carousel-news .bullets .bullet {
    transition-delay: 0s;
  }

  .fullpage_module .card-1-3 .f-h.h-v.card-cell.gray {
    background: transparent;
    display: block;
    /*position: relative;*/
    order: 0;
    top: 0;
    height: 100%;
    z-index: 2;
  }

  /* Fix for bug when div covers content making links unclickable */
  .fullpage_module .card-1-3 .f-h.h-v.card-cell.gray.removes-z-index-on-mobile {
    z-index: 0;
  }

  .fullpage_module .card-1-3 .f-h.h-v .card-cell.card-image {
    height: 430px;
    overflow: hidden;
  }

  .card-1-3 .card-content {
    /*padding-top: 430px;
    padding-bottom: 190px;*/
  }

  .fullpage_module .the-boxes {
    display: block;
    position: relative;
    bottom: 0;
  }

  .fullpage_module .card-1-3 .the-boxes {
    height: auto;
    height: 247px;
  }

  .fullpage_module .card-1-3 .box-type.h-h {
    width: 50%;
    float: left;
    transition: 0!important;
  }
  .fullpage_module .card-1-3 .box-type.h-h.box-image {
    width: 100%;
    float: none;
  }
  .card-1-3 .gray.h-v .card-image img {
    transform: translateY(0);
  }
   .fullpage_module .card-3.card-1-1 .card-wrap {
    padding-top: 0px;
  }

}

@media screen and (max-width: 767px) {

  /* .video-wrapper .videoContainer {
    left: -100%;
  } */

  .fullpage_module .card-1-3 .f-h.h-v .card-cell.card-image {
    height: 240px;
    overflow: hidden;
  }

  .fullpage_module .card-1-3 .the-boxes {
    height: auto;
  }

  .fullpage_module .card-1-3 .box-type.h-h.animate {
    width: 100%;
    float: none;
  }

  .fullpage_module .fp-card.card-1-3:not(.got-banner) .card-wrap > .card-cell:not(.gray) {
    position:relative;
    z-index: 2;
    margin-top: 240px;
    margin-bottom: 530px;
  }

  .fp .title {
    left: 0px;
    margin: 0px;
    max-width: 100%;
    height: auto;
    padding: 24px;
  }

  .card-content p {
    margin-bottom: 18px;
  }

  .card-content h3,
  .card-content h2, .card-content .h2-style {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .card-content .cat-title {
    margin-bottom: 12px;
  }

  .card-1-1 .f-h.h-v.card-cell.oaklins-center {
    display: block;
  }

  .fullpage_module .card-content {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .carousel .bullets,
  .carousel-news .bullets {
    bottom: 24px;
  }

  .slide .card-cell.oaklins-center {
    display: block;
  }

  .slider .f-h.h-v.card-cell.oaklins-center {
    display: block;
    height: auto;
  }

  .scroller {
    display: none;
  }

  .fp .title.fpas.animate {
    top: 70%!important;
    bottom: 0;
    top: unset !important;
    transform: translate(0) !important;
  }

  .fp .title h1, .fp .title h1 p,
  .fp .title .front-page-h1,
  .fp .title .front-page-h1 p {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: -0.09px;
    line-height: 54px;
  }

  .fp .title p {
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 27px;
  }

  .fullpage_module .fp-card .oaklins-center {
    padding: 12px;
    text-align: left;
  }

  .fullpage_module .the-boxes .box-type {
    min-height: 200px;
  }

  .fullpage_module .cat-title {
    display: none;
  }

  .animate.card-2-1 .gray.h-v.f-h, .card-2-1 .gray.h-v, .card-1-1 .f-h.h-v.cover.o-h {
    height: 240px;
  }
  .card-1-1 .f-h.h-v.card-cell.oaklins-center {
    height: auto;
  }

  .fullpage_module .the-boxes .box-type {
    min-height: 265px;
  }

  .animate.card-1-1 .card-content {
    margin-top: 10px;
  }

  .card-content p {
    margin-top: 18px;
    margin-bottom: 30px;
  }

  .fp .title {
    padding: 15px;
  }
  .fullpage_module .card-wrap {
    min-height: 680px;
  }

  .fullpage_module .card-1-3 .f-h.h-v .card-cell.card-image {
    height: 240px;
    overflow: hidden;
  }

  /*.card-1-3 .card-content {
    padding-top: 240px;
    padding-bottom: 544px;
  }*/

  /*.home .card-1-3 .card-content {
    padding-bottom: 610px;
  }*/

  .card-1-3 .f3-v {
    height: auto;
  }

  .fullpage_module #fp-deals.fp-card {
    min-height: unset;
    padding-bottom: 64px;
  }

  .slider-nav {
    display: none;
  }

  .fullpage_module .video-icon {
    width: 64px;
    height: 44px;
  }

  .fullpage_module .video-icon svg {
    height: 32px;
  }
}

@media screen and (max-height: 800px) {
  .fullpage_module .slide-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-height: 700px) {
  .fullpage_module .slide-excerpt {
    -webkit-line-clamp: 6;
  }
}

@media screen and (max-width: 300px) {
  .fullpage_module .slide-excerpt {
    -webkit-line-clamp: 2;
  }
}

/* @media screen and (max-width: 320px) {
  .fp .title.fpas.animate {
    top: 60% !important;
  }

} */