@charset "UTF-8";
@import '../../../node_modules/minireset.css/minireset.min.css';
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&family=Poppins:wght@500;700&display=swap");
html {
  scroll-behavior: smooth;
}
.module.module--text-image.text-image--curve-out .img-wrap, .module.module--hero.hero--claim .img-wrap, .module.module--hero.hero--full .img-wrap, header#header::before, #overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-editor .featured-links.featured-links--processed a span::after, .text-editor .featured-links ul a::after, .module.module--world-offices ul.countries > li .title::after, .module.module--tabs .sm-only ul.tabs-container > li > h3::after, .field .select-wrap.multiple ul li::after, .field .select-wrap::after, .field .cb-wrap .placeholder::after, header#header ul.main > li > a::before {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1250px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1250px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1250px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1250px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1250px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../icons/fonts/icomoon.ttf?adyy9v") format("truetype"), url("../icons/fonts/icomoon.woff?adyy9v") format("woff"), url("../icons/fonts/icomoon.svg?adyy9v#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-audio:before {
  content: "";
}

.icon-video:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-filter-alt:before {
  content: "";
}

.icon-less:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-linkedin-alt:before {
  content: "";
}

.icon-zabala:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-exit:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-chevron:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}

html {
  font-size: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
html:not(.hasHover) :not(.touch-transition):active, html:not(.hasHover) :not(.touch-transition):active :not(.touch-transition) {
  transition: none !important;
}
@media (max-width: 767px) {
  html.is-ios #header .layer--search section {
    display: block;
    margin-top: 30%;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  html.is-ios #header .layer--search section {
    margin-top: 5%;
  }
}

body {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  position: relative;
}

ul, ol {
  list-style: none;
}

a {
  color: #bf043E;
  text-decoration: none;
}
a .with-arrow {
  transition: color 0.25s ease;
}
a .with-arrow i {
  display: inline-block;
  transition: transform 0.5s ease;
}
html.hasHover a:hover .with-arrow, a:active .with-arrow {
  color: #bf043E !important;
}
html.hasHover a:hover .with-arrow i, a:active .with-arrow i {
  transform: translateX(0.25em);
}
html.hasHover a:hover .with-arrow--back i, a:active .with-arrow--back i {
  transform: rotate(180deg) translateX(0.25em);
}

:root {
  --col-width: 78px;
  --wide-margin: 228px;
  --half-gutter: 12px;
  --gutter-width: calc(2 * var(--half-gutter));
  --side-margin: var(--half-gutter);
  --container-max-width: calc(1200px + 2 * var(--side-margin));
  --content-width: calc(12 * var(--col-width) + 22 * var(--half-gutter));
}
@media (max-width: 1249px) {
  :root {
    --grid-diff: var(--side-margin) !important;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  :root {
    --side-margin: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --side-margin: 32px;
  }
}
@media (max-width: 767px) {
  :root {
    --half-gutter: 8px;
    --side-margin: 24px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: var(--container-max-width) !important;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
}
.container.container--wide {
  max-width: 1680px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.container .row {
  margin-left: calc(-1 * var(--half-gutter));
  margin-right: calc(-1 * var(--half-gutter));
}
.container .col, .container [class^=col-], .container [class*=" col-"] {
  padding-left: var(--half-gutter);
  padding-right: var(--half-gutter);
}
.container .col img, .container [class^=col-] img, .container [class*=" col-"] img {
  max-width: 100%;
  height: auto;
}

#overlay {
  position: fixed;
  z-index: -1;
  height: 150vh;
  background: rgba(26, 26, 54, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
html.hasOverlay #overlay {
  opacity: 1;
  pointer-events: all;
}

/*@include responsive(-lg) {
  body {
    & > * {
      opacity: 0;
      pointer-events: none;
    }
    &::after {
      content: 'Resolución responsive pendiente de desarrollo';
      position: fixed;
      max-width: 300px;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 24px;
    }
  }
}*/
#header .layer {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: var(--layer-width);
  height: 100vh;
  padding-top: var(--header-height);
  background: #edf3f4;
  box-shadow: -1rem 0 4rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 0.25s;
}
#header .layer.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease;
}
#header .layer::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: #fff;
}
#header .layer a {
  color: #1a1a36;
}
#header .layer .inner {
  width: var(--layer-content-width);
  padding: 4rem 8rem 8rem;
}
@media (max-width: 767px) {
  #header .layer .inner {
    padding: 2rem 3rem 4rem;
    width: 100vw;
  }
}
#header .layer header {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  color: #b8c8cf;
  height: var(--header-height);
  margin-top: calc(-1 * var(--header-height));
  display: flex;
  align-items: center;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  #header .layer header {
    padding-left: 3rem;
  }
}
#header .layer header .back {
  display: flex;
  align-items: center;
  font-size: 16px;
}
#header .layer header .back i {
  display: block;
  font-size: 18px;
  transform: rotate(90deg);
  margin-right: 4rem;
  color: #b8c8cf;
}
#header .layer section {
  order: 3;
  flex: 1 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#header .layer section::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
#header .layer section::-webkit-scrollbar-thumb {
  background: #b8c8cf;
}
#header .layer section::-webkit-scrollbar-track {
  background: #d9e8ee;
}
#header .layer section {
  scrollbar-width: thin;
}
#header .layer footer {
  flex: 0 0;
}
#header .layer footer .inner {
  padding: 4rem 8rem;
  display: flex;
}
@media (max-width: 767px) {
  #header .layer footer .inner {
    padding: 4rem 3rem;
  }
  #header .layer footer .inner .cta {
    padding-left: 0;
  }
}
#header .layer hr {
  height: 2px;
  background: #fff;
  border: 0;
  margin: 8rem 0;
}
@media (max-width: 767px) {
  #header .layer {
    transition-delay: 0s !important;
    z-index: 100;
    width: 100vw !important;
  }
  #header .layer hr {
    margin: 4rem 0;
  }
}
#header .layer--areas .svg-wrap {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  margin-right: 3rem;
}
@media (max-width: 767px) {
  #header .layer--areas .svg-wrap {
    width: 7rem;
    height: 7rem;
    margin-right: 4rem;
  }
}
#header .layer--areas .svg-wrap svg * {
  fill: #bf043E;
}
#header .layer--areas ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10rem -4rem 0;
}
@media (max-width: 767px) {
  #header .layer--areas ul {
    margin-top: -4rem;
  }
}
#header .layer--areas ul li {
  width: 50%;
  padding: 0 4rem;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #header .layer--areas ul li {
    margin-top: 4rem;
    width: 100%;
  }
  #header .layer--areas ul li a {
    padding: 0 !important;
  }
}
#header .layer--areas ul a {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #header .layer--areas ul a > span {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  #header .layer--areas ul a > span .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #header .layer--areas ul a > span {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  #header .layer--areas ul a > span {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  #header .layer--areas ul a > span .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #header .layer--areas ul a > span {
    line-height: 140%;
  }
}
#header .layer--areas ul .icon-arrow {
  margin-left: 2rem;
}
#header .layer--services .pretitle {
  font-family: "PT Serif";
  color: #bf043E;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  #header .layer--services .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .layer--services .pretitle {
    font-size: 18px;
  }
}
#header .layer--services ul {
  display: flex;
  flex-wrap: wrap;
  margin: -3rem -4rem 0;
}
#header .layer--services ul li {
  margin-top: 3rem;
  width: 50%;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  #header .layer--services ul li {
    width: 100%;
  }
  #header .layer--services ul a {
    padding: 0 !important;
  }
}
#header .layer--services p {
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}
#header .layer--services .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 1rem;
}
#header .layer--services .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  #header .layer--services .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  #header .layer--services .title {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  #header .layer--services .title .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #header .layer--services .title {
    line-height: 140%;
  }
}
#header .layer--services .title .icon-arrow {
  margin-left: 2rem;
}
#header .layer--insights ul.featured {
  display: flex;
  flex-wrap: wrap;
  margin: -5rem -3rem 0;
}
#header .layer--insights ul.featured li {
  width: 50%;
  margin-top: 5rem;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  #header .layer--insights ul.featured li {
    width: 100%;
  }
  #header .layer--insights ul.featured li a {
    padding: 0;
  }
}
#header .layer--insights ul.featured a {
  display: flex;
}
html.hasHover #header .layer--insights ul.featured a:hover .title, #header .layer--insights ul.featured a:active .title {
  color: #bf043E;
}
#header .layer--insights ul.featured .img-wrap {
  height: 10rem;
  margin-right: 3rem;
  flex: 0 0 16rem;
}
#header .layer--insights ul.featured .pretitle {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  color: #b8c8cf;
}
#header .layer--insights ul.featured .title {
  font-family: Poppins;
  font-size: 16px;
  line-height: 140%;
  color: #1a1a36;
  font-weight: bold;
  margin-top: 1rem;
  transition: color 0.25s ease;
}
@media (min-width: 992px) {
  #header .layer--insights ul:not(.featured) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#header .layer--insights ul:not(.featured) p {
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}
#header .layer--insights ul:not(.featured) .title .icon-arrow {
  margin-left: 2rem;
}
@media (min-width: 768px) {
  #header .layer--insights ul:not(.featured) {
    display: grid;
    gap: 3rem;
  }
  #header .layer--insights ul:not(.featured) li {
    grid-row: 1;
  }
  #header .layer--insights ul:not(.featured) .title {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
    margin-bottom: 2rem;
  }
  #header .layer--insights ul:not(.featured) .title .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #header .layer--insights ul:not(.featured) .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  #header .layer--insights ul:not(.featured) {
    max-width: 288px;
  }
  #header .layer--insights ul:not(.featured) li + li {
    margin-top: 3rem;
  }
  #header .layer--insights ul:not(.featured) a {
    padding: 0 !important;
  }
  #header .layer--insights ul:not(.featured) .title {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
    margin-bottom: 2rem;
  }
  #header .layer--insights ul:not(.featured) .title .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #header .layer--insights ul:not(.featured) .title {
    line-height: 140%;
  }
}
#header .layer--company ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10rem -4rem 0;
}
#header .layer--company ul li {
  width: 50%;
  margin-top: 10rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  #header .layer--company ul {
    margin-top: -3rem;
  }
  #header .layer--company ul p {
    max-width: 288px;
  }
  #header .layer--company ul li {
    width: 100%;
    margin-top: 3rem;
  }
  #header .layer--company ul li a {
    padding: 0 !important;
  }
}
#header .layer--company ul p {
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}
#header .layer--company ul .title {
  font-family: Poppins;
  font-size: 16px;
  line-height: 140%;
  color: #1a1a36;
  font-weight: bold;
  margin-bottom: 2rem;
}
#header .layer--company ul .title .icon-arrow {
  margin-left: 2rem;
}
#header .layer--region {
  z-index: 0;
  left: auto;
  right: 0;
  width: 54rem;
  background: #fff;
}
#header .layer--region section {
  padding: 6rem;
}
#header .layer--region section::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
#header .layer--region section::-webkit-scrollbar-thumb {
  background: rgba(184, 200, 207, 0.5);
}
#header .layer--region section::-webkit-scrollbar-track {
  background: #fff;
}
#header .layer--region section {
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  #header .layer--region section {
    padding-top: 0;
  }
}
#header .layer--region section ul li {
  padding: 3rem 0;
}
#header .layer--region section ul li .pretitle {
  font-family: "PT Serif";
  color: #bf043E;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  #header .layer--region section ul li .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .layer--region section ul li .pretitle {
    font-size: 18px;
  }
}
#header .layer--region section ul li .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
}
#header .layer--region section ul li .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  #header .layer--region section ul li .title {
    line-height: 140%;
  }
}
#header .layer--region section ul li .title .icon-exit {
  color: #b8c8cf;
  font-size: 26px;
  margin-left: 2rem;
}
#header .layer--region section ul li:not(:last-child) {
  border-bottom: 2px solid #edf3f4;
}
html.hasHover #header .layer--region section a:hover .title, #header .layer--region section a:active .title {
  color: #bf043E;
}
#header .layer--search {
  padding-left: 8rem;
  padding-right: 8rem;
  background: #1a1a36;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
#header .layer--search section {
  display: grid;
  place-items: center;
}
#header .layer--search form {
  width: 100rem;
  border-bottom: 2px solid #b8c8cf;
  display: flex;
  padding-bottom: 2rem;
}
#header .layer--search form input {
  flex: 1 0;
  appearance: none;
  -webkit-appearance: none;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  border: 0;
  background: none;
  color: #fff;
}
@media (max-width: 575px) {
  #header .layer--search form input {
    font-size: 23px;
  }
}
#header .layer--search form input::placeholder {
  color: #b8c8cf;
}
#header .layer--search form button {
  border: none;
  background: none;
  color: #bf043E;
  font-size: 4rem;
}
#header .layer--search::after {
  display: none;
}

:root {
  --header-height: 15rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --header-height: 12rem;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 9rem;
  }
}

header#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
}
header#header::before {
  content: "";
  position: absolute;
  z-index: -10;
  transition: background 0.5s ease;
}
html:not(.isScrolledToTop) header#header::before {
  background: #fff;
}
header#header.header--custom::before {
  background: #fff !important;
}
header#header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
header#header a.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 4rem;
}
html.hasLayer header#header a.logo, html.isNagigationExpanded header#header a.logo {
  z-index: -5;
}
html.hasSearchLayer header#header a.logo, html.isNagigationExpanded header#header a.logo, html.isScrolledToTop body.header--negative header#header a.logo {
  z-index: 0;
}
html.hasSearchLayer header#header a.logo svg *, html.isNagigationExpanded header#header a.logo svg *, html.isScrolledToTop body.header--negative header#header a.logo svg * {
  fill: #fff;
}
@media (max-width: 991px) {
  header#header a.logo {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  header#header a.logo {
    margin-left: 1rem;
  }
}
header#header a.logo span {
  position: absolute;
  color: transparent;
  pointer-events: none;
}
header#header a.logo img {
  width: auto;
  height: 84px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header a.logo img {
    height: 72px;
  }
}
@media (max-width: 767px) {
  header#header a.logo img {
    height: 64px;
  }
}
header#header a.logo svg {
  width: 178px;
  height: 84px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header a.logo svg {
    width: 153px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  header#header a.logo svg {
    width: 136px;
    height: 64px;
  }
}
header#header a.logo svg * {
  transition: fill 0.5s ease;
}
header#header ul.main {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 6rem;
}
html.hasSearchLayer header#header ul.main {
  display: none;
}
header#header ul.main > li {
  display: flex;
  /*height: 100%;*/
 /* height: 0%;*/
}
header#header ul.main > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  padding: 2rem;
  transition: all 0.5s ease;
  overflow: hidden;
}
html.isScrolledToTop:not(.hasLayer, .isNavigationExpanded) body.header--negative header#header ul.main > li > a {
  color: #fff;
}
html.hasHover.isScrolledToTop:not(.hasLayer):not(.isNavigationExpanded) body.header--negative header#header ul.main > li > a:hover, html.isScrolledToTop:not(.hasLayer):not(.isNavigationExpanded) body.header--negative header#header ul.main > li > a:active {
  color: #fff;
  opacity: 0.5;
}
html.hasLayer header#header ul.main > li > a {
  color: #bf043E;
  opacity: 0.5;
}
html.hasHover header#header ul.main > li > a:hover, header#header ul.main > li > a:active {
  color: #bf043E;
  opacity: 1;
}
header#header ul.main > li > a::after {
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  height: 4px;
  background: #bf043E;
  transition: all 0.25s ease;
  transform: translateY(100%);
}
html.isScrolledToTop:not(.hasLayer, .isNavigationExpanded) body.header--negative header#header ul.main > li > a::after {
  background: #fff;
}
@media (max-width: 767px) {
  header#header ul.main > li > a::after {
    opacity: 0;
    left: 6rem;
    top: 0;
    bottom: auto;
    height: 100%;
    width: 4px;
    transform: translateX(-100%);
  }
}
header#header ul.main > li > a::before {
  content: "";
  display: none;
}
header#header ul.main > li.active > a {
  color: #1a1a36 !important;
  opacity: 1 !important;
}
header#header ul.main > li.active > a::after {
  transform: none;
}
html:not(.hasLayer) header#header ul.main > li.current > a::after {
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease;
  transform: none;
  opacity: 1;
}
html.hasLayer header#header ul.main > li.current > a::after {
  opacity: 0;
  transition-duration: 0s;
}
@media (min-width: 768px) and (max-width: 1249px) {
  header#header ul.main > li.home-link {
    display: none;
  }
}
@media (max-width: 767px) {
  header#header ul.main > li.home-link {
    height: var(--header-height);
  }
}
header#header ul.main > li.home-link a {
  color: #bf043E;
  font-size: 2.5rem;
  margin-right: 9rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
html.hasLayer:not(.hasRegionLayer):not(.hasSearchLayer) header#header ul.main > li.home-link a {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  header#header ul.main {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    background: #fff;
  }
  html.isNavigationExpanded header#header ul.main {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header ul.main {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    transition: opacity 0.25s ease;
  }
}
@media (max-width: 767px) {
  header#header ul.main {
    padding-left: 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
    transition: transform 0.5s ease;
    transform: translateX(-100%);
    opacity: 1;
    pointer-events: all;
  }
  html.isNavigationExpanded header#header ul.main {
    transform: translateX(-6rem);
  }
  html.isNavigationExpanded.hasLayer header#header ul.main {
    transform: none;
  }
  header#header ul.main > li {
    height: 10rem;
    width: 100%;
    background: #fff;
  }
  header#header ul.main > li:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #edf3f4;
  }
  header#header ul.main > li.home-link a {
    opacity: 1;
    padding-left: 12rem;
  }
  header#header ul.main > li:not(.home-link) a {
    padding-left: 12rem;
    position: relative;
    width: 100%;
  }
  header#header ul.main > li:not(.home-link) a::before {
    color: #b8c8cf;
    display: block;
    position: absolute;
    font-size: 18px;
    top: 50%;
    right: 3rem;
    margin-top: -9px;
    transform: rotate(-90deg);
  }
  header#header ul.main > li .layer--insights a {
    padding-left: 12rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  header#header ul.main > li .layer--insights a {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  header#header ul.main::after {
    content: "";
    position: absolute;
    top: 0;
    right: -6rem;
    width: 6rem;
    height: 100vh;
    background: #edf3f4;
  }
}
header#header .region {
  margin-left: 14rem;
  transition: opacity 0.5s ease;
}
@media (max-width: 1249px) {
  header#header .region {
    margin-left: 2rem;
  }
}
html.hasLayer:not(.hasRegionLayer) header#header .region {
  opacity: 0;
  pointer-events: none;
}
header#header .region .current {
  transition: all 0.5s ease;
  cursor: pointer;
  width: 90px;
  justify-content: flex-end;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
html.hasHover header#header .region .current:hover, header#header .region .current:active {
  color: #bf043E;
}
html.isScrolledToTop:not(.hasLayer) body.header--negative header#header .region .current {
  color: #fff;
}
html.hasHover.isScrolledToTop:not(.hasLayer) body.header--negative header#header .region .current:hover, html.isScrolledToTop:not(.hasLayer) body.header--negative header#header .region .current:active {
  color: #fff;
  opacity: 0.5;
}
header#header .region .current .icon-globe {
  font-size: 3rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  header#header .region .current span {
    display: none;
  }
  header#header .region .current .icon-globe {
    font-size: 20px;
  }
}
header#header .search {
  margin-left: 5rem;
  background: #1a1a36;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header .search {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  header#header .search {
    margin-left: 2rem;
  }
}
header#header .search span {
  display: block;
  font-size: 3rem;
  padding: 0 3rem;
  transition: opacity 0.25s ease;
}
@media (max-width: 991px) {
  header#header .search span {
    padding: 0 2.5rem;
  }
}
@media (max-width: 767px) {
  header#header .search span {
    font-size: 20px;
    padding: 0 14px;
  }
}
html.hasHover header#header .search:hover span, header#header .search:active span {
  opacity: 0.6;
}
header#header .ribbon {
  margin-left: 5rem;
  width: 32px;
  background: #1a1a36;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  header#header .ribbon {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  header#header .ribbon {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  header#header .ribbon {
    width: 24px;
  }
}
@media (max-width: 991px) {
  header#header .ribbon {
    width: 16px;
  }
}
html.hasHover header#header .ribbon:hover span, header#header .ribbon:active span {
  opacity: 0.6;
}
header#header .claim-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 9rem;
}
header#header .claim-header span {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 100%;
  color: #bf043E;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  header#header .claim-header span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header#header .claim-header span {
    font-size: 14px;
    line-height: 0.8;
  }
}
html.isScrolledToTop body.header--negative header#header .claim-header span {
  color: #fff;
}
@media all and (max-width: 1350px) and (min-width: 992px) {
  header#header .claim-header span {
    font-size: 16px;
  }
}
header#header .claim-header::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 4rem;
  height: 100%;
  background-color: #1a1a36;
}
@media (max-width: 991px) {
  header#header .claim-header::after {
    width: 2rem;
  }
}
@media all and (max-width: 1350px) and (min-width: 992px) {
  header#header .claim-header::after {
    width: 2rem;
  }
}
@media (max-width: 991px) {
  header#header .claim-header {
    margin-right: 4rem;
    margin-left: auto;
  }
}
@media all and (max-width: 1350px) and (min-width: 992px) {
  header#header .claim-header {
    margin-right: 4rem;
  }
}
header#header .menu-toggle {
  background: #edf3f4;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  header#header .menu-toggle {
    display: none;
  }
}
header#header .menu-toggle span {
  color: #bf043E;
  display: block;
  font-size: 24px;
  padding: 0 2.5rem;
  transition: opacity 0.25s ease;
}
@media (max-width: 767px) {
  header#header .menu-toggle span {
    font-size: 20px;
    padding: 0 14px;
  }
}
html.hasHover header#header .menu-toggle:hover span, header#header .menu-toggle:active span {
  opacity: 0.6;
}
header#header .close {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  background: #1a1a36;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
html.hasSearchLayer header#header .close {
  background: #bf043E;
}
html.hasLayer header#header .close, html.isNavigationExpanded header#header .close {
  opacity: 1;
  pointer-events: all;
}
header#header .close span {
  display: block;
  font-size: 3rem;
  padding: 0 3rem;
  transition: opacity 0.25s ease;
}
@media (max-width: 991px) {
  header#header .close span {
    padding: 0 2.5rem;
  }
}
@media (max-width: 991px) {
  header#header .close span {
    font-size: 20px;
    padding: 0 14px;
  }
}
html.hasHover header#header .close:hover span, header#header .close:active span {
  opacity: 0.6;
}
body.page--diagnosis header#header .close {
  opacity: 1;
  pointer-events: all;
  background-color: #fff;
  color: #1a1a36;
}

