.row:not(.no-gutters) {
  margin-right: -8.5px;
  margin-left: -8.5px; }

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*="col-"] {
  padding-right: 8.5px;
  padding-left: 8.5px; }

@media (min-width: 544px) {
  .row:not(.no-gutters) {
    margin-right: -8px;
    margin-left: -8px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (min-width: 769px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@media (min-width: 1920px) {
  .row:not(.no-gutters) {
    margin-right: -14px;
    margin-left: -14px; }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*="col-"] {
    padding-right: 14px;
    padding-left: 14px; } }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mqm0r0");
  src: url("../fonts/icomoon.eot?mqm0r0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mqm0r0") format("truetype"), url("../fonts/icomoon.woff?mqm0r0") format("woff"), url("../fonts/icomoon.svg?mqm0r0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-Check .path1::before {
  content: "\E900";
  color: #171711; }

.icon-Check-path2::before {
  content: "\E901";
  color: #171711;
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  background: #61bc6c;
  border-radius: 50%;
  border: 1px solid;
  padding: 0.5px 1px 0.5px 0;
  font-size: rem(21px); }

.icon-Check .path3::before {
  content: "\E902";
  margin-left: -1em;
  color: #61bc6c; }

.icon-chevron_down::before {
  content: "\E903"; }

.icon-chevron_down_2::before {
  content: "\E904"; }

.icon-Cross::before {
  content: "\E905"; }

.icon-lock::before {
  content: "\E906"; }

.icon-minus::before {
  content: "\E907"; }

.icon-plus::before {
  content: "\E908"; }

@font-face {
  font-family: "girott";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
  src: url("../fonts/girott/girott Bold.woff2") format("woff2"), url("../fonts/girott/girott Bold.woff") format("woff"), url("../fonts/girott/girott Bold.eot") format("embedded-opentype"); }

@font-face {
  font-family: "pp_right_groteskmedium";
  src: url("../fonts/right grotesk/rg-medium/pprightgrotesk-medium.woff2") format("woff2"), url("../fonts/right grotesk/rg-medium/pprightgrotesk-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "pp_right_groteskregular";
  src: url("../fonts/right grotesk/rg-regular/pprightgrotesk-regular.woff2") format("woff2"), url("../fonts/right grotesk/rg-regular/pprightgrotesk-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "tiempos_text_regular";
  src: url("../fonts/tiempos text/tiempos-text-regular.woff2") format("woff2"), url("../fonts/tiempos text/tiempos-text-regular-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.editorial-text hr,
.editorial-rich-text-component-container hr {
  width: 200px; }

.editorial-text[data-alignments=center],
.editorial-rich-text-component-container[data-alignments=center] {
  text-align: center; }

.editorial-text[data-alignments=right],
.editorial-rich-text-component-container[data-alignments=right] {
  text-align: right; }

.experience-section-wrapper > .row {
  position: relative; }
  .experience-section-wrapper > .row::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% - 12px);
    border-top: 1px solid var(--color-grey6); }

.experience-section-wrapper .editorial-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0; }
  .experience-section-wrapper .editorial-text::after {
    content: "";
    position: absolute;
    background-color: none; }

.experience-section-wrapper .region {
  margin-bottom: 0;
  padding: 0; }
  @media (min-width: 769px) {
    .experience-section-wrapper .region {
      margin-bottom: 12px; } }
  .experience-section-wrapper .region:hover {
    background: var(--color-light-moss);
    box-shadow: 6px 6px 0 6px var(--color-light-moss); }
  .experience-section-wrapper .region:last-child:hover {
    box-shadow: none;
    box-shadow: 0 12px 0 0 var(--color-light-moss); }
  @media (min-width: 544px) {
    .experience-section-wrapper .region:nth-child(n+2) {
      border-left: 1px solid var(--color-grey6); } }
  .experience-section-wrapper .region:nth-child(even) {
    border-left: 1px solid var(--color-grey6); }
  .experience-section-wrapper .region:nth-child(n+3)::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    border-top: 1px solid var(--color-grey6); }
    @media (min-width: 544px) {
      .experience-section-wrapper .region:nth-child(n+3)::after {
        content: none; } }
  .experience-section-wrapper .region:nth-child(n+4)::after {
    left: 0;
    width: calc(100% - 12px); }

.experience-section-wrapper .editorial-text-title {
  margin-bottom: 0;
  line-height: 53.44px;
  width: 100%;
  text-align: center; }
  .experience-section-wrapper .editorial-text-title > * {
    padding: 35px 0 45px;
    margin: 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 769px) {
      .experience-section-wrapper .editorial-text-title > * {
        padding: 91px 0 93px; } }
  .experience-section-wrapper .editorial-text-title a {
    text-decoration: none; }
    .experience-section-wrapper .editorial-text-title a::after {
      content: "";
      position: absolute;
      z-index: 1;
      left: -12px;
      width: calc(100% + 24px);
      top: 0;
      height: 100%; }

.experience-section-wrapper .title-wrapper {
  margin-bottom: 24px; }
  @media (min-width: 769px) {
    .experience-section-wrapper .title-wrapper {
      margin-bottom: 48px; } }

.title-left-right-wrapper.container {
  border-top: 1px solid #171711; }
  @media (min-width: 769px) {
    .title-left-right-wrapper.container {
      border: none; } }
  .title-left-right-wrapper.container .col-container::after, .title-left-right-wrapper.container .col-container::before {
    content: "";
    display: block;
    border-left: 1px solid #171711;
    position: absolute;
    top: 0;
    height: 100%; }
  .title-left-right-wrapper.container .col-container::after {
    right: 24px; }
  .title-left-right-wrapper.container .col-container::before {
    left: 24px; }
  @media (min-width: 769px) {
    .title-left-right-wrapper.container .col-container::after {
      right: 165px; }
    .title-left-right-wrapper.container .col-container::before {
      left: 165px; } }
  @media (min-width: 1200px) {
    .title-left-right-wrapper.container .col-container::after {
      right: 265px; }
    .title-left-right-wrapper.container .col-container::before {
      left: 265px; } }

.title-left-right-wrapper .editorial-text {
  padding-top: 0; }

.title-left-right-wrapper .editorial-text-left-title,
.title-left-right-wrapper .editorial-text-right-title {
  display: none;
  position: absolute;
  top: 100px; }
  @media (min-width: 769px) {
    .title-left-right-wrapper .editorial-text-left-title,
    .title-left-right-wrapper .editorial-text-right-title {
      display: block; } }
  @media (min-width: 1200px) {
    .title-left-right-wrapper .editorial-text-left-title,
    .title-left-right-wrapper .editorial-text-right-title {
      top: 220px; } }
  .title-left-right-wrapper .editorial-text-left-title *,
  .title-left-right-wrapper .editorial-text-right-title * {
    font-family: "girott", arial, sans-serif;
    font-weight: 700;
    font-size: 120px;
    line-height: 196px;
    margin: 0; }
    @media (min-width: 1200px) {
      .title-left-right-wrapper .editorial-text-left-title *,
      .title-left-right-wrapper .editorial-text-right-title * {
        font-size: 214px; } }

.title-left-right-wrapper .editorial-text-left-title {
  left: -29px;
  transform: rotate(-90deg); }
  @media (min-width: 1200px) {
    .title-left-right-wrapper .editorial-text-left-title {
      left: -81px; } }

.title-left-right-wrapper .editorial-text-right-title {
  right: -41px;
  transform: rotate(90deg); }
  @media (min-width: 1200px) {
    .title-left-right-wrapper .editorial-text-right-title {
      right: -103px; } }

.editorial-text {
  position: relative; }
  .editorial-text .floating-figure {
    position: absolute;
    z-index: 1;
    top: var(--topMobile);
    left: var(--leftMobile);
    right: var(--rightMobile); }
    @media (min-width: 769px) {
      .editorial-text .floating-figure {
        top: var(--topDesktop);
        left: var(--leftDesktop);
        right: var(--rightDesktop); } }


/*# sourceMappingURL=editorialText.css.map*/