{% import './../_variables.css' %}
  
.shape-banner__container {
  width: 100%;
}

.shape-banner__slide {
  position: relative;
  float: none;
}

.shape-banner__video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shape-banner__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shape-banner__video-wrapper iframe {
  transform: scale(1.15);
}

.shape-banner__image {
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
}

.shape-banner__shape {
  position: absolute;
  bottom: -5px;
  left: -1px;
  right: 0;
  width: 100%;
  height: auto;
  line-height: 0;
}

.shape-banner__shape svg {
  width: 101%;
  height: auto;
}

.shape-banner__shape svg path {
  stroke: #fff;
  fill: #fff;
}

.shape-banner__content {
  position: absolute;
  right: 120px;
  bottom: 40px;
  max-width: 588px;
  padding: 0 15px;
  width: 100%;
  color: #fff;
}

.shape-banner__content a,
.shape-banner__content p,
.shape-banner__content *,
.shape-banner__content a:hover {
  color: #fff;
}

.shape-banner__content-wrapper {
  padding: 45px;
  background: transparent linear-gradient(154deg, #395079 0%, #6292CB 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px;
}

.shape-banner__content-text {
  margin-bottom: 40px;
}

.shape-banner__content-text p:last-child {
  margin-bottom: 0;
}

.shape-banner__content a:hover {
  color: #fff;
}

.shape-banner__content-link a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.shape-banner__content-link img,
.shape-banner__content-link svg {
  width: 26px;
  height: 26px;
}

.shape-banner__content-link svg g,
.shape-banner__content-link svg line,
.shape-banner__content-link svg path {
  stroke: #fff;
}

.shape-banner .slick-track {
  display: flex !important;
}

@media screen and (max-width: 1024px) {
  .shape-banner__content {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .shape-banner__slide {
    padding-bottom: 200px;
  }

  .shape-banner__shape {
    bottom: 199px;
  }

  .shape-banner__content {
    max-width: unset;
    right: unset;
    bottom: 0;
  }
}