footer#footer {
  background: #1a1a36;
  margin-top: 30rem;
}
@media (max-width: 991px) {
  footer#footer {
    margin-top: 20rem;
  }
}
@media (max-width: 767px) {
  footer#footer {
    margin-top: 16rem;
  }
}
footer#footer > .container .top .row {
  padding-bottom: 2rem;
}
footer#footer > .container .top .last {
  padding-top: 1rem;
  padding-bottom: 7rem;
}
footer#footer > .container .top .newsletter-box {
  position: relative;
  background-color: #ffffff;
  border-bottom-right-radius: 150px;
}
footer#footer > .container .top .newsletter-box .inner {
  max-width: 700px;
  padding-bottom: 8rem;
}
footer#footer > .container .top .newsletter-box p {
  margin: 3rem 0;
}
footer#footer > .container .top .newsletter-box::before {
  content: "";
  position: absolute;
  width: 100em;
  height: 100%;
  left: -100em;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  footer#footer > .container .top .newsletter-box {
    padding: 0rem 5rem 3rem 0;
  }
}
footer#footer > .container .top ~ * {
  color: #ffffff;
  font-family: Poppins;
}
footer#footer > .container .col {
  display: flex;
  align-items: center;
  padding-bottom: 15rem;
}
footer#footer > .container .col .first, footer#footer > .container .col .last {
  display: flex;
  align-items: center;
}
footer#footer a:not(.btn) {
  color: #ffffff;
  transition: opacity 0.25s ease;
}
html.hasHover footer#footer a:not(.btn):hover, footer#footer a:not(.btn):active {
  opacity: 0.6;
}
footer#footer .claim {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  color: #bf043E;
}
footer#footer .claim .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  footer#footer .claim {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  footer#footer .claim {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  footer#footer .claim {
    max-width: 230px;
  }
}
html.hasHover footer#footer .btn--white:hover, footer#footer .btn--white:active {
  color: #bf043E !important;
}
footer#footer nav.row {
  padding-top: 10rem;
}
@media (max-width: 991px) {
  footer#footer nav.row {
    padding-top: 4rem;
  }
}
@media (max-width: 767px) {
  footer#footer nav.row {
    padding-top: 3rem;
  }
}
footer#footer nav.row li.heading a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 2rem;
  color: #bf043E;
  transition: color 0.25s ease;
}
footer#footer nav.row li.heading a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  footer#footer nav.row li.heading a {
    font-size: 22px;
    line-height: 130%;
  }
}
html.hasHover footer#footer nav.row li.heading a:hover {
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  footer#footer nav.row li.heading a {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  footer#footer nav.row li.heading a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  footer#footer nav.row li.heading a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  footer#footer nav.row li.heading a {
    line-height: 140%;
  }
}
footer#footer nav.row li {
  line-height: 1;
}
footer#footer nav.row a {
  display: inline-block;
  line-height: 22px;
  padding: 1rem 0;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 1249px) {
  footer#footer .footer-regular {
    order: 2;
  }
}
@media (max-width: 767px) {
  footer#footer .footer-regular {
    margin-bottom: 7rem;
    margin-top: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer#footer .footer-regular {
    width: 500px;
  }
}
@media (max-width: 767px) {
  footer#footer .footer-regular a {
    margin-bottom: 2rem;
  }
}
footer#footer .bottom {
  background: #1a1a36;
  padding: 10rem 0 0 0;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
@media (max-width: 1249px) {
  footer#footer .bottom {
    flex-wrap: wrap;
  }
}
footer#footer .bottom img {
  width: 67px;
  height: 79px;
}
@media (max-width: 1249px) {
  footer#footer .bottom img {
    order: 4;
  }
}
@media (max-width: 767px) {
  footer#footer .bottom img {
    display: none;
  }
}
footer#footer .bottom .copy {
  opacity: 0.5;
  margin-right: 5rem;
}
@media (max-width: 1249px) {
  footer#footer .bottom .copy {
    order: 3;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  footer#footer .bottom .copy {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  footer#footer .bottom .copy {
    margin: 0 0 6rem;
  }
}
footer#footer .bottom nav {
  display: flex;
  margin-right: 5rem;
}
footer#footer .bottom nav a:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 767px) {
  footer#footer .bottom nav {
    flex-direction: column;
  }
}
footer#footer .bottom ul.social {
  display: flex;
}
footer#footer .bottom ul.social li {
  position: relative;
}
footer#footer .bottom ul.social span {
  position: absolute;
  color: transparent !important;
  pointer-events: none !important;
}
footer#footer .bottom ul.social a {
  padding: 0 1.5rem;
}
footer#footer .bottom ul.social .last {
  padding: 0 0 0 1rem;
}
footer#footer .bottom ul.social i {
  font-size: 24px;
}
@media (max-width: 1249px) {
  footer#footer .bottom ul.social {
    order: 1;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  footer#footer .bottom ul.social {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1249px) {
  footer#footer .bottom ul.social li:first-child a {
    padding-left: 0;
  }
}
footer#footer .bottom.bottom--alternative img {
  margin-right: 40px;
}
footer#footer.footer--microsite .bottom:nth-child(2) {
  padding-top: 3rem;
}

.btn {
  cursor: pointer;
  color: #bf043E;
  text-transform: uppercase;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  height: 6rem;
  -webkit-appearance: none;
  border: 1px solid #bf043E;
  transition: all 0.25s ease;
}
html.hasHover .btn:hover, .btn:active {
  background: #bf043E;
  color: #fff;
}
@media (max-width: 767px) {
  .btn.btn--full {
    width: 100%;
  }
}
.btn.btn--solid {
  background: #bf043E;
  color: #fff;
  border-color: transparent;
}
html.hasHover .btn.btn--solid:hover, .btn.btn--solid:active {
  background: #1a1a36;
}
.btn.btn--white {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
html.hasHover .btn.btn--white:hover, .btn.btn--white:active {
  color: #1a1a36;
  background: #fff;
}
.btn i {
  font-size: 20px;
  margin-left: 8px;
}
.btn.btn--secondary {
  background: #1a1a36;
  color: #ffffff;
}
html.hasHover .btn.btn--secondary:hover, .btn.btn--secondary:active {
  background: #bf043E;
}
.btn.btn-transparent {
  border: none;
  padding: 0;
  color: #1a1a36;
}

.with-arrow .icon-arrow {
  color: #b8c8cf;
  margin-left: 0.711em;
  font-size: 0.8em;
}
.with-arrow.with-arrow--back .icon-arrow {
  display: inline-block;
  transform: rotate(180deg);
  transform-origin: center 40%;
}

.img-wrap {
  position: relative;
  overflow: hidden;
}
.img-wrap:empty, .img-wrap.with-icon {
  background: rgba(0, 0, 0, 0.075);
}
.img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.img-wrap .icon-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8rem;
  height: 7rem;
  background: #fff;
  border-top-right-radius: 3.5rem;
}
.img-wrap .icon-wrap .img-wrap {
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .img-wrap .icon-wrap .img-wrap {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 991px) {
  .img-wrap .icon-wrap {
    width: 6rem;
    height: 6rem;
  }
}
.img-wrap.with-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 54, 0.4);
}

.logo-wrap {
  position: relative;
  padding-bottom: 56.74%;
  filter: grayscale(100%);
}
.logo-wrap:empty {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.logo-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: left center;
}
.logo-wrap.intl-study-logo {
  padding-bottom: 40%;
  margin-bottom: 4rem;
}

.cta {
  display: inline-block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
}
.cta .icon-arrow {
  color: #b8c8cf;
  margin-left: 1rem;
}
.cta .icon-chevron {
  display: inline-block;
  color: #b8c8cf;
  margin-left: 1rem;
  position: relative;
  top: 1px;
}
.cta.cta--more {
  transform: none !important;
}
.expanded + .cta.cta--more .icon-chevron {
  transform: rotate(180deg) !important;
}

.back {
  display: inline-block;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
}
.back .icon-arrow {
  color: #b8c8cf;
  margin-right: 1rem;
  margin-left: 0;
}

ul.page-numbers {
  margin-top: 10rem;
  display: inline-flex;
  align-items: center;
}
ul.page-numbers i {
  display: block;
  color: #b8c8cf;
  margin: 0 1rem;
  transition: transform 0.5s ease;
}
ul.page-numbers a {
  display: inline-flex;
  align-items: center;
}
ul.page-numbers a:not(.prev):not(.next) {
  transition: color 0.25s ease;
}
html.hasHover ul.page-numbers a:not(.prev):not(.next):hover, ul.page-numbers a:not(.prev):not(.next):active {
  color: #1a1a36;
}
ul.page-numbers a.prev, ul.page-numbers a.next {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  transition: color 0.25s ease;
}
html.hasHover ul.page-numbers a.prev:hover, ul.page-numbers a.prev:active, html.hasHover ul.page-numbers a.next:hover, ul.page-numbers a.next:active {
  color: #bf043E;
}
ul.page-numbers a.prev {
  margin-right: 5rem;
}
@media (max-width: 767px) {
  ul.page-numbers a.prev {
    margin-right: 3rem;
  }
}
ul.page-numbers a.prev i {
  transform: rotate(180deg);
}
html.hasHover ul.page-numbers a.prev:hover i, ul.page-numbers a.prev:active i {
  transform: translateX(-0.5em) rotate(180deg);
}
ul.page-numbers a.next {
  margin-left: 5rem;
}
@media (max-width: 767px) {
  ul.page-numbers a.next {
    margin-left: 3rem;
  }
}
html.hasHover ul.page-numbers a.next:hover i, ul.page-numbers a.next:active i {
  transform: translateX(0.5em);
}
ul.page-numbers .page-numbers:not(.prev):not(.next) {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  color: #b8c8cf;
  display: block;
  padding: 0 2rem;
}
@media (max-width: 575px) {
  ul.page-numbers .page-numbers:not(.prev):not(.next) {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  ul.page-numbers .page-numbers:not(.prev):not(.next):not(.current) {
    display: none;
  }
}
ul.page-numbers span.page-numbers {
  padding: 0 1rem !important;
  margin: 0 1rem;
}
ul.page-numbers span.page-numbers:not(.dots) {
  color: #1a1a36 !important;
  background: #edf3f4;
}
ul.page-numbers .dots {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  ul.page-numbers {
    margin: 7rem auto 0;
  }
}

.auto-height.touch-transition {
  overflow: hidden;
}
.auto-height.touch-transition.expanded {
  transition: all 0.5s ease 0s;
}
.auto-height.touch-transition.expanded > .inner {
  transition: opacity 0.5s ease 0.25s, margin 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}
.auto-height.touch-transition:not(.expanded) {
  pointer-events: none !important;
  max-height: 0 !important;
  transition: all 0.5s ease 0.25s;
}
.auto-height.touch-transition:not(.expanded):not(.row) {
  padding: 0 !important;
  margin: 0 !important;
}
.auto-height.touch-transition:not(.expanded) > .inner {
  transition: all 0.5s ease 0.25s, opacity 0.5s ease;
  opacity: 0 !important;
}
.more-container .auto-height.touch-transition:not(.expanded) {
  transition: all 0.5s ease 0s;
}

.more-container {
  margin: 8rem 0 0;
}
@media (max-width: 767px) {
  .more-container {
    margin: 5rem 0 0;
  }
}
.more-container .auto-height.touch-transition {
  margin-bottom: 0 !important;
}
.more-container:not(.expanded) .auto-height.touch-transition {
  opacity: 0;
}

html.hasHover .person a:hover .name,
.person a:active .name {
  color: #bf043E;
}
html.hasHover .person a:hover.linkedin i,
.person a:active.linkedin i {
  color: #1a1a36;
}
html.hasHover .person a:hover + .rest .name, .person a:active + .rest .name {
  color: #bf043E;
}
.person .img-wrap {
  width: 23rem;
  height: 23rem;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.person .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 54, 0.25);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .person .img-wrap {
    width: 15rem;
    height: 15rem;
  }
}
@media (max-width: 767px) {
  .person .rest {
    max-width: 148px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .person .rest {
    max-width: 240px;
  }
}
.person .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
  margin: 3rem 0;
  transition: color 0.25s ease;
}
.person .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .person .name {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .person .name {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .person .name .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .person .name {
    line-height: 140%;
  }
}
.person .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  font-size: 14px;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .person .meta {
    font-size: 14px;
  }
}
.person .position {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .person .position {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}
.person i {
  font-size: 20px;
  transition: color 0.25s ease;
}
@media (max-width: 991px) {
  .person {
    margin-bottom: 8rem;
  }
}

.form {
  transition: opacity 0.5s ease;
}
.form.form--busy {
  opacity: 0.35;
  pointer-events: none;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--half-gutter));
}
.form-row.row--error {
  display: none;
}
.form-row.row--error.expanded {
  display: block;
}
.form-row.row--general-error {
  display: none;
}
.form-row.row--general-error.expanded {
  display: block;
}

