﻿@charset "UTF-8";
.c-split-block {
  position: relative; }
  .c-split-block::before {
    display: block;
    position: absolute;
    content: ' ';
    background-color: white;
    width: 100%;
    top: 0;
    left: 0;
    right: unset;
    bottom: 0;
    z-index: 1; }
  .c-split-block.reverse::before {
    left: unset;
    right: 0; }
  .c-split-block.reverse .double-pod-content .row {
    /*            flex-direction: row-reverse;*/ }
  .c-split-block .double-pod-content {
    position: relative;
    z-index: 2;
    max-width: 1800px;
    margin: 0 auto; }
  .c-split-block .double-pod-content-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
  .c-split-block .btn-container {
    justify-content: flex-start; }
  .c-split-block .p-text {
    padding: 40px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/ }
    .c-split-block .p-text h2 {
      /*   margin-bottom: 40px;*/ }
    .c-split-block .p-text p:last-of-type {
      margin-bottom: 40px; }
    .c-split-block .p-text .simple-gallery {
      margin-top: 60px;
      align-items: center; }
      .c-split-block .p-text .simple-gallery .col {
        display: flex;
        justify-content: center;
        margin-bottom: 30px; }
    .c-split-block .p-text ul, .c-split-block .p-text ol {
      margin-bottom: 40px; }
    .c-split-block .p-text ul {
      margin-bottom: 40px;
      list-style-type: none;
      padding-left: 1em; }
    .c-split-block .p-text ul li:before {
      content: "–";
      color: #a18f5b;
      position: absolute;
      margin-left: -1em;
      font-weight: 900; }
    .c-split-block .p-text ul li {
      padding-bottom: 5px; }
  @media (min-width: 768px) {
    .c-split-block {
      padding: 30px; }
      .c-split-block .p-text {
        padding: 0 0 20px 0; }
        .c-split-block .p-text .simple-gallery .col {
          display: flex;
          justify-content: center;
          margin-bottom: 10px; }
        .c-split-block .p-text ul li {
          padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    .c-split-block {
      padding: 60px; }
      .c-split-block .p-text {
        padding: 0px;
        max-width: 634px; }
      .c-split-block:before {
        width: 70%; }
      .c-split-block.extend::before {
        bottom: -250px; }
      .c-split-block .p-text {
        justify-content: center; }
      .c-split-block .double-pod-content-item {
        min-height: 650px; } }

.rotate {
  display: none;
  font-family: Montserrat;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  left: 50%;
  bottom: 0px;
  /* not sure why*/
  width: 1px;
  height: 80%; }
  .rotate:before {
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #1a1a1a;
    opacity: 0.3;
    content: ' '; }
  .rotate .rotate-text {
    transform-origin: 0;
    transform: rotate(-90deg) translateX(calc(-100% + 40px));
    background: white;
    position: absolute;
    width: auto;
    display: block;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 1200px) {
    .rotate {
      display: block; } }
