.l-image-text__full {
  position: relative;
}
.l-image-text__full.with-padding {
  margin: 58px auto;
}
@media (max-width: 991.98px) {
  .l-image-text__full.with-padding {
    margin: 0 auto;
  }
}
.l-image-text__mask {
  position: absolute;
  top: 0;
  left: calc(100% - 55px);
  height: 100%;
  width: 200%;
}
@media (min-width: 1978px) {
  .l-image-text__mask {
    left: 100%;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__mask {
    display: none;
  }
}
.with-padding .l-image-text__mask {
  height: calc(100% + 116px);
  top: -58px;
}
.image-left .l-image-text__mask {
  left: auto;
  right: calc(100% - 55px);
}
@media (min-width: 1978px) {
  .image-left .l-image-text__mask {
    right: 100%;
  }
}
.l-image-text__content {
  width: 50%;
  padding: 20px 86px 20px 0;
  min-height: 790px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1599.98px) {
  .l-image-text__content {
    padding: 20px 68.8px 20px 0;
    min-height: 632px;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__content {
    width: 100%;
    padding: 30px 0 50px 0;
    min-height: auto;
  }
}
.image-left .l-image-text__content {
  margin-left: auto;
  padding: 20px 0 20px 86px;
}
@media (max-width: 1599.98px) {
  .image-left .l-image-text__content {
    padding: 20px 0 20px 68.8px;
  }
}
@media (max-width: 991.98px) {
  .image-left .l-image-text__content {
    width: 100%;
    padding: 30px 0 50px 0;
    min-height: auto;
  }
}
.l-image-text__image-area {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: calc(50% - 55px);
}
.image-left .l-image-text__image-area {
  left: auto;
  right: 50%;
}
@media (max-width: 991.98px) {
  .image-left .l-image-text__image-area {
    right: auto;
  }
}
@media (min-width: 1978px) {
  .l-image-text__image-area {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .l-image-text__image-area {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  .l-image-text__image-area {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .l-image-text__image-area {
    height: 330px;
  }
}
.l-image-text__image-full, .l-image-text__image-1, .l-image-text__image-2, .l-image-text__image-3 {
  overflow: hidden;
  position: absolute;
}
.l-image-text__image-full img, .l-image-text__image-1 img, .l-image-text__image-2 img, .l-image-text__image-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.l-image-text__image-full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-image-text__image-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-bottom: 2px solid #ffffff;
}
.l-image-text__image-2 {
  top: 60%;
  left: 0;
  width: 50%;
  height: 40%;
  border-top: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.l-image-text__image-3 {
  top: 60%;
  left: 50%;
  width: 50%;
  height: 40%;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.l-image-text__pretitle {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #144051;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.l-image-text .o-title-left__text {
  line-height: 1.78;
  font-size: 1.125em;
}
@media (max-width: 1599.98px) {
  .l-image-text .o-title-left__text {
    font-size: 0.9375em;
  }
}
.l-image-text .o-button-gold {
  margin-top: 80px;
}
@media (max-width: 1599.98px) {
  .l-image-text .o-button-gold {
    margin-top: 64px;
  }
}