/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/content-halves/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.theme-block.content-halves {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
  padding: 100px 0;
}
.theme-block.content-halves.background-grey {
  background-color: var(--color-brand-grey);
}
.theme-block.content-halves.background-white {
  background-color: var(--color-white);
  padding: 0;
}
.theme-block.content-halves.no-top-spacing {
  margin-top: 0;
}
.theme-block.content-halves.no-bottom-spacing {
  margin-bottom: 0;
}
.theme-block.content-halves .container .container-inner .content-halves-item {
  margin-bottom: 110px;
  padding-bottom: 10px;
}
.theme-block.content-halves .container .container-inner .content-halves-item:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner.image-right .half-col .half-col-inner {
    padding-left: 0;
    padding-right: 4vw;
  }
}
.theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col figure {
  position: relative;
}
.theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col figure.brandmark-left img.brandmark {
  left: -0.4rem;
  right: auto;
  bottom: -0.4rem;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media all and (min-width: 768px) {
  .theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col figure.brandmark-left img.brandmark {
    left: -0.7rem;
    right: auto;
    bottom: -0.7rem;
  }
}
.theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col figure img.brandmark {
  width: 50px;
  height: 50px;
  position: absolute;
  top: auto;
  left: auto;
  right: -0.4rem;
  bottom: -0.4rem;
  z-index: 3;
}
@media all and (min-width: 768px) {
  .theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col figure img.brandmark {
    width: 100px;
    height: 100px;
    right: -0.7rem;
    bottom: -0.7rem;
  }
}
.theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col figure img:not(.brandmark) {
  width: 100%;
}
.theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col .half-col-inner {
  padding-top: 30px;
}
@media all and (min-width: 1024px) {
  .theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col .half-col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding-top: 0;
    padding-left: 4vw;
  }
}
.theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col .half-col-inner h2 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}
.theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col .half-col-inner p:last-of-type {
  margin-bottom: 0;
}
.theme-block.content-halves .container .container-inner .content-halves-item .content-halves-item-inner .half-col .half-col-inner a.btn {
  margin-top: 40px;
}

/*# sourceMappingURL=style-index.css.map*/