﻿/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
@media (max-width: 991px) {
  .text-image-block {
    padding: 0;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .text-image-block {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .text-image-block {
    max-width: 100%;
  }
}
.text-image-block h1, .text-image-block h2, .text-image-block h3, .text-image-block h4 {
  font-size: 72px;
  margin-bottom: 45px;
}
@media (max-width: 1499px) {
  .text-image-block h1, .text-image-block h2, .text-image-block h3, .text-image-block h4 {
    font-size: 52px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .text-image-block h1, .text-image-block h2, .text-image-block h3, .text-image-block h4 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.text-image-block p {
  font-family: "CircularBook";
  line-height: 29px;
  color: #666867;
  margin-bottom: 40px;
}
@media (max-width: 1499px) {
  .text-image-block p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .text-image-block p {
    margin-bottom: 0;
  }
}
.text-image-block p a.btn:not(.block) {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .text-image-block p a.btn:not(.block) {
    margin-right: 0;
  }
}
.text-image-block p a.btn.block {
  margin-bottom: 20px;
}
.text-image-block img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .text-image-block-left {
    padding: 0 7.5px 0 0;
  }
  .text-image-block-right {
    padding: 0 0 0 7.5px;
  }
}
.text-image-block-content-text {
  position: relative;
  width: 100%;
  margin-top: 160px;
  float: right;
  align-self: center;
  z-index: 198;
}
@media (max-width: 1499px) {
  .text-image-block-content-text {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .text-image-block-content-text {
    padding: 30px 20px 0 20px;
    margin-top: 0;
    text-align: center;
    position: relative;
  }
}
.text-image-block-content-text h1, .text-image-block-content-text h2, .text-image-block-content-text h3, .text-image-block-content-text h4 {
  max-width: 85%;
}
@media (max-width: 991px) {
  .text-image-block-content-text h1, .text-image-block-content-text h2, .text-image-block-content-text h3, .text-image-block-content-text h4 {
    max-width: unset;
  }
}
.text-image-block-content-text p {
  max-width: 85%;
}
@media (max-width: 991px) {
  .text-image-block-content-text p {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .text-image-block-content-text a.btn {
    margin-top: 20px;
  }
}
.text-image-block-imgs {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: calc(865px + var(--bs-gutter-x) / 2);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1499px) {
  .text-image-block-imgs {
    min-height: 450px;
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  .text-image-block-imgs {
    padding: 0;
    min-height: unset;
    max-height: unset;
    margin: 0 auto;
  }
}
.text-image-block-imgs .image-left {
  max-width: 600px;
  width: 100%;
  height: 100%;
  max-height: 780px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-right: 40px;
  z-index: 100;
  display: flex;
  flex: 1;
}
@media (max-width: 1499px) {
  .text-image-block-imgs .image-left {
    margin-top: unset;
    margin-bottom: unset;
  }
}
@media (max-width: 1199px) {
  .text-image-block-imgs .image-left {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .text-image-block-imgs .image-left {
    padding: 0 7.5px 0 0;
    margin-right: unset;
    align-items: center;
    margin: 0;
  }
}
.text-image-block-imgs .image-left span {
  background-size: contain;
}
.text-image-block-imgs .image-left img {
  width: 600px;
}
.text-image-block-imgs .image-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 100%;
  max-width: 600px;
}
@media (max-width: 991px) {
  .text-image-block-imgs .image-right {
    padding: 0 0 0 7.5px;
  }
}
.text-image-block-imgs .image-right .portrait-img {
  padding-right: 35px;
  margin-bottom: 15px;
}
.text-image-block-imgs .portrait {
  /*max-width: calc(100% - 70px);
  width: 480px;
  height: 525px;
  max-height: 525px;*/
  position: relative;
  margin-bottom: 30px;
  max-width: 410px;
  height: 100%;
  width: 100%;
}
.text-image-block-imgs .portrait span {
  background-position: bottom left;
}
.text-image-block-imgs .landscape {
  position: relative;
  right: 0;
  max-height: 400px;
  height: 100%;
  max-width: 600px;
}
.text-image-block-imgs .landscape span {
  background-position: top left;
}
.text-image-block-imgs .portrait span, .text-image-block-imgs .landscape span {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
