.effect-skin {
  position: relative; }
  .effect-skin:before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3; }

.zoom-in {
  overflow: hidden; }
  .zoom-in img {
    transform: scale(1);
    transition: .4s all; }
  .zoom-in:hover img {
    transform: scale(1.15);
    transition: .4s all; }

.banner-content-absolute {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.42) 48.44%, rgba(0, 0, 0, 0.42) 100%); }
  @media (max-width: 992px) {
    .banner-content-absolute {
      padding: 15px; } }
  .banner-content-absolute .heading {
    width: 100%; }
    .banner-content-absolute .heading .title {
      font-size: 40px;
      font-weight: 700;
      line-height: 48px;
      letter-spacing: -1px;
      font-weight: 600;
      color: white; }
      @media (max-width: 992px) {
        .banner-content-absolute .heading .title {
          font-size: 28px;
          line-height: 1.4; } }
    .banner-content-absolute .heading .desc {
      margin-top: 5px;
      font-size: 24px;
      font-weight: 700;
      line-height: 31px;
      letter-spacing: -0.7px;
      font-weight: 400;
      color: white; }
      @media (max-width: 992px) {
        .banner-content-absolute .heading .desc {
          font-size: 20px;
          line-height: 1.4; } }
    .banner-content-absolute .heading + .action {
      margin-top: 32px; }
      @media (max-width: 992px) {
        .banner-content-absolute .heading + .action {
          margin-top: 16px; } }
  .banner-content-absolute .action {
    width: 100%; }
    .banner-content-absolute .action .button {
      background: white;
      width: 100%;
      display: flex;
      justify-content: space-between;
      white-space: nowrap;
      font-weight: 500; }
      @media (min-width: 1200px) {
        .banner-content-absolute .action .button + .button {
          margin-left: 2px; } }
      .banner-content-absolute .action .button:hover {
        background: #E5E5E5; }

#slideshow {
  position: relative; }
  #slideshow .block-swiper-navigation {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    padding: 40px; }
    @media (max-width: 992px) {
      #slideshow .block-swiper-navigation {
        padding: 20px; } }
  #slideshow .swiper-button {
    position: static;
    margin: 0 1px; }
    #slideshow .swiper-button svg {
      width: 15px !important;
      height: 15px !important; }
  #slideshow .banner-content-absolute .heading {
    overflow: hidden; }
    #slideshow .banner-content-absolute .heading .title, #slideshow .banner-content-absolute .heading .content {
      transform: translate(0, 0);
      transition: .2s all; }
  #slideshow .banner-content-absolute .action {
    width: 100%; }
    #slideshow .banner-content-absolute .action .button {
      width: max-content;
      padding: 10px; }
  #slideshow .effect-skin:before {
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.4) 40%, rgba(3, 7, 18, 0) 98.5%); }

.section-onebanner .banner-content-absolute {
  max-width: 100%; }
  @media (max-width: 992px) {
    .section-onebanner .banner-content-absolute {
      max-width: 100%;
      padding: 10px 15px; } }
  .section-onebanner .banner-content-absolute .action {
    width: 100%; }
    .section-onebanner .banner-content-absolute .action .button {
      width: max-content; }

.section-onebanner .ratio--image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 41.66667%; }
  .section-onebanner .ratio--image img, .section-onebanner .ratio--image iframe, .section-onebanner .ratio--image video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 2;
    transition: .3s ease-in-out all; }
  @media (max-width: 992px) {
    .section-onebanner .ratio--image {
      position: relative;
      display: block;
      overflow: hidden;
      padding-top: 120%; }
      .section-onebanner .ratio--image img, .section-onebanner .ratio--image iframe, .section-onebanner .ratio--image video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
        z-index: 2;
        transition: .3s ease-in-out all; } }

.section-onebanner .effect-skin:before {
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.4) 40%, rgba(3, 7, 18, 0) 98.5%); }

.section-onebanner .banner-content-absolute {
  background: transparent;
  padding: 0; }
  .section-onebanner .banner-content-absolute .fsticky {
    position: sticky;
    height: min-content;
    padding: 40px;
    width: 100%;
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.42) 48.44%, rgba(0, 0, 0, 0.42) 100%); }
    @media (max-width: 992px) {
      .section-onebanner .banner-content-absolute .fsticky {
        padding: 20px 15px; } }

.section-twobanner .effect-skin:before {
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.4) 40%, rgba(3, 7, 18, 0) 98.5%); }

.section-twobanner .ratio--image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 116.66667%; }
  .section-twobanner .ratio--image img, .section-twobanner .ratio--image iframe, .section-twobanner .ratio--image video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 2;
    transition: .3s ease-in-out all; }

.section-twobanner .banner-content-absolute {
  background: transparent;
  padding: 0; }
  .section-twobanner .banner-content-absolute .fsticky {
    position: sticky;
    height: min-content;
    padding: 40px;
    width: 100%;
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.42) 48.44%, rgba(0, 0, 0, 0.42) 100%); }
    @media (max-width: 992px) {
      .section-twobanner .banner-content-absolute .fsticky {
        padding: 20px 15px; } }

.section-threebanner .ratio--image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 145.83333%; }
  .section-threebanner .ratio--image img, .section-threebanner .ratio--image iframe, .section-threebanner .ratio--image video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: 2;
    transition: .3s ease-in-out all; }
  @media (max-width: 992px) {
    .section-threebanner .ratio--image {
      position: relative;
      display: block;
      overflow: hidden;
      padding-top: 125%; }
      .section-threebanner .ratio--image img, .section-threebanner .ratio--image iframe, .section-threebanner .ratio--image video {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center;
        z-index: 2;
        transition: .3s ease-in-out all; } }

.section-threebanner .banner-content-absolute {
  background: transparent;
  padding: 0; }
  .section-threebanner .banner-content-absolute .fsticky {
    position: sticky;
    height: min-content;
    padding: 40px;
    width: 100%;
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.42) 48.44%, rgba(0, 0, 0, 0.42) 100%); }
    @media (max-width: 992px) {
      .section-threebanner .banner-content-absolute .fsticky {
        padding: 20px 15px; } }