.field {
  padding: 0 var(--half-gutter);
  margin-bottom: 3rem;
  flex-basis: 100%;
  max-width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.field.field--half {
  flex-basis: 50%;
  max-width: 50%;
}
.field.field--quarter {
  flex-basis: 25%;
  max-width: 25%;
}
.field label,
.field .hint {
  display: block;
  font-size: 12px;
  margin-bottom: 1rem;
  line-height: 1;
}
.field .info {
  display: block;
  font-size: 14px;
  margin: 1rem 0 0;
  line-height: 1;
}
.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field textarea {
  background: #edf3f4;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  font-family: "PT Serif";
  font-size: 16px;
  color: #1a1a36;
  width: 100%;
  padding: 11px;
  border-radius: 0;
}
.field textarea {
  resize: none;
}
.field .cb-wrap {
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: 3rem;
}
.field .cb-wrap input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.field .cb-wrap input:checked + .placeholder::after {
  opacity: 1;
}
.field .cb-wrap .placeholder {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 2px solid transparent;
  transition: border-color 0.25s ease;
  background: #edf3f4;
  margin-right: 2rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.field .cb-wrap .placeholder::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  color: #1a1a36;
  transition: opacity 0.1s ease;
  opacity: 0;
}
.field .cb-wrap p {
  max-width: 586px;
  transition: color 0.25s ease;
}
.field .cb-wrap p a {
  font-weight: bold;
}
html.hasHover .field .cb-wrap p a:hover, .field .cb-wrap p a:active {
  text-decoration: underline;
}
.field .select-wrap {
  position: relative;
}
.field .select-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -9px 2rem 0 0;
  font-size: 18px;
  color: #b8c8cf;
}
.field .select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
.field .select-wrap .placeholder {
  display: block;
  background: #fff;
  border: 2px solid #b8c8cf;
  transition: all 0.25s ease;
  font-family: "PT Serif";
  font-size: 16px;
  color: #1a1a36;
  width: 100%;
  padding: 10px 40px 9px 11px;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease;
}
.field .select-wrap.multiple select {
  opacity: 0 !important;
  pointer-events: none !important;
}
.field .select-wrap.multiple ul {
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(10px + 8 * 1.6em);
  overflow: auto;
  padding: 10px 10px 9px 11px;
  box-shadow: 1rem 1rem 16px rgba(26, 26, 54, 0.1);
  border: 2px solid #b8c8cf;
}
.field .select-wrap.multiple ul::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.field .select-wrap.multiple ul::-webkit-scrollbar-thumb {
  background: #b8c8cf;
}
.field .select-wrap.multiple ul::-webkit-scrollbar-track {
  background: rgba(184, 200, 207, 0.33);
}
.field .select-wrap.multiple ul {
  scrollbar-width: thin;
}
.field .select-wrap.multiple ul li {
  line-height: 1.6;
  position: relative;
  padding-left: 4rem;
  margin-bottom: 0.8em;
  cursor: pointer;
  transition: color 0.25s ease;
}
html.hasHover .field .select-wrap.multiple ul li:hover, .field .select-wrap.multiple ul li:active {
  color: rgba(26, 26, 54, 0.6);
}
.field .select-wrap.multiple ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: #edf3f4;
  left: 0;
  top: 0em;
}
.field .select-wrap.multiple ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 12px;
  color: #1a1a36;
  transition: opacity 0.1s ease;
  opacity: 0;
}
.field .select-wrap.multiple ul li.selected::after {
  opacity: 1;
}
.field .select-wrap.multiple.expanded ul {
  opacity: 1;
  pointer-events: all;
}
.field.field--cb {
  margin-top: 2rem;
}
.field .file-wrap .btn {
  position: relative;
  cursor: pointer;
}
.field .file-wrap .btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
}
.field .file-wrap .btn + span {
  margin-left: 2rem;
}
.field .file-wrap .link {
  font-size: 12px;
  color: #bf043E;
  margin-left: 2rem;
  cursor: pointer;
}
html.hasHover .field .file-wrap .link:hover, .field .file-wrap .link:active {
  text-decoration: underline;
}
.field .file-wrap .filename.empty + .link {
  display: none;
}
.field.has-error input[type=text],
.field.has-error input[type=email],
.field.has-error input[type=tel],
.field.has-error textarea {
  border-color: #d20303;
  color: #d20303;
}
.field.has-error .cb-wrap p {
  color: #d20303;
}
.field.has-error .cb-wrap .placeholder {
  border-color: #d20303;
}
.field.has-error .select-wrap .placeholder {
  border-color: #d20303;
  color: #d20303;
}
.field.has-error .file-wrap {
  color: #d20303;
}
@media (max-width: 767px) {
  .field .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .field {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

.error-message {
  font-size: 14px;
  max-width: 588px;
}

.error {
  color: #d20303;
}

.form-success:not(.visible) {
  display: none;
}
.form-success .illustration-wrap {
  width: calc(4 * var(--col-width) + 3 * var(--gutter-width) );
}
.form-success .illustration-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 9rem;
}
@media (max-width: 991px) {
  .form-success .illustration-wrap img {
    margin-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-success .illustration-wrap {
    width: calc(5 * var(--col-width) + 4 * var(--gutter-width) );
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-success .illustration-wrap {
    width: calc(6 * var(--col-width) + 5 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .form-success .illustration-wrap {
    width: calc(10 * var(--col-width) + 9 * var(--gutter-width) );
  }
}
.form-success .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
  margin-bottom: 3rem !important;
}
.form-success .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .form-success .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .form-success .heading {
    font-size: 28px;
  }
}
.form-success p {
  max-width: calc(6 * var(--col-width) + 5 * var(--gutter-width) );
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-success p {
    max-width: calc(7 * var(--col-width) + 6 * var(--gutter-width) );
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-success p {
    max-width: calc(10 * var(--col-width) + 9 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .form-success p {
    max-width: 100%;
  }
}

.inline-form {
  margin-left: calc(-1 * var(--half-gutter));
  margin-right: calc(-1 * var(--half-gutter));
  display: flex;
  align-items: flex-end;
}
.inline-form .field {
  flex-basis: initial;
  width: auto;
}
.inline-form .select-wrap {
  width: 40rem;
}

.module.module--agreements .container {
  margin-bottom: -4rem;
}
.module.module--agreements .logo-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--agreements .logo-wrap {
    margin-bottom: 1rem;
  }
}
.module.module--agreements .pretitle {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--agreements .pretitle {
    font-size: 14px;
  }
}
.module.module--agreements .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 2rem;
}
.module.module--agreements .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--agreements .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--agreements .title {
    margin-bottom: 1rem;
  }
}
.module.module--agreements .row {
  margin-bottom: -5rem;
}
.module.module--agreements .row > * {
  margin-bottom: 5rem;
}
.module.module--agreements img {
  opacity: 0.7;
}
.module.module--agreements a {
  color: #1a1a36 !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 767px) {
  .module.module--agreements .url {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--agreements .url {
    font-size: 13px;
  }
}

.module.module--alliances-logos .row {
  margin-bottom: -6rem;
}
.module.module--alliances-logos .module--alliances-logos__logo-item > .img-wrap {
  padding-bottom: 17%;
  max-width: 180px;
  margin-bottom: 3rem;
}
.module.module--alliances-logos .module--alliances-logos__logo-item > .img-wrap img {
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1);
}
.module.module--alliances-logos .module--alliances-logos__logo-item {
  margin-bottom: 6rem;
}
.module.module--alliances-logos .module--alliances-logos__logo-item .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 4rem;
}
.module.module--alliances-logos .module--alliances-logos__logo-item .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--alliances-logos .module--alliances-logos__logo-item .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--alliances-logos .module--alliances-logos__logo-item .title {
    margin-bottom: 2rem;
  }
}

.module.module--areas ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .module.module--areas ul {
    flex-direction: column;
  }
}
.module.module--areas li {
  flex-basis: 50%;
}
.module.module--areas .img-wrap {
  height: 20rem;
  width: 214px;
}
@media (max-width: 767px) {
  .module.module--areas .img-wrap {
    height: 17rem;
    width: 180px;
  }
}
.module.module--areas .with-arrow {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
}
.module.module--areas .with-arrow .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--areas .with-arrow {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .module.module--areas .with-arrow {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  .module.module--areas .with-arrow .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--areas .with-arrow {
    line-height: 140%;
  }
}
.module.module--areas .with-arrow i {
  margin-left: 2rem;
}
.module.module--areas.areas--compact ul {
  margin: 0 -2.5rem -10rem;
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact ul {
    margin-bottom: 0;
  }
}
.module.module--areas.areas--compact li {
  padding: 0 2.5rem 10rem;
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact li {
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact li:last-child {
    padding-bottom: 0;
  }
}
.module.module--areas.areas--compact a {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1249px) {
  .module.module--areas.areas--compact a {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact a {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 576px) and (max-width: 1249px) {
  .module.module--areas.areas--compact .with-arrow {
    margin-top: 5rem;
  }
}
.module.module--areas.areas--compact .img-wrap {
  flex-shrink: 0;
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .module.module--areas.areas--compact .img-wrap {
    width: 114px;
    height: 86px;
  }
}
.module.module--areas.areas--full ul {
  margin-bottom: -10rem;
}
@media (max-width: 767px) {
  .module.module--areas.areas--full ul {
    flex-basis: 100%;
  }
}
.module.module--areas.areas--full li {
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .module.module--areas.areas--full li {
    width: 50%;
    padding-right: calc(var(--col-width) + 3 * var(--half-gutter));
  }
  .module.module--areas.areas--full li:nth-child(even) {
    padding-left: var(--half-gutter);
    padding-right: calc(var(--col-width) + 2 * var(--half-gutter));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--areas.areas--full li {
    padding-right: 4rem;
  }
}
.module.module--areas.areas--full .img-wrap {
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--areas.areas--full .img-wrap {
    width: 207px;
  }
}
.module.module--areas.areas--full .with-arrow {
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--areas.areas--full .with-arrow {
    font-size: 25px;
  }
}
.module.module--areas.areas--full p {
  color: #1a1a36;
}

.module.module--associations-logos .row {
  margin-bottom: -6rem;
}
.module.module--associations-logos .module--associations-logos__logo-item {
  margin: 0 3rem 9rem 0;
}
.module.module--associations-logos .module--associations-logos__logo-item .img-wrap {
  padding-bottom: 17%;
  width: 180px;
  margin-right: 3rem;
}
.module.module--associations-logos .module--associations-logos__logo-item .img-wrap img {
  object-fit: contain;
  filter: grayscale(100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--associations-logos .module--associations-logos__logo-item .img-wrap {
    width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .img-wrap {
    margin-bottom: 2rem;
    padding-bottom: 25%;
  }
}
@media (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .img-wrap {
    width: 110px;
  }
}
.module.module--associations-logos .module--associations-logos__logo-item .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 3rem;
}
.module.module--associations-logos .module--associations-logos__logo-item .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .title {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .title {
    margin-bottom: 2rem;
  }
}
.module.module--associations-logos .module--associations-logos__logo-item .logo-item__info-plus-item {
  margin-top: 2.5rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item .logo-item__info-plus-item {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .module.module--associations-logos .module--associations-logos__logo-item {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .module.module--associations-logos .module--associations-logos__logo-item {
    margin-right: 0;
  }
}

.module.module--async-request {
  transition: opacity 0.5s ease;
}
.module.module--async-request.busy {
  opacity: 0.35;
  pointer-events: none;
}
.module.module--async-request p.no-results {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 575px) {
  .module.module--async-request p.no-results {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .module.module--boxed-form:not(.form--microsite) .inner {
    margin: 0 calc(-1 * var(--side-margin));
  }
}
.module.module--boxed-form .inner {
  background: #d9e8ee;
  padding: 8rem;
}
.module.module--boxed-form .inner > p {
  max-width: 500px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--boxed-form .inner {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .module.module--boxed-form .inner {
    margin-top: -3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--boxed-form .inner {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .module.module--boxed-form .inner {
    padding: 6rem 4rem;
  }
}
.module.module--boxed-form .heading-alt {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #bf043E;
  margin-bottom: 3rem;
}
.module.module--boxed-form .heading-alt .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--boxed-form .heading-alt {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--boxed-form form {
  max-width: 100rem;
  margin-top: 5rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--boxed-form form {
    max-width: calc(8 * var(--col-width) + 7 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .module.module--boxed-form form {
    margin-top: 4rem;
  }
}
.module.module--boxed-form .row--submit {
  margin-top: 1rem;
}
.module.module--boxed-form .row--submit .field {
  margin-bottom: 0;
}
.module.module--boxed-form input[type=text],
.module.module--boxed-form input[type=email],
.module.module--boxed-form textarea,
.module.module--boxed-form .cb-wrap .placeholder {
  background: #fff !important;
}

.module.module--categories:first-child {
  margin-top: var(--header-height);
}
.module.module--categories:first-child .all ul {
  margin-bottom: 0;
}
.module.module--categories .featured {
  background: #edf3f4;
}
.module.module--categories .featured .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .module.module--categories .featured .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.module.module--categories .featured ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 24px;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--categories .featured ul.md-down {
    height: 36px;
  }
}
.module.module--categories .featured ul.md-down a {
  transition: all 0.5s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--categories .featured ul.md-down a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 24px;
  }
  .module.module--categories .featured ul.md-down a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .module.module--categories .featured ul.md-down a {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--categories .featured li.active a {
  color: #bf043E;
  pointer-events: none;
}
.module.module--categories .featured a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-right: 5rem;
  color: #1a1a36;
  transition: color 0.25s ease;
}
.module.module--categories .featured a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--categories .featured a {
    line-height: 140%;
  }
}
html.hasHover .module.module--categories .featured a:hover, .module.module--categories .featured a:active {
  color: #bf043E;
}
@media (max-width: 767px) {
  .module.module--categories .featured a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  .module.module--categories .featured a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--categories .featured a {
    line-height: 140%;
  }
}
.module.module--categories .featured .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
}
.module.module--categories .featured .link i {
  margin-left: 1rem;
  color: #b8c8cf;
}
.module.module--categories .featured .link .less {
  display: none;
}
.module.module--categories .all {
  background-color: #edf3f4;
}
.module.module--categories .all .inner {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .module.module--categories .all .inner {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .module.module--categories .all .inner .container {
    padding-top: 4rem;
  }
}
.module.module--categories .all ul {
  column-count: 3;
  column-gap: var(--gutter-width);
  margin-bottom: -4rem;
}
.module.module--categories .all ul li {
  margin-bottom: 4rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--categories .all ul {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .module.module--categories .all ul {
    column-count: 1;
  }
}
.module.module--categories .all a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  transition: color 0.25s ease;
}
.module.module--categories .all a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--categories .all a {
    line-height: 140%;
  }
}
html.hasHover .module.module--categories .all a:hover, .module.module--categories .all a:active {
  color: #bf043E;
}
@media (max-width: 767px) {
  .module.module--categories .all a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  .module.module--categories .all a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--categories .all a {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--categories .all {
    margin-bottom: 4rem;
  }
}
.module.module--categories.expanded .featured ul {
  opacity: 0;
}
@media (max-width: 991px) {
  .module.module--categories.expanded .featured ul {
    opacity: 1;
  }
  .module.module--categories.expanded .featured ul a {
    color: #b8c8cf;
  }
}
.module.module--categories.expanded .link .more {
  display: none;
}
.module.module--categories.expanded .link .less {
  display: block;
}

.module.module--country-selector {
  margin-bottom: 20rem;
}
.module.module--country-selector .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 3rem;
}
.module.module--country-selector .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--country-selector .heading {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--country-selector .md-wrap {
    display: flex;
    min-width: 100%;
  }
}
.module.module--country-selector .selector-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--country-selector .selector-wrapper > a {
    display: block;
    overflow: hidden;
    max-width: 33.33%;
  }
}
.module.module--country-selector .selector-wrapper div {
  position: relative;
  width: 240px;
  max-width: 100%;
  cursor: pointer;
  border: white 1px solid;
  height: 240px;
  display: flex;
  align-items: center;
  background-color: #edf3f4;
}
.module.module--country-selector .selector-wrapper div .content-text {
  text-align: center;
  color: #ffffff;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all 0.3s;
}
.module.module--country-selector .selector-wrapper div .content-text .url {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  display: inline-block;
  margin-bottom: 5rem;
}
.module.module--country-selector .selector-wrapper div .content-text .url .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--country-selector .selector-wrapper div .content-text .url {
    line-height: 140%;
  }
}
.module.module--country-selector .selector-wrapper div .content-text h3 {
  font-family: "PT Serif";
  color: #bf043E;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 2rem;
  color: #bf043E;
}
@media (max-width: 991px) {
  .module.module--country-selector .selector-wrapper div .content-text h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .module.module--country-selector .selector-wrapper div .content-text h3 {
    font-size: 18px;
  }
}
.module.module--country-selector .selector-wrapper div .content-text:hover h3, .module.module--country-selector .selector-wrapper div .content-text:hover .url, .module.module--country-selector .selector-wrapper div .content-text:hover span {
  color: #ffffff !important;
}
.module.module--country-selector .selector-wrapper div:hover .content-text {
  opacity: 1;
  transition: all 0.3s;
  background-color: #bf043E;
}
@media (max-width: 767px) {
  .module.module--country-selector .selector-wrapper div {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .module.module--country-selector .selector-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--country-selector {
    margin-bottom: 15rem;
  }
}
@media (max-width: 767px) {
  .module.module--country-selector {
    margin-bottom: 12rem;
  }
}

.module.module--cta .img-wrap img {
  object-fit: cover;
}
.module.module--cta .img-wrap img[src$=".svg"] {
  object-fit: contain;
  object-position: center 15%;
}
.module.module--cta.cta--picture .img-wrap img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .module.module--cta section.text,
.module.module--cta section.image {
    padding: 0 1rem 4rem 1rem;
  }
}
.module.module--cta.cta--light.cta--full, .module.module--cta.cta--light .inner {
  background: #edf3f4;
}
.module--cta-group .module.module--cta.cta--light::before {
  background: #edf3f4;
}
.module.module--cta.cta--light .img-wrap {
  background-color: #fff;
}
.module.module--cta.cta--sky.cta--full, .module.module--cta.cta--sky .inner {
  background: #d9e8ee;
}
.module--cta-group .module.module--cta.cta--sky::before {
  background: #d9e8ee;
}
.module.module--cta.cta--grey.cta--full, .module.module--cta.cta--grey .inner {
  background: #b8c8cf;
}
.module.module--cta.cta--grey .heading {
  color: #fff;
}
.module--cta-group .module.module--cta.cta--grey::before {
  background: #b8c8cf;
}
.module.module--cta.cta--dark.cta--full, .module.module--cta.cta--dark .inner {
  background: #1a1a36;
}
.module.module--cta.cta--dark .heading {
  color: #bf043E;
}
.module.module--cta.cta--dark p {
  color: #fff;
}
.module--cta-group .module.module--cta.cta--dark::before {
  background: #1a1a36;
}
.module.module--cta.cta--full .img-wrap {
  height: 63rem;
}
@media (max-width: 767px) {
  .module.module--cta.cta--full .img-wrap {
    height: 33rem;
  }
}
.module.module--cta:not(.cta--full) section.text {
  padding: 0 9rem;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--cta:not(.cta--full) section.text {
    padding: 4rem 3rem 4rem 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--cta:not(.cta--full) section.text {
    padding: 4rem;
    padding-top: 0;
  }
}
.module.module--cta.cta--reverse .row {
  flex-direction: row-reverse;
}
.module.module--cta:not(.cta--full) .img-wrap {
  height: 52.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .module.module--cta:not(.cta--full) .img-wrap {
    height: 33rem;
  }
}
.module.module--cta .heading {
  margin-bottom: 3rem;
}
.module.module--cta p {
  max-width: 100%;
}
@media (min-width: 768px) {
  .module.module--cta p {
    width: calc(6 * var(--col-width) + 10 * var(--half-gutter));
  }
}
.module--cta-group .module.module--cta p {
  width: auto;
}
@media (max-width: 767px) {
  .module.module--cta .heading, .module.module--cta p {
    max-width: none;
  }
}
.module.module--cta .buttons {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--cta .buttons {
    width: 100%;
  }
}
.module.module--cta .buttons .btn {
  margin-right: 2rem;
}
.module.module--cta .buttons .btn:nth-child(2) {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .module.module--cta .buttons .btn:nth-child(2) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--cta .buttons .btn {
    width: 100%;
  }
}
.module.module--cta section.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.module--cta-group .module.module--cta section.text {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.module.module--cta .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
}
.module.module--cta .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--cta .heading {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--cta .heading {
    font-size: 28px;
  }
}

.module.module--cta-group .container {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 1249px) {
  .module.module--cta-group .container {
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 767px) {
  .module.module--cta-group .container {
    display: initial;
  }
}
.module.module--cta-group .module {
  grid-row: 1;
  margin: 0;
  height: 100%;
  position: relative;
}
.module.module--cta-group .module:first-child section.text {
  padding-left: 0;
}
@media (max-width: 1249px) {
  .module.module--cta-group .module:first-child section.text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.module.module--cta-group .module:first-child::before {
  left: -100rem;
}
.module.module--cta-group .module:last-child section.text {
  padding-right: 0;
}
@media (max-width: 1249px) {
  .module.module--cta-group .module:last-child section.text {
    padding-right: 4rem;
  }
}
.module.module--cta-group .module:last-child::before {
  right: -100rem;
}
.module.module--cta-group .module::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100rem;
}
@media (max-width: 767px) {
  .module.module--cta-group .buttons {
    width: 100%;
  }
}
.module.module--cta-group .heading {
  max-width: 75rem;
}
.module.module--cta-group .inner {
  padding: 9rem 0;
  height: 100%;
}
.module.module--cta-group section.text {
  padding: 0 9rem;
}

.module.module--cta-35-anniversary {
  background: #d9e8ee;
}
.module.module--cta-35-anniversary .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  margin-bottom: 7rem;
  color: #1a1a36;
}
.module.module--cta-35-anniversary .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--cta-35-anniversary .heading {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--cta-35-anniversary .heading {
    font-size: 28px;
  }
}
.module.module--cta-35-anniversary .img-wrap {
  width: 90%;
  padding: 24%;
}
.module.module--cta-35-anniversary .img-wrap img {
  object-fit: contain;
}
.module.module--cta-35-anniversary .row {
  padding: 9rem 0;
}
.module.module--cta-35-anniversary .text {
  padding-left: 10rem;
}
@media (max-width: 991px) {
  .module.module--cta-35-anniversary .text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .module.module--cta-35-anniversary .image {
    margin-bottom: 4rem;
  }
}

.module.module--data .numbers {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 88px;
  line-height: 120%;
  color: #b8c8cf;
  color: #b8c8cf;
}
.module.module--data .col-3 {
  text-align: center;
}

body.page--diagnosis {
  background: #b8c8cf;
  height: 100vh;
  overflow: hidden !important;
}
body.page--diagnosis #footer {
  display: none;
}
body.page--diagnosis #header svg * {
  fill: #fff;
}
body.page--diagnosis #header::before {
  background-color: #b8c8cf !important;
}

.module.module--diagnosis-form {
  transition: all 0.5s ease-in-out;
  background-color: #b8c8cf;
}
.module.module--diagnosis-form[data-step="1"] {
  transform: translateY(-100vh);
}
.module.module--diagnosis-form[data-step="2"] {
  transform: translateY(-200vh);
}
.module.module--diagnosis-form[data-step="3"] {
  transform: translateY(-300vh);
}
.module.module--diagnosis-form[data-step="4"] {
  transform: translateY(-400vh);
}
.module.module--diagnosis-form[data-step="5"] {
  transform: translateY(-500vh);
}
.module.module--diagnosis-form[data-step="6"] {
  transform: translateY(-600vh);
}
.module.module--diagnosis-form[data-step="7"] {
  transform: translateY(-700vh);
}
.module.module--diagnosis-form[data-step="8"] {
  transform: translateY(-800vh);
}
.module.module--diagnosis-form[data-step="9"] {
  transform: translateY(-900vh);
}
.module.module--diagnosis-form[data-step="10"] {
  transform: translateY(-1000vh);
}
.module.module--diagnosis-form .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
  margin-bottom: 14rem;
  color: #1a1a36 !important;
  max-width: 714px;
}
.module.module--diagnosis-form .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form .heading {
    font-size: 28px;
  }
}
.module.module--diagnosis-form .heading + p {
  max-width: 590px;
}
.module.module--diagnosis-form section {
  height: 100vh;
  overflow: auto;
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.module.module--diagnosis-form section.form-step-wrapper {
  display: flex;
  align-items: center;
}
.module.module--diagnosis-form section .img-wrap {
  padding-bottom: 84%;
}
.module.module--diagnosis-form section .img-wrap img {
  object-fit: contain;
}
.module.module--diagnosis-form section .form-step-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper {
    flex-direction: column;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-number {
  position: fixed;
  width: calc(2 * var(--col-width) + 1 * var(--gutter-width) );
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-number {
    width: calc(2.5 * var(--col-width) + 2 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-number {
    position: absolute;
    margin-top: 0.5rem;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-number span {
  font-family: PT Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 88px;
  line-height: 100%;
  color: #d9e8ee;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-number span {
    font-size: 9rem;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-number span {
    font-size: 5rem;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form {
  width: calc(8 * var(--col-width) + 7 * var(--gutter-width) );
  margin-left: calc(2.001 * var(--col-width) + 2 * var(--gutter-width) );
  flex-grow: 0;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form {
    width: calc(9 * var(--col-width) + 8 * var(--gutter-width) );
    margin-left: calc(2.5 * var(--col-width) + 2 * var(--gutter-width) );
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form {
    width: auto;
    margin-left: 0;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  padding-top: 0.2em;
  margin-bottom: 5rem;
  color: #1a1a36;
  max-width: none;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .heading-step {
    margin-left: calc(2.5 * var(--col-width) + 2 * var(--gutter-width) );
    margin-bottom: 5rem;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .form-wrap > p {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .form-wrap > p {
    font-size: 16px;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .note {
  max-width: 588px;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form .note {
    margin-bottom: 3rem;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field .cb-wrap .placeholder {
  background-color: white;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field.field--narrow {
  padding-left: 0;
  padding-right: 0;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field.field--narrow input {
  padding: 4px 8px;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field--cb {
  padding-left: 0;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field--cb .cb-wrap p {
  max-width: 730px;
  font-weight: 500;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .select-wrap .placeholder {
  background-color: #fff;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field:not(.has-error) .select-wrap .placeholder {
  border: transparent;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .field input[type=text], .module.module--diagnosis-form section .form-step-wrapper .step-form .field input[type=email], .module.module--diagnosis-form section .form-step-wrapper .step-form .field input[type=tel], .module.module--diagnosis-form section .form-step-wrapper .step-form .field textarea {
  background-color: #fff;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form .check-title label {
  font-family: PT Serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table {
  width: 100%;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table.table--checks {
  line-height: 1.2;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table.table--checks th[colspan] {
  text-align: right;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table.table--checks .cb-wrap {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form table .mobile-block {
    display: block;
  }
  .module.module--diagnosis-form section .form-step-wrapper .step-form table .mobile-block td.extra-cell-width {
    display: block;
  }
  .module.module--diagnosis-form section .form-step-wrapper .step-form table .mobile-block td.empty {
    display: none;
  }
  .module.module--diagnosis-form section .form-step-wrapper .step-form table .mobile-block td.empty + td {
    margin-top: 3rem;
    display: block;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table th {
  font-family: PT Serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr {
  height: 60px;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr td {
  min-width: 100px;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form table tr td {
    min-width: 50px;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr td.extra-cell-width {
  padding-right: 45px;
  min-width: 150px;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form table tr td.extra-cell-width {
    max-width: 180px;
  }
}
@media (min-width: 768px) {
  .module.module--diagnosis-form section .form-step-wrapper .step-form table tr td.extra-cell-width {
    min-width: 200px;
    padding-right: 60px;
  }
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr td .cb-wrap {
  display: flex;
  align-items: center;
}
.module.module--diagnosis-form section .form-step-wrapper .step-form table tr td p {
  font-family: PT Serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}
.module.module--diagnosis-form section.form-start {
  padding-top: 24rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--diagnosis-form section.form-start {
    padding-top: 18rem;
  }
}
.module.module--diagnosis-form section.form-start .actions {
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .module.module--diagnosis-form section.form-start {
    padding-top: 12rem;
  }
  .module.module--diagnosis-form section.form-start .row {
    flex-direction: column-reverse;
  }
  .module.module--diagnosis-form section.form-start .heading {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section.form-start {
    padding-top: 8rem;
  }
}
.module.module--diagnosis-form section.form-end .container > *:not(.heading) {
  max-width: 632px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--diagnosis-form section.form-end .container > *:not(.heading) {
    max-width: 500px;
  }
}
.module.module--diagnosis-form section.form-end .container > *.heading {
  max-width: 792px;
  margin-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--diagnosis-form section.form-end .container > *.heading {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .module.module--diagnosis-form section.form-end .container > * {
    margin-left: calc(2.001 * var(--col-width) + 2 * var(--gutter-width) );
  }
}
.module.module--diagnosis-form section.form-end p {
  margin-bottom: 4rem;
}
.module.module--diagnosis-form section .actions {
  margin-top: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .module.module--diagnosis-form section .actions {
    margin-top: 8rem;
  }
}
.module.module--diagnosis-form section:nth-child(2) [data-prev] {
  opacity: 0;
  pointer-events: none;
}
.module.module--diagnosis-form .cta i {
  color: #fff;
  margin-right: 1rem;
}

.module.module--error-page {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--error-page {
    margin-top: -8rem !important;
  }
}
.module.module--error-page .img-wrap {
  width: 580px;
  padding-bottom: 45rem;
}
.module.module--error-page .img-wrap img {
  object-fit: contain;
  object-position: center top;
}
@media (max-width: 767px) {
  .module.module--error-page .img-wrap {
    width: 100%;
    margin-bottom: -4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--error-page .img-wrap {
    width: 70%;
    margin: 0 auto 4rem;
  }
}
.module.module--error-page .module--error-page__error-box {
  display: flex;
}
@media (max-width: 991px) {
  .module.module--error-page .module--error-page__error-box {
    flex-direction: column-reverse;
  }
}
.module.module--error-page section.module--error-page__text-content {
  max-width: 500px;
  margin-right: 11rem;
  margin-bottom: 10rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--error-page section.module--error-page__text-content {
    margin-right: 5rem;
  }
}
.module.module--error-page section.module--error-page__text-content li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .module.module--error-page section.module--error-page__text-content {
    margin-bottom: 3rem;
    margin-right: 0;
  }
}
.module.module--error-page .pretitle {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--error-page .pretitle {
    font-size: 14px;
  }
}
.module.module--error-page .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 4rem;
}
.module.module--error-page .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--error-page .heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--error-page .heading {
    font-size: 28px;
  }
}
.module.module--error-page .quote {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  .module.module--error-page .quote {
    font-size: 23px;
  }
}
.module.module--error-page .description {
  margin-bottom: 4rem;
}
.module.module--error-page ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.module.module--error-page ol li {
  counter-increment: my-awesome-counter;
  list-style-position: outside;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.module.module--error-page ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  color: #b8c8cf;
}
@media (max-width: 767px) {
  .module.module--error-page ol li::before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .module.module--error-page ol li::before {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .module.module--error-page .btn {
    margin-top: 3rem;
  }
}

.module.module--expert section.image {
  background: #edf3f4;
  padding: 8rem 6rem;
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--expert section.image {
    padding: 6rem 5rem;
  }
}
.module.module--expert section.image .img-wrap {
  border-radius: 999px;
  width: 196px;
  height: 196px;
}
@media (max-width: 767px) {
  .module.module--expert section.image .img-wrap {
    text-align: center;
  }
}
.module.module--expert section.image .img-wrap img {
  width: 100%;
  position: initial;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .module.module--expert section.image .img-wrap img {
    max-width: 196px;
  }
}
@media (max-width: 767px) {
  .module.module--expert section.image {
    padding: 4rem;
  }
}
.module.module--expert section.text {
  padding-top: 8rem;
  padding-right: 118px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--expert section.text {
    padding: 6rem 3rem 0;
  }
}
.module.module--expert section.text .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
  margin-bottom: 3rem;
}
.module.module--expert section.text .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--expert section.text .name {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--expert section.text .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--expert section.text .meta {
    font-size: 14px;
  }
}
.module.module--expert section.text .position {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--expert section.text .position {
    font-size: 16px;
  }
}
.module.module--expert section.text .linkedin {
  display: inline-block;
  margin-top: 4rem;
  font-size: 20px;
}
@media (max-width: 767px) {
  .module.module--expert section.text {
    padding-right: 0;
  }
}
.module.module--expert .row {
  position: relative;
}
@media (max-width: 767px) {
  .module.module--expert .row {
    padding-bottom: 13rem;
    bottom: 0;
  }
}
.module.module--expert .row::after {
  content: "";
  position: absolute;
  top: 0;
  background: #d9e8ee;
  height: 100%;
  right: calc(-1 * var(--wide-margin));
  width: calc(var(--col-width) + var(--wide-margin) + var(--half-gutter));
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--expert .row::after {
    width: calc(var(--col-width) + var(--side-margin));
    right: calc(-1 * var(--side-margin));
  }
}
@media (max-width: 767px) {
  .module.module--expert .row::after {
    width: 100%;
    height: 56px;
    bottom: 0;
    top: initial;
  }
}
@media (max-width: 767px) {
  .module.module--expert .offset-1 {
    margin-left: 0;
  }
}

.module.module--features {
  padding-bottom: 3rem;
}
.module.module--features header {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  background: #edf3f4;
  padding: 3rem 5rem;
}
.module.module--features header .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--features header {
    line-height: 140%;
  }
}
.module.module--features section {
  padding: 4rem 0;
}
.module.module--features .row > * {
  position: relative;
}
.module.module--features .row > *::after {
  content: "";
  position: absolute;
  left: var(--half-gutter);
  bottom: -3rem;
  right: var(--half-gutter);
  height: 3rem;
  background: #edf3f4;
  border-bottom-right-radius: 1.5rem;
}

.module.module--figures {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--figures .row {
    padding: 0 12rem;
  }
}
@media (max-width: 767px) {
  .module.module--figures .row {
    margin-bottom: -4rem;
  }
}
.module.module--figures p.figure {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 88px;
  line-height: 120%;
  color: #b8c8cf;
  line-height: 1;
}
@media (max-width: 1249px) {
  .module.module--figures p.figure {
    font-size: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--figures p.figure {
    font-size: 56px;
  }
}
.module.module--figures p.label {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .module.module--figures p.label {
    font-size: 14px;
  }
}
@media (max-width: 1249px) {
  .module.module--figures p.label {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .module.module--figures p.label {
    margin-bottom: 4rem;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .module.module--figures .module--figures__text-box {
    max-width: 230px;
    margin: 0 auto;
  }
}

.module.module--filters {
  margin-bottom: -8rem;
}
.module + .module.module--filters {
  margin-top: 12rem;
}
.module.module--filters .buttons {
  margin-bottom: 3rem;
}
.module.module--filters .buttons .btn {
  margin-right: 2rem;
}
.module.module--filters .buttons .current-filter {
  font-size: 14px;
}
@media (max-width: 767px) {
  .module.module--filters .buttons .current-filter {
    display: block;
    margin-top: 2rem;
  }
}
.module.module--filters .list {
  margin-bottom: 3rem;
}
.module.module--filters .list .inner {
  background: #edf3f4;
  padding: 8rem 0;
}
.module.module--filters .field--cb {
  margin-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
}
.module.module--filters .cb-wrap .placeholder {
  background: #d9e8ee;
}
.module.module--filters .cb-wrap p {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
}
.module.module--filters .cb-wrap p .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--filters .cb-wrap p {
    line-height: 140%;
  }
}
.module.module--filters .cb-wrap p img {
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .module.module--filters .cb-wrap p {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
    align-items: flex-start;
    display: flex;
  }
  .module.module--filters .cb-wrap p .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--filters .cb-wrap p {
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--filters .inline-form {
    flex-wrap: wrap;
  }
  .module.module--filters .inline-form .field {
    width: 50%;
  }
  .module.module--filters .inline-form .field .select-wrap {
    width: 100%;
  }
}
.module.module--filters .inline-form .field {
  flex-basis: unset !important;
}
@media (max-width: 767px) {
  .module.module--filters .inline-form .field .select-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module.module--filters .inline-form .field {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module.module--filters .inline-form {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.module.module--filters .row--actions {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .module.module--filters .row--actions .btn + .btn {
    margin-left: 2rem;
  }
}
@media (max-width: 767px) {
  .module.module--filters .row--actions .btn + .btn {
    margin-top: 2rem;
  }
}

.module.module--faq .container > ul {
  margin-bottom: -4rem;
}
.module.module--faq .container > ul > li {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .module.module--faq .container > ul {
    margin-bottom: 0;
  }
}
.module.module--faq .question {
  border: 4px solid #f3f6f7;
  padding: 5rem;
  transition: background 0.5s ease;
}
@media (max-width: 767px) {
  .module.module--faq .question {
    padding: 3rem 2rem 3rem;
  }
}
.module.module--faq .question header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
html.hasHover .module.module--faq .question header:hover p, html.hasHover .module.module--faq .question header:hover .icon-wrap, .module.module--faq .question header:active p, .module.module--faq .question header:active .icon-wrap {
  color: #bf043E;
}
.module.module--faq .question header p {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  max-width: 760px;
  transition: color 0.25s ease;
}
.module.module--faq .question header p .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--faq .question header p {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--faq .question header p {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  .module.module--faq .question header p .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 767px) {
  .module.module--faq .question header p {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--faq .question header p {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  .module.module--faq .question header p .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--faq .question header p {
    line-height: 140%;
  }
}
.module.module--faq .question header .icon-wrap {
  padding: 1rem;
  cursor: pointer;
  color: #b8c8cf;
  font-size: 18px;
  transition: color 0.25s ease, transform 0.5s ease;
}
.module.module--faq .question .answer {
  max-width: 813px;
  transition: all 0.5s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.module.module--faq .question.expanded {
  background: #f3f6f7;
}
.module.module--faq .question.expanded .answer {
  padding-top: 6rem;
  max-height: 150rem;
  opacity: 1;
}
.module.module--faq .question.expanded .icon-wrap {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .module.module--gallery .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .module.module--gallery .images {
    max-width: none;
    display: block;
    padding: 0 var(--half-gutter) !important;
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .module.module--gallery .col-1 {
    max-width: none;
  }
  .module.module--gallery .col-1:first-child {
    padding-right: calc(var(--half-gutter) / 2);
  }
  .module.module--gallery .col-1:last-child {
    padding-left: calc(var(--half-gutter) / 2);
  }
  .module.module--gallery .arrow-wrap {
    margin-top: calc(1 * var(--half-gutter));
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .module.module--gallery .arrow-wrap i {
    font-size: 14px;
    padding: 1rem 0;
  }
}
.module.module--gallery .images {
  padding: 0 calc(3 * var(--half-gutter));
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--gallery .images {
    padding: 0 calc(1 * var(--half-gutter));
  }
}
.module.module--gallery ul {
  display: flex;
  overflow: hidden;
}
.module.module--gallery ul li {
  flex-shrink: 0;
  width: 100%;
  transition: transform 0.5s ease;
}
.module.module--gallery[data-slide="1"] ul li {
  transform: translateX(0%);
}
.module.module--gallery[data-slide="2"] ul li {
  transform: translateX(-100%);
}
.module.module--gallery[data-slide="3"] ul li {
  transform: translateX(-200%);
}
.module.module--gallery[data-slide="4"] ul li {
  transform: translateX(-300%);
}
.module.module--gallery[data-slide="5"] ul li {
  transform: translateX(-400%);
}
.module.module--gallery[data-slide="6"] ul li {
  transform: translateX(-500%);
}
.module.module--gallery[data-slide="7"] ul li {
  transform: translateX(-600%);
}
.module.module--gallery[data-slide="8"] ul li {
  transform: translateX(-700%);
}
.module.module--gallery[data-slide="9"] ul li {
  transform: translateX(-800%);
}
.module.module--gallery[data-slide="10"] ul li {
  transform: translateX(-900%);
}
.module.module--gallery[data-slide="11"] ul li {
  transform: translateX(-1000%);
}
.module.module--gallery[data-slide="12"] ul li {
  transform: translateX(-1100%);
}
.module.module--gallery[data-slide="13"] ul li {
  transform: translateX(-1200%);
}
.module.module--gallery[data-slide="14"] ul li {
  transform: translateX(-1300%);
}
.module.module--gallery[data-slide="15"] ul li {
  transform: translateX(-1400%);
}
.module.module--gallery[data-slide="16"] ul li {
  transform: translateX(-1500%);
}
.module.module--gallery[data-slide="17"] ul li {
  transform: translateX(-1600%);
}
.module.module--gallery[data-slide="18"] ul li {
  transform: translateX(-1700%);
}
.module.module--gallery[data-slide="19"] ul li {
  transform: translateX(-1800%);
}
.module.module--gallery:not(.gallery--single) .img-wrap {
  height: 0 !important;
  width: 100% !important;
  padding-bottom: 64%;
}
.module.module--gallery.gallery--single img {
  position: static;
}
.module.module--gallery .arrow-wrap {
  height: 100%;
  background: #f3f6f7;
  display: grid;
  place-items: center;
  transition: all 0.25s ease;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--gallery .arrow-wrap i {
    font-size: 14px;
  }
}
.module.module--gallery .arrow-wrap.prev .icon-arrow {
  transform: rotate(180deg);
}
html.hasHover .module.module--gallery .arrow-wrap:hover, .module.module--gallery .arrow-wrap:active {
  background: rgba(217, 232, 238, 0.5);
}
html.hasHover .module.module--gallery .arrow-wrap:hover .icon-arrow, .module.module--gallery .arrow-wrap:active .icon-arrow {
  color: #1a1a36;
}
.module.module--gallery .icon-arrow {
  transition: all 0.25s ease;
  font-size: 22.5px;
  color: #bf043E;
  display: block;
}

.module.module--horizontal-content-list .row:first-child {
  margin-bottom: -8rem;
}
.module.module--horizontal-content-list a {
  color: #1a1a36;
}
.module.module--horizontal-content-list article > a {
  display: inline-block;
}
.module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item > .img-wrap {
  margin-bottom: 3rem;
  margin-right: 3rem;
  padding-bottom: 179px;
  width: 282px;
  flex-shrink: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item > .img-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item > .img-wrap {
    width: 100%;
    margin-right: 0;
    padding-bottom: 63%;
  }
}
.module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item {
  margin-bottom: 8rem;
  display: flex;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list article > a > .module--horizontal-content-list__content-item {
    margin-bottom: 9rem;
    flex-direction: column;
  }
}
.module.module--horizontal-content-list article > a :last-child .module--horizontal-content-list__content-item {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list article > a :last-child .module--horizontal-content-list__content-item {
    margin-bottom: 8rem;
  }
}
html.hasHover .module.module--horizontal-content-list article > a:hover .title, .module.module--horizontal-content-list article > a:active .title {
  color: #bf043E;
}
.module.module--horizontal-content-list:not(.related-content--areas) a > .rmodule--horizontal-content-list__content-item > .img-wrap {
  padding-bottom: 65.1%;
  width: 100%;
}
.module.module--horizontal-content-list .type {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list .type {
    font-size: 14px;
  }
}
.module.module--horizontal-content-list .date {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin-bottom: 1.5rem;
  color: #b8c8cf;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list .date {
    font-size: 14px;
  }
}
.module.module--horizontal-content-list .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  margin-bottom: 3rem;
  transition: color 0.25s ease;
}
.module.module--horizontal-content-list .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--horizontal-content-list .title {
    line-height: 140%;
  }
}

.module.module--form {
  position: relative;
  background: #fff;
}
.module.module--form .form-wrap > p {
  max-width: 588px;
}
.module.module--form .form-wrap .heading-alt {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  color: #bf043E;
  margin-bottom: 3rem;
}
.module.module--form .form-wrap .heading-alt .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--form .form-wrap .heading-alt {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--form .form-wrap .heading-alt {
    font-size: 28px;
  }
}
.module.module--form .form-wrap .form {
  margin-top: 5rem;
}
.module.module--footer-logos {
  background: #ffffff;
  padding-bottom: 10rem;
}
@media (max-width: 991px) {
  .module.module--footer-logos {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .module.module--footer-logos {
    padding-bottom: 10rem;
  }
}
.module.module--footer-logos ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .module.module--footer-logos ul {
    flex-direction: column;
    justify-content: center;
  }
}
.module.module--footer-logos ul li {
  margin: 0 2rem;
}
.module.module--footer-logos ul li img {
  filter: grayscale(1);
  opacity: 0.7;
  width: 208px;
}
@media (max-width: 767px) {
  .module.module--footer-logos ul li:not(li:last-child) {
    margin-bottom: 4rem;
  }
}
.module.module--footer-logos ul li:not(li:last-child).caption {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  max-width: 25rem;
}
@media (max-width: 767px) {
  .module.module--footer-logos ul li:not(li:last-child).caption {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--footer-logos ul li:not(li:last-child).caption {
    max-width: 17rem;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .module.module--footer-logos ul li:not(li:last-child).caption {
    max-width: initial;
  }
}

.module.module--hero:first-child {
  margin-top: 0 !important;
}
.module.module--hero:not(.hero--home, .hero--claim) .pretitle {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .module.module--hero:not(.hero--home, .hero--claim) .pretitle {
    font-size: 14px;
  }
}
.module.module--hero.hero--full {
  position: relative;
}
.module.module--hero.hero--full .img-wrap {
  position: absolute;
  height: 856px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .img-wrap {
    height: 100%;
  }
}
.module.module--hero.hero--full .container {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.module.module--hero.hero--full .tophero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
}
@media (min-width: 576px) {
  .module.module--hero.hero--full .tophero {
    min-height: 362px;
  }
}
.module.module--hero.hero--full .intro {
  background: #fff;
  color: #1a1a36;
  margin-top: 5rem;
  padding: 11rem 5rem 3rem 0;
  position: relative;
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  border-top-right-radius: 116px;
  min-height: 0;
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .intro {
    font-size: 16px;
  }
}
.module.module--hero.hero--full .intro p.featured {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .module.module--hero.hero--full .intro p.featured {
    font-size: 23px;
  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--full .intro {
    min-height: 0;
    border-top-right-radius: 250px;
  }
}
.module.module--hero.hero--full .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  height: 100%;
  width: 100rem;
  background: #fff;
  height: 500px;
}
.module.module--hero.hero--full .intro::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #fff;
  top: 0;
  right: 0;
  width: calc(100% + var(--wide-margin) + var(--half-gutter));
  height: 500px;
  border-top-right-radius: 250px;
}
.module.module--hero.hero--full .intro > * {
  max-width: 588px;
  position: relative;
  z-index: 1;
}
.module.module--hero.hero--full .intro h1, .module.module--hero.hero--full .intro .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 6rem;
}
.module.module--hero.hero--full .intro h1 .icon-arrow, .module.module--hero.hero--full .intro .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--full .intro h1, .module.module--hero.hero--full .intro .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .intro h1, .module.module--hero.hero--full .intro .h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .intro h1, .module.module--hero.hero--full .intro .h1 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .intro {
    margin-top: 8rem;
    padding: 8rem 5rem 3rem 0;
  }
}
.module.module--hero.hero--full .arrow-wrap {
  position: fixed;
  color: #fff;
  cursor: pointer;
  width: 12rem;
  height: 12rem;
  transition: all 0.25s ease;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  display: grid;
  place-items: center;
  transform: rotate(90deg);
  font-size: 18px;
}
@media (min-width: 1250px) {
  .module.module--hero.hero--full .arrow-wrap {
    right: calc(var(--half-gutter) + var(--container-margin));
    bottom: 9rem;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--hero.hero--full .arrow-wrap {
    right: 6rem;
    bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--hero.hero--full .arrow-wrap {
    right: 3.5rem;
    bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--full .arrow-wrap {
    display: none !important;
  }
}
html.hasHover .module.module--hero.hero--full .arrow-wrap:hover, .module.module--hero.hero--full .arrow-wrap:active {
  background: rgba(0, 0, 0, 0.4);
}
html.isScrolledPastHero .module.module--hero.hero--full .arrow-wrap {
  opacity: 0;
  pointer-events: none;
}
.module.module--hero.hero--home {
  background: #bf043E;
  color: #fff;
}
.module.module--hero.hero--home .container {
  justify-content: flex-end;
}
.module.module--hero.hero--home .intro {
  border-top-right-radius: 116px;
  min-height: calc(100vh - 55rem - 11rem);
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .intro {
    padding-bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--home .intro {
    border-top-right-radius: 160px;
    min-height: 0;
  }
}
.module.module--hero.hero--home .intro > * {
  max-width: 680px;
}
.module.module--hero.hero--home .pretitle {
  font-family: "PT Serif";
  color: #bf043E;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3rem;
  margin-top: 30rem;
  color: #fff;
}
@media (max-width: 991px) {
  .module.module--hero.hero--home .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .pretitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--home .pretitle {
    margin-top: 16rem;
  }
}
.module.module--hero.hero--home h1, .module.module--hero.hero--home .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 128px;
  line-height: 0.9;
  color: #fff;
}
.module.module--hero.hero--home h1 .icon-arrow, .module.module--hero.hero--home .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--home h1, .module.module--hero.hero--home .h1 {
    font-size: 94px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--home h1, .module.module--hero.hero--home .h1 {
    font-size: 56px;
  }
}
.module.module--hero.hero--home h1 .outline, .module.module--hero.hero--home .h1 .outline {
  color: transparent;
  position: relative;
  -webkit-text-stroke: 4px #fff;
  display: inline-block;
}
.module.module--hero.hero--home h1 .outline::after, .module.module--hero.hero--home .h1 .outline::after {
  content: attr(data-content);
  color: #bf043E;
  -webkit-text-stroke: 0;
  position: absolute;
  left: 0;
}
.module.module--hero.hero--detail {
  position: relative;
}
.module.module--hero.hero--detail > .img-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.module.module--hero.hero--detail .tophero {
  min-height: 200px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--no-image .intro {
    min-height: 0 !important;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail:not(.hero--height-auto) .intro {
    min-height: 43rem;
  }
}
.module.module--hero.hero--detail .intro {
  background: #fff;
  border-top-right-radius: 116px;
  position: relative;
  padding-top: 10rem;
  padding-right: 5rem;
}
.module.module--hero.hero--detail .intro > * {
  max-width: 690px;
}
.module.module--hero.hero--detail .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  height: 100%;
  width: 100rem;
  background: #fff;
}
.module.module--hero.hero--detail .intro p.regular {
  margin-top: 3rem;
}
.module.module--hero.hero--detail .intro p.featured {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .module.module--hero.hero--detail .intro p.featured {
    font-size: 23px;
  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--detail .intro {
    border-top-right-radius: 220px;
  }
}
.module.module--hero.hero--detail .back {
  margin-bottom: 4rem;
  font-size: 16px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail .back {
    font-size: 12px;
  }
}
.module.module--hero.hero--detail h1, .module.module--hero.hero--detail .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 72px;
  line-height: 1.1;
  max-width: 690px;
}
.module.module--hero.hero--detail h1 .icon-arrow, .module.module--hero.hero--detail .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--detail h1, .module.module--hero.hero--detail .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail h1, .module.module--hero.hero--detail .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--detail .area-icon-wrap {
  position: relative;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  height: 10rem;
}
.module.module--hero.hero--detail .area-icon-wrap span {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  margin-left: 3rem;
}
.module.module--hero.hero--detail .area-icon-wrap span .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail .area-icon-wrap span {
    line-height: 140%;
  }
}
.module.module--hero.hero--detail .area-icon {
  height: 10rem;
  width: 10rem;
}
@media (min-width: 768px) {
  .module.module--hero.hero--detail:not(.hero--no-image) > .img-wrap {
    height: 700px;
  }
}
.module.module--hero.hero--detail:not(.hero--no-image) .intro {
  position: relative;
}
.module.module--hero.hero--detail:not(.hero--no-image) .intro > * {
  position: relative;
  z-index: 1;
}
.module.module--hero.hero--detail:not(.hero--no-image) .intro::before {
  height: 500px;
}
.module.module--hero.hero--detail:not(.hero--no-image) .intro::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #fff;
  top: 0;
  right: 0;
  width: calc(100% + var(--wide-margin) + var(--half-gutter));
  height: 500px;
  border-top-right-radius: 219px;
}
.module.module--hero.hero--detail.hero--no-image .tophero {
  min-height: 187px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--no-image .tophero {
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--no-image .post-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.module.module--hero.hero--detail.hero--no-image .intro {
  padding-top: 0;
}
@media (max-width: 767px) {
  .module.module--hero.hero--detail.hero--no-image .intro {
    padding-right: 0;
  }
}
.module.module--hero.hero--detail:not(:first-child) .tophero {
  min-height: 8rem;
}
.module.module--hero.hero--list > .img-wrap {
  height: 558px;
  background: #bf043E;
}
.module.module--hero.hero--list.hero--background-dark > .img-wrap {
  background: #1a1a36;
}
.module.module--hero.hero--list.hero--background-light > .img-wrap {
  background: #edf3f4;
}
.module.module--hero.hero--list.hero--background-sky > .img-wrap {
  background: #d9e8ee;
}
.module.module--hero.hero--list .container {
  margin-top: -48rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--list.hero--height-auto .intro {
    min-height: 0 !important;
  }
}
.module.module--hero.hero--list .intro {
  background: #fff;
  min-height: 48rem;
  border-top-right-radius: 220px;
  position: relative;
  padding-top: 10rem;
  padding-right: 5rem;
}
.module.module--hero.hero--list .intro > * {
  max-width: 690px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--list .intro {
    border-top-right-radius: 116px;
  }
}
.module.module--hero.hero--list .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  height: 100%;
  width: 100rem;
  background: #fff;
}
.module.module--hero.hero--list .intro p.featured {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .module.module--hero.hero--list .intro p.featured {
    font-size: 23px;
  }
}
.module.module--hero.hero--list .intro h1 + p:not(.featured) {
  margin-top: 4rem;
}
.module.module--hero.hero--list .back {
  margin-bottom: 4rem;
  font-size: 16px;
}
.module.module--hero.hero--list h1, .module.module--hero.hero--list .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 72px;
  line-height: 1.1;
  max-width: 690px;
}
.module.module--hero.hero--list h1 .icon-arrow, .module.module--hero.hero--list .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--list h1, .module.module--hero.hero--list .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--list h1, .module.module--hero.hero--list .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--list .area-icon-wrap {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
.module.module--hero.hero--list .area-icon-wrap span {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  margin-left: 3rem;
}
.module.module--hero.hero--list .area-icon-wrap span .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--hero.hero--list .area-icon-wrap span {
    line-height: 140%;
  }
}
.module.module--hero.hero--list .area-icon {
  height: 10rem;
  width: 10rem;
}
.module.module--hero.hero--no-image .container, .module.module--hero.hero--person .container {
  margin-top: 0;
}
.module.module--hero.hero--no-image h1, .module.module--hero.hero--no-image .h1, .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
}
.module.module--hero.hero--no-image h1 .icon-arrow, .module.module--hero.hero--no-image .h1 .icon-arrow, .module.module--hero.hero--person h1 .icon-arrow, .module.module--hero.hero--person .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--no-image h1, .module.module--hero.hero--no-image .h1, .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image h1, .module.module--hero.hero--no-image .h1, .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--no-image .meta, .module.module--hero.hero--person .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  color: #b8c8cf;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image .meta, .module.module--hero.hero--person .meta {
    font-size: 14px;
  }
}
.module.module--hero.hero--no-image .logo-wrap, .module.module--hero.hero--person .logo-wrap {
  width: 180px;
  height: 10rem;
  padding: 0;
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image .logo-wrap, .module.module--hero.hero--person .logo-wrap {
    width: 114px;
  }
}
.module.module--hero.hero--no-image .logo-text-wrap, .module.module--hero.hero--person .logo-text-wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.module.module--hero.hero--no-image .logo-text-wrap p, .module.module--hero.hero--person .logo-text-wrap p {
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image .logo-text-wrap, .module.module--hero.hero--person .logo-text-wrap {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.module.module--hero.hero--no-image .byline, .module.module--hero.hero--no-image .expert, .module.module--hero.hero--person .byline, .module.module--hero.hero--person .expert {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  display: inline-block;
  margin-top: 2rem;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--hero.hero--no-image .byline, .module.module--hero.hero--no-image .expert, .module.module--hero.hero--person .byline, .module.module--hero.hero--person .expert {
    font-size: 14px;
  }
}
.module.module--hero.hero--no-image .expert, .module.module--hero.hero--person .expert {
  transition: color 0.25s ease;
}
html.hasHover .module.module--hero.hero--no-image .expert:hover, .module.module--hero.hero--no-image .expert:active, html.hasHover .module.module--hero.hero--person .expert:hover, .module.module--hero.hero--person .expert:active {
  color: #bf043E;
}
.module.module--hero.hero--no-image .position, .module.module--hero.hero--person .position {
  margin-top: 2rem;
}
.module.module--hero.hero--person .intro {
  padding-top: 187px;
  min-height: 0;
}
.module.module--hero .post-meta {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
.module.module--hero .post-meta .date {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  text-transform: uppercase;
  color: #b8c8cf;
  line-height: 1;
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .date {
    font-size: 14px;
  }
}
.module.module--hero .post-meta .category {
  color: #b8c8cf;
  display: flex;
  align-items: center;
}
.module.module--hero .post-meta .category span, .module.module--hero .post-meta .category a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  line-height: 1;
}
.module.module--hero .post-meta .category span .icon-arrow, .module.module--hero .post-meta .category a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .category span, .module.module--hero .post-meta .category a {
    line-height: 140%;
  }
}
.module.module--hero .post-meta .category a {
  transition: color 0.25s ease;
}
html.hasHover .module.module--hero .post-meta .category a:hover, .module.module--hero .post-meta .category a:active {
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .category a {
    font-size: 14px;
  }
}
.module.module--hero .post-meta .category::before {
  content: "•";
  font-size: 18px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .category::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .module.module--hero .post-meta .category {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.module.module--hero.hero--publication h1, .module.module--hero.hero--publication .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
}
.module.module--hero.hero--publication h1 .icon-arrow, .module.module--hero.hero--publication .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--publication h1, .module.module--hero.hero--publication .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--publication h1, .module.module--hero.hero--publication .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--publication .pretitle {
  font-size: 20px;
}
.module.module--hero.hero--publication .results {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--publication .results {
    font-size: 14px;
  }
}
.module.module--hero.hero--opinion .pretitle {
  font-size: 20px;
}
.module.module--hero.hero--person {
  margin-bottom: 0;
}
.module.module--hero.hero--person .intro {
  max-width: calc(6 * var(--col-width) + 5 * var(--gutter-width) );
}
@media (min-width: 1250px) {
  .module.module--hero.hero--person .intro {
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--person .intro {
    max-width: calc(10 * var(--col-width) + 9 * var(--gutter-width) );
    padding-bottom: 0;
    padding-top: 28rem !important;
  }
  .module.module--hero.hero--person .intro h1 {
    margin-top: -1rem;
  }
}
.module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 72px;
  line-height: 1.1;
  margin-top: 3rem;
}
.module.module--hero.hero--person h1 .icon-arrow, .module.module--hero.hero--person .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--person h1, .module.module--hero.hero--person .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--person .position {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--person .position {
    font-size: 16px;
  }
}
.module.module--hero.hero--person .basecamp {
  margin-top: 3rem;
}
.module.module--hero.hero--person .btn {
  margin-top: 4rem;
}
.module.module--hero.hero--person .row > .img-wrap {
  position: absolute;
  top: 187px;
  right: var(--half-gutter);
  width: calc(4 * var(--col-width) + 3 * var(--gutter-width) );
  height: calc(4 * var(--col-width) + 3 * var(--gutter-width) );
  border-radius: 999px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--hero.hero--person .row > .img-wrap {
    width: calc(5 * var(--col-width) + 4 * var(--gutter-width) );
    height: calc(5 * var(--col-width) + 4 * var(--gutter-width) );
    right: var(--side-margin);
  }
}
.module.module--hero.hero--person .row > .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 54, 0.25);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .module.module--hero.hero--person .row > .img-wrap {
    top: 110px;
    left: 3rem;
    width: 200px;
    height: 200px;
  }
}
.module.module--hero.hero--category {
  margin-bottom: 0;
}
.module.module--hero.hero--category h1, .module.module--hero.hero--category .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
}
.module.module--hero.hero--category h1 .icon-arrow, .module.module--hero.hero--category .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--category h1, .module.module--hero.hero--category .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--category h1, .module.module--hero.hero--category .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--category .intro {
  padding-top: 8rem;
}
.module.module--hero.hero--talent {
  margin-bottom: 0;
}
.module.module--hero.hero--talent h1, .module.module--hero.hero--talent .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
}
.module.module--hero.hero--talent h1 .icon-arrow, .module.module--hero.hero--talent .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--talent h1, .module.module--hero.hero--talent .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--talent h1, .module.module--hero.hero--talent .h1 {
    font-size: 28px;
  }
}
.module.module--hero.hero--talent .buttons {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .module.module--hero.hero--talent .buttons .btn + .btn {
    margin-top: 2rem;
  }
}
.module.module--hero.hero--talent .buttons .btn {
  margin-right: 2rem;
}
.module.module--hero.hero--claim {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.module.module--hero.hero--claim .img-wrap {
  position: absolute;
}
.module.module--hero.hero--claim .intro > * {
  max-width: 680px;
}
.module.module--hero.hero--claim .pretitle {
  font-family: "PT Serif";
  color: #bf043E;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3rem;
  margin-top: 20rem;
  color: #fff;
}
@media (max-width: 991px) {
  .module.module--hero.hero--claim .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .pretitle {
    font-size: 18px;
  }
}
.module.module--hero.hero--claim h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 88px;
  line-height: 0.9;
  color: #fff;
}
.module.module--hero.hero--claim h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--claim h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim h1 {
    font-size: 56px;
  }
}
.module.module--hero.hero--claim h1 .outline {
  color: transparent;
  position: relative;
  -webkit-text-stroke: 2px #fff;
  display: inline-block;
}
.module.module--hero.hero--claim h1 .outline::after {
  content: attr(data-content);
  -webkit-text-stroke: 0;
  position: absolute;
  left: 0;
}
.module.module--hero.hero--claim .intro {
  background: #fff;
  color: #1a1a36;
  margin-top: 5rem;
  padding: 11rem 5rem 3rem 0;
  position: relative;
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  border-top-right-radius: 116px;
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .intro {
    font-size: 16px;
  }
}
.module.module--hero.hero--claim .intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  height: 100%;
  width: 100rem;
  background: #fff;
}
.module.module--hero.hero--claim .intro > * {
  max-width: 692px;
}
.module.module--hero.hero--claim .intro h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 6rem;
}
.module.module--hero.hero--claim .intro h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--claim .intro h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .intro h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .intro h1 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--claim .intro {
    margin-top: 8rem;
    padding: 8rem 5rem 3rem 0;
  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--claim .intro {
    border-top-right-radius: 160px;
  }
}

@media (min-width: 768px) {
  body.single-project .module--hero,
body.single-headquarters .module--hero,
body.single-success .module--hero {
    min-height: 700px;
  }
}
.module.module--history .heading {
  max-width: none;
}
.module.module--history .img-wrap {
  height: 206px;
  margin-bottom: 6rem;
}
.module.module--history .img-wrap img {
  object-fit: contain !important;
}
.module.module--history .row {
  margin-bottom: -5rem;
}
.module.module--history .row .col-12 {
  margin-bottom: 5rem;
}

.module.module--logo-text .container {
  margin-top: -5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .module.module--logo-text .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.module.module--logo-text .logo-wrap {
  width: 15rem;
  padding-bottom: 10rem;
  margin-right: 3rem;
  filter: none;
}
@media (max-width: 767px) {
  .module.module--logo-text .logo-wrap {
    margin-bottom: 2rem;
    margin-right: 0;
    margin-top: 0;
    width: 9rem;
    padding-bottom: 6rem;
  }
}
.module.module--logo-text p {
  max-width: 594px;
}

.module.module--logos {
  margin-bottom: -3rem;
}
.module.module--logos[data-count="1"] .row {
  justify-content: center;
}
.module.module--logos[data-count="2"] .row {
  justify-content: center;
}
.module.module--logos[data-count="3"] .row {
  justify-content: center;
}
.module.module--logos[data-count="4"] .row {
  justify-content: center;
}
.module.module--logos[data-count="5"] .row {
  justify-content: center;
}
.module.module--logos .heading-alt {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  text-align: center;
  margin-bottom: 8rem;
}
.module.module--logos .heading-alt .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--logos .heading-alt {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--logos .row > * {
  margin-bottom: 3rem;
}
.module.module--logos .row {
  justify-content: center;
}

.module.module--map iframe {
  width: 100%;
}
.module.module--map .heading {
  margin-bottom: 3rem;
}
.module.module--map p + p {
  margin-top: 1em;
}
.module.module--map .cta-wrap {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--map .info-map-wrapper {
    margin-top: 4rem;
  }
}

.module.module--numbered-items .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 2rem;
}
.module.module--numbered-items .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--numbered-items .title {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--numbered-items ul {
  margin-bottom: -7rem;
}
.module.module--numbered-items li {
  margin-bottom: 7rem;
}

.module.module--people .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 72px;
  line-height: 1.1;
  color: #bf043E;
  font-size: 56px;
  padding-bottom: 120px;
}
.module.module--people .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--people .heading {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .module.module--people .heading {
    font-size: 28px;
  }
}
.module.module--people .img-wrap {
  width: 184px;
  height: 184px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  border-radius: 50%;
}
.module.module--people .data {
  padding-left: 20px;
}
.module.module--people .data .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
}
.module.module--people .data .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--people .data .name {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--people .data .office {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .module.module--people .data .office {
    font-size: 14px;
  }
}
.module.module--people .data .description {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  padding-top: 16px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .module.module--people .data .description {
    font-size: 16px;
  }
}
.module.module--people .data i {
  padding-left: 8px;
}
.module.module--people i {
  font-size: 20px;
}
.module.module--people a {
  margin-top: 56px;
}
.module.module--people.np .heading {
  padding-bottom: 64px;
}
.module.module--people.np .data {
  padding-left: 0;
}
.module.module--people.np .data i {
  padding-left: 0;
}
.module.module--people.np .name i {
  padding-left: 8px;
}

.module.module--post-miniature .img-wrap {
  background: rgba(0, 0, 0, 0.1);
  height: 250px;
  width: 100%;
}
.module.module--post-miniature.icons .img-wrap {
  background: rgba(0, 0, 0, 0.1);
  height: 136px;
  width: 136px;
}
.module.module--post-miniature .img-wrap-author {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 12px;
}
.module.module--post-miniature .author {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.module.module--post-miniature img {
  z-index: -1;
}
.module.module--post-miniature .imageicon {
  position: absolute;
  background-color: #ffffff;
  border-top-right-radius: 25%;
  width: 64px;
  height: 56px;
  z-index: 1;
  margin-top: -54px;
  padding-top: 17px;
}
.module.module--post-miniature .imageicon i {
  font-size: 40px;
  margin-left: -2px;
}
.module.module--post-miniature .category {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  font-size: 18px;
  padding-top: 24px;
  font-weight: 500;
}
.module.module--post-miniature .category .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--post-miniature .category {
    line-height: 140%;
  }
}
.module.module--post-miniature .category.bold {
  font-weight: 700;
}
.module.module--post-miniature .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 40px;
  color: #1a1a36;
  padding-top: 24px;
}
.module.module--post-miniature .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--post-miniature .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .module.module--post-miniature .title {
    font-size: 28px;
  }
}
.module.module--post-miniature i {
  font-size: 24px;
  margin-left: 16px;
}
.module.module--post-miniature .excerpt {
  padding-top: 24px;
}
.module.module--post-miniature .image-wrap {
  padding-left: 13px;
}
.module.module--post-miniature .info {
  padding-left: 17px;
}
.module.module--post-miniature .authorname {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--post-miniature .authorname {
    font-size: 14px;
  }
}
.module.module--post-miniature .authorjob {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 14px;
  line-height: 160%;
}

.module.module--project-details {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--project-details {
    margin-top: 23rem !important;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .container {
    padding: 0;
  }
}
.module.module--project-details .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1249px) {
  .module.module--project-details .inner {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.module.module--project-details section.logo {
  height: 100%;
  position: relative;
  padding: 14rem 0 14rem 14rem;
  margin-left: -14rem;
}
@media (max-width: 1450px) {
  .module.module--project-details section.logo {
    margin-left: calc(var(--content-width) / 2 - 50vw);
  }
}
.module.module--project-details section.logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(14rem + 1 * var(--col-width));
  border: 8rem solid #f3f6f7;
  border-right-width: 0;
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--project-details section.logo::before {
    border-width: 6rem 0 6rem 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--project-details section.logo::before {
    border-width: 3rem 0 3rem 3rem;
  }
}
@media (max-width: 575px) {
  .module.module--project-details section.logo::before {
    border-width: 3rem 3rem 0 3rem;
    width: 100%;
    height: 144px;
  }
}
@media (min-width: 768px) and (max-width: 1249px) {
  .module.module--project-details section.logo {
    margin-top: -6rem;
    padding: 12rem 0 12rem 12rem;
  }
}
@media (max-width: 767px) {
  .module.module--project-details section.logo {
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    padding: 9rem 5rem 5rem;
  }
}
.module.module--project-details .logo-wrap {
  width: 25rem;
  padding-bottom: 140px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--project-details .logo-wrap {
    width: 20rem;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .logo-wrap {
    margin: 0 auto;
  }
}
@media (max-width: 1249px) {
  .module.module--project-details .logo-wrap img {
    margin-left: 0;
  }
}
.module.module--project-details .rest {
  margin-left: 6rem;
  background: #f3f6f7;
  padding: 6rem 0 6rem 6rem;
  flex-grow: 1;
  min-height: 236px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.module.module--project-details .rest::after {
  content: "";
  position: absolute;
  background: #f3f6f7;
  top: 0;
  right: calc(-1 * var(--wide-margin) - var(--half-gutter));
  width: calc(var(--half-gutter) + var(--wide-margin));
  height: 100%;
}
@media (max-width: 1249px) {
  .module.module--project-details .rest::after {
    right: calc(-1 * var(--side-margin));
    width: var(--side-margin);
  }
}
.module.module--project-details .rest ul {
  display: flex;
}
@media (min-width: 1250px) {
  .module.module--project-details .rest ul {
    display: grid;
    width: calc(9 * var(--col-width) + 8 * var(--gutter-width) );
    column-gap: calc(2 * var(--half-gutter));
    grid-template-columns: 1fr 1fr 1fr;
    height: 100%;
  }
}
.module.module--project-details .rest ul li {
  margin-bottom: 4rem;
}
.module.module--project-details .rest ul li.url {
  grid-column: 2/4;
}
.module.module--project-details .rest ul li.url span.with-arrow {
  display: flex;
  align-items: center;
}
.module.module--project-details .rest ul li.url span.with-arrow span {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.6em;
  max-width: calc(100% - 8rem);
}
@media (min-width: 1250px) {
  .module.module--project-details .rest ul li {
    margin-bottom: 3.5rem;
  }
  .module.module--project-details .rest ul li:nth-child(2) ~ li {
    margin-bottom: 0 !important;
  }
}
.module.module--project-details .rest ul li .label {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #bf043E;
  margin-bottom: 1.5rem;
}
.module.module--project-details .rest ul li .label .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--project-details .rest ul li .label {
    line-height: 140%;
  }
}
.module.module--project-details .rest ul li .data {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .module.module--project-details .rest ul li .data {
    font-size: 14px;
  }
}
.module.module--project-details .rest ul li .data a {
  color: #1a1a36;
}
html.hasHover .module.module--project-details .rest ul li .data a:hover, .module.module--project-details .rest ul li .data a:active {
  color: #bf043E;
}
@media (max-width: 1249px) {
  .module.module--project-details .rest ul {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .module.module--project-details .rest ul .btn-wrap {
    margin: 0;
  }
}
.module.module--project-details .rest .btn-wrap {
  flex-basis: 34%;
}
@media (max-width: 1249px) {
  .module.module--project-details .rest .btn-wrap {
    margin-top: 4rem;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .rest .btn-wrap {
    width: 100%;
  }
}
@media (max-width: 1249px) {
  .module.module--project-details .rest {
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .module.module--project-details .rest {
    margin: 0 var(--side-margin);
    width: calc(100vw - 2 * var(--side-margin));
    padding: 5rem 4rem;
  }
  .module.module--project-details .rest::after {
    display: none;
  }
}

.module.module--quote {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .module.module--quote {
    margin-top: 14rem !important;
  }
}
.module.module--quote .img-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20rem;
  height: 20rem;
  margin: -10rem 0 0 -10rem;
  border-radius: 999px;
  overflow: hidden;
}
.module.module--quote .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 54, 0.25);
  z-index: 1;
  pointer-events: none;
}
.module.module--quote blockquote {
  text-align: center;
  background: #f3f6f7;
  padding: 14rem 7rem 7rem;
}
.module.module--quote blockquote > p {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  max-width: 100rem;
  margin: 0 auto 7rem;
}
@media (max-width: 575px) {
  .module.module--quote blockquote > p {
    font-size: 23px;
  }
}
.module.module--quote blockquote cite {
  font-style: normal;
}
.module.module--quote blockquote cite p.source {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .module.module--quote blockquote cite p.source {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .module.module--quote blockquote {
    padding: 14rem 4rem 7rem;
  }
}

.module.module--related-content {
  /* @todo mock presentación */
}
@media screen {
  .module.module--related-content:not(.related-content--list) .row {
    margin-bottom: -8rem;
  }
  .module.module--related-content:not(.related-content--list) article {
    padding-bottom: 8rem;
  }
}
.module.module--related-content .row:first-child {
  margin-bottom: -8rem;
}
@media (max-width: 767px) {
  .module.module--related-content .row:first-child {
    margin-bottom: 0;
  }
}
.module.module--related-content .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
  max-width: 78rem;
  margin-bottom: 5rem;
}
.module.module--related-content .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--related-content .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--related-content .heading {
    font-size: 28px;
  }
}
.module.module--related-content .location {
  color: #bf043E;
}
.module.module--related-content article > a {
  display: block;
}
.module.module--related-content article > a > .related-content__related-item > .img-wrap {
  margin-bottom: 3rem;
}
html.hasHover .module.module--related-content article > a:hover .title, .module.module--related-content article > a:active .title {
  color: #bf043E;
}
.module.module--related-content:not(.related-content--areas) a > .related-content__related-item > .img-wrap {
  padding-bottom: 65.1%;
  width: 100%;
}
.module.module--related-content .type {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #b8c8cf;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.module.module--related-content .type .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--related-content .type {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .module.module--related-content .type {
    margin: 2rem 0;
    font-size: 14px;
  }
}
.module.module--related-content .pretitle {
  font-family: Poppins;
  color: #bf043E;
  font-size: 18px;
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 1rem;
}
.module.module--related-content .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
  transition: color 0.25s ease;
}
.module.module--related-content .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--related-content .title {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .module.module--related-content .title {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
  }
  .module.module--related-content .title .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--related-content .title {
    line-height: 140%;
  }
}
.module.module--related-content .expert {
  margin-top: 5rem;
  color: #1a1a36;
  display: flex;
  align-items: center;
}
.module.module--related-content .expert .img-wrap {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 999px;
  margin-right: 2rem;
  flex-shrink: 0;
}
.module.module--related-content .expert .name {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin: 0;
}
@media (max-width: 767px) {
  .module.module--related-content .expert .name {
    font-size: 14px;
  }
}
.module.module--related-content .expert .position {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 14px;
  line-height: 160%;
  margin: 0;
}
@media (max-width: 991px) {
  .module.module--related-content .expert {
    margin-top: 3rem;
  }
}
.module.module--related-content .excerpt {
  margin-top: 3rem;
  color: #1a1a36;
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .module.module--related-content .excerpt {
    font-size: 16px;
  }
}
.module.module--related-content .excerpt.excerpt--sm {
  font-size: 16px;
}
.module.module--related-content .date {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .module.module--related-content .date {
    font-size: 14px;
  }
}
.module.module--related-content .date.date--news {
  margin: -2rem 0 2rem;
}
.module.module--related-content .medium {
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 14px;
  line-height: 160%;
  margin-top: 2rem;
  color: #1a1a36;
}
.module.module--related-content > .container > .cta {
  margin-top: 8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--related-content > .container > .cta {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--related-content > .container > .cta {
    margin-top: 5rem;
  }
}
.module.module--related-content .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .module.module--related-content .meta {
    font-size: 14px;
  }
}
.module.module--related-content:not(.related-content--areas) a > .related-content__related-item > .img-wrap {
  padding-bottom: 65.1%;
}
.module.module--related-content:not(.related-content--areas) a > .related-content__related-item.related-content--two-items .img-wrap {
  padding-bottom: 40%;
}
.module.module--related-content.related-content--areas .img-wrap {
  width: 17rem;
  height: 17rem;
  margin-bottom: 4rem;
  object-position: left;
  object-fit: contain;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--areas .img-wrap {
    width: 12rem;
    height: 12rem;
  }
}
.module.module--related-content.related-content--areas .title {
  padding-right: 4rem;
}
@media (max-width: 991px) {
  .module.module--related-content.related-content--areas .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--areas .title {
    max-width: 370px;
  }
}
.module.module--related-content.related-content--services:not(.related-content--list) .row {
  margin-bottom: -8rem;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--services:not(.related-content--list) .row {
    margin-bottom: -5rem;
  }
}
.module.module--related-content.related-content--services:not(.related-content--list) article {
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--services:not(.related-content--list) article {
    padding-right: 0;
    padding-bottom: 5rem;
  }
}
.module.module--related-content.related-content--services article {
  padding-right: calc(var(--col-width) + 2 * var(--half-gutter));
}
.module.module--related-content.related-content--services article.featured > a {
  display: block;
  background: #edf3f4;
  outline: 5rem solid #edf3f4;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--services article {
    padding-right: 0;
  }
}
.module.module--related-content.related-content--cases .img-wrap {
  padding-bottom: 47.92% !important;
}
.module.module--related-content.related-content--list .related-content__related-item {
  margin-bottom: 7rem;
}
.module.module--related-content.related-content--list .type {
  margin-bottom: 3rem;
}
.module.module--related-content.related-content--list:not(.related-content--opinions) .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
}
.module.module--related-content.related-content--list:not(.related-content--opinions) .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--related-content.related-content--list:not(.related-content--opinions) .title {
    line-height: 140%;
  }
}
.module.module--related-content.related-content--list .excerpt {
  font-size: 16px;
}
.module.module--related-content.related-content--list a.cta {
  margin-top: 1rem;
}
.module.module--related-content.related-content--wrap .row {
  flex-wrap: wrap;
}
.module.module--related-content.news-list {
  margin-bottom: -7rem;
}
.module.module--related-content.news-list .related-content__related-item {
  margin-bottom: 7rem;
}
.module.module--related-content.news-list .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
}
.module.module--related-content.news-list .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--related-content.news-list .title {
    line-height: 140%;
  }
}

.module.module--related-team .row {
  margin-bottom: -8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--related-team .row {
    margin-bottom: -3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--related-team .row {
    margin-bottom: -5rem;
  }
}
@media (max-width: 767px) {
  .module.module--related-team .row {
    margin-bottom: -4rem;
  }
}
.module.module--related-team ul {
  display: flex;
  flex-wrap: wrap;
}
.module.module--related-team li {
  margin-bottom: 12rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--related-team li {
    margin-bottom: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--related-team li {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .module.module--related-team li {
    margin-bottom: 6rem;
  }
}
.module.module--related-team .cta {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .module.module--related-team .cta {
    margin-top: 6rem;
  }
}
.module.module--related-team.team--wide li {
  flex-basis: 50%;
  display: flex;
}
@media (max-width: 991px) {
  .module.module--related-team.team--wide li {
    flex-direction: column;
  }
}
.module.module--related-team.team--wide .rest {
  max-width: 330px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--related-team.team--wide .rest {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .module.module--related-team.team--wide .rest {
    max-width: 240px;
  }
}
.module.module--related-team.team--wide .img-wrap {
  margin-right: 5rem;
}
.module.module--related-team.team--wide .name {
  margin-top: 0;
}
@media (max-width: 991px) {
  .module.module--related-team.team--wide .name {
    margin-top: 3rem;
  }
}
.module.module--related-team.team--wide .cta {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--related-team.team--wide .cta {
    margin-top: 3rem;
  }
}

.module.module--tabs .featured-links:first-child > ul {
  margin-top: 0;
}
.module.module--tabs .featured-links:last-child > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs.tabs--no-link .inner {
    padding-bottom: 0 !important;
    min-height: 32rem;
  }
}
.module.module--tabs section.text {
  padding: 8rem 0 8rem 8rem;
  margin-left: -15rem;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs section.text {
    padding: 0 0 4rem;
  }
}
@media (max-width: 1450px) {
  .module.module--tabs section.text {
    margin-left: calc(var(--content-width) / 2 - 50vw);
  }
}
.module.module--tabs section.text .inner {
  padding: 7rem 0 7rem 7rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs section.text .inner {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs section.text .inner {
    padding: 8rem 4rem 8rem 8rem;
  }
}
.module.module--tabs section.text .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
  margin-bottom: 3rem;
}
.module.module--tabs section.text .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--tabs section.text .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--tabs section.text .heading {
    font-size: 28px;
  }
}
.module.module--tabs section.text p {
  max-width: 383px;
}
.module.module--tabs section.text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(15rem + var(--col-width));
  height: 40rem;
  border: 8rem solid #d9e8ee;
}
@media (min-width: 992px) {
  .module.module--tabs section.text::before {
    border-top-width: 0;
    border-right-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs section.text::before {
    z-index: -1;
    width: 186px;
    height: 252px;
    border-width: 4rem;
    border-bottom-width: 0;
    border-right-width: 0;
    bottom: auto;
    top: 0;
  }
}
.module.module--tabs section.text .cta {
  position: absolute;
  bottom: 0;
  left: calc(15rem + var(--col-width) + 2 * var(--half-gutter));
  line-height: 8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--tabs section.text .cta {
    left: 8rem;
    bottom: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs:not(.tabs--talent).tabs--align-right {
    margin-right: calc(-1 * var(--side-margin));
  }
  .module.module--tabs:not(.tabs--talent).tabs--align-left {
    margin-left: calc(-1 * var(--side-margin));
  }
}
.module.module--tabs section.tabs ul.tabs {
  display: flex;
  height: 8rem;
  align-items: stretch;
  justify-content: stretch;
}
.module.module--tabs section.tabs ul.tabs li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  background: #d9e8ee;
  transition: all 0.25s ease;
  cursor: pointer;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
}
html.hasHover .module.module--tabs section.tabs ul.tabs li:hover, .module.module--tabs section.tabs ul.tabs li:active {
  background: rgba(217, 232, 238, 0.7);
}
.module.module--tabs section.tabs ul.tabs li:not(:last-child) {
  margin-right: 1px;
}
.module.module--tabs section.tabs ul.content {
  height: 62rem;
  background: #f3f6f7;
  overflow: hidden;
}
.module.module--tabs section.tabs ul.content > li {
  height: 100%;
  padding: 6rem 8rem;
  overflow: auto;
  transition: transform 0.25s ease;
}
.module.module--tabs section.tabs ul.content > li::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.module.module--tabs section.tabs ul.content > li::-webkit-scrollbar-thumb {
  background: rgba(26, 26, 54, 0.25);
}
.module.module--tabs section.tabs ul.content > li::-webkit-scrollbar-track {
  background: rgba(184, 200, 207, 0.2);
}
.module.module--tabs section.tabs ul.content > li {
  scrollbar-width: thin;
}
.module.module--tabs section.tabs ul.content > li > h3.hidden + * {
  margin-top: 0;
}
.module.module--tabs section.tabs ul.content > li > .text-editor > :last-child {
  margin-bottom: 0;
}
.module.module--tabs.tabs--align-left .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .module.module--tabs.tabs--align-left section.text {
    padding: 8rem 8rem 8rem 0;
    margin-right: -15rem;
    margin-left: 0;
  }
  .module.module--tabs.tabs--align-left section.text .inner {
    padding: 7rem 7rem 7rem calc(var(--col-width) / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs.tabs--align-left section.text .inner {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .module.module--tabs.tabs--align-left section.text .cta {
    bottom: 0;
    left: calc(var(--col-width) / 2);
  }
}
@media (max-width: 1450px) {
  .module.module--tabs.tabs--align-left section.text {
    margin-right: calc(var(--content-width) / 2 - 50vw);
  }
}
@media (min-width: 992px) {
  .module.module--tabs.tabs--align-left section.text::before {
    left: auto;
    right: 0;
    border: 8rem solid #d9e8ee;
    border-top-width: 0;
    border-left-width: 0;
  }
}
.module.module--tabs[data-active="1"] ul.tabs > li:nth-child(1) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="1"] ul.content > li {
  transform: translateY(calc(-1 * 0 * 100%));
}
.module.module--tabs[data-active="2"] ul.tabs > li:nth-child(2) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="2"] ul.content > li {
  transform: translateY(calc(-1 * 1 * 100%));
}
.module.module--tabs[data-active="3"] ul.tabs > li:nth-child(3) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="3"] ul.content > li {
  transform: translateY(calc(-1 * 2 * 100%));
}
.module.module--tabs[data-active="4"] ul.tabs > li:nth-child(4) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="4"] ul.content > li {
  transform: translateY(calc(-1 * 3 * 100%));
}
.module.module--tabs[data-active="5"] ul.tabs > li:nth-child(5) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="5"] ul.content > li {
  transform: translateY(calc(-1 * 4 * 100%));
}
.module.module--tabs[data-active="6"] ul.tabs > li:nth-child(6) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="6"] ul.content > li {
  transform: translateY(calc(-1 * 5 * 100%));
}
.module.module--tabs[data-active="7"] ul.tabs > li:nth-child(7) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="7"] ul.content > li {
  transform: translateY(calc(-1 * 6 * 100%));
}
.module.module--tabs[data-active="8"] ul.tabs > li:nth-child(8) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="8"] ul.content > li {
  transform: translateY(calc(-1 * 7 * 100%));
}
.module.module--tabs[data-active="9"] ul.tabs > li:nth-child(9) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="9"] ul.content > li {
  transform: translateY(calc(-1 * 8 * 100%));
}
.module.module--tabs[data-active="10"] ul.tabs > li:nth-child(10) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--tabs[data-active="10"] ul.content > li {
  transform: translateY(calc(-1 * 9 * 100%));
}
.module.module--tabs.tabs--compact section.text {
  padding-top: 0;
}
.module.module--tabs.tabs--compact section.tabs ul.content {
  height: 45rem;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs.tabs--compact section.tabs ul.content {
    height: 50rem;
  }
}
.module.module--tabs.tabs--compact .featured-links ul {
  margin: 0;
}
.module.module--tabs.tabs--compact .featured-links ul li {
  flex-basis: 33%;
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--tabs.tabs--compact .featured-links ul li {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--compact .featured-links ul li {
    flex-basis: 50%;
  }
}
.module.module--tabs.tabs--compact .featured-links ul li a {
  padding: 0;
}
@media (max-width: 1249px) {
  .module.module--tabs.tabs--talent section.tabs .tabs {
    display: none;
  }
}
.module.module--tabs.tabs--talent section.tabs ul.content {
  height: auto;
}
.module.module--tabs.tabs--talent section.tabs ul.content > li {
  padding: 5rem 3rem;
  overflow: unset;
}
@media (max-width: 991px) {
  .module.module--tabs.tabs--talent section.tabs ul.content > li {
    padding: 5rem var(--side-margin);
  }
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent section.tabs ul.content {
    height: initial;
  }
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent section.tabs {
    height: initial;
  }
}
@media (max-width: 1400px) {
  .module.module--tabs.tabs--talent section.text::before {
    content: none;
  }
}
.module.module--tabs.tabs--talent section.text .inner h2 {
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1400px) {
  .module.module--tabs.tabs--talent section.text .inner {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .module.module--tabs.tabs--talent section.text .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .module.module--tabs.tabs--talent section.text {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 1249px) {
  .module.module--tabs.tabs--talent section.text {
    padding: 0;
    margin-left: initial;
  }
}
.module.module--tabs.tabs--talent ul.properties {
  margin: 0 calc(-1 * var(--half-gutter)) -6rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.module.module--tabs.tabs--talent ul.properties li {
  padding: 0 var(--half-gutter);
  width: 50%;
  margin-bottom: 6rem;
}
.module.module--tabs.tabs--talent ul.properties li::before {
  display: none;
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent ul.properties li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.module.module--tabs.tabs--talent ul.properties label {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #bf043E;
}
.module.module--tabs.tabs--talent ul.properties label .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent ul.properties label {
    line-height: 140%;
  }
}
.module.module--tabs.tabs--talent ul.properties p {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent ul.properties p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .module.module--tabs.tabs--talent ul.properties {
    flex-direction: column;
  }
}
.module.module--tabs .sm-only .heading {
  margin-bottom: 3rem;
}
.module.module--tabs .sm-only ul.tabs-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: calc(-1 * var(--side-margin));
  margin-right: calc(-1 * var(--side-margin));
}
.module.module--tabs .sm-only ul.tabs-container > li {
  transition: all 0.25s ease;
  background: #d9e8ee;
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
  margin-bottom: 1px;
}
.module.module--tabs .sm-only ul.tabs-container > li > h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px;
  line-height: 2rem;
  color: #1a1a36;
  text-transform: uppercase;
  padding: 2rem 0;
  padding-right: 5rem;
  position: relative;
}
.module.module--tabs .sm-only ul.tabs-container > li > h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  color: #b8c8cf;
  margin-top: -9px;
  transition: transform 0.25s ease;
  display: block;
}
.module.module--tabs .sm-only ul.tabs-container > li > .text-editor {
  transition: all 0.25s ease;
}
.module.module--tabs .sm-only ul.tabs-container > li > .text-editor > :first-child {
  margin-top: 1rem !important;
}
.module.module--tabs .sm-only ul.tabs-container > li > .text-editor > :last-child {
  margin-bottom: 3rem !important;
}
.module.module--tabs .sm-only ul.tabs-container > li.expanded {
  background: #edf3f4;
}
.module.module--tabs .sm-only ul.tabs-container > li.expanded h3::after {
  transform: rotate(180deg);
}
.module.module--tabs .sm-only ul.tabs-container > li.non-collapsible h3 {
  opacity: 0 !important;
  pointer-events: none !important;
}

.module.module--team.team--one-plus-two .img-wrap {
  width: 23rem;
  height: 23rem;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .img-wrap {
    width: 12rem;
    height: 12rem;
  }
}
.module.module--team.team--one-plus-two .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #1a1a36;
  transition: color 0.25s ease;
  margin-bottom: 2rem;
}
.module.module--team.team--one-plus-two .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .name {
    font-size: 22px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .name {
    margin-bottom: 1rem;
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two .name {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 18px;
    margin-top: 3rem;
  }
  .module.module--team.team--one-plus-two .name .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .module.module--team.team--one-plus-two .name {
    line-height: 140%;
  }
}
.module.module--team.team--one-plus-two .meta {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  color: #b8c8cf;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .meta {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .meta {
    margin-top: 1rem;
  }
}
.module.module--team.team--one-plus-two .position {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two .position {
    font-size: 16px;
  }
}
.module.module--team.team--one-plus-two i[class*=linkedin] {
  display: inline-block;
  font-size: 20px;
  margin-top: 5rem;
  transition: color 0.25s ease;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--team.team--one-plus-two i[class*=linkedin] {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two i[class*=linkedin] {
    margin-top: 2rem;
  }
}
.module.module--team.team--one-plus-two a.cta {
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two .person {
    flex-direction: column;
  }
  .module.module--team.team--one-plus-two .person .rest {
    max-width: 300px;
  }
}
.module.module--team.team--one-plus-two ul {
  display: grid;
  column-gap: calc(2 * var(--half-gutter));
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr;
  position: relative;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul::after {
    content: "";
    position: absolute;
    bottom: -8rem;
    left: calc(-1 * var(--side-margin));
    right: calc(-1 * var(--side-margin));
    height: 8rem;
    background: #d9e8ee;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul {
    margin-bottom: 0 !important;
    border-bottom: 7rem solid transparent;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(1) {
  width: calc(4 * var(--col-width) + 6 * var(--half-gutter));
  grid-row: 1/3;
  grid-column: 1;
  background: #f3f6f7;
  padding: 7rem;
  display: flex;
  flex-direction: column;
  margin-right: 10rem;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) .name {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) {
    flex-direction: row;
    grid-row: 1;
    grid-column: 1/3;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 4rem;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(1) .img-wrap {
  margin-bottom: 7rem;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) .img-wrap {
    margin-right: 6rem;
  }
}
@media (max-width: 767px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) .img-wrap {
    margin-right: 3rem;
    width: 15rem;
    height: 15rem;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(1) ~ li {
  display: flex;
  align-items: flex-start;
  padding-top: 7rem;
  padding-right: calc(var(--col-width) + 2 * var(--half-gutter));
  position: relative;
}
.module.module--team.team--one-plus-two ul li:nth-child(1) ~ li::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-1 * var(--wide-margin) - var(--half-gutter));
  height: 100%;
  width: calc(var(--col-width) + var(--wide-margin) + var(--half-gutter));
  background: #d9e8ee;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) ~ li::after {
    content: none;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(1) ~ li .img-wrap {
  margin-right: 5rem;
}
@media (min-width: 992px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) ~ li i {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) ~ li {
    padding-top: 5rem;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(1) {
    margin-left: -3rem;
    padding: 6rem 3rem;
    width: 100vw;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:not(:first-child) .rest {
    margin-top: 3rem;
    max-width: 270px;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
}
.module.module--team.team--one-plus-two ul li:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul li:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }
}
@media (max-width: 991px) {
  .module.module--team.team--one-plus-two ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 18rem;
    margin-bottom: 9.5rem;
    padding-bottom: 0;
  }
}

.module.module--text-image .row {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .module.module--text-image .row:last-child {
    padding: 0;
  }
}
.module.module--text-image.text-image--align-right .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--align-right .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--align-left .row, .module.module--text-image.text-image--align-undefined .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .module.module--text-image section.text {
    padding: 6rem 0 0 0;
  }
}
.module.module--text-image .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
  margin-bottom: 3rem;
}
.module.module--text-image .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--text-image .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--text-image .heading {
    font-size: 28px;
  }
}
.module.module--text-image .img-wrap {
  height: 50rem;
}
.module.module--text-image.text-image--compact .img-wrap {
  height: 37rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--compact .img-wrap {
    height: 28rem;
  }
}
.module.module--text-image.text-image--compact .img-wrap img {
  object-fit: contain !important;
}
.module.module--text-image .cta {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--text-image .cta {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--plain.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed:not(.text-image--align-right) .img-wrap {
    margin-left: calc(-1 * var(--side-margin));
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .module.module--text-image.text-image--plain.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed.text-image--align-right .img-wrap {
    margin-right: calc(-1 * var(--side-margin));
  }
}
.module.module--text-image.text-image--plain.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--curve-in:not(.text-image--align-right) .img-wrap {
  margin-right: calc(-1 * var(--wide-margin) - var(--half-gutter));
}
@media (max-width: 1249px) {
  .module.module--text-image.text-image--plain.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed:not(.text-image--align-right) .img-wrap, .module.module--text-image.text-image--curve-in:not(.text-image--align-right) .img-wrap {
    margin-right: calc(-1 * var(--side-margin));
  }
}
.module.module--text-image.text-image--plain.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
  margin-left: calc(-1 * var(--wide-margin) - var(--half-gutter));
}
@media (max-width: 1249px) {
  .module.module--text-image.text-image--plain.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--shape.text-image--bleed.text-image--align-right .img-wrap, .module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
    margin-left: calc(-1 * var(--side-margin));
  }
}
.module.module--text-image.text-image--shape .img-wrap {
  height: 64rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape .img-wrap {
    margin: 0 -3rem !important;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape .img-wrap {
    height: 34rem;
  }
}
.module.module--text-image.text-image--shape section.text {
  height: 100%;
  position: relative;
  padding: 15rem 0 15rem 15rem;
  margin-left: -15rem;
}
@media (max-width: 1450px) {
  .module.module--text-image.text-image--shape section.text {
    margin-left: calc(var(--content-width) / 2 - 50vw);
  }
}
@media (max-width: 991px) {
  .module.module--text-image.text-image--shape section.text {
    padding: 9rem 0 9rem 9rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape section.text {
    padding: 6rem 0 6rem 6rem;
  }
}
.module.module--text-image.text-image--shape section.text::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(15rem + 1.5 * var(--col-width) + 2 * var(--half-gutter));
  border: 8rem solid #d9e8ee;
  border-right-width: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--text-image.text-image--shape section.text::before {
    border-width: 5rem;
    border-right-width: 0;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape section.text::before {
    border-width: 3rem 0 3rem 3rem;
  }
}
.module.module--text-image.text-image--shape.text-image--align-right .text {
  margin-right: -15rem;
  padding: 15rem;
}
.module.module--text-image.text-image--shape.text-image--align-right .text::before {
  border-right-width: 0;
  right: 0;
  left: initial;
  border-right-width: 8rem;
  border-left: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text::before {
    border-right-width: 5rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text::before {
    border-right-width: 3rem;
  }
}
@media (max-width: 1390px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    padding-left: 3rem;
  }
}
@media (max-width: 1390px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    margin-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    margin-left: -3rem;
    position: relative;
    right: -3rem;
  }
  .module.module--text-image.text-image--shape.text-image--align-right .text::before {
    right: -1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    padding: 9rem 9rem 9rem 0;
    margin-right: -3rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--shape.text-image--align-right .text {
    padding: 6rem 6rem 6rem 6rem;
    margin-right: -3rem;
  }
}
.module.module--text-image.text-image--curve-out {
  position: relative;
  height: 72.5rem;
}
.module.module--text-image.text-image--curve-out .container:not(.container--wide), .module.module--text-image.text-image--curve-out [class*=col-] {
  position: static;
}
.module.module--text-image.text-image--curve-out .img-wrap {
  position: absolute;
  z-index: -1;
  height: 72.5rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out .img-wrap {
    position: relative;
    margin: 0 -3rem;
    height: 62rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out .img-wrap {
    height: 54rem;
  }
}
.module.module--text-image.text-image--curve-out section.text {
  height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.module.module--text-image.text-image--curve-out section.text > * {
  position: relative;
}
.module.module--text-image.text-image--curve-out section.text::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: calc(6.5 * var(--col-width) + 12 * var(--half-gutter));
  height: 65rem;
  background: #fff;
  border-bottom-left-radius: 30rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out section.text::before {
    width: 100%;
    height: 48rem;
  }
}
.module.module--text-image.text-image--curve-out section.text::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -100rem;
  width: 100rem;
  height: 65rem;
  background: #fff;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out section.text::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out section.text {
    height: initial;
    position: relative;
    bottom: 20rem;
    margin-bottom: -20rem;
  }
}
.module.module--text-image.text-image--curve-out.text-image--align-left section.text::before {
  left: 0;
  right: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 30rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out.text-image--align-left section.text::before {
    border-top-right-radius: 12rem;
    border-bottom-left-radius: 0;
    left: -3rem;
    width: calc(100% + 6rem);
  }
}
.module.module--text-image.text-image--curve-out.text-image--align-left section.text::after {
  left: -100rem;
  right: auto;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out.text-image--align-right .text::before {
    border-top-left-radius: 12.5rem;
    border-bottom-left-radius: 0;
    left: -3rem;
    width: calc(100% + 6rem);
  }
}
.module.module--text-image.text-image--curve-out.text-image--align-right .text::after {
  right: -100rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-out {
    height: initial;
    overflow: hidden;
  }
}
.module.module--text-image.text-image--curve-in .img-wrap {
  height: 55rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--text-image.text-image--curve-in .img-wrap {
    height: 42rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in .img-wrap {
    height: 34rem;
  }
}
.module.module--text-image.text-image--curve-in section.text {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in section.text {
    padding: 7rem 0 0 0;
  }
}
.module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 27.5rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
    margin-left: -3rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in.text-image--align-right .img-wrap {
    border-bottom-right-radius: 16.5rem;
  }
}
.module.module--text-image.text-image--curve-in.text-image--align-left .img-wrap {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 27.5rem;
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in.text-image--align-left .img-wrap {
    margin-right: -3rem;
  }
}
@media (max-width: 767px) {
  .module.module--text-image.text-image--curve-in.text-image--align-left .img-wrap {
    border-bottom-left-radius: 16.5rem;
  }
}

.module.module--services .heading-alt {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  color: #bf043E;
  margin-bottom: 11rem;
}
@media (max-width: 575px) {
  .module.module--services .heading-alt {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .module.module--services .heading-alt {
    margin-bottom: 7rem;
  }
}
.module.module--services a {
  color: #1a1a36;
  display: block;
}
.module.module--services ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: -5rem;
}
.module.module--services li {
  flex-basis: 50%;
  padding-right: calc(var(--col-width) + 2 * var(--half-gutter));
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .module.module--services li {
    flex-basis: 100%;
    margin-bottom: 7rem;
  }
}
.module.module--services li.featured a {
  background: #edf3f4;
  outline: 5rem solid #edf3f4;
}
@media (max-width: 767px) {
  .module.module--services li {
    padding-right: 0;
  }
}
.module.module--services .name {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 3rem;
}
.module.module--services .name .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--services .name {
    font-size: 22px;
    line-height: 130%;
  }
}

.module.module--studies {
  /*
  // Removed due to new distributor page
  ul {
    margin-bottom: -8rem;
    @include responsive(-sm) {
      margin-bottom: -5rem;
    }
  }
  */
}
.module.module--studies li {
  padding-bottom: 8rem;
}
.module.module--studies a {
  color: #1a1a36;
  display: flex;
  align-items: flex-start;
}
.module.module--studies a .logo-wrap {
  min-width: 25rem;
  padding-bottom: 17.5rem;
  margin-right: 4rem;
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .module.module--studies a .logo-wrap {
    min-width: 20rem;
  }
}
@media (max-width: 767px) {
  .module.module--studies a .logo-wrap {
    padding-bottom: 14rem;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .module.module--studies a {
    flex-direction: column;
    margin-right: 0;
  }
}
.module.module--studies .rest {
  max-width: 670px;
}
.module.module--studies .title {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 2rem;
}
.module.module--studies .title .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--studies .title {
    font-size: 22px;
    line-height: 130%;
  }
}
.module.module--studies .dates {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .module.module--studies .dates {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .module.module--world-offices .row {
    flex-direction: column-reverse;
    margin-top: -3rem;
  }
}
.module.module--world-offices ul.countries {
  padding: 3rem 8rem;
  background: #edf3f4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--world-offices ul.countries {
    margin-left: calc(-1 * var(--side-margin));
    padding: 3rem 4rem;
  }
}
@media (max-width: 767px) {
  .module.module--world-offices ul.countries {
    margin-left: calc(-1 * var(--side-margin));
    margin-right: calc(-1 * var(--side-margin));
    padding: 2rem 4rem;
  }
}
.module.module--world-offices ul.countries > li {
  padding: 3rem 0;
  cursor: pointer;
}
.module.module--world-offices ul.countries > li:not(:last-child) {
  border-bottom: 2px solid #fff;
}
.module.module--world-offices ul.countries > li .title {
  transition: color 0.25s ease;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  position: relative;
}
html.hasHover .module.module--world-offices ul.countries > li .title:hover, .module.module--world-offices ul.countries > li .title:active {
  color: #bf043E;
}
@media (max-width: 575px) {
  .module.module--world-offices ul.countries > li .title {
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--world-offices ul.countries > li .title {
    font-size: 24px;
  }
}
.module.module--world-offices ul.countries > li .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  color: #b8c8cf;
  margin-top: -10px;
  transition: transform 0.25s ease;
}
.module.module--world-offices ul.countries > li ul {
  background: #fff;
  margin: 3rem -8rem calc(-2px - 3rem);
  padding: 5rem 5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4rem;
  transition: all 0.25s ease;
  overflow: hidden;
  max-height: 300px;
}
.module.module--world-offices ul.countries > li ul li {
  transition: opacity 0.25s ease;
  width: 50%;
  padding: 0 3rem;
  margin-bottom: 4rem;
}
.module.module--world-offices ul.countries > li ul li a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
}
.module.module--world-offices ul.countries > li ul li a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .module.module--world-offices ul.countries > li ul li a {
    line-height: 140%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--world-offices ul.countries > li ul li a {
    font-family: Poppins;
    font-weight: bold;
    display: block;
    line-height: 120%;
    font-size: 16px;
  }
  .module.module--world-offices ul.countries > li ul li a .icon-arrow {
    position: relative;
    top: 0.15em;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
  .module.module--world-offices ul.countries > li ul li a {
    line-height: 140%;
  }
}
.module.module--world-offices ul.countries > li:not(.expanded) ul {
  opacity: 0;
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.module.module--world-offices ul.countries > li:not(.expanded) ul li {
  opacity: 0;
}
.module.module--world-offices ul.countries > li.expanded .title::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .module.module--world-offices .map-wrap {
    padding-left: calc(0.5 * var(--col-width) );
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--world-offices .map-wrap {
    margin-left: calc(-1 * var(--half-gutter));
    margin-right: calc(-1 * var(--half-gutter));
  }
}

.text-editor p {
  max-width: 100rem;
}
.text-editor p + p {
  margin-top: 1em;
}
.text-editor p.featured {
  max-width: 912px;
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #333333;
  margin: 3rem 0;
}
.text-editor p.featured .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .text-editor p.featured {
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .text-editor p.featured {
    line-height: 150%;
  }
}
.text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  margin-bottom: 3rem;
}
.text-editor h1 .icon-arrow, .text-editor h2 .icon-arrow, .text-editor h3 .icon-arrow, .text-editor h4 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4 {
    font-size: 22px;
    line-height: 130%;
  }
}
body.single .text-editor h1, body.single .text-editor h2, body.single .text-editor h3, body.single .text-editor h4 {
  color: #bf043E;
}
.text-editor h1:not(:first-child), .text-editor h2:not(:first-child), .text-editor h3:not(:first-child), .text-editor h4:not(:first-child) {
  margin-top: 1.5em;
}
.text-editor h1.h-md, .text-editor h2.h-md, .text-editor h3.h-md, .text-editor h4.h-md {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
}
.text-editor h1.h-md .icon-arrow, .text-editor h2.h-md .icon-arrow, .text-editor h3.h-md .icon-arrow, .text-editor h4.h-md .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .text-editor h1.h-md, .text-editor h2.h-md, .text-editor h3.h-md, .text-editor h4.h-md {
    line-height: 140%;
  }
}
.text-editor h1.h-sm, .text-editor h2.h-sm, .text-editor h3.h-sm, .text-editor h4.h-sm {
  font-family: Poppins;
  font-size: 16px;
  line-height: 140%;
  color: #1a1a36;
  font-weight: bold;
  color: #1a1a36 !important;
}
.text-editor h1.h3, .text-editor h2.h3, .text-editor h3.h3, .text-editor h4.h3 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
}
.text-editor h1.h3 .icon-arrow, .text-editor h2.h3 .icon-arrow, .text-editor h3.h3 .icon-arrow, .text-editor h4.h3 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .text-editor h1.h3, .text-editor h2.h3, .text-editor h3.h3, .text-editor h4.h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .text-editor h1.h3, .text-editor h2.h3, .text-editor h3.h3, .text-editor h4.h3 {
    font-size: 28px;
  }
}
.text-editor .video-wrap {
  position: relative;
  max-width: 792px;
  padding: 0 0 56.25%;
  height: 0 !important;
  margin: 10rem 0;
  max-width: 100%;
}
.text-editor .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
 /* width: 100%;
  height: 100%;*/
}
.map_container{
  display:block;
  margin-bottom:50px;
  margin-top:50px;
}
.map_container iframe{
  width: 100%;
  height: 100%;
  /*max-height:813px;*/
}

body.single .text-editor .video-wrap {
  width: 792px;
  height: 492px;
  margin: 5rem 0;
}
.text-editor img {
  max-width: 100rem;
  margin: 4rem 0;
}
.text-editor figure {
  max-width: 100rem;
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-editor figure img {
  margin: 0;
}
.text-editor figure figcaption {
  font-size: 14px;
  margin-top: 2rem;
}
.text-editor ul:not(.tags) {
  line-height: 1.6;
  max-width: 100rem;
  margin: 2em 0;
}
.text-editor ul:not(.tags) li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 3rem;
}
.text-editor ul:not(.tags) li:last-child {
  margin: 0;
}
.text-editor ul:not(.tags) li::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.5em;
  left: 0;
  background: #b8c8cf;
  border-radius: 999px;
}
.text-editor ul.tags {
  margin-top: 9rem;
  display: flex;
  flex-wrap: wrap;
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
}
@media (max-width: 767px) {
  .text-editor ul.tags {
    font-size: 14px;
  }
}
.text-editor ul.tags li {
  margin-right: 2rem;
}
.text-editor ul.tags a {
  transition: color 0.25s ease;
}
html.hasHover .text-editor ul.tags a:hover, .text-editor ul.tags a:active {
  text-decoration: none;
  color: #1a1a36;
}
@media (max-width: 767px) {
  .text-editor ul.tags {
    margin-top: 6rem;
  }
}
.text-editor ol.sources {
  max-width: 912px;
  margin-top: 6rem;
}
.text-editor ol.sources li {
  position: relative;
  padding-left: 3rem;
  font-family: "Pt Serif";
  font-style: italic;
  font-size: 14px;
  line-height: 160%;
}
.text-editor ol.sources li::before {
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-style: italic;
  content: attr(data-number);
  position: absolute;
  display: block;
  left: 0;
  color: #b8c8cf;
}
@media (max-width: 767px) {
  .text-editor ol.sources li::before {
    font-size: 16px;
  }
}
.text-editor ol.sources li:not(:last-child) {
  margin-bottom: 2rem;
}
.text-editor .btn {
  margin: 4rem 0 7rem;
}
p:first-child > .text-editor .btn {
  margin-top: 0;
}
p:last-child > .text-editor .btn {
  margin-bottom: 0;
}
.text-editor a:not(.btn) {
  color: #bf043E;
  text-decoration: none;
}
html.hasHover .text-editor a:not(.btn):hover, .text-editor a:not(.btn):active {
  text-decoration: underline;
}
.text-editor blockquote {
  max-width: 912px;
  padding: 6rem 9rem 6rem 6rem;
  background: #f3f6f7;
  margin: 5rem 0;
  font-family: "PT Serif";
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 575px) {
  .text-editor blockquote {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .text-editor blockquote {
    padding: 4rem;
  }
}
.text-editor .featured-links ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--half-gutter));
  margin-right: calc(-1 * var(--half-gutter));
}
.text-editor .featured-links ul li {
  padding: 0 var(--half-gutter) !important;
}
@media (min-width: 768px) {
  .text-editor .featured-links ul li {
    flex-basis: 50%;
  }
}
.text-editor .featured-links ul li::before {
  display: none;
}
.text-editor .featured-links ul li > :last-child {
  margin-bottom: 0;
}
.text-editor .featured-links ul a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  transition: color 0.25s ease;
  min-height: 2em;
  display: inline-block;
  padding-right: 3em;
}
.text-editor .featured-links ul a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .text-editor .featured-links ul a {
    line-height: 140%;
  }
}
.text-editor .featured-links ul a::after {
  display: inline-block;
  transition: transform 0.25s ease;
  content: "";
  color: #b8c8cf;
  font-size: 0.8em;
  margin-left: 0.6em;
  position: relative;
  top: 0.1em;
}
html.hasHover .text-editor .featured-links ul a:hover, .text-editor .featured-links ul a:active {
  text-decoration: none;
  color: #bf043E;
}
html.hasHover .text-editor .featured-links ul a:hover::after, html.hasHover .text-editor .featured-links ul a:hover span::after, .text-editor .featured-links ul a:active::after, .text-editor .featured-links ul a:active span::after {
  transform: translateX(0.25em);
}
.text-editor .featured-links:last-child > ul {
  margin-bottom: 0 !important;
}
.text-editor .featured-links.featured-links--processed a::after {
  display: none;
}
.text-editor .featured-links.featured-links--processed a span {
  white-space: nowrap;
}
.text-editor .featured-links.featured-links--processed a span::after {
  display: inline-block;
  transition: transform 0.25s ease;
  content: "";
  color: #b8c8cf;
  font-size: 0.8em;
  margin-left: 0.6em;
  position: relative;
  top: 0.1em;
}
.text-editor > :first-child {
  margin-top: 0 !important;
}
.text-editor > :last-child {
  margin-bottom: 0 !important;
}

.module.module--wysiwyg .container .row > * > :first-child {
  margin-top: 0 !important;
}
.module.module--wysiwyg .container .row > * > :last-child {
  margin-bottom: 0 !important;
}

.module.module--zero-tabs .img-wrap {
  min-height: 50rem;
  height: 100%;
  margin-right: calc(-2 * var(--half-gutter));
}
@media (max-width: 767px) {
  .module.module--zero-tabs .img-wrap {
    margin: 0;
    margin-bottom: 2rem;
    min-height: 49rem;
  }
}
@media (max-width: 767px) {
  .module.module--zero-tabs .img-wrap {
    min-height: 0;
    padding-bottom: 66%;
  }
}
@media (max-width: 767px) {
  .module.module--zero-tabs .cta {
    margin-top: 5rem;
  }
}
.module.module--zero-tabs section.text {
  padding: 0 0 8rem 8rem;
  margin-left: -15rem;
  position: relative;
  height: 100%;
}
@media (max-width: 1450px) {
  .module.module--zero-tabs section.text {
    margin-left: calc(var(--content-width) / 2 - 50vw);
  }
}
.module.module--zero-tabs section.text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(15rem + var(--col-width));
  height: 40rem;
  border: 8rem solid #d9e8ee;
  border-top-width: 0;
  border-right-width: 0;
}
@media (max-width: 767px) {
  .module.module--zero-tabs section.text::before {
    content: none;
  }
}
.module.module--zero-tabs section.text .cta {
  position: absolute;
  bottom: 0;
  left: calc(15rem + var(--col-width) + 2 * var(--half-gutter));
  line-height: 8rem;
}
@media (max-width: 767px) {
  .module.module--zero-tabs section.text {
    margin: 0;
    padding: 0;
  }
}
.module.module--zero-tabs section.tabs {
  height: 100%;
  background: #f3f6f7;
  padding: 7rem 8rem;
}
.module.module--zero-tabs section.tabs .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
  margin-bottom: 3rem;
}
.module.module--zero-tabs section.tabs .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--zero-tabs section.tabs .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module.module--zero-tabs section.tabs .heading {
    font-size: 28px;
  }
}
.module.module--zero-tabs section.tabs p {
  max-width: 520px;
}
.module.module--zero-tabs section.tabs p + p {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .module.module--zero-tabs section.tabs {
    padding: 5rem 4rem;
    height: initial;
  }
}
.module.module--zero-tabs.tabs--align-left .img-wrap {
  margin-left: calc(-2 * var(--half-gutter));
  margin-right: 0;
}
@media (max-width: 767px) {
  .module.module--zero-tabs.tabs--align-left .img-wrap {
    margin-left: 0;
  }
}
.module.module--zero-tabs.tabs--align-left .row {
  flex-direction: row-reverse;
}
.module.module--zero-tabs.tabs--align-left section.text {
  padding: 0 8rem 8rem 0;
  margin-right: -15rem;
  margin-left: 0;
}
@media (max-width: 1450px) {
  .module.module--zero-tabs.tabs--align-left section.text {
    margin-right: calc(var(--content-width) / 2 - 50vw);
  }
}
.module.module--zero-tabs.tabs--align-left section.text .inner {
  padding: 0 7rem 7rem calc(var(--col-width) / 2);
}
.module.module--zero-tabs.tabs--align-left section.text::before {
  left: auto;
  right: 0;
  border: 8rem solid #d9e8ee;
  border-top-width: 0;
  border-left-width: 0;
}
@media (max-width: 767px) {
  .module.module--zero-tabs.tabs--align-left section.text::before {
    content: none;
  }
}
.module.module--zero-tabs.tabs--align-left section.text .cta {
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .module.module--zero-tabs.tabs--align-left section.text {
    margin-right: 0;
    padding: 0;
  }
}
.module.module--zero-tabs[data-active="1"] ul.tabs > li:nth-child(1) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="1"] ul.content > li {
  transform: translateY(calc(-1 * 0 * 100%));
}
.module.module--zero-tabs[data-active="2"] ul.tabs > li:nth-child(2) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="2"] ul.content > li {
  transform: translateY(calc(-1 * 1 * 100%));
}
.module.module--zero-tabs[data-active="3"] ul.tabs > li:nth-child(3) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="3"] ul.content > li {
  transform: translateY(calc(-1 * 2 * 100%));
}
.module.module--zero-tabs[data-active="4"] ul.tabs > li:nth-child(4) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="4"] ul.content > li {
  transform: translateY(calc(-1 * 3 * 100%));
}
.module.module--zero-tabs[data-active="5"] ul.tabs > li:nth-child(5) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="5"] ul.content > li {
  transform: translateY(calc(-1 * 4 * 100%));
}
.module.module--zero-tabs[data-active="6"] ul.tabs > li:nth-child(6) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="6"] ul.content > li {
  transform: translateY(calc(-1 * 5 * 100%));
}
.module.module--zero-tabs[data-active="7"] ul.tabs > li:nth-child(7) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="7"] ul.content > li {
  transform: translateY(calc(-1 * 6 * 100%));
}
.module.module--zero-tabs[data-active="8"] ul.tabs > li:nth-child(8) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="8"] ul.content > li {
  transform: translateY(calc(-1 * 7 * 100%));
}
.module.module--zero-tabs[data-active="9"] ul.tabs > li:nth-child(9) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="9"] ul.content > li {
  transform: translateY(calc(-1 * 8 * 100%));
}
.module.module--zero-tabs[data-active="10"] ul.tabs > li:nth-child(10) {
  background: #f3f6f7 !important;
  pointer-events: none;
}
.module.module--zero-tabs[data-active="10"] ul.content > li {
  transform: translateY(calc(-1 * 9 * 100%));
}

.module .heading {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  color: #bf043E;
  font-size: 56px;
  max-width: 74rem;
  margin-bottom: 8rem;
}
.module .heading .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module .heading {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .module .heading {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .module .heading {
    margin-bottom: 5rem;
  }
}
.module + .module {
  margin-top: 16rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module + .module {
    margin-top: 12rem;
  }
}
@media (max-width: 767px) {
  .module + .module {
    margin-top: 10rem;
  }
}
.module + .module.module--margin-sm {
  margin-top: 8rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module + .module.module--margin-sm {
    margin-top: 6rem;
  }
}
@media (max-width: 767px) {
  .module + .module.module--margin-sm {
    margin-top: 5rem;
  }
}
.module + .module.module--margin-none {
  margin-top: 0 !important;
}
.module.module--hero:not(.hero--talent):not(.hero--legal) + .module:not(.related-content--list):not(.module--margin-regular):not(.module--horizontal-content-list):not(.module--text-image):not(.module--country-selector):not(.module--history):not(.module--areas):not(.module--project-details) {
  margin-top: 8rem;
}
@media (min-width: 992px) {
  .module.module--categories + .module--hero {
    margin-top: 8rem;
  }
}
@media (max-width: 991px) {
  .module.module--categories + .module--hero {
    margin-top: -3rem !important;
  }
}
.module.module--mock {
  opacity: 0.35 !important;
  pointer-events: none !important;
}
@media (max-width: 991px) {
  .module.module--hero.hero--height-auto + .module:not(.module--categories) {
    position: relative;
    background-color: #fff;
  }
  .module.module--hero.hero--height-auto + .module:not(.module--categories)::before {
    content: "";
    position: absolute;
    top: -8rem;
    left: 0;
    width: 100vw;
    height: 8rem;
    background: #fff;
  }
  .module.module--hero.hero--height-auto + .module:not(.module--categories).module--margin-regular::before {
    height: 10rem;
    top: -10rem;
  }
  .module.module--hero + .module--categories {
    margin-top: -16rem !important;
    background: #fff;
    position: relative;
  }
  .module.module--hero + .module--categories::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8rem;
    width: 100vw;
    height: 8rem;
    background: #fff;
  }
}

.module.module--post-header {
  margin-bottom: -8rem;
}
@media (min-width: 768px) {
  .module.module--post-header {
    padding-top: 4rem;
  }
}
.module.module--post-header .img-wrap {
  height: 542px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .module.module--post-header .img-wrap {
    height: 430px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .module.module--post-header .img-wrap {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .module.module--post-header .img-wrap {
    height: 250px;
  }
}
.module.module--post-header .intro {
  text-align: left;
  max-width: 808px;
  font-family: "Pt Serif";
  font-size: 18px;
  line-height: 160%;
  font-weight: 700;
  margin: 6rem 0 0;
}
@media (max-width: 767px) {
  .module.module--post-header .intro {
    font-size: 16px;
  }
}

.flex-spacer {
  flex-grow: 1;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .md-down {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .lg-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-invisible {
    display: none !important;
  }
}

.no-wrap {
  white-space: nowrap;
}

#dev-grid {
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none !important;
  background: repeating-linear-gradient(to bottom, rgba(255, 0, 0, 0.05), rgba(255, 0, 0, 0.05) 8px, transparent 8px, transparent 16px);
}
@media (min-width: 1680px) {
  #dev-grid .container--wide {
    outline: 1px solid rgba(255, 0, 0, 0.1);
  }
}
#dev-grid .container, #dev-grid .row, #dev-grid [class*=col], #dev-grid .inner {
  height: 100%;
}
#dev-grid .inner {
  background: rgba(255, 0, 0, 0.05);
}
@media (min-width: 768px) {
  #dev-grid .c6 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #dev-grid .c12 {
    display: none !important;
  }
}

.dev-hero {
  height: 400px;
  background: #fff;
}

.hero--dev .intro {
  margin-top: -10rem;
}

.dev-module--index a {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  display: inline-block;
}
.dev-module--index a .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 767px) {
  .dev-module--index a {
    line-height: 140%;
  }
}
.dev-module--index li {
  margin-bottom: 2rem;
}

.test {
  background: yellow;
  height: 10rem;
  margin: 2rem 0;
}
.test.test-1 {
  width: calc(11 * var(--col-width) + 10 * var(--gutter-width) );
}
.test.test-2 {
  width: calc(0.75 * var(--col-width) - 100px);
}
.test.test-3 {
  width: calc(1.5 * var(--col-width) + 1 * var(--gutter-width) );
}
.test.test-4 {
  width: calc(6.33 * var(--col-width) + 6 * var(--gutter-width) );
}

.dev-warning {
  outline: 10px solid red;
}

.module.module--hero.hero--detail .intro p.lowsize{
  font-size:26px;
}

.search-results .intro .featured.lowsize{
  display:none;
}

.empresa a.cta,.a-propos a.cta,.company a.cta{
  font-size:2rem;
}
header#header ul.main {
  padding-left: 0;
}
nav footer .cta{
 color: #bf043e !important;
 font-weight: 600;
  font-size:14px;
}

