.l-media-text__title {
  font-size: 2.875em;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 20px;
  font-family: "BluuNext", serif; }
  .dark .l-media-text__title, .green .l-media-text__title {
    color: #fff2e0; }
  .light .l-media-text__title {
    color: #2e132e; }
  @media (max-width: 1199.98px) {
    .l-media-text__title {
      font-size: 2.3em; } }
  @media (max-width: 767.98px) {
    .l-media-text__title {
      font-size: 1.75em; } }
.l-media-text__text {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.63; }
  .dark .l-media-text__text, .green .l-media-text__text {
    color: #fff2e0;
    color: #fff2e0; }
    .dark .l-media-text__text:hover, .dark .l-media-text__text:active, .dark .l-media-text__text:focus, .dark .l-media-text__text:visited, .green .l-media-text__text:hover, .green .l-media-text__text:active, .green .l-media-text__text:focus, .green .l-media-text__text:visited {
      color: #fff2e0; }
    .dark .l-media-text__text a, .green .l-media-text__text a {
      color: #fff2e0; }
  .light .l-media-text__text {
    color: #2e132e; }
    .light .l-media-text__text a {
      color: #ff370f; }
  @media (max-width: 991.98px) {
    .l-media-text__text {
      font-size: 0.8em; } }
.l-media-text__link {
  margin-top: 70px;
  display: inline-block; }
  @media (max-width: 991.98px) {
    .l-media-text__link {
      margin-top: 20px; } }
.l-media-text__block {
  display: flex;
  flex-wrap: wrap; }
.l-media-text__image-container {
  width: 50%;
  background: #2e132e;
  height: 970px; }
  .l-media-text__image-container > div {
    height: 100%;
    position: relative; }
  @media screen and (max-width: 1500px) {
    .l-media-text__image-container {
      height: 790px; } }
  @media (max-width: 991.98px) {
    .l-media-text__image-container {
      width: 100%;
      height: 600px;
      overflow: hidden; } }
  @media (max-width: 767.98px) {
    .l-media-text__image-container {
      height: 420px; } }
.l-media-text__media-container {
  position: absolute !important;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }
.l-media-text__video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}
@media screen and (max-width: 1450px) {
  .l-media-text__controls {
    display: none; } }
.l-media-text__controls-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1; }
  .l-media-text__controls-button.prev, .l-media-text__controls-button.next {
    width: 21px;
    height: 37px; }
    .l-media-text__controls-button.prev img, .l-media-text__controls-button.next img {
      width: 21px;
      height: 37px; }
  .l-media-text__controls-button.prev {
    left: 62px; }
  .l-media-text__controls-button.next {
    right: 62px; }
.l-media-text__slider-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 970px;
  max-width: 960px; }
  @media screen and (max-width: 1500px) {
    .l-media-text__slider-container {
      height: 790px; } }
  @media (max-width: 991.98px) {
    .l-media-text__slider-container {
      width: 100%;
      height: 600px;
      overflow: hidden; } }
  @media (max-width: 767.98px) {
    .l-media-text__slider-container {
      height: 420px; } }
.l-media-text .slick-list {
  height: 100%; }
.l-media-text .slick-track {
  height: 100%; }
.l-media-text .slick-slide {
  padding: 100px 0; }
  @media screen and (max-width: 1500px) {
    .l-media-text .slick-slide {
      padding: 50px 0; } }
  .l-media-text .slick-slide > div {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
.l-media-text .slick-dots {
  border-color: #666666 !important;
  bottom: 100px; }
  .l-media-text .slick-dots li {
    background-color: #666666; }
  .l-media-text .slick-dots .slick-active {
    border-color: #666666 !important;
    background-color: transparent !important; }
  @media screen and (max-width: 1500px) {
    .l-media-text .slick-dots {
      bottom: 10px; } }
  @media (max-width: 767.98px) {
    .l-media-text .slick-dots {
      top: auto; } }
.l-media-text__slider {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0; }
  @media (max-width: 991.98px) {
    .l-media-text__slider {
      height: 100%; } }
  .l-media-text__slider > div {
    height: 100%;
    text-align: center; }
  .l-media-text__slider img {
    max-width: 460px;
    max-height: 640px;
    height: 100%;
    object-fit: contain; }
    .l-media-text__slider img.has-shadow {
      -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.22);
      box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.22);
      width: fit-content !important;
      height: fit-content; }
.l-media-text__block-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center; }
.l-media-text__info {
  width: 50%;
  height: 970px; }
  @media screen and (max-width: 1500px) {
    .l-media-text__info {
      height: 790px; } }
  @media (max-width: 991.98px) {
    .l-media-text__info {
      width: 100%;
      height: 600px;
      overflow: hidden; } }
  @media (max-width: 767.98px) {
    .l-media-text__info {
      height: auto; } }
.l-media-text__info-wrapper {
  max-width: 440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left:0; }
  .right .l-media-text__info-wrapper {
    margin-right: auto;
    margin-left: 0; }
    @media (max-width: 991.98px) {
      .right .l-media-text__info-wrapper {
        max-width: none; } }
  @media (max-width: 991.98px) {
    .l-media-text__info-wrapper {
      max-width: none; } }
.l-media-text__info-bg {
  padding: 0 290px;
  height: 100%;
  width: 100%; }
  .dark .l-media-text__info-bg {
    background-color: #2e132e; }
  .light .l-media-text__info-bg {
    background-color: #fff2e0; }
  .green .l-media-text__info-bg {
    background-color: #13865f; }
  @media screen and (max-width: 1500px) {
    .l-media-text__info-bg {
      padding: 0 60px; } }
  @media (max-width: 1199.98px) {
    .l-media-text__info-bg {
      padding: 30px; } }
  @media (max-width: 991.98px) {
    .l-media-text__info-bg {
      padding: 30px 20px;
      width: 100%; } }
.l-media-text .right .l-media-text__image {
  order: 2; }
  @media (max-width: 991.98px) {
    .l-media-text .right .l-media-text__image {
      order: 1; } }
.l-media-text .right .l-media-text__info {
  order: 1;
  display: flex;
  flex-direction: row-reverse; }
  @media (max-width: 991.98px) {
    .l-media-text .right .l-media-text__info {
      order: 2; } }

[data-aos="fade-animate"] {
  opacity: 0; }
  [data-aos="fade-animate"].aos-animate {
    opacity: 1; }

[data-aos="image-wrapper-animate"] {
  height: 0; }
  [data-aos="image-wrapper-animate"].aos-animate {
    height: 970px; }
    @media screen and (max-width: 1500px) {
      [data-aos="image-wrapper-animate"].aos-animate {
        height: 790px; } }
    @media (max-width: 767.98px) {
      [data-aos="image-wrapper-animate"].aos-animate {
        height: 420px; } }

[data-aos="text-wrapper-animate"] {
  width: 0;
  padding: 0; }
  [data-aos="text-wrapper-animate"].aos-animate {
    width: 100%;
    padding: 0 210px; }
    @media screen and (max-width: 1500px) {
      [data-aos="text-wrapper-animate"].aos-animate {
        padding: 0 60px !important; } }
    @media (max-width: 1199.98px) {
      [data-aos="text-wrapper-animate"].aos-animate {
        padding: 30px !important; } }
    @media (max-width: 991.98px) {
      [data-aos="text-wrapper-animate"].aos-animate {
        padding: 30px 20px !important; } }

.ie .featured [data-aos="image-wrapper-animate"] {
  height: 935px; }
.ie [data-aos="fade-animate"] {
  opacity: 1; }
.ie [data-aos="image-wrapper-animate"] {
  height: 970px; }
  @media screen and (max-width: 1500px) {
    .ie [data-aos="image-wrapper-animate"] {
      height: 790px; } }
  @media (max-width: 767.98px) {
    .ie [data-aos="image-wrapper-animate"] {
      height: 420px; } }
.ie [data-aos="text-wrapper-animate"] {
  width: 100%;
  padding: 0 210px; }
  @media screen and (max-width: 1500px) {
    .ie [data-aos="text-wrapper-animate"] {
      padding: 0 60px; } }
  @media (max-width: 1199.98px) {
    .ie [data-aos="text-wrapper-animate"] {
      padding: 30px; } }
  @media (max-width: 991.98px) {
    .ie [data-aos="text-wrapper-animate"] {
      padding: 30px 20px; } }
