.contact-us-block {
  background-color: #0c1f34;
  padding: 120px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .contact-us-block {
    padding: 40px 0;
  }
}
.contact-us-block .row1375 > div {
  flex-basis: 100%;
}
.contact-us-block .sss {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background: transparent;
  border-radius: 0;
  color: #102342;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us-block .sss > span {
  font-size: 18px;
  letter-spacing: 2.1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us-block .sss:hover {
  background: #fff;
}
.contact-us-block .sss:hover > span {
  color: #102342;
}
.contact-us-block h2 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px;
}
.contact-us-block h2, .contact-us-block p {
  color: #fff;
}
.contact-us-block h2::before, .contact-us-block p::before {
  display: none;
}

/* === ACF Block Styles (from m.css) === */
@media (max-width: 1024px) {
  .text-image > .flex {
    display: block;
  }
}
.text-image .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-image .text p {
  font-family: "open sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .text-image .text p {
    padding-bottom: 10px;
  }
}
.text-image .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-left: 15%;
}
@media (max-width: 1366px) {
  .text-image .image {
    margin-left: 40px;
  }
}
@media (max-width: 1023px) {
  .text-image .image {
    margin-left: 0;
    margin-top: 30px;
  }
}
.text-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .text-image .image img {
    object-fit: contain;
    width: auto;
    height: 250px;
    margin: 0 auto;
    display: block;
  }
}
.text-image .reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-image .reverse .image {
  margin-left: initial;
  margin-right: 12%;
}
@media (max-width: 1366px) {
  .text-image .reverse .image {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  .text-image .reverse .image {
    margin-right: 0;
    margin-top: 30px;
  }
}
.text-image-no-wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.text-image-no-wrap .image {
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
  min-height: 440px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap .image {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 1023px) {
  .text-image-no-wrap .image {
    height: 300px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.text-image-no-wrap .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 65px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .text-image-no-wrap .text-wrapper {
    padding: 0 30px 40px;
  }
}
.text-image-no-wrap .text {
  max-width: 350px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .text-image-no-wrap .text {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.text-image-no-wrap .text h2 {
  margin-bottom: 22px;
}
.text-image-no-wrap .text p {
  font-family: "open sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.text-image-no-wrap.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-image-no-wrap.reverse .text {
  margin-left: initial;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap.reverse .text {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .text-image-no-wrap.reverse .text {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .text-two-image-1 > .flex {
    display: block;
  }
}
.text-two-image-1 .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-two-image-1 .text p {
  font-family: "open sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.text-two-image-1 .images {
  -webkit-flex-basis: 52%;
  -moz-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  margin-left: 12%;
}
@media (max-width: 1366px) {
  .text-two-image-1 .images {
    -webkit-flex-basis: 54%;
    -moz-flex-basis: 54%;
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .text-two-image-1 .images {
    margin-left: 0;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .text-two-image-1 .images {
    display: block;
  }
}
.text-two-image-1 .image {
  width: 260px;
  height: 370px;
}
@media (max-width: 1024px) {
  .text-two-image-1 .image {
    margin: 0 20px;
  }
}
@media (max-width: 640px) {
  .text-two-image-1 .image {
    margin: 0 auto;
  }
}
.text-two-image-1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-two-image-1 .image-two {
  margin-top: 200px;
}
@media (max-width: 1366px) {
  .text-two-image-1 .image-two {
    margin-top: 100px;
  }
}
@media (max-width: 640px) {
  .text-two-image-1 .image-two {
    margin-top: 20px;
  }
}
.bg-box {
  height: 100vh;
}
@media (max-width: 767px) {
  .bg-box {
    height: 350px !important;
  }
}
.two-row-text .row1050 {
  width: 740px;
}
@media (max-width: 1023px) {
  .two-row-text .row1050 {
    display: block;
  }
}
.two-row-text .title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.two-row-text .text {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
.two-row-text p {
  font-family: "open sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.images-gallery > .row1050 {
  width: 1170px;
}
.images-gallery .image {
  margin-bottom: 30px;
  height: 400px;
}
@media (max-width: 1024px) {
  .images-gallery .image {
    height: 240px;
  }
}
@media (max-width: 1023px) {
  .images-gallery .image {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .images-gallery .image {
    height: 120px;
  }
}
.images-gallery .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-gallery .image:nth-child(4n-2), .images-gallery .image:nth-child(4n-1) {
  -webkit-flex-basis: calc(42% - 15px);
  -moz-flex-basis: calc(42% - 15px);
  -ms-flex-preferred-size: calc(42% - 15px);
  flex-basis: calc(42% - 15px);
}
@media (max-width: 1023px) {
  .images-gallery .image:nth-child(4n-2), .images-gallery .image:nth-child(4n-1) {
    -webkit-flex-basis: calc(42% - 5px);
    -moz-flex-basis: calc(42% - 5px);
    -ms-flex-preferred-size: calc(42% - 5px);
    flex-basis: calc(42% - 5px);
  }
}
.images-gallery .image:nth-child(4n-3), .images-gallery .image:nth-child(4n) {
  -webkit-flex-basis: calc(58% - 15px);
  -moz-flex-basis: calc(58% - 15px);
  -ms-flex-preferred-size: calc(58% - 15px);
  flex-basis: calc(58% - 15px);
}
@media (max-width: 1023px) {
  .images-gallery .image:nth-child(4n-3), .images-gallery .image:nth-child(4n) {
    -webkit-flex-basis: calc(58% - 5px);
    -moz-flex-basis: calc(58% - 5px);
    -ms-flex-preferred-size: calc(58% - 5px);
    flex-basis: calc(58% - 5px);
  }
}
.team-title {
  border-top: 1px solid #2d2d2d;
  width: 1140px;
  padding: 85px 90px;
}
@media (max-width: 1366px) {
  .team-title {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .team-title {
    padding: 20px;
  }
}
.team-title h3 {
  font-family: "open sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 3.1px;
  color: #2d2d2d;
}
.team-slider {
  width: 880px;
}
@media (max-width: 767px) {
  .team-slider {
    display: block;
  }
}
.team-slider .swiper-container {
  -webkit-flex-basis: 360px;
  -moz-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-container {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
.team-slider .swiper-container p {
  font-family: "open sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
}
.team-slider .swiper-container .photo {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-container .photo {
    text-align: center;
  }
}
.team-slider .swiper-container img {
  width: 100%;
}
@media (max-width: 1023px) {
  .team-slider .swiper-container img {
    width: auto;
    max-height: 250px;
    margin: 0 auto;
    display: inline-block;
  }
}
.team-slider .swiper-pagination {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 100px;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-pagination {
    margin-top: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .team-slider .swiper-pagination {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.team-slider .swiper-pagination .num {
  font-family: "open sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: #2d2d2d;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-pagination .num {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .team-slider .swiper-pagination .num {
    font-size: 8px;
  }
}
.team-slider .swiper-pagination .name {
  font-family: "open sans";
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  color: #a1a1a1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-slider .swiper-pagination .name em {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .team-slider .swiper-pagination .name {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .team-slider .swiper-pagination .name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .team-slider .swiper-pagination .name {
    font-size: 18px;
  }
}
.team-slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 10px;
  }
}
.team-slider .swiper-pagination .swiper-pagination-bullet:hover .name, .team-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .name {
  color: #2d2d2d;
}
.full-background-text .title::before {
  display: none;
}
.full-background-text > .row1375 {
  width: 1140px;
}
.full-background-text .image {
  position: relative;
  min-height: 405px;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .full-background-text .image {
    min-height: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .full-background-text .image {
    margin-bottom: 30px;
  }
}
.full-background-text .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.full-background-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-background-text .image .hover_text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 40px;
  visibility: hidden;
  opacity: 0;
}
.full-background-text .image:hover:before {
  visibility: visible;
  opacity: 1;
}
.full-background-text .image:hover > div {
  visibility: visible;
  opacity: 1;
}
.full-background-text .text {
  width: 48%;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .full-background-text .text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .full-background-text .text {
    width: 100%;
  }
}
.full-background-text p {
  font-family: "open sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.full-background-text .swiper-pagination {
  text-align: left;
  bottom: 0;
  top: 445px;
  background: #fff;
  width: 50%;
}
@media (max-width: 1023px) {
  .full-background-text .swiper-pagination {
    top: 220px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .full-background-text .swiper-pagination {
    bottom: initial;
    background: transparent;
    top: 205px;
    width: 100%;
  }
}
.full-background-text .swiper-pagination .swiper-pagination-current, .full-background-text .swiper-pagination .swiper-pagination-total {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}
.full-background-text .swiper-pagination .line {
  display: inline-block;
  margin: 0 18px;
  width: 50px;
  height: 1px;
  background: #000;
  vertical-align: middle;
}
.full-background-text .swiper-pagination.hide {
  display: none;
}
.info-block {
  text-align: center;
  margin: 40px 0 25px;
}
.info-block .sub-title {
  font-family: "open sans";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3.1px;
  color: #2d2d2d;
  line-height: 1.17;
  margin-bottom: 5px;
}
.info-block .title {
  letter-spacing: 0.2px;
  font-style: normal;
  color: #102342;
  font-size: 30px;
  line-height: 1.16;
}
.info-block .title::before {
  display: none;
}
@media (max-width: 767px) {
  .info-block .title {
    margin-bottom: 5px;
  }
}
.info-block .title em {
  font-style: italic;
}
.info-block .text p:last-of-type, .info-block .text h1:last-of-type, .info-block .text h2:last-of-type, .info-block .text h3:last-of-type, .info-block .text h4:last-of-type, .info-block .text h5:last-of-type, .info-block .text h6:last-of-type, .info-block .text span:last-of-type, .info-block .text strong:last-of-type, .info-block .text b:last-of-type, .info-block .text i:last-of-type, .info-block .text em:last-of-type, .info-block .text ul:last-of-type, .info-block .text li:last-of-type {
  padding-bottom: 0;
}
.location-box .title {
  text-align: center;
  font-family: "open sans";
  font-size: 14px;
  line-height: 1.17;
  letter-spacing: 3.1px;
  text-transform: uppercase;
}
.location-box .location img {
  width: 100%;
}
.faq-block .faq-title {
  font-style: italic;
  display: inline-block;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .faq-block .faq-title {
    margin-bottom: 30px;
  }
}
.faq-block .number {
  font-family: "open sans";
  font-weight: 400;
  font-size: 24px;
  padding: 45px 10px;
  color: #2d2d2d;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 7%;
  border-right: 1px solid #2d2d2d;
}
@media (max-width: 1023px) {
  .faq-block .number {
    padding: 20px 5px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-block .number {
    padding: 15px 3px;
    width: 40px;
  }
}
.faq-block .question {
  font-family: "open sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 2.1;
  color: #2d2d2d;
  padding: 35px 10px 35px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .faq-block .question {
    padding: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .faq-block .question {
    font-size: 18px;
    cursor: none;
  }
}
.faq-block .question .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .faq-block .question .title {
    font-size: 17px;
  }
}
.faq-block .question .plus {
  -webkit-flex-basis: 20px;
  -moz-flex-basis: 20px;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-block .question .plus::before, .faq-block .question .plus::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: #2d2d2d;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-block .question .plus::before {
  width: 100%;
  height: 2px;
}
.faq-block .question .plus::after {
  width: 2px;
  height: 100%;
}
.faq-block .question:hover .title {
  color: #000;
}
.faq-block .question:hover .plus::before, .faq-block .question:hover .plus::after {
  background: #000;
}
.faq-block .answer {
  display: none;
}
.faq-block .answer .text {
  max-width: 630px;
  padding: 0 40px 30px;
}
@media (max-width: 1023px) {
  .faq-block .answer .text {
    padding: 0 15px 0;
  }
}
.faq-block .answer p {
  font-family: "open sans";
  font-weight: 400;
  font-size: 17px;
  line-height: 1.35;
  color: #202020;
}
.faq-block .item {
  position: relative;
  border-bottom: 1px solid #2d2d2d;
  padding-left: 7%;
}
@media (max-width: 767px) {
  .faq-block .item {
    padding-left: 40px;
  }
}
.faq-block .item.active .plus {
  -webkit-transform: rotateZ(45deg);
  -khtml-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

/* === Banner / Post / Team blocks (from o.css) === */
.top-banner__section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .top-banner__section {
    min-height: 550px !important;
  }
}
@media (max-width: 768px) {
  .top-banner__section {
    min-height: 450px !important;
  }
}
@media (max-width: 576px) {
  .top-banner__section {
    min-height: 210px !important;
  }
}
.top-banner__section.single-post-banner {
  min-height: 700px;
}
@media (max-width: 1024px) {
  .top-banner__section.single-post-banner {
    padding: 40px 40px 70px;
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .top-banner__section.single-post-banner {
    min-height: 450px;
  }
}
@media (max-width: 576px) {
  .top-banner__section.single-post-banner {
    min-height: 350px;
  }
}
.top-banner__section .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.top-banner__section .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-banner__section .banner-text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.top-banner__section .banner-text-center h1, .top-banner__section .banner-text-center h2, .top-banner__section .banner-text-center h3, .top-banner__section .banner-text-center h4, .top-banner__section .banner-text-center h5, .top-banner__section .banner-text-center h6 {
  padding-bottom: 0;
  font-family: "GothamSSm";
}
.top-banner__section .banner-left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 70px;
}
@media (max-width: 1024px) {
  .top-banner__section .banner-left-text {
    padding: 40px 40px 70px;
  }
}
.top-banner__section .banner-left-text h2 {
  font-size: 50px;
  font-family: "GothamSSm";
  color: #fff;
  text-decoration: none;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.top-banner__section .banner-left-text h2:before {
  display: none;
}
@media (max-width: 767px) {
  .top-banner__section .banner-left-text h2 {
    font-size: 30px;
  }
}
.top-banner__section .scroll-down-btn {
  bottom: 70px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
@media (max-width: 767px) {
  .top-banner__section .scroll-down-btn {
    width: 25px;
    height: 25px;
    bottom: 20px;
  }
}
.top-banner__section .scroll-down-btn .img_svg path {
  fill: #fff;
}
.height_auto_only_video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding-bottom: 56.5%;
  height: 0;
}
.height_auto_only_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.height_auto_only_video .banner-text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.height_auto_only_video .banner-text-center h1, .height_auto_only_video .banner-text-center h2, .height_auto_only_video .banner-text-center h3, .height_auto_only_video .banner-text-center h4, .height_auto_only_video .banner-text-center h5, .height_auto_only_video .banner-text-center h6 {
  padding-bottom: 0;
  font-family: "GothamSSm";
}
.height_auto_only_video .banner-left-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 70px;
}
@media (max-width: 1024px) {
  .height_auto_only_video .banner-left-text {
    padding: 40px 40px 70px;
  }
}
.height_auto_only_video .banner-left-text h2 {
  font-size: 50px;
  font-family: "GothamSSm";
  color: #fff;
  text-decoration: none;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.height_auto_only_video .banner-left-text h2:before {
  display: none;
}
@media (max-width: 767px) {
  .height_auto_only_video .banner-left-text h2 {
    font-size: 30px;
  }
}
.height_auto_only_video .scroll-down-btn {
  bottom: 70px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
@media (max-width: 767px) {
  .height_auto_only_video .scroll-down-btn {
    width: 25px;
    height: 25px;
    bottom: 20px;
  }
}
.height_auto_only_video .scroll-down-btn .img_svg path {
  fill: #fff;
}
.content-single-post {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .content-single-post {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .content-single-post {
    padding: 60px 0;
  }
}
.content-single-post .row1375 {
  width: 1000px;
}
.content-single-post .content .post-thumbnail {
  text-align: center;
  margin-bottom: 50px;
}
.posts__section {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .posts__section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .posts__section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .posts__section {
    padding: 40px 0;
  }
}
.posts__section .left {
  -webkit-flex-basis: 51%;
  -moz-flex-basis: 51%;
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  max-width: 51%;
}
@media (max-width: 1024px) {
  .posts__section .left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.posts__section .left .posts__wrapper .post {
  padding: 70px 0;
  border-bottom: 0.5px solid #798570;
}
@media (max-width: 576px) {
  .posts__section .left .posts__wrapper .post {
    padding: 35px 0;
  }
}
.posts__section .left .posts__wrapper .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.posts__section .left .posts__wrapper .post .post-thumbnail {
  max-width: 640px;
  height: 430px;
}
@media (max-width: 576px) {
  .posts__section .left .posts__wrapper .post .post-thumbnail {
    height: 300px;
  }
}
.posts__section .left .posts__wrapper .post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts__section .left .posts__wrapper .post .post-content {
  padding: 50px;
  background: #fff;
  box-shadow: -10px -6px 11px rgba(0, 0, 0, 0.3);
  max-width: 455px;
  margin-left: auto;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .posts__section .left .posts__wrapper .post .post-content {
    margin-top: 0;
    max-width: 100%;
    padding: 20px 15px;
    box-shadow: none;
  }
}
.posts__section .left .posts__wrapper .post .post-content .post-title h2 .post-category {
  display: none;
  font-style: italic;
}
.posts__section .left .posts__wrapper .post .post-content p {
  font-family: "Sabon";
  line-height: 25px;
}
.posts__section .right {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
  padding: 70px 80px;
}
@media (max-width: 1024px) {
  .posts__section .right {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.posts__section .right .searchform h2:before {
  display: none;
}
.posts__section .right .searchform input[type="search"] {
  border: 0.5px solid #979797;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
  height: 40px;
  max-width: 280px;
  font-family: "Halcyon";
}
.posts__section .right .searchform input[type="search"]::placeholder {
  font-family: "Halcyon";
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #798570;
}
@media (max-width: 768px) {
  .posts__section .right .searchform input[type="search"] {
    max-width: 100%;
  }
}
.posts__section .right .categories-list {
  padding: 30px 0;
  display: none;
}
.posts__section .right .categories-list li .cat-name {
  color: #000;
  font-size: 15px;
  font-family: "Sabon";
}
.team-box .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .team-box .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .team-box .team-grid {
    grid-template-columns: repeat(1, 400px);
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .team-box .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-box .team-grid .teammate {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.team-box .team-grid .teammate .photo {
  position: relative;
}
.team-box .team-grid .teammate .photo:after {
  content: "";
  display: block;
  padding-bottom: 96.6%;
}
.team-box .team-grid .teammate .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.team-box .team-grid .teammate .name-wrap {
  padding: 45px;
}
@media (max-width: 1024px) {
  .team-box .team-grid .teammate .name-wrap {
    padding: 20px;
  }
}
.team-box .team-grid .teammate .name-wrap span {
  display: block;
}
.team-box .team-grid .teammate .name-wrap span.name {
  font-size: 20px;
  padding-bottom: 5px;
}
.team-box .team-grid .teammate .name-wrap span.postion {
  font-size: 15px;
}
.teammate-popup {
  max-width: 550px;
  padding: 60px 80px;
  position: relative;
}
@media (max-width: 768px) {
  .teammate-popup {
    padding: 40px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .teammate-popup {
    padding: 20px;
  }
}
.teammate-popup .info .name {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.teammate-popup .info .name h3 {
  padding-bottom: 15px;
}
.teammate-popup .carousel__button.is-close {
  position: absolute;
  top: -25px;
  right: -25px;
  left: auto;
  z-index: 20;
  transform: none;
}
@media (max-width: 768px) {
  .teammate-popup .carousel__button.is-close {
    right: 0;
    top: 0;
  }
}
.banner-left-text h1 {
  font-size: 50px;
  font-family: "GothamSSm";
  color: #000;
  text-decoration: none;
  padding-bottom: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
}
.banner-left-text h1:before {
  display: none;
}
@media (max-width: 767px) {
  .banner-left-text h1 {
    font-size: 30px;
  }
}
.magazine_name {
  display: block;
  text-transform: capitalize !important;
}
.top-banner__section_2 {
  padding: 40px 0;
}
.top-banner__section_2.shadow-before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.top-banner__section_2 .banner-text-center {
  text-align: center;
  display: block;
}
.top-banner__section_2 .banner-text-center * {
  color: #fff;
}
.top-banner__section_2 .banner-text-center h1 {
  font-family: "superior_title";
  font-weight: 700;
  font-size: 100px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .top-banner__section_2 .banner-text-center h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}
.top-banner__section_2 .banner-text-center p {
  font-family: "GothamSSm";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.27;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.top-banner__section_2 .banner-text-center p strong {
  font-family: "GothamSSm";
  font-weight: 500;
  font-weight: 50;
  line-height: 1.28;
  font-size: 18px;
  text-transform: capitalize;
}
.top-banner__section_2 .banner-text-center p img {
  width: 150px;
  margin-bottom: 0 !important;
}
.top-banner__section_2 .banner-text-center .button_blue {
  margin: 0 auto;
}
.button_blue {
  background: #0c1f34;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  padding: 17px 60px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  font-family: "GothamSSm";
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .button_blue {
    padding: 17px 40px;
  }
}
.button_blue:hover {
  color: #fff;
  background: #173b62;
}
.left_right_1 {
  margin: 60px 0 60px;
}
.left_right_1 .row {
  width: 1800px;
  padding: 0 200px;
}
@media (max-width: 1279px) {
  .left_right_1 .row {
    padding: 0 80px;
  }
}
@media (max-width: 1024px) {
  .left_right_1 .row {
    padding: 0;
  }
}
.left_right_1 .left_right_1_text {
  flex-basis: 42%;
}
@media (max-width: 1024px) {
  .left_right_1 .left_right_1_text {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
.left_right_1 .left_right_1_rep {
  flex-basis: 42%;
}
@media (max-width: 1024px) {
  .left_right_1 .left_right_1_rep {
    flex-basis: 100%;
  }
}
.left_right_1 .left_right_1_rep > div {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.left_right_1 .left_right_1_rep > div:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.left_right_1 .left_right_1_rep > div h2 {
  font-size: 20px;
  padding-bottom: 15px;
}
.left_right_2 {
  margin: 60px 0 60px;
}
.left_right_2 .row {
  width: 1800px;
}
.left_right_2 .left_right_2_text {
  flex-basis: 50%;
  padding: 120px 80px 120px 200px;
}
@media (max-width: 1279px) {
  .left_right_2 .left_right_2_text {
    padding: 60px 80px 50px;
  }
}
@media (max-width: 1024px) {
  .left_right_2 .left_right_2_text {
    flex-basis: 100%;
  }
}
.left_right_2 .left_right_2_text * {
  color: #fff;
}
.left_right_2 .left_right_2_rep {
  flex-basis: 50%;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .left_right_2 .left_right_2_rep {
    flex-basis: 100%;
    flex-direction: row;
  }
}
.left_right_2 .left_right_2_rep > div {
  flex-basis: 50%;
  background-color: #f2f2f2;
  padding: 120px 200px 120px 80px;
}
@media (max-width: 1279px) {
  .left_right_2 .left_right_2_rep > div {
    padding: 60px 80px 50px;
  }
}
@media (max-width: 1024px) {
  .left_right_2 .left_right_2_rep > div {
    flex-basis: 100%;
    padding: 60px 30px 50px;
  }
}
.left_right_2 .left_right_2_rep > div:nth-child(even) {
  background: #fff;
}
.left_right_2 .left_right_2_rep > div h2 {
  font-size: 20px;
  padding-bottom: 15px;
}
.slider-left-right_3_scrolling {
  background: #f2f2f2;
  padding: 200px;
}
@media (max-width: 1279px) {
  .slider-left-right_3_scrolling {
    padding: 60px 80px;
  }
}
@media (max-width: 1024px) {
  .slider-left-right_3_scrolling {
    padding: 60px 30px;
  }
}
.slider-left-right_3_scrolling .row {
  width: 1800px;
}
.slider-left-right_3_scrolling .swiper-slide .slide_left {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .slider-left-right_3_scrolling .swiper-slide .slide_left {
    flex-basis: 100%;
  }
}
.slider-left-right_3_scrolling .swiper-slide .slide_left p strong {
  font-family: "GothamSSm";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 2.88px;
}
.slider-left-right_3_scrolling .swiper-slide .slide_right {
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .slider-left-right_3_scrolling .swiper-slide .slide_right {
    flex-basis: 100%;
  }
}
.slider-left-right_3_scrolling .swiper-button-next {
  right: -110px;
}
@media (max-width: 1279px) {
  .slider-left-right_3_scrolling .swiper-button-next {
    right: -90px;
  }
}
.slider-left-right_3_scrolling .swiper-button-next:after {
  position: relative;
  right: -3px;
}
.slider-left-right_3_scrolling .swiper-button-prev {
  left: -110px;
}
@media (max-width: 1279px) {
  .slider-left-right_3_scrolling .swiper-button-prev {
    left: -90px;
  }
}
.slider-left-right_3_scrolling .swiper-button-prev:after {
  position: relative;
  left: -3px;
}
.slider-left-right_3_scrolling .swiper-button-next, .slider-left-right_3_scrolling .swiper-button-prev {
  background: #020202;
  border: 1px solid #020202;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .slider-left-right_3_scrolling .swiper-button-next, .slider-left-right_3_scrolling .swiper-button-prev {
    display: none;
  }
}
.slider-left-right_3_scrolling .swiper-button-next:hover, .slider-left-right_3_scrolling .swiper-button-prev:hover {
  border: 1px solid #0c1f34;
  background: transparent;
}
.slider-left-right_3_scrolling .swiper-button-next:hover:after, .slider-left-right_3_scrolling .swiper-button-prev:hover:after {
  color: #0c1f34;
}
.slider-left-right_3_scrolling .swiper-button-next:after, .slider-left-right_3_scrolling .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
.slider-left-right_3_scrolling .swiper-pagination-bullet-active {
  background: #0c1f34;
}

/* === Block overrides (from style.css) === */
.text-two-image-1.text-two-image-2 .text {
  padding: 100px 0 300px;
}
@media (max-width: 767px) {
  .text-two-image-1.text-two-image-2 .text {
    padding: 10px 0 10px;
  }
}
.text-two-image-1.text-two-image-2 .images {
  position: relative;
  padding-bottom: 300px;
}
@media (max-width: 767px) {
  .text-two-image-1.text-two-image-2 .images {
    padding-bottom: 20px;
  }
}
.text-two-image-1.text-two-image-2 .image {
  width: 100%;
  height: 635px;
}
@media (max-width: 767px) {
  .text-two-image-1.text-two-image-2 .image {
    height: 300px;
  }
}
.text-two-image-1.text-two-image-2 .image-two {
  margin-top: 0;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: -300px;
}
@media (max-width: 767px) {
  .text-two-image-1.text-two-image-2 .image-two {
    bottom: 0;
    left: 0px;
    position: static;
    margin-top: 20px;
  }
}
.bedroom_blocks {
  overflow: hidden;
}
.bedroom_blocks .bedroom_block_items {
  margin-bottom: 114px;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items {
    margin-bottom: 30px;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text-wrapper {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap .text-wrapper {
    padding: 0 0 0;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text {
  margin-left: 0;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap .text {
    max-width: 100%;
    width: 100%;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text span {
  font-size: 20px;
  line-height: 28px;
  color: #102342;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text h2 {
  font-size: 34px;
  line-height: 50px;
  color: #000;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image {
  display: none;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image {
    display: block;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image .hover_text {
  padding: 5px 10px;
  overflow: scroll;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image .hover_text h2 {
  font-size: 16px;
  line-height: 1.2;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image .hover_text p {
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap .text > .image:hover .hover_text {
    visibility: visible;
    opacity: 1;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap > .image {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bedroom_blocks .bedroom_block_items .text-image-no-wrap > .image {
    display: none;
  }
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap > .image:hover .hover_text {
  visibility: visible;
  opacity: 1;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap > .image.show_text .hover_text {
  visibility: visible;
  opacity: 1;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .hover_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .hover_text h2 {
  margin-bottom: 0;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .hover_text h2:before {
  display: none;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap .hover_text p {
  font-size: 15px;
}
.bedroom_blocks .bedroom_block_items .text-image-no-wrap.reverse .text {
  margin-left: auto;
}
.text_image_background > h2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.1px;
  margin-bottom: 20px;
}
.text_image_background > h2:before {
  display: none;
}
.text_image_background .text_image_background_items {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .text_image_background .text_image_background_items {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
.text_image_background .text_image_background_items:before {
  content: "";
  position: absolute;
  top: 65px;
  bottom: 0;
  right: 0;
  width: 82%;
  background: rgba(121, 133, 112, 0.2);
}
@media (max-width: 1800px) {
  .text_image_background .text_image_background_items:before {
    width: 85%;
  }
}
@media (max-width: 1600px) {
  .text_image_background .text_image_background_items:before {
    width: 88%;
  }
}
@media (max-width: 1400px) {
  .text_image_background .text_image_background_items:before {
    width: 88%;
  }
}
@media (max-width: 1500px) {
  .text_image_background .text_image_background_items:before {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .text_image_background .text_image_background_items:before {
    width: 92%;
  }
}
@media (max-width: 1300px) {
  .text_image_background .text_image_background_items:before {
    width: 93%;
  }
}
@media (max-width: 1230px) {
  .text_image_background .text_image_background_items:before {
    width: 97%;
  }
}
@media (max-width: 1200px) {
  .text_image_background .text_image_background_items:before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .text_image_background .text_image_background_items:before {
    display: none;
  }
}
.text_image_background .text_image_background_items .text-image-no-wrap .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-height: 700px;
}
@media (max-width: 768px) {
  .text_image_background .text_image_background_items .text-image-no-wrap .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .text_image_background .text_image_background_items .text-image-no-wrap .image {
    min-height: 300px;
  }
}
.text_image_background .text_image_background_items .text-image-no-wrap .text {
  max-width: 100%;
}
.text_image_background .text_image_background_items .text-image-no-wrap .text h2 {
  color: #000;
}
.text_image_background .text_image_background_items .text-image-no-wrap .text h2:before {
  background: #000;
}
.text_image_background .text_image_background_items .text-image-no-wrap .text .btn {
  border: 0.5px solid #000;
  color: #000;
}
.text_image_background .text_image_background_items .text-image-no-wrap .text .btn:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.text_image_background .text_image_background_items.reverse:before {
  content: "";
  position: absolute;
  top: 65px;
  bottom: 0;
  left: 0;
  right: auto;
  width: 82%;
  background: rgba(121, 133, 112, 0.2);
}
@media (max-width: 1800px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 85%;
  }
}
@media (max-width: 1600px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 88%;
  }
}
@media (max-width: 1400px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 88%;
  }
}
@media (max-width: 1500px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 92%;
  }
}
@media (max-width: 1300px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 93%;
  }
}
@media (max-width: 1230px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 97%;
  }
}
@media (max-width: 1200px) {
  .text_image_background .text_image_background_items.reverse:before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .text_image_background .text_image_background_items.reverse:before {
    display: none;
  }
}
.main_page {
  padding: 100px 0 0;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .main_page {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .main_page .row {
    max-width: 80%;
  }
}
.main_page .btn {
  background: rgba(255, 255, 255, 1);
}
@media (max-width: 1023px) {
  .main_page .btn:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .main_page .btn:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 568px) {
  .main_page .btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.main_page .btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #102342;
}
.main_page .btn:hover svg path {
  fill: #102342;
}
.main_page .logo-main-wrap {
  margin-top: -30px;
}
@media (max-width: 1023px) {
  .main_page .logo-main-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.main_page .logo-main {
  width: 300px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .main_page .logo-main {
    width: 250px;
  }
}
.slider-page > h2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 3.1px;
  margin-bottom: 0;
}
.slider-page > h2:before {
  display: none;
}
.slider-page .swiper-slide {
  height: 836px;
  width: 1100px;
}
@media (max-width: 1280px) {
  .slider-page .swiper-slide {
    width: 800px;
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .slider-page .swiper-slide {
    width: 720px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .slider-page .swiper-slide {
    width: 100%;
    height: 300px;
  }
}
.slider-page .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-page .swiper-button-next:after, .slider-page .swiper-button-prev:after {
  font-size: 28px;
  color: #fff;
}
.acf-map {
  width: 100%;
  height: 400px;
}
@media (max-width: 1024px) {
  .acf-map {
    height: 400px !important;
  }
}
.acf-map img {
  max-width: inherit !important;
}
@media (max-width: 767px) {
  .page-id-2 .text-two-image-1.text-two-image-2 .images {
    display: none;
  }
}
@media (max-width: 767px) {
  .wcs-timetable--monthly-calendar .wcs-day__title {
    display: none;
  }
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-date.wcs-date--selected span::after {
  background-color: #102342 !important;
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-date span::after {
  background-color: #102342 !important;
}
.wcs-timetable--monthly-calendar .wcs-day-agenda__title::before {
  border-bottom: 3px solid #102342;
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-date--with-events:not(.wcs-date--selected):not(
    .wcs-date--past-month):not(.wcs-date--future-month):hover, .wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-class__time-duration span:first-child {
  color: #102342 !important;
}
.wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-calendar-nav i, .wcs-timetable--1 .wcs-timetable--monthly-calendar .wcs-day-agenda__title {
  color: #102342 !important;
}
#inquire_popup {
  width: 600px;
  max-width: 100%;
  padding: 50px;
  background: #fff;
}
#inquire_popup * {
  color: #000;
}
#inquire_popup h2 {
  font-family: "Futura";
  font-weight: 500;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#inquire_popup h2:before {
  display: none;
}
#inquire_popup input[type="text"], #inquire_popup input[type="number"], #inquire_popup input[type="email"], #inquire_popup input[type="password"], #inquire_popup input[type="search"], #inquire_popup input[type="tel"], #inquire_popup textarea {
  border: none;
  border-bottom: 1px solid #000;
  padding: 15px 5px 15px 10px;
  color: #000;
  margin-bottom: 0;
  outline: none;
}
#inquire_popup input[type="submit"] {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border: none;
  border: 1px solid #000;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  letter-spacing: 2.1px;
  line-height: 2;
  padding: 3px 42px;
  display: block;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#inquire_popup input[type="submit"]:hover {
  color: #fff;
  background: #000;
}
#inquire_popup .gform_wrapper.gravity-theme .gfield_validation_message, #inquire_popup .gform_wrapper.gravity-theme .validation_message {
  padding: 5px 24px !important;
  margin-bottom: 15px !important;
}
#inquire_popup .gform_heading {
  display: none;
}
#inquire_popup .gfield_label {
  display: none;
}
#inquire_popup .gform_fields {
  display: block !important;
}
#inquire_popup .gform_fields .ginput_container {
  margin-bottom: 15px;
}
#inquire_popup .gform_footer {
  padding: 0;
  margin: 0;
}
#inquire_popup .gform_validation_errors {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
#inquire_popup .gform_validation_errors h2 {
  color: #c02b0a;
  font-size: 16px;
  padding: 0 !important;
}
#inquire_popup .gform_validation_errors h2 .gform-icon {
  display: none !important;
}
.fancybox__content > .carousel__button.is-close {
  color: #000;
  top: 20px;
  right: 20px;
}
.team_items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .team_items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .team_items-grid {
    grid-template-columns: repeat(1, 400px);
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .team_items-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team_items-grid .project-post {
  height: 336px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.team_items-grid .project-post .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team_items-grid .project-post .info > div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team_items-grid .project-post .info > div h3 {
  color: #fff;
}
.team_items-grid .project-post .info > div span {
  color: #fff;
}
.team_items-grid .project-post:hover .info {
  opacity: 1;
  visibility: visible;
}
.team_items-grid .project-post:hover .info > div {
  top: 50%;
}
@media (max-width: 1024px) {
  .fancybox__content > .carousel__button.is-close {
    top: 3px;
    right: 3px;
  }
}
@media (max-width: 1024px) {
  .box-projects .team_items-grid .project-post .info {
    opacity: 1;
    visibility: visible;
  }
}
.box-projects .team_items-grid .project-post .info > div {
  top: 50% !important;
}
.projects-content {
  background: #f2f2f2;
  flex-direction: row;
  align-items: center;
  padding: 63px;
}
@media (max-width: 1024px) {
  .projects-content {
    padding: 36px;
  }
}
.projects-content .projects-content-text {
  flex: 1;
}
@media (max-width: 1024px) {
  .projects-content .projects-content-text {
    margin-bottom: 20px;
  }
}
.projects-content .projects-content-text h2, .projects-content .projects-content-text h3, .projects-content .projects-content-text h4, .projects-content .projects-content-text h5, .projects-content .projects-content-text h6 {
  color: #000;
  font-family: "GothamSSm";
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .projects-content .projects-content-text h2, .projects-content .projects-content-text h3, .projects-content .projects-content-text h4, .projects-content .projects-content-text h5, .projects-content .projects-content-text h6 {
    font-size: 24px;
    line-height: 37px;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .projects-content .projects-content-text h2, .projects-content .projects-content-text h3, .projects-content .projects-content-text h4, .projects-content .projects-content-text h5, .projects-content .projects-content-text h6 {
    font-size: 22px;
    line-height: 35px;
  }
}
.projects-content .projects-content-text p strong {
  font-family: "GothamSSm";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 2.88px;
}
.projects-content .projects-content-photo {
  flex-basis: 45%;
  text-align: right;
  margin-left: 100px;
}
@media (max-width: 1024px) {
  .projects-content .projects-content-photo {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.team_content {
  padding: 100px 0;
}
.team_content .thumb_team {
  flex-basis: 400px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .team_content .thumb_team {
    flex-basis: 100%;
    margin: 0 auto 30px;
  }
}
.team_content .team_text {
  flex: 1;
}
.team_content .return_btn {
  position: absolute;
  top: -50px;
  left: 0;
}
.team_content .return_btn a {
  font-family: "Futura";
  font-size: 14px;
  color: #000;
}
.posts_grid_wrap {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .posts_grid_wrap {
    margin: 40px 0;
  }
}
.posts_grid_wrap .row1375 > h2 {
  text-align: center;
  font-size: 38px;
}
.posts_grid_wrap .row1375 > h2:before {
  display: none;
}
.posts_grid_wrap .categories-list {
  margin-bottom: 30px;
}
.posts_grid_wrap .categories-list li {
  margin: 5px 10px;
}
.posts_grid_wrap .categories-list li a {
  font-family: "Poppins";
  display: block;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
}
.posts_grid_wrap .categories-list li a:hover {
  border: 1px solid #636e84;
  color: #636e84;
}
.posts_grid_wrap .categories-list li.current-cat a {
  border: 1px solid #636e84;
  color: #636e84;
}
.posts_grid_wrap .posts_grid_items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.posts_grid_wrap .posts_grid_items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .posts_grid_wrap .posts_grid_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts_grid_wrap .posts_grid_items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 767px) {
  .posts_grid_wrap .posts_grid_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts_grid_wrap .posts_grid_items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.posts_grid_wrap .posts_grid_items .posts_grid_item {
  position: relative;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .thumb {
  display: block;
  height: 240px;
  margin-bottom: 10px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info {
  padding: 0 0 30px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info span {
  font-family: "Poppins";
  text-transform: uppercase;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 {
  font-family: "Poppins";
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 15px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 em, .posts_grid_wrap .posts_grid_items .posts_grid_item .info h3 br {
  display: none;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info p {
  font-family: "Poppins";
  font-size: 15px;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-position: 0 4rem;
  background-size: 4px 4px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 9px 26px 9px 3px;
  line-height: 22px;
  letter-spacing: 2px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more .html-arrow-right {
  position: absolute;
  right: 5px;
  top: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.posts_grid_wrap .posts_grid_items .posts_grid_item .info .read_more:hover .html-arrow-right {
  right: 0;
}
.pagenavi__wrapper {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pagenavi__wrapper {
    margin-top: 0;
  }
}
.pagenavi__wrapper a, .pagenavi__wrapper span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 23px;
  display: inline-block;
}
.pagenavi__wrapper a {
  border: 1px solid #000;
}
.pagenavi__wrapper .current, .pagenavi__wrapper a:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.funds_block_wrap .funds_blocks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.funds_block_wrap .funds_blocks > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1023px) {
  .funds_block_wrap .funds_blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .funds_block_wrap .funds_blocks > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 767px) {
  .funds_block_wrap .funds_blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .funds_block_wrap .funds_blocks > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.funds_block_wrap .funds_blocks .funds_block .image_block {
  height: 288px;
  position: relative;
  overflow: hidden;
}
.funds_block_wrap .funds_blocks .funds_block .image_block > span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  background: #636e84;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
}
.funds_block_wrap .funds_blocks .funds_block .image_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.funds_block_wrap .funds_blocks .funds_block .image_block .image_text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(12, 31, 52, 0.5);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.funds_block_wrap .funds_blocks .funds_block .image_block .image_text > .image_text_center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.funds_block_wrap .funds_blocks .funds_block .image_block .image_text > .image_text_center > div {
  margin-bottom: 10px;
  color: #fff;
  flex-basis: 100%;
}
.funds_block_wrap .funds_blocks .funds_block .image_block .image_text > .image_text_center > div > div {
  font-size: 24px;
  font-weight: 700;
}
.funds_block_wrap .funds_blocks .funds_block .image_block .image_text > .image_text_center > div > span {
  font-size: 14px;
}
.funds_block_wrap .funds_blocks .funds_block .info_block {
  padding: 25px 20px;
  background: #0c1f34;
  text-align: center;
}
.funds_block_wrap .funds_blocks .funds_block .info_block h3 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  line-height: 1.2;
}
.funds_block_wrap .funds_blocks .funds_block .info_block h3::before {
  display: none;
}
.funds_block_wrap .funds_blocks .funds_block .info_block .location {
  color: #fff;
  font-size: 16px;
}
.funds_block_wrap .funds_blocks .funds_block .info_block .location i {
  display: none;
}
.funds_block_wrap .funds_blocks .funds_block:hover .image_block img {
  transform: scale(1.1);
}
#funds_form {
  position: relative;
  max-width: 1000px;
  padding: 0;
}
#funds_form > .flex {
  align-items: stretch;
}
#funds_form > .flex > div {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  #funds_form > .flex > div {
    flex-basis: 100%;
  }
}
#funds_form .form {
  padding: 120px 60px;
}
#funds_form .form h3 {
  font-size: 22px;
  padding-bottom: 10px;
}
#funds_form .form .gfield {
  margin-bottom: 10px;
}
#funds_form .form .gchoice {
  margin-bottom: 5px;
}
#funds_form .form .gform_validation_errors {
  display: none;
}
#funds_form .form .gf_progressbar_wrapper {
  display: none;
}
#funds_form .form .gform_wrapper {
  width: 100%;
  height: auto;
  position: static;
  transform: none;
  padding: 0;
  background: transparent;
}
#funds_form .form #field_2_11 h4 {
  padding-bottom: 10px;
}
#funds_form .form #field_2_11 h4 span {
  color: #790000;
  margin-left: 4px;
}
#funds_form .image {
  height: 500px;
}
@media (max-width: 768px) {
  #funds_form .image {
    display: none;
  }
}
#funds_form .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#funds_form input[type="text"], #funds_form input[type="number"], #funds_form input[type="email"], #funds_form input[type="password"], #funds_form input[type="search"], #funds_form input[type="tel"], #funds_form textarea {
  border: 2px solid #0c1f34;
  min-height: 52px;
  color: #0c1f34;
  border-radius: 0;
  outline: none;
}
#funds_form input[type="text"]::placeholder, #funds_form input[type="number"]::placeholder, #funds_form input[type="email"]::placeholder, #funds_form input[type="password"]::placeholder, #funds_form input[type="search"]::placeholder, #funds_form input[type="tel"]::placeholder, #funds_form textarea::placeholder {
  color: #0c1f34;
}
#funds_form .button {
  font-size: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid #0c1f34;
  color: #0c1f34;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#funds_form .button:hover {
  background: #0c1f34;
  color: #fff;
}
.fancybox__slide {
  background: rgba(38, 38, 38, 0.8);
}
.left_right_image_wrap {
  margin: 50px 0;
}
.left_right_image:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .left_right_image:nth-child(even) {
    flex-direction: row;
  }
}
.left_right_image:nth-child(even) .left_block_item:before {
  content: "";
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  height: 50%;
  position: absolute;
  left: -18rem;
  top: -3rem;
  width: 50%;
  z-index: 2;
  bottom: auto;
  background: transparent;
}
@media (max-width: 767px) {
  .left_right_image:nth-child(even) .left_block_item:before {
    display: none;
  }
}
.left_right_image > div {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .left_right_image > div {
    width: 100%;
    flex-basis: 100%;
  }
}
.left_right_image .left_block_item {
  position: relative;
}
.left_right_image .left_block_item:before {
  content: "";
  background-color: #d5d5d5;
  top: 0;
  height: 250px;
  left: 50px;
  position: absolute;
  width: 1px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .left_right_image .left_block_item:before {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .left_right_image .left_block_item:before {
    display: none;
  }
}
.left_right_image .left_block_item > div {
  max-width: 440px;
  padding: 80px 30px 80px;
}
@media (max-width: 1024px) {
  .left_right_image .left_block_item > div {
    padding: 40px 10px 40px;
  }
}
.left_right_image .left_block_item .sup_title {
  letter-spacing: 2px;
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}
.left_right_image .left_block_item .sub_title {
  letter-spacing: 2px;
  font-size: 15px;
}
.left_right_image .right_block_item {
  min-height: 300px;
}
@media (max-width: 1024px) {
  .left_right_image .right_block_item {
    margin-bottom: 30px;
  }
}
.left_right_image .right_block_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proof_bar {
  background: #fafafa;
  padding: 18px 0 0;
}
.proof_bar .proof_bar_text {
  width: 200px;
  margin-right: 50px;
  padding: 20px 30px;
}
@media (max-width: 1024px) {
  .proof_bar .proof_bar_text {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .proof_bar .proof_bar_text > div {
    width: 100%;
  }
}
.proof_bar .proof_bar_text p {
  font-family: "Sabon";
  font-weight: 400;
  font-size: 26px;
  color: #2d2d2d;
  line-height: 0.9;
}
.proof_bar .proof_bar_text * {
  padding-bottom: 0;
}
.proof_bar .proof_bar_slider {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  justify-content: center;
}
.proof_bar .proof_bar_slider > * {
  width: 14.6666666667%;
  margin: 0 1% 1.1666666667em;
}
.proof_bar .proof_bar_slider .proof_bar_slider-item {
  height: 100px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .proof_bar .proof_bar_slider .proof_bar_slider-item {
    height: 70px;
    padding: 5px 5px;
  }
}
.proof_bar .proof_bar_slider .proof_bar_slider-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.client_proofs {
  background: #fafafa;
  padding: 18px 0 0;
}
.client_proofs .row {
  width: 1300px;
}
.client_proofs .client_proofs_text {
  text-align: center;
  padding: 50px 0;
}
.client_proofs .client_proofs_text p {
  font-family: "Sabon";
  font-weight: 400;
  font-size: 26px;
  color: #2d2d2d;
  line-height: 0.9;
}
.client_proofs .client_proofs_text * {
  padding-bottom: 0;
}
.client_proofs .client_proofs_slider {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.client_proofs .client_proofs_slider > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .client_proofs .client_proofs_slider {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .client_proofs .client_proofs_slider > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.client_proofs .client_proofs_slider .client_proofs_slider_item {
  height: 350px;
  padding: 5px 30px;
}
@media (max-width: 1024px) {
  .client_proofs .client_proofs_slider .client_proofs_slider_item {
    height: 140px;
  }
}
.client_proofs .client_proofs_slider .client_proofs_slider_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner_slide {
  position: relative;
}
.banner_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a1a1a1;
}