@media (max-width: 768px) {

.map_container iframe {
/*max-height: 475px;*/
}

}


/*****FORMS DRIP******/
.module.module--form-drip{
  margin-bottom:10rem;
}
.module--form-drip input[type=checkbox]{
  width:19px;
  height:19px;
  margin-top:4px;

}
.module--form-drip label{
  font-size:16px;
}
.module--form-drip.module--type1 .inner {
  background: #d9e8ee;
  padding: 8rem;

}

.module--form-drip.module--type2 .inner {
  padding: 8rem;

}

.module--form-drip.module--type4 .field input[type=text],
.module--form-drip.module--type4  .field input[type=email],
.module--form-drip.module--type4  .field input[type=tel]{
  background:#ffffff;

}

.module--form-drip.module--type4 .inner {
  padding: 8rem;

}

.module--form-drip.module--type3 .inner {
  background-color:#ffffff;
  padding: 5rem;

}
.module--form-drip.module--type3 input{
  padding:8px;
}
.module--form-drip.module--type3 input[type=submit]{
  padding:18px;
}

.module--form-drip.module--type3  .field.field--half{
  flex-basis: 100%;
  max-width: 100%;
}

label[for=drip-eu-consent]{
  font-size:12px;
  line-height: 3rem;
  float: right;
  width: 97%;
}

.module--form-drip .drip-heading{
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 24px;
  color: #bf043E;
  margin-bottom: 3rem;
}


.module.module--form-drip.module--type1  input[type=text], .module.module--form-drip.module--type1  input[type=email], .module.module--form-drip.module--type1  textarea, .module.module--form-drip.module--type1  .cb-wrap .placeholder {
  background: #fff !important;
}
.module.module--custombox-group .box-content__box-item{
  margin-bottom: 7rem;
}

.module.module--form-drip select{display: block;
  background: #fff;
  border: 2px solid #b8c8cf;
  transition: all 0.25s ease;
  font-family: "PT Serif";
  font-size: 16px;
  color: #1a1a36;
  width: 100%;
  padding: 10px 40px 9px 11px;
  border-radius: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease;
}
.module.module--form-drip .g-recaptcha{
  flex-basis: 100%;
  max-width: 100%;
  order:0;
  padding: 0 var(--half-gutter);
  margin-bottom: 3rem;
}
.module.module--form-drip input[type=submit]{
  margin-top:1em;
}
.module.module--custombox-group .title{
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 18px;
  color: #1a1a36;
  transition: color 0.25s ease;
}
.module.module--custombox-group .excerpt {
  margin-top: 3rem;
  color: #1a1a36;
  font-family: "Pt Serif";
  font-size: 16px;
  line-height: 160%;
}

.module.module--custombox-group .img {
  margin-bottom: 3rem;
}

.postid-203 .text-editor .video-wrap{
  padding: 0 0 40.25%;
}


.svgfix img{
  width:100% !important;
  height:100% !important;
}

.postid-53837 #main .module--wysiwyg:nth-child(5){
  margin-top:0px;
}

/********SIDEBAR EN MODULO WYSIWYG****/
.forcefullwidth .col-lg-8{
  width:100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.forcefullwidth .p-6{
  padding:3rem !important;
}
.shadow {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.sticky{
  position: sticky;
  top: 15vh;
}
.sidebar_wysiwyg{
  margin-top:24rem;
}
.sidebar_wysiwyg .module--form-drip .heading{
  font-size:3rem;
  margin-bottom:1rem;

}
.sidebar_wysiwyg .module--form-drip  .field.field--half {
  flex-basis: 100%;
  max-width: 100%;
}
.sidebar_wysiwyg .module--form-drip  br{
  display:none;
}

.sidebar_wysiwyg .module--form-drip .btn{
  margin-bottom:0;
}
.sidebar_wysiwyg .module--form-drip  label[for=drip-eu-consent]{
  width:88%;
}
.sidebar_wysiwyg .module--form-drip .col-12.col-lg-10{
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .sidebar_wysiwyg .module--form-drip .container{
    padding:0;
  }
  .sidebar_wysiwyg .module--form-drip .heading{
    font-size:3rem;
  }



}

/********FIN SIDEBAR EN MODULO WYSIWYG ****/

/*********OPINION CONTENT *************/
.module.module--post-header .expert {
  margin-top: 5rem;
  color: #1a1a36;
  display: flex;
  align-items: center;
}

.module.module--post-header .expert .img-wrap {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 999px;
  margin-right: 2rem;
  flex-shrink: 0;
}

.module.module--post-header  .expert .name {
  font-family: Poppins;
  font-size: 16px;
  line-height: 160%;
  color: #1a1a36;
  font-weight: 500;
  text-transform: uppercase;
  color: #b8c8cf;
  display: inline-block;
  color: #1a1a36;
}

.module.module--post-header .expert .position {

}

.module.module--post-header .expert .date {

  margin-top:1rem;
}


.module.module--numbered-items a{
  color:#1a1a36;
}


/**********FIN OPINION CONTENT ***********/
@media (max-width: 768px) {
  .videoresponsive {
    width:100%;
    margin-top:2rem;
  }
}

.single-post .module + .module--cta{
  /*margin-top: 2rem;*/
}
.showbullet ul{
  list-style: initial;
}

.datawrapper iframe{
  width:100%;
  position: initial !important;

}
.datawrapper .video-wrap{
  position:initial;
  height:auto !important;
  width:100% !important;
  max-width:inherit;
  padding:0;

}
.page-id-127860 .module--related-content{
  margin-top:5rem;
}
.page-template-page-sidebar .module.module--hero.hero--detail .tophero{
  min-height:200px;
}
.page-template-page-sidebar  .module.module--cta:not(.cta--full) section.text {
  padding: 3rem 6rem;
}

.page-template-page-sidebar  .module.module--cta:not(.cta--full) .img-wrap {
  height: 59.5rem;
  width: 100%;
}
.page-template-page-sidebar  .module .heading{
  max-width:100%;
}

.page-template-page-sidebar .module.module--hero.hero--detail .intro p.featured{
  margin-bottom:4rem;
}
.ancle:before {
  display: block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  visibility: hidden;
}

a.primary{
  color: #bf043E !important;
  position: relative;
}
a.primary:hover:after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
a.primary:after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #bf043E;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}









.module.module--hero.hero--with_title {
  background: transparent;
  color: #fff;
}
.module.module--hero.hero--with_title video{
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.module.module--hero.hero--with_title .container {
  justify-content: flex-end;
}
.module.module--hero.hero--with_title .intro {
  border-top-right-radius: 116px;
  min-height: calc(100vh - 55rem - 11rem);

}
@media (max-width: 767px) {
  .module.module--hero.hero--with_title .intro {

  }
}
@media (min-width: 576px) {
  .module.module--hero.hero--with_title .intro {
    border-top-right-radius: 250px;
    min-height: 0;
  }
}
.module.module--hero.hero--with_title .intro > * {
  max-width: 680px;
}
.module.module--hero.hero--with_title .pretitle {
  font-family: "PT Serif";
  color: #bf043E;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 3rem;
  margin-top: 30rem;
  color: #fff;
}
@media (max-width: 991px) {
  .module.module--hero.hero--with_title .pretitle {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--with_title .pretitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--with_title .pretitle {
    margin-top: 16rem;
  }
}
.module.module--hero.hero--with_title h1, .module.module--hero.hero--with_title .h1 {
  font-family: Poppins;
  font-weight: bold;
  display: block;
  line-height: 120%;
  font-size: 72px;
  line-height: 0.9;
  color: #fff;
  max-width: 680px;
}
.module.module--hero.hero--with_title h1 .icon-arrow, .module.module--hero.hero--with_title .h1 .icon-arrow {
  position: relative;
  top: 0.15em;
}
@media (max-width: 991px) {
  .module.module--hero.hero--with_title h1, .module.module--hero.hero--with_title .h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .module.module--hero.hero--with_title h1, .module.module--hero.hero--with_title .h1 {
    font-size: 48px;
    margin-top: 10rem;
  }
}
.module.module--hero.hero--with_title h1 .outline, .module.module--hero.hero--with_title .h1 .outline {
  color: transparent;
  position: relative;
  -webkit-text-stroke: 4px #fff;
  display: inline-block;
}
.module.module--hero.hero--with_title h1 .outline::after, .module.module--hero.hero--with_title .h1 .outline::after {
  content: attr(data-content);
  color: #bf043E;
  -webkit-text-stroke: 0;
  position: absolute;
  left: 0;
}



.hero--with_title .arrow-wrap{
  display:none !important;

}

.single-talent .module--wysiwyg{
  margin-top:5rem;
}

.single-success .module.module--hero.hero--detail h1 {
  font-size: 50px;
}

@media (min-width: 992px) {
  .page-template-page-sidebar .module .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-template-page-sidebar  .col-lg-10{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*NEW TALENT RECONSTRUCTION, OVERRIDING STYLES*/


.module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li {
  width: 33.33%;
  text-align: center;
}
.module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li:nth-child(2n+2) {
  border-left:1px solid #b8c8cf;
  border-right:1px solid #b8c8cf;
}
.module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li label{
  color:#b8c8cf;
  font-weight:normal;
}
@media (max-width: 770px) {
  .module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li {
    width: 100%;
  }
}

.module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties p{
  color: #bf043E;
  font-size: 3.4rem;
  margin-top: 1rem;
  font-family: 'SansSerif';
  font-weight: bolder;
  line-height: 3rem;
}

.single-talent  .module--text-image  .text-editor ul:not(.tags) li{
  padding-left: 0;
  margin-bottom:6rem;
}

.single-talent  .module--text-image  .text-editor ul:not(.tags) li::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1rem;
  top: -1em;
  left: 0;
  background: #d9e8ef;
  border-radius: 0;
}
.tabs--talent-icons section.tabs ul.content{
  background:#D9e8ef !important;
}
.tabs--talent-icons section.tabs ul li label img {
  max-width: 55px;
  display: inline-block;
  margin: 0;
  position: relative;
  top: 10px;
}
.tabs--talent-icons section.tabs ul li  p{
  margin-left:1rem;
}

.tabs--talent-icons section.tabs ul li .properties-container{
  max-width: 400px;
  margin: 0px auto;
}

.single-talent .module.module--features .req_container{
  border:1px solid #000000;
  height:100%;
}
.single-talent .module.module--features header{
  background:transparent;
  padding-left:3rem;
  color: #1a1a36;
}

.single-talent .module.module--features .text-editor ul:not(.tags) li{
  margin-bottom:6rem;
  padding-right:3rem;
}

.single-talent .module.module--features .text-editor ul:not(.tags) li::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 1rem;
  top: -1em;
  left: 3rem;
  background: #1a1a36;
  border-radius: 0;
}

.single-talent .module.module--tabs.tabs--talent ul.properties{
  align-items: center;
  justify-content: center;
}


.single-talent .module.module--features .row > *::after{
  background: transparent;
}

.module.module--hero.hero--talent .buttons{
  position: fixed !important;
  bottom: 0;
  width: 101%;
  max-width: 101%;
  background-color: #bf043E;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  text-align:center;
  padding-top:2rem;
  padding-bottom:2rem;
  z-index: 2;
}

.module.module--hero.hero--talent .buttons .btn{
  border:1px solid #ffffff;
}
.single-talent .module.module--hero.hero--talent .pretitle{
  margin-top:3rem;
}

@media (max-width: 767px){
  .single-talent .module.module--wysiwyg{
    margin-top:3rem;

  }

  .single-talent .module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li:nth-child(2n+2){
    border:0;
    border-top: 1px solid #b8c8cf;
    border-bottom: 1px solid #b8c8cf;
    padding-top:4rem;
    padding-bottom:4rem;

  }

  .single-talent .module.module--tabs.tabs--talent:not(.tabs--talent-icons) ul.properties li:nth-child(3n+3){
    padding-bottom:3rem;
  }

  .single-talent .btn.btn--full{
    max-width:150px;
  }

  .single-talent .module.module--text-image .heading{
    margin-top:3rem;
    margin-bottom:6rem;
  }
  .single-talent .module.module--features [class^=col-]{
    margin-bottom:3rem;
  }

  .single-talent .module.module--features section{
    padding-bottom:0;
  }
}


.module.module--text-image.text-image--curve-in section.text{
  padding-top:0;
}



/*END TALENT RECONSTRUCTION*/