/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*@font-face {
    font-family: 'Gotham Narrow';
    /*src: url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff') format('woff'), url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff2') format('woff2');*/
/*}

@font-face {
    font-family: 'Chronicle Text G1';
    /*src: url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff') format('woff'), url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff2') format('woff2');*/
body {
  font-size: 13px/1.5;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }

h1, h2, h3, h4 {
  word-break: break-word;
  color: #232323;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 27px 18px 27px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #E6E6E6;
  -webkit-user-select: all;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.accordion-active, .accordion:hover {
  background-color: #DAE0E3;
  outline: none; }

.accordion:focus {
  outline: none; }

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.accordion-active:after {
  content: "\2212"; }

.panel {
  background-color: #FAFAFA;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  text-align: left;
  width: 100%; }
  .panel .panel-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
    @media screen and (min-width: 320px) {
      .panel .panel-content {
        padding-left: calc(0px + 150 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .panel .panel-content {
        padding-left: 150px; } }
    @media screen and (min-width: 320px) {
      .panel .panel-content {
        padding-right: calc(0px + 150 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .panel .panel-content {
        padding-right: 150px; } }
    .panel .panel-content p, .panel .panel-content a {
      color: #5D6369; }
    .panel .panel-content h1, .panel .panel-content h2, .panel .panel-content h3, .panel .panel-content h4 {
      font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
      font-weight: 500;
      font-size: 22px;
      line-height: 26px; }
    .panel .panel-content .people-list .a-2-smaller {
      font-size: 13px;
      line-height: 16px;
      color: #5D6369; }
      .panel .panel-content .people-list .a-2-smaller .search-person-name {
        font-weight: 500;
        color: #232323; }
    .panel .panel-content img:not(.hex) {
      height: auto !important; }

.accordion-hidden {
  display: none; }

.accordion-subfilter-container {
  margin-bottom: 35px;
  text-align: center; }
  .accordion-subfilter-container .subfilter {
    font-size: 18px;
    line-height: 24px;
    color: #232323;
    cursor: pointer; }
    .accordion-subfilter-container .subfilter.active {
      color: #c82a15;
      text-decoration: underline; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #FAFAFA; }

img {
  max-width: 100%; }

.content-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  /* needed for footer positioning*/
  height: auto !important;
  /* real browsers */
  min-height: 100%;
  /* real browsers */ }
  @media (min-width: 576px) {
    .content-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1360px;
    padding-left: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 576px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 576px) {
  .row {
    margin-left: 0;
    margin-right: 0; } }

.cv-page p ul,
.main-text ul,
.service-main-text ul,
.article-main-text ul,
.panel-content ul {
  list-style-type: none; }
  .cv-page p ul li,
  .main-text ul li,
  .service-main-text ul li,
  .article-main-text ul li,
  .panel-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px; }
    .cv-page p ul li:before,
    .main-text ul li:before,
    .service-main-text ul li:before,
    .article-main-text ul li:before,
    .panel-content ul li:before {
      content: '\203A';
      color: #c82a15;
      position: absolute;
      left: 0;
      top: -2px;
      font-size: 25px; }

.cv-page p a,
.main-text a,
.service-main-text a,
.article-main-text a,
.panel-content a {
  text-decoration: underline; }
  .cv-page p a:hover,
  .main-text a:hover,
  .service-main-text a:hover,
  .article-main-text a:hover,
  .panel-content a:hover {
    color: #c82a15; }

@media screen and (max-width: 576px) {
  .search-icon svg {
    width: 25px;
    height: 25px; } }

.mobile-menu-wrapper {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 80px; }
  @media screen and (max-width: 576px) {
    .mobile-menu-wrapper {
      height: 60px; } }
  @media (min-width: 576px) {
    .mobile-menu-wrapper {
      width: 80px;
      display: block;
      height: 100%; } }
  .mobile-menu-wrapper .menu-square {
    width: 80px;
    height: 80px;
    border-left: 1px solid #E0E0E0; }
    @media screen and (max-width: 576px) {
      .mobile-menu-wrapper .menu-square {
        height: 60px;
        width: 60px; } }
    @media (min-width: 576px) {
      .mobile-menu-wrapper .menu-square {
        border-left: none;
        border-bottom: 1px solid #E0E0E0; } }
    .mobile-menu-wrapper .menu-square.open {
      background-color: #fff; }
  .mobile-menu-wrapper .mobile-menu {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: fixed;
    height: 80px;
    z-index: 10000;
    border-right: 1px solid #fff; }
    @media screen and (max-width: 576px) {
      .mobile-menu-wrapper .mobile-menu {
        height: 60px; } }
    .mobile-menu-wrapper .mobile-menu .mobile-logo {
      padding-left: 0px;
      margin-right: auto; }
      @media screen and (min-width: 320px) {
        .mobile-menu-wrapper .mobile-menu .mobile-logo {
          padding-left: calc(0px + 20 * (100vw - 320px) / 256); } }
      @media screen and (min-width: 576px) {
        .mobile-menu-wrapper .mobile-menu .mobile-logo {
          padding-left: 20px; } }
      @media screen and (min-width: 576px) {
        .mobile-menu-wrapper .mobile-menu .mobile-logo {
          display: none; } }
      .mobile-menu-wrapper .mobile-menu .mobile-logo svg {
        fill: #50616D; }
      .mobile-menu-wrapper .mobile-menu .mobile-logo div {
        height: 40px; }
        @media screen and (min-width: 320px) {
          .mobile-menu-wrapper .mobile-menu .mobile-logo div {
            height: calc(40px + 20 * (100vw - 320px) / 256); } }
        @media screen and (min-width: 576px) {
          .mobile-menu-wrapper .mobile-menu .mobile-logo div {
            height: 60px; } }
    .mobile-menu-wrapper .mobile-menu > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .mobile-menu-wrapper .mobile-menu .section-name {
      text-transform: uppercase;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      text-orientation: mixed;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      width: 100%;
      padding: 3em 0;
      display: none !important;
      font-size: 13px; }
      .mobile-menu-wrapper .mobile-menu .section-name a {
        color: #50616D; }
      @media (min-width: 576px) {
        .mobile-menu-wrapper .mobile-menu .section-name {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important; } }
    .mobile-menu-wrapper .mobile-menu.open {
      background-color: #50616D; }
      .mobile-menu-wrapper .mobile-menu.open .mobile-logo svg {
        fill: #fff; }
      .mobile-menu-wrapper .mobile-menu.open .mobile-menu-open-trigger .menu-icon span {
        background-color: #fff; }
      .mobile-menu-wrapper .mobile-menu.open .mobile-menu-open-trigger.open .menu-icon span {
        background-color: #232323; }
      .mobile-menu-wrapper .mobile-menu.open .mobile-search-open-trigger svg {
        fill: #fff; }
      .mobile-menu-wrapper .mobile-menu.open .mobile-search-open-trigger.open svg {
        fill: #232323; }
      .mobile-menu-wrapper .mobile-menu.open .section-name {
        color: #fff; }
    @media (min-width: 576px) {
      .mobile-menu-wrapper .mobile-menu {
        width: 80px;
        display: block;
        height: 100%; } }
    .mobile-menu-wrapper .mobile-menu .menu-icon {
      width: 30px;
      height: 25px;
      position: relative;
      margin-top: 5px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      display: block; }
      @media screen and (max-width: 576px) {
        .mobile-menu-wrapper .mobile-menu .menu-icon {
          width: 25px;
          height: 20px; } }
      .mobile-menu-wrapper .mobile-menu .menu-icon span {
        display: block;
        position: absolute;
        height: 10%;
        width: 100%;
        background: #232323;
        border-radius: 0%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
        .mobile-menu-wrapper .mobile-menu .menu-icon span:nth-child(1) {
          top: 0px; }
        .mobile-menu-wrapper .mobile-menu .menu-icon span:nth-child(2) {
          top: 40%; }
        .mobile-menu-wrapper .mobile-menu .menu-icon span:nth-child(3) {
          top: 40%; }
        .mobile-menu-wrapper .mobile-menu .menu-icon span:nth-child(4) {
          top: 80%; }
    .mobile-menu-wrapper .mobile-menu .mobile-menu-open-trigger.open .menu-icon span:nth-child(1) {
      top: 40%;
      width: 0%;
      left: 50%; }
    .mobile-menu-wrapper .mobile-menu .mobile-menu-open-trigger.open .menu-icon span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mobile-menu-wrapper .mobile-menu .mobile-menu-open-trigger.open .menu-icon span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mobile-menu-wrapper .mobile-menu .mobile-menu-open-trigger.open .menu-icon span:nth-child(4) {
      top: 40%;
      width: 0%;
      left: 50%; }

.mobile-content-overlay {
  text-align: center;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  background-color: #50616D;
  display: none;
  margin-top: 60px; }
  .mobile-content-overlay.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (min-width: 576px) {
    .mobile-content-overlay {
      margin-top: 0;
      margin-left: 80px; } }

.mobile-navigation > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-height: 33%;
  background-position: center;
  background-size: cover; }
  .mobile-navigation > div:hover {
    background-image: none !important; }
    .mobile-navigation > div:hover a {
      background: -webkit-gradient(linear, left bottom, right top, from(#000000), to(#a72a15));
      background: linear-gradient(to top right, #000000 0%, #a72a15 100%);
      text-decoration: none; }
  .mobile-navigation > div a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    font-size: 30px; }
    @media screen and (min-width: 320px) {
      .mobile-navigation > div a {
        font-size: calc(30px + 45 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .mobile-navigation > div a {
        font-size: 75px; } }
  @media screen and (max-width: 576px) {
    .mobile-navigation > div {
      border-top: 1px solid #fff;
      max-height: 15.2%;
      max-height: calc(((var(--vh, 1vh) * 100) - 60px) / 6); }
      .mobile-navigation > div a {
        font-size: 45px; } }

.mobile-search {
  padding-top: 20%; }

.notification {
  position: absolute;
  left: 47%;
  top: 0px;
  font-size: 25px;
  color: red;
  opacity: 0.95;
  z-index: 999; }
  @media screen and (max-width: 576px) {
    .notification {
      left: 25%;
      top: 65px; } }

.pointer {
  cursor: pointer; }

.filters {
  background-color: #fff;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  margin-left: 0;
  margin-right: 0;
  /*min-height: 80px;*/ }
  .filters > div {
    padding: 0;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0; }
    .filters > div.first-row {
      border-top: 1px solid #E0E0E0; }
  .filters .drop-filter {
    position: relative;
    display: inline-block;
    width: 100%; }
    .filters .drop-filter .drop-filter-head {
      padding: 23px 18px 23px 18px;
      font-size: 18px;
      font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
      font-weight: 400;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .filters .drop-filter .drop-filter-options {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 100%;
      overflow: auto;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 3; }
      .filters .drop-filter .drop-filter-options.open {
        display: block; }
      .filters .drop-filter .drop-filter-options a {
        display: block;
        padding: 10px 16px;
        border-top: 1px solid #E0E0E0; }
  .filters .box select option {
    padding: 30px; }
  .filters__filter--full-height {
    height: 80px; }
  .filters__filter--half-height {
    height: 80px; }

@media screen and (max-width: 576px) {
  .filter-link-list a.service {
    padding-left: 30px;
    display: inline-block; } }

.subnavigation {
  background-color: #fff;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0; }
  .subnavigation > div {
    padding: 0;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0; }
  .subnavigation a {
    color: #232323; }
    .subnavigation a:hover {
      text-decoration: none; }
      .subnavigation a:hover .subnavigation-item {
        background-color: #DAE0E3; }
    .subnavigation a.active .subnavigation-item {
      background-color: #DAE0E3; }
  .subnavigation .subnavigation-item {
    padding: 23px 18px 23px 18px;
    font-size: 18px;
    font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
    font-weight: 400; }

.filtered-content-model {
  display: none; }

.footer {
  bottom: 0;
  width: 100%;
  background-color: #DAE0E3; }

a.service {
  color: #232323; }
  a.service.dim {
    color: #DAE0E3; }

.no-results-container {
  display: none;
  font-size: 18px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }

.filter-query-input-container input {
  width: 100%;
  border: 1px solid #DAE0E3;
  background-color: transparent;
  font-size: 18px;
  line-height: 27px;
  padding: 20px 18px 20px 55px;
  width: 100%;
  color: #212529; }
  .filter-query-input-container input:focus {
    outline: none; }

.filter-query-input-container label {
  width: 100%;
  position: relative; }

.filter-query-input-container label:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 25px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='black' viewBox='0 0 24 24' fill-rule='evenodd'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat; }

.filter-query-input-container ::-webkit-input-placeholder {
  font-style: italic;
  color: #212529; }

.filter-query-input-container :-moz-placeholder {
  font-style: italic;
  color: #212529; }

.filter-query-input-container ::-moz-placeholder {
  font-style: italic;
  color: #212529; }

.filter-query-input-container :-ms-input-placeholder {
  font-style: italic;
  color: #212529; }

.person-wrapper {
  position: relative;
  margin: auto;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }
  @media screen and (min-width: 577px) and (max-width: 992px) {
    .person-wrapper {
      min-height: 205px; } }
  @media screen and (min-width: 496px) and (max-width: 576px) {
    .person-wrapper {
      min-height: 215px; } }
  @media screen and (min-width: 400px) and (max-width: 495px) {
    .person-wrapper {
      min-height: 235px; } }
  .person-wrapper a {
    text-decoration: none; }
  .person-wrapper img {
    width: 100%; }
  .person-wrapper .red {
    color: #c82a15; }
  .person-wrapper .extra-info {
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    display: none;
    height: 0px;
    word-break: break-all; }
    .person-wrapper .extra-info div {
      cursor: auto;
      -webkit-user-select: text;
      -moz-select: text;
      -ms-select: text;
      -moz-user-select: text;
       -ms-user-select: text;
           user-select: text; }
  .person-wrapper .person-name-text {
    margin-top: 18px;
    margin-bottom: 0; }
  .person-wrapper .person-text {
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    display: block; }
  @media screen and (min-width: 992px) {
    .person-wrapper:hover span, .person-wrapper:hover div {
      color: #fff; }
    .person-wrapper:hover h4 {
      color: #fff !important; }
    .person-wrapper:hover .person-overlay {
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; } }

@media screen and (min-width: 992px) and (min-width: 575px) {
  .person-wrapper:hover .text-content {
    top: -75px;
    position: relative; }
  .person-wrapper:hover .extra-info {
    display: block; } }

.person-overlay {
  opacity: 0;
  position: absolute;
  width: 500px;
  height: 350px;
  overflow: hidden;
  padding-left: 100px;
  height: 100%;
  bottom: 0;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s; }
  .person-overlay:after {
    top: -220px;
    left: 92px; }
  .person-overlay:before, .person-overlay:after {
    content: '';
    display: block;
    position: absolute;
    height: 139%;
    width: 120%;
    top: 100px;
    left: -38px;
    background: -webkit-gradient(linear, right bottom, left top, from(#000000), to(#a72a15));
    background: linear-gradient(to top left, #000000 0%, #a72a15 100%);
    -webkit-transform: rotate(86deg);
            transform: rotate(86deg);
    z-index: 1; }
    @media screen and (max-width: 1599px) {
      .person-overlay:before, .person-overlay:after {
        top: 55px; } }
    @media screen and (max-width: 1200px) {
      .person-overlay:before, .person-overlay:after {
        top: -10px; } }
    @media screen and (max-width: 991px) {
      .person-overlay:before, .person-overlay:after {
        top: -30px;
        width: 155%; } }
    @media screen and (max-width: 767px) {
      .person-overlay:before, .person-overlay:after {
        top: 20px; } }
    @media screen and (max-width: 360px) {
      .person-overlay:before, .person-overlay:after {
        top: -10px;
        width: 160%; } }

.form-wrapper {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #232323; }
  @media screen and (min-width: 320px) {
    .form-wrapper {
      font-size: calc(16px + 2 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .form-wrapper {
      font-size: 18px; } }
  @media screen and (min-width: 320px) {
    .form-wrapper {
      line-height: calc(24px + 0 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .form-wrapper {
      line-height: 24px; } }
  .form-wrapper .text-input {
    line-height: 40px;
    padding: 0 10px; }
  .form-wrapper textarea {
    padding: 10px; }
  .form-wrapper textarea, .form-wrapper .text-input {
    width: 100%;
    border: 1px solid #979797; }
    .form-wrapper textarea:focus, .form-wrapper .text-input:focus {
      border: 2px solid #232323;
      outline: none; }
  .form-wrapper textarea::-webkit-input-placeholder,
  .form-wrapper .text-input::-webkit-input-placeholder {
    color: #6C7D88; }
  .form-wrapper textarea:-ms-input-placeholder,
  .form-wrapper .text-input:-ms-input-placeholder {
    color: #6C7D88; }
  .form-wrapper textarea::-ms-input-placeholder,
  .form-wrapper .text-input::-ms-input-placeholder {
    color: #6C7D88; }
  .form-wrapper textarea::placeholder,
  .form-wrapper .text-input::placeholder {
    color: #6C7D88; }
  .form-wrapper label {
    margin-top: 20px;
    margin-bottom: 5px; }

.section-article-content-wrapper {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 320px) {
    .section-article-content-wrapper {
      margin-left: calc(20px + 180 * (100vw - 320px) / 1600); } }
  @media screen and (min-width: 1920px) {
    .section-article-content-wrapper {
      margin-left: 200px; } }
  @media screen and (min-width: 320px) {
    .section-article-content-wrapper {
      margin-right: calc(20px + 180 * (100vw - 320px) / 1600); } }
  @media screen and (min-width: 1920px) {
    .section-article-content-wrapper {
      margin-right: 200px; } }
  .section-article-content-wrapper .row {
    margin-left: -20px;
    margin-right: -20px; }
    @media screen and (min-width: 320px) {
      .section-article-content-wrapper .row {
        margin-left: calc(-20px + -180 * (100vw - 320px) / 1600); } }
    @media screen and (min-width: 1920px) {
      .section-article-content-wrapper .row {
        margin-left: -200px; } }
    @media screen and (min-width: 320px) {
      .section-article-content-wrapper .row {
        margin-right: calc(-20px + -180 * (100vw - 320px) / 1600); } }
    @media screen and (min-width: 1920px) {
      .section-article-content-wrapper .row {
        margin-right: -200px; } }

@media screen and (min-width: 1200px) {
  .section-article-content .section-article-gray-border {
    border-right: solid #DAE0E3 1px; } }

.main-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

/*@font-face {
    font-family: 'Gotham Narrow';
    /*src: url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff') format('woff'), url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff2') format('woff2');*/
/*}

@font-face {
    font-family: 'Chronicle Text G1';
    /*src: url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff') format('woff'), url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff2') format('woff2');*/
body {
  font-size: 13px/1.5;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }

h1, h2, h3, h4 {
  word-break: break-word;
  color: #232323;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

.article-wrapper {
  margin-bottom: -400px; }
  .article-wrapper .article-intro-wrapper {
    position: relative;
    top: -500px;
    background-color: #FAFAFA;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 200px; }
    @media screen and (min-width: 320px) {
      .article-wrapper .article-intro-wrapper {
        padding-bottom: calc(200px + -80 * (100vw - 320px) / 256); } }
    @media screen and (min-width: 576px) {
      .article-wrapper .article-intro-wrapper {
        padding-bottom: 120px; } }
    .article-wrapper .article-intro-wrapper .breadcrumbs ul {
      list-style-type: none; }
      .article-wrapper .article-intro-wrapper .breadcrumbs ul li {
        display: inline-block; }
        .article-wrapper .article-intro-wrapper .breadcrumbs ul li:first-child {
          display: none; }
    .article-wrapper .article-intro-wrapper .article-img-wrapper {
      margin-left: auto;
      margin-right: auto;
      width: 70%; }
      @media screen and (max-width: 991px) {
        .article-wrapper .article-intro-wrapper .article-img-wrapper {
          width: 90%; } }
    .article-wrapper .article-intro-wrapper .article-img {
      width: 100%;
      padding-bottom: 52.33%;
      margin-left: auto;
      margin-right: auto;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin-top: 40px; }
    .article-wrapper .article-intro-wrapper.no-article-image {
      padding-bottom: 300px; }
  .article-wrapper .article-main-text {
    margin-left: auto;
    margin-right: auto;
    color: #232323;
    position: relative;
    top: -680px;
    width: 70%; }
    @media screen and (min-width: 320px) {
      .article-wrapper .article-main-text {
        top: calc(-680px + 80 * (100vw - 320px) / 256); } }
    @media screen and (min-width: 576px) {
      .article-wrapper .article-main-text {
        top: -600px; } }
    @media screen and (max-width: 991px) {
      .article-wrapper .article-main-text {
        width: 90%; } }
    .article-wrapper .article-main-text.no-article-image {
      top: -775px; }
  .article-wrapper .article-footer {
    background-color: #fff;
    position: relative;
    top: -400px;
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (min-width: 320px) {
      .article-wrapper .article-footer {
        margin-left: calc(20px + 130 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .article-wrapper .article-footer {
        margin-left: 150px; } }
    @media screen and (min-width: 320px) {
      .article-wrapper .article-footer {
        margin-right: calc(20px + 130 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .article-wrapper .article-footer {
        margin-right: 150px; } }
    .article-wrapper .article-footer.no-article-image {
      top: -625px !important; }
    .article-wrapper .article-footer .article-footer-half {
      padding: 40px 10px; }
      .article-wrapper .article-footer .article-footer-half:first-child {
        border-right: 2px solid #FAFAFA; }
      .article-wrapper .article-footer .article-footer-half:only-child {
        border-right: 0; }
      .article-wrapper .article-footer .article-footer-half .article-footer {
        position: unset;
        margin: 0; }
      @media screen and (min-width: 1600px) {
        .article-wrapper .article-footer .article-footer-half .article-footer-author-info {
          margin-left: -40px; } }
      .article-wrapper .article-footer .article-footer-half .article-footer-author-info a:hover {
        text-decoration: none; }

.cv-page {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 767px) {
    .cv-page {
      padding-left: calc(30px + 120 * (100vw - 767px) / 433); } }
  @media screen and (min-width: 1200px) {
    .cv-page {
      padding-left: 150px; } }
  @media screen and (min-width: 767px) {
    .cv-page {
      padding-right: calc(30px + 120 * (100vw - 767px) / 433); } }
  @media screen and (min-width: 1200px) {
    .cv-page {
      padding-right: 150px; } }
  .cv-page a {
    color: #232323; }
    .cv-page a:hover {
      color: #c82a15; }
  .cv-page .h-5-darkgray h4, .cv-page .h-5-darkgray h3, .cv-page .h-5-darkgray h2 {
    padding-top: 30px; }
  @media screen and (max-width: 576px) {
    .cv-page .info {
      padding: 0; }
      .cv-page .info div {
        padding: 0; } }
  @media screen and (max-width: 768px) {
    .cv-page .actions {
      margin-top: 30px; } }
  @media screen and (max-width: 576px) {
    .cv-page .actions {
      padding: 0; } }
  .cv-page .actions .cv-action {
    padding-left: 0px; }
    @media screen and (min-width: 768px) {
      .cv-page .actions .cv-action {
        padding-left: calc(0px + 100 * (100vw - 768px) / 432); } }
    @media screen and (min-width: 1200px) {
      .cv-page .actions .cv-action {
        padding-left: 100px; } }
    .cv-page .actions .cv-action a {
      font-size: 18px;
      line-height: 28px;
      font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
      color: #232323;
      font-weight: 500; }
      .cv-page .actions .cv-action a:hover {
        color: #c82a15; }
  .cv-page ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .cv-page ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 10px; }
      .cv-page ul li:before {
        content: '\203A';
        color: #c82a15;
        position: absolute;
        left: 0;
        top: -2px;
        font-size: 25px; }

.article-overlay {
  opacity: 0;
  position: absolute;
  width: 500px;
  height: 350px;
  overflow: hidden;
  padding-left: 100px;
  height: 100%;
  bottom: 0;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s; }
  @media screen and (min-width: 1600px) {
    .article-overlay.col-size-4:before, .article-overlay.col-size-4:after {
      top: 300px;
      left: -227px; } }
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    .article-overlay.col-size-4:before, .article-overlay.col-size-4:after {
      top: 155px; } }
  @media screen and (min-width: 1600px) {
    .article-overlay.col-size-6:before, .article-overlay.col-size-6:after {
      top: 645px;
      left: -360px; } }
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    .article-overlay.col-size-6:before, .article-overlay.col-size-6:after {
      top: 460px;
      left: -300px; } }
  .article-overlay:before, .article-overlay:after {
    content: '';
    display: block;
    position: absolute;
    height: 138%;
    width: 210%;
    top: 120px;
    left: -134px;
    background: -webkit-gradient(linear, right bottom, left top, from(#000000), to(#a72a15));
    background: linear-gradient(to top left, #000000 0%, #a72a15 100%);
    -webkit-transform: rotate(87deg);
            transform: rotate(87deg);
    z-index: 1; }
    @media screen and (max-width: 1599px) {
      .article-overlay:before, .article-overlay:after {
        top: 0px; } }
    @media screen and (max-width: 1199px) {
      .article-overlay:before, .article-overlay:after {
        top: 40px; } }
    @media screen and (max-width: 767px) {
      .article-overlay:before, .article-overlay:after {
        top: -20px;
        width: 260% !important; } }
    @media screen and (max-width: 575px) {
      .article-overlay:before, .article-overlay:after {
        width: 210% !important;
        top: 210px;
        left: -190px; } }
    @media screen and (max-width: 530px) {
      .article-overlay:before, .article-overlay:after {
        top: 165px;
        left: -190px; } }
    @media screen and (max-width: 480px) {
      .article-overlay:before, .article-overlay:after {
        top: 130px;
        left: -190px; } }
    @media screen and (max-width: 400px) {
      .article-overlay:before, .article-overlay:after {
        top: 70px; } }
    @media screen and (max-width: 330px) {
      .article-overlay:before, .article-overlay:after {
        top: 25px; } }
  @media screen and (min-width: 1600px) {
    .article-overlay.alternative-aspect-ratio.col-size-4:before, .article-overlay.alternative-aspect-ratio.col-size-4:after {
      top: 270px;
      left: -227px; } }
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    .article-overlay.alternative-aspect-ratio.col-size-4:before, .article-overlay.alternative-aspect-ratio.col-size-4:after {
      top: 155px; } }
  @media screen and (min-width: 1600px) {
    .article-overlay.alternative-aspect-ratio.col-size-6:before, .article-overlay.alternative-aspect-ratio.col-size-6:after {
      top: 505px;
      left: -342px;
      height: 172%;
      width: 208%; } }
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    .article-overlay.alternative-aspect-ratio.col-size-6:before, .article-overlay.alternative-aspect-ratio.col-size-6:after {
      top: 425px;
      left: -285px; } }
  .article-overlay.alternative-aspect-ratio:before, .article-overlay.alternative-aspect-ratio:after {
    height: 138%;
    width: 210%;
    top: 90px;
    left: -134px; }
    @media screen and (max-width: 1599px) {
      .article-overlay.alternative-aspect-ratio:before, .article-overlay.alternative-aspect-ratio:after {
        top: 0px; } }
    @media screen and (max-width: 1199px) {
      .article-overlay.alternative-aspect-ratio:before, .article-overlay.alternative-aspect-ratio:after {
        top: 65px; } }
    @media screen and (max-width: 1050px) {
      .article-overlay.alternative-aspect-ratio:before, .article-overlay.alternative-aspect-ratio:after {
        top: 50px; } }
    @media screen and (max-width: 990px) {
      .article-overlay.alternative-aspect-ratio:before, .article-overlay.alternative-aspect-ratio:after {
        top: 80px; } }
    @media screen and (max-width: 800px) {
      .article-overlay.alternative-aspect-ratio:before, .article-overlay.alternative-aspect-ratio:after {
        top: 65px; } }

.service .service-main-text {
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #232323; }
  @media screen and (min-width: 320px) {
    .service .service-main-text {
      margin-left: calc(20px + 180 * (100vw - 320px) / 1600); } }
  @media screen and (min-width: 1920px) {
    .service .service-main-text {
      margin-left: 200px; } }
  @media screen and (min-width: 320px) {
    .service .service-main-text {
      margin-right: calc(20px + 180 * (100vw - 320px) / 1600); } }
  @media screen and (min-width: 1920px) {
    .service .service-main-text {
      margin-right: 200px; } }
  @media screen and (min-width: 320px) {
    .service .service-main-text {
      font-size: calc(16px + 4 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .service .service-main-text {
      font-size: 20px; } }
  @media screen and (min-width: 320px) {
    .service .service-main-text {
      line-height: calc(24px + 3 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .service .service-main-text {
      line-height: 27px; } }
  .service .service-main-text p, .service .service-main-text li {
    font-size: 16px;
    line-height: 24px;
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    color: #232323; }
    @media screen and (min-width: 320px) {
      .service .service-main-text p, .service .service-main-text li {
        font-size: calc(16px + 4 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .service .service-main-text p, .service .service-main-text li {
        font-size: 20px; } }
    @media screen and (min-width: 320px) {
      .service .service-main-text p, .service .service-main-text li {
        line-height: calc(24px + 3 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .service .service-main-text p, .service .service-main-text li {
        line-height: 27px; } }
  .service .service-main-text a {
    font-size: 16px;
    line-height: 24px;
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    color: #232323;
    text-decoration: underline; }
    @media screen and (min-width: 320px) {
      .service .service-main-text a {
        font-size: calc(16px + 4 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .service .service-main-text a {
        font-size: 20px; } }
    @media screen and (min-width: 320px) {
      .service .service-main-text a {
        line-height: calc(24px + 3 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .service .service-main-text a {
        line-height: 27px; } }

.service .service-sub-description {
  margin: 75px 0 0; }

.service .service__main-contacts .article-date {
  display: none; }

.std-button {
  padding: 15px;
  display: inline-block; }
  .std-button--white {
    color: #fff;
    border: 1px solid #fff; }
  .std-button:hover {
    text-decoration: underline;
    color: white; }

/*@font-face {
    font-family: 'Gotham Narrow';
    /*src: url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff') format('woff'), url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff2') format('woff2');*/
/*}

@font-face {
    font-family: 'Chronicle Text G1';
    /*src: url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff') format('woff'), url('/ClientResources/Fonts/SharpGroteskMedium/SharpGroteskMedium12.woff2') format('woff2');*/
body {
  font-size: 13px/1.5;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }

h1, h2, h3, h4 {
  word-break: break-word;
  color: #232323;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }

.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.p-0 {
  padding: 0; }

.m-0 {
  margin: 0; }

.d-bl {
  display: block; }

.d-ibl {
  display: inline-block; }

.d-n {
  display: none; }

.border-red {
  border-right: 1px solid #c82a15; }

.border-red-bolder {
  border-right: 2px solid #c82a15; }

.p-abs {
  position: absolute; }

.p-rel {
  position: relative; }

.c-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.word-b {
  word-break: break-all; }

.ingress {
  font-size: 23px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  font-weight: 500;
  color: #232323; }
  @media screen and (min-width: 320px) {
    .ingress {
      font-size: calc(23px + 5 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .ingress {
      font-size: 28px; } }
  @media screen and (min-width: 320px) {
    .ingress {
      line-height: calc(28px + 6 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .ingress {
      line-height: 34px; } }

.main-text, .article-main-text {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 320px) {
    .main-text, .article-main-text {
      font-size: calc(16px + 3 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .main-text, .article-main-text {
      font-size: 19px; } }
  @media screen and (min-width: 320px) {
    .main-text, .article-main-text {
      line-height: calc(24px + 3 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .main-text, .article-main-text {
      line-height: 27px; } }
  .main-text p, .article-main-text p {
    word-break: break-word; }
  .main-text p, .main-text li, .article-main-text p, .article-main-text li {
    font-size: 16px;
    line-height: 24px;
    color: #232323; }
    @media screen and (min-width: 320px) {
      .main-text p, .main-text li, .article-main-text p, .article-main-text li {
        font-size: calc(16px + 3 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .main-text p, .main-text li, .article-main-text p, .article-main-text li {
        font-size: 19px; } }
    @media screen and (min-width: 320px) {
      .main-text p, .main-text li, .article-main-text p, .article-main-text li {
        line-height: calc(24px + 3 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .main-text p, .main-text li, .article-main-text p, .article-main-text li {
        line-height: 27px; } }
  .main-text a, .article-main-text a {
    color: #232323; }
  .main-text h2, .article-main-text h2 {
    font-size: 24px;
    line-height: 30px;
    font-family: "Gotham Narrow B", "Gotham Narrow A", serif;
    color: #232323; }
    @media screen and (min-width: 320px) {
      .main-text h2, .article-main-text h2 {
        font-size: calc(24px + 4 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .main-text h2, .article-main-text h2 {
        font-size: 28px; } }
    @media screen and (min-width: 320px) {
      .main-text h2, .article-main-text h2 {
        line-height: calc(30px + 4 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .main-text h2, .article-main-text h2 {
        line-height: 34px; } }
  .main-text h3, .main-text h4, .article-main-text h3, .article-main-text h4 {
    font-size: 20px;
    line-height: 20px;
    font-family: "Gotham Narrow B", "Gotham Narrow A", serif;
    color: #232323; }
    @media screen and (min-width: 320px) {
      .main-text h3, .main-text h4, .article-main-text h3, .article-main-text h4 {
        font-size: calc(20px + 2 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .main-text h3, .main-text h4, .article-main-text h3, .article-main-text h4 {
        font-size: 22px; } }
    @media screen and (min-width: 320px) {
      .main-text h3, .main-text h4, .article-main-text h3, .article-main-text h4 {
        line-height: calc(20px + 7 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .main-text h3, .main-text h4, .article-main-text h3, .article-main-text h4 {
        line-height: 27px; } }
  @media screen and (max-width: 768px) {
    .main-text img, .article-main-text img {
      height: auto !important; } }
  @media screen and (max-width: 1200px) {
    .main-text iframe, .article-main-text iframe {
      width: 100%; } }

.h-1-large {
  font-size: 50px;
  line-height: 72px;
  color: #fff;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
  @media screen and (min-width: 500px) {
    .h-1-large {
      font-size: calc(50px + 90 * (100vw - 500px) / 700); } }
  @media screen and (min-width: 1200px) {
    .h-1-large {
      font-size: 140px; } }
  @media screen and (min-width: 500px) {
    .h-1-large {
      line-height: calc(72px + 58 * (100vw - 500px) / 700); } }
  @media screen and (min-width: 1200px) {
    .h-1-large {
      line-height: 130px; } }

.h-1-smaller {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
  @media screen and (min-width: 320px) {
    .h-1-smaller {
      font-size: calc(30px + 25 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-smaller {
      font-size: 55px; } }
  @media screen and (min-width: 320px) {
    .h-1-smaller {
      line-height: calc(36px + 30 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-smaller {
      line-height: 66px; } }

.h-1 {
  font-size: 30px;
  line-height: 36px;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #232323;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
  @media screen and (min-width: 320px) {
    .h-1 {
      font-size: calc(30px + 18 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1 {
      font-size: 48px; } }
  @media screen and (min-width: 320px) {
    .h-1 {
      line-height: calc(36px + 22 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1 {
      line-height: 58px; } }
  @media screen and (min-width: 320px) {
    .h-1 {
      padding-top: calc(60px + 40 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1 {
      padding-top: 100px; } }
  @media screen and (min-width: 320px) {
    .h-1 {
      padding-bottom: calc(20px + 80 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1 {
      padding-bottom: 100px; } }
  @media screen and (min-width: 320px) {
    .h-1 {
      margin-left: calc(20px + 70 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1 {
      margin-left: 90px; } }
  @media screen and (min-width: 320px) {
    .h-1 {
      margin-right: calc(20px + 70 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1 {
      margin-right: 90px; } }

.h-1-black {
  font-size: 30px;
  line-height: 36px;
  margin-left: 20px;
  margin-right: 20px;
  color: #000;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
  @media screen and (min-width: 320px) {
    .h-1-black {
      font-size: calc(30px + 18 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-black {
      font-size: 48px; } }
  @media screen and (min-width: 320px) {
    .h-1-black {
      line-height: calc(36px + 22 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-black {
      line-height: 58px; } }
  @media screen and (min-width: 320px) {
    .h-1-black {
      margin-left: calc(20px + 70 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-black {
      margin-left: 90px; } }
  @media screen and (min-width: 320px) {
    .h-1-black {
      margin-right: calc(20px + 70 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-black {
      margin-right: 90px; } }

.h-1-dark-gray {
  font-size: 32px;
  line-height: 38px;
  color: #232323;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  margin-bottom: 0px;
  padding-bottom: 25px !important; }
  @media screen and (min-width: 320px) {
    .h-1-dark-gray {
      font-size: calc(32px + 10 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-dark-gray {
      font-size: 42px; } }
  @media screen and (min-width: 320px) {
    .h-1-dark-gray {
      line-height: calc(38px + 12 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-dark-gray {
      line-height: 50px; } }

.h-1-white {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
  @media screen and (min-width: 320px) {
    .h-1-white {
      font-size: calc(32px + 3 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-white {
      font-size: 35px; } }
  @media screen and (min-width: 320px) {
    .h-1-white {
      line-height: calc(38px + 57 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-1-white {
      line-height: 95px; } }

.h-2 {
  font-size: 26px;
  line-height: 32px; }
  @media screen and (min-width: 320px) {
    .h-2 {
      font-size: calc(26px + 6 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-2 {
      font-size: 32px; } }
  @media screen and (min-width: 320px) {
    .h-2 {
      line-height: calc(32px + 6 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .h-2 {
      line-height: 38px; } }

.h-3 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  font-weight: 500;
  color: #232323; }

.h-4 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Gotham Narrow B", "Gotham Narrow A", serif;
  color: #232323;
  font-weight: 500; }

.h-5 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #A5AFAF;
  font-weight: 400; }

a.h-5:hover {
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #c82a15;
  font-weight: 400;
  text-decoration: none; }

.h-5-darkgray {
  font-size: 19px;
  line-height: 28px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #232323; }

.h-6 {
  font-size: 16px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #c82a15;
  font-weight: 400; }

.h-7 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #232323;
  font-weight: 500; }

.h-7-s {
  font-size: 18px;
  line-height: 24px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #232323;
  font-weight: 500; }

.h-8 {
  color: #5D6369;
  font-size: 18;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  font-weight: 500; }

.pr-1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #5D6369; }

.pr-2 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #232323; }
  @media screen and (min-width: 320px) {
    .pr-2 {
      font-size: calc(16px + 4 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .pr-2 {
      font-size: 20px; } }
  @media screen and (min-width: 320px) {
    .pr-2 {
      line-height: calc(24px + 3 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .pr-2 {
      line-height: 27px; } }

.pr-3 {
  font-size: 13px;
  line-height: 16px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #232323; }

.par-4 {
  font-size: 13px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #5D6369;
  margin: 5px 0; }

.par-5 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #232323; }

.a-1 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #232323;
  text-decoration: underline; }

.a-2 {
  font-size: 28px;
  line-height: 18px;
  color: #232323;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }
  @media screen and (max-width: 1200px) {
    .a-2 {
      font-size: 14px; } }
  @media screen and (max-width: 1200px) and (min-width: 320px) {
    .a-2 {
      font-size: calc(14px + 8 * (100vw - 320px) / 880); } }
  @media screen and (max-width: 1200px) and (min-width: 1200px) {
    .a-2 {
      font-size: 22px; } }
  @media screen and (min-width: 320px) {
    .a-2 {
      line-height: calc(18px + 16 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .a-2 {
      line-height: 34px; } }

.a-2-smaller {
  font-size: 14px;
  line-height: 18px;
  color: #232323;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }
  @media screen and (min-width: 320px) {
    .a-2-smaller {
      font-size: calc(14px + 4 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .a-2-smaller {
      font-size: 18px; } }
  @media screen and (min-width: 320px) {
    .a-2-smaller {
      line-height: calc(18px + 10 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .a-2-smaller {
      line-height: 28px; } }
  .a-2-smaller:hover {
    color: #232323; }

.a-3 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #5D6369; }
  .a-3:hover {
    color: #5D6369; }

.a-4 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #232323; }
  .a-4:hover {
    color: #232323; }

.a-5 {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-family: "Gotham Narrow B", "Gotham Narrow A", serif; }
  .a-5:hover {
    text-decoration: none;
    color: #c82a15 !important;
    -webkit-transition: .4s;
    transition: .4s; }

.a-6 {
  font-size: 18px;
  line-height: 22px;
  color: #232323;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }

.a-6 {
  font-size: 18px;
  line-height: 50px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  color: #232323; }
  @media screen and (min-width: 320px) {
    .a-6 {
      line-height: calc(50px + -12 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .a-6 {
      line-height: 38px; } }

.a-7 {
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  font-weight: 400;
  color: #5D6369;
  font-size: 18px; }
  .a-7:hover {
    text-decoration: none;
    color: #c82a15;
    -webkit-transition: .4s;
    transition: .4s; }

.btn-1 {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  border: 1px solid #c82a15; }
  .btn-1:hover {
    background-color: #fff;
    border-color: #fff !important; }
    .btn-1:hover a {
      color: #c82a15 !important; }
  .btn-1 a {
    display: inline-block;
    position: relative;
    padding: 10px 20px 12px 20px;
    color: #000;
    min-width: 150px; }
    .btn-1 a:hover {
      text-decoration: none; }

.btn-2 {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  border: 1px solid #c82a15; }
  .btn-2:hover {
    background-color: #c82a15; }
    .btn-2:hover a {
      color: #fff; }
  .btn-2 a {
    display: inline-block;
    position: relative;
    padding: 10px 20px 12px 20px;
    color: #000;
    min-width: 150px; }
    .btn-2 a:hover {
      text-decoration: none; }

.btn-3 {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer; }
  .btn-3:hover {
    border: 1px solid #c82a15;
    background-color: #c82a15; }
    .btn-3:hover a {
      color: #fff !important; }
  .btn-3 a {
    display: inline-block;
    position: relative;
    padding: 10px 20px 12px 20px;
    color: #000;
    min-width: 150px; }
    .btn-3 a:hover {
      text-decoration: none; }

.btn-4 {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  min-width: 125px; }
  .btn-4:hover {
    background-color: #c82a15;
    border-color: #c82a15; }
    .btn-4:hover a {
      color: #fff; }
  .btn-4 a {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    color: #fff; }
    .btn-4 a:hover {
      text-decoration: none; }

.btn-5 {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  border: 1px solid #000;
  background-color: transparent;
  cursor: pointer;
  padding: 10px 20px 12px 20px;
  min-width: 200px; }
  .btn-5:hover {
    border: 1px solid #c82a15;
    background-color: #c82a15;
    color: #fff; }

.font-bolder {
  font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
  font-weight: 500; }

.hex-clip-svg-wrapper,
.hex-clip-svg {
  width: 0;
  height: 0; }

.hex-wrapper {
  width: 80%; }
  .hex-wrapper .hex-container {
    position: relative;
    padding: 110% 0 0 0; }
    .hex-wrapper .hex-container .hex {
      -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      max-width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

/* hexagon fix for IE11 */
_:-ms-fullscreen, :root .hex-wrapper .hex-container {
  padding: 80% 0 0 0; }

.pagination {
  padding-top: 40px;
  padding-bottom: 40px;
  display: inline-block;
  margin: 0; }
  @media screen and (min-width: 320px) {
    .pagination {
      padding-top: calc(40px + 10 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .pagination {
      padding-top: 50px; } }
  @media screen and (min-width: 320px) {
    .pagination {
      padding-bottom: calc(40px + 30 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .pagination {
      padding-bottom: 70px; } }
  .pagination .page-item {
    display: inline-block;
    float: left;
    margin-right: 2px; }
    .pagination .page-item.active a {
      background-color: #DAE0E3; }
    .pagination .page-item.active:after {
      content: ""; }
    .pagination .page-item .page-link {
      font-size: 18px;
      line-height: 22px;
      color: #000 !important;
      padding: 8px 15px;
      font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
      border: none; }
  .pagination .pagination-more-pages-wrapper {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    float: left; }
    .pagination .pagination-more-pages-wrapper span {
      width: 40px;
      height: 20px; }

.dark-red {
  color: #c82a15; }

.m-black {
  color: #232323; }

/* Utilities */
/* Create loops for margins & paddings. Based on with & height units set in _settings.scss */
.u-min-h-0 {
  min-height: 0%; }

.u-height-0 {
  height: 0%; }

.u-m-0 {
  margin: 0px; }

.u-my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.u-mt-0 {
  margin-top: 0px; }

.u-mb-0 {
  margin-bottom: 0px; }

.u-neg-mb-0 {
  margin-bottom: 0px; }

.u-mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.u-neg-mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.u-p-0 {
  padding: 0px; }

.u-py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.u-px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.u-pt-0 {
  padding-top: 0px; }

.u-pb-0 {
  padding-bottom: 0px; }

.u-pl-0 {
  padding-left: 0px; }

.u-pr-0 {
  padding-right: 0px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-0 {
    padding-right: 0px; } }

@media (min-width: 576px) {
  ._sm-u-mt-0 {
    margin-top: 0px; }
  ._sm-u-neg-mb-0 {
    margin-bottom: 0px !important; } }

.u-min-h-1 {
  min-height: 10%; }

.u-height-1 {
  height: 10%; }

.u-m-1 {
  margin: 10px; }

.u-my-1 {
  margin-top: 10px;
  margin-bottom: 10px; }

.u-mt-1 {
  margin-top: 10px; }

.u-mb-1 {
  margin-bottom: 10px; }

.u-neg-mb-1 {
  margin-bottom: -10px; }

.u-mx-1 {
  margin-left: 10px;
  margin-right: 10px; }

.u-neg-mx-1 {
  margin-left: -10px;
  margin-right: -10px; }

.u-p-1 {
  padding: 10px; }

.u-py-1 {
  padding-top: 10px;
  padding-bottom: 10px; }

.u-px-1 {
  padding-left: 10px;
  padding-right: 10px; }

.u-pt-1 {
  padding-top: 10px; }

.u-pb-1 {
  padding-bottom: 10px; }

.u-pl-1 {
  padding-left: 10px; }

.u-pr-1 {
  padding-right: 10px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-1 {
    padding-right: 10px; } }

@media (min-width: 576px) {
  ._sm-u-mt-1 {
    margin-top: 10px; }
  ._sm-u-neg-mb-1 {
    margin-bottom: -10px !important; } }

.u-min-h-2 {
  min-height: 20%; }

.u-height-2 {
  height: 20%; }

.u-m-2 {
  margin: 20px; }

.u-my-2 {
  margin-top: 20px;
  margin-bottom: 20px; }

.u-mt-2 {
  margin-top: 20px; }

.u-mb-2 {
  margin-bottom: 20px; }

.u-neg-mb-2 {
  margin-bottom: -20px; }

.u-mx-2 {
  margin-left: 20px;
  margin-right: 20px; }

.u-neg-mx-2 {
  margin-left: -20px;
  margin-right: -20px; }

.u-p-2 {
  padding: 20px; }

.u-py-2 {
  padding-top: 20px;
  padding-bottom: 20px; }

.u-px-2 {
  padding-left: 20px;
  padding-right: 20px; }

.u-pt-2 {
  padding-top: 20px; }

.u-pb-2 {
  padding-bottom: 20px; }

.u-pl-2 {
  padding-left: 20px; }

.u-pr-2 {
  padding-right: 20px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-2 {
    padding-right: 20px; } }

@media (min-width: 576px) {
  ._sm-u-mt-2 {
    margin-top: 20px; }
  ._sm-u-neg-mb-2 {
    margin-bottom: -20px !important; } }

.u-min-h-3 {
  min-height: 30%; }

.u-height-3 {
  height: 30%; }

.u-m-3 {
  margin: 30px; }

.u-my-3 {
  margin-top: 30px;
  margin-bottom: 30px; }

.u-mt-3 {
  margin-top: 30px; }

.u-mb-3 {
  margin-bottom: 30px; }

.u-neg-mb-3 {
  margin-bottom: -30px; }

.u-mx-3 {
  margin-left: 30px;
  margin-right: 30px; }

.u-neg-mx-3 {
  margin-left: -30px;
  margin-right: -30px; }

.u-p-3 {
  padding: 30px; }

.u-py-3 {
  padding-top: 30px;
  padding-bottom: 30px; }

.u-px-3 {
  padding-left: 30px;
  padding-right: 30px; }

.u-pt-3 {
  padding-top: 30px; }

.u-pb-3 {
  padding-bottom: 30px; }

.u-pl-3 {
  padding-left: 30px; }

.u-pr-3 {
  padding-right: 30px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-3 {
    padding-right: 30px; } }

@media (min-width: 576px) {
  ._sm-u-mt-3 {
    margin-top: 30px; }
  ._sm-u-neg-mb-3 {
    margin-bottom: -30px !important; } }

.u-min-h-4 {
  min-height: 40%; }

.u-height-4 {
  height: 40%; }

.u-m-4 {
  margin: 40px; }

.u-my-4 {
  margin-top: 40px;
  margin-bottom: 40px; }

.u-mt-4 {
  margin-top: 40px; }

.u-mb-4 {
  margin-bottom: 40px; }

.u-neg-mb-4 {
  margin-bottom: -40px; }

.u-mx-4 {
  margin-left: 40px;
  margin-right: 40px; }

.u-neg-mx-4 {
  margin-left: -40px;
  margin-right: -40px; }

.u-p-4 {
  padding: 40px; }

.u-py-4 {
  padding-top: 40px;
  padding-bottom: 40px; }

.u-px-4 {
  padding-left: 40px;
  padding-right: 40px; }

.u-pt-4 {
  padding-top: 40px; }

.u-pb-4 {
  padding-bottom: 40px; }

.u-pl-4 {
  padding-left: 40px; }

.u-pr-4 {
  padding-right: 40px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-4 {
    padding-right: 40px; } }

@media (min-width: 576px) {
  ._sm-u-mt-4 {
    margin-top: 40px; }
  ._sm-u-neg-mb-4 {
    margin-bottom: -40px !important; } }

.u-min-h-5 {
  min-height: 50%; }

.u-height-5 {
  height: 50%; }

.u-m-5 {
  margin: 50px; }

.u-my-5 {
  margin-top: 50px;
  margin-bottom: 50px; }

.u-mt-5 {
  margin-top: 50px; }

.u-mb-5 {
  margin-bottom: 50px; }

.u-neg-mb-5 {
  margin-bottom: -50px; }

.u-mx-5 {
  margin-left: 50px;
  margin-right: 50px; }

.u-neg-mx-5 {
  margin-left: -50px;
  margin-right: -50px; }

.u-p-5 {
  padding: 50px; }

.u-py-5 {
  padding-top: 50px;
  padding-bottom: 50px; }

.u-px-5 {
  padding-left: 50px;
  padding-right: 50px; }

.u-pt-5 {
  padding-top: 50px; }

.u-pb-5 {
  padding-bottom: 50px; }

.u-pl-5 {
  padding-left: 50px; }

.u-pr-5 {
  padding-right: 50px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-5 {
    padding-right: 50px; } }

@media (min-width: 576px) {
  ._sm-u-mt-5 {
    margin-top: 50px; }
  ._sm-u-neg-mb-5 {
    margin-bottom: -50px !important; } }

.u-min-h-6 {
  min-height: 60%; }

.u-height-6 {
  height: 60%; }

.u-m-6 {
  margin: 60px; }

.u-my-6 {
  margin-top: 60px;
  margin-bottom: 60px; }

.u-mt-6 {
  margin-top: 60px; }

.u-mb-6 {
  margin-bottom: 60px; }

.u-neg-mb-6 {
  margin-bottom: -60px; }

.u-mx-6 {
  margin-left: 60px;
  margin-right: 60px; }

.u-neg-mx-6 {
  margin-left: -60px;
  margin-right: -60px; }

.u-p-6 {
  padding: 60px; }

.u-py-6 {
  padding-top: 60px;
  padding-bottom: 60px; }

.u-px-6 {
  padding-left: 60px;
  padding-right: 60px; }

.u-pt-6 {
  padding-top: 60px; }

.u-pb-6 {
  padding-bottom: 60px; }

.u-pl-6 {
  padding-left: 60px; }

.u-pr-6 {
  padding-right: 60px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-6 {
    padding-right: 60px; } }

@media (min-width: 576px) {
  ._sm-u-mt-6 {
    margin-top: 60px; }
  ._sm-u-neg-mb-6 {
    margin-bottom: -60px !important; } }

.u-min-h-7 {
  min-height: 70%; }

.u-height-7 {
  height: 70%; }

.u-m-7 {
  margin: 70px; }

.u-my-7 {
  margin-top: 70px;
  margin-bottom: 70px; }

.u-mt-7 {
  margin-top: 70px; }

.u-mb-7 {
  margin-bottom: 70px; }

.u-neg-mb-7 {
  margin-bottom: -70px; }

.u-mx-7 {
  margin-left: 70px;
  margin-right: 70px; }

.u-neg-mx-7 {
  margin-left: -70px;
  margin-right: -70px; }

.u-p-7 {
  padding: 70px; }

.u-py-7 {
  padding-top: 70px;
  padding-bottom: 70px; }

.u-px-7 {
  padding-left: 70px;
  padding-right: 70px; }

.u-pt-7 {
  padding-top: 70px; }

.u-pb-7 {
  padding-bottom: 70px; }

.u-pl-7 {
  padding-left: 70px; }

.u-pr-7 {
  padding-right: 70px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-7 {
    padding-right: 70px; } }

@media (min-width: 576px) {
  ._sm-u-mt-7 {
    margin-top: 70px; }
  ._sm-u-neg-mb-7 {
    margin-bottom: -70px !important; } }

.u-min-h-8 {
  min-height: 80%; }

.u-height-8 {
  height: 80%; }

.u-m-8 {
  margin: 80px; }

.u-my-8 {
  margin-top: 80px;
  margin-bottom: 80px; }

.u-mt-8 {
  margin-top: 80px; }

.u-mb-8 {
  margin-bottom: 80px; }

.u-neg-mb-8 {
  margin-bottom: -80px; }

.u-mx-8 {
  margin-left: 80px;
  margin-right: 80px; }

.u-neg-mx-8 {
  margin-left: -80px;
  margin-right: -80px; }

.u-p-8 {
  padding: 80px; }

.u-py-8 {
  padding-top: 80px;
  padding-bottom: 80px; }

.u-px-8 {
  padding-left: 80px;
  padding-right: 80px; }

.u-pt-8 {
  padding-top: 80px; }

.u-pb-8 {
  padding-bottom: 80px; }

.u-pl-8 {
  padding-left: 80px; }

.u-pr-8 {
  padding-right: 80px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-8 {
    padding-right: 80px; } }

@media (min-width: 576px) {
  ._sm-u-mt-8 {
    margin-top: 80px; }
  ._sm-u-neg-mb-8 {
    margin-bottom: -80px !important; } }

.u-min-h-9 {
  min-height: 90%; }

.u-height-9 {
  height: 90%; }

.u-m-9 {
  margin: 90px; }

.u-my-9 {
  margin-top: 90px;
  margin-bottom: 90px; }

.u-mt-9 {
  margin-top: 90px; }

.u-mb-9 {
  margin-bottom: 90px; }

.u-neg-mb-9 {
  margin-bottom: -90px; }

.u-mx-9 {
  margin-left: 90px;
  margin-right: 90px; }

.u-neg-mx-9 {
  margin-left: -90px;
  margin-right: -90px; }

.u-p-9 {
  padding: 90px; }

.u-py-9 {
  padding-top: 90px;
  padding-bottom: 90px; }

.u-px-9 {
  padding-left: 90px;
  padding-right: 90px; }

.u-pt-9 {
  padding-top: 90px; }

.u-pb-9 {
  padding-bottom: 90px; }

.u-pl-9 {
  padding-left: 90px; }

.u-pr-9 {
  padding-right: 90px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-9 {
    padding-right: 90px; } }

@media (min-width: 576px) {
  ._sm-u-mt-9 {
    margin-top: 90px; }
  ._sm-u-neg-mb-9 {
    margin-bottom: -90px !important; } }

.u-min-h-10 {
  min-height: 100%; }

.u-height-10 {
  height: 100%; }

.u-m-10 {
  margin: 100px; }

.u-my-10 {
  margin-top: 100px;
  margin-bottom: 100px; }

.u-mt-10 {
  margin-top: 100px; }

.u-mb-10 {
  margin-bottom: 100px; }

.u-neg-mb-10 {
  margin-bottom: -100px; }

.u-mx-10 {
  margin-left: 100px;
  margin-right: 100px; }

.u-neg-mx-10 {
  margin-left: -100px;
  margin-right: -100px; }

.u-p-10 {
  padding: 100px; }

.u-py-10 {
  padding-top: 100px;
  padding-bottom: 100px; }

.u-px-10 {
  padding-left: 100px;
  padding-right: 100px; }

.u-pt-10 {
  padding-top: 100px; }

.u-pb-10 {
  padding-bottom: 100px; }

.u-pl-10 {
  padding-left: 100px; }

.u-pr-10 {
  padding-right: 100px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-10 {
    padding-right: 100px; } }

@media (min-width: 576px) {
  ._sm-u-mt-10 {
    margin-top: 100px; }
  ._sm-u-neg-mb-10 {
    margin-bottom: -100px !important; } }

.u-min-h-11 {
  min-height: 110%; }

.u-height-11 {
  height: 110%; }

.u-m-11 {
  margin: 110px; }

.u-my-11 {
  margin-top: 110px;
  margin-bottom: 110px; }

.u-mt-11 {
  margin-top: 110px; }

.u-mb-11 {
  margin-bottom: 110px; }

.u-neg-mb-11 {
  margin-bottom: -110px; }

.u-mx-11 {
  margin-left: 110px;
  margin-right: 110px; }

.u-neg-mx-11 {
  margin-left: -110px;
  margin-right: -110px; }

.u-p-11 {
  padding: 110px; }

.u-py-11 {
  padding-top: 110px;
  padding-bottom: 110px; }

.u-px-11 {
  padding-left: 110px;
  padding-right: 110px; }

.u-pt-11 {
  padding-top: 110px; }

.u-pb-11 {
  padding-bottom: 110px; }

.u-pl-11 {
  padding-left: 110px; }

.u-pr-11 {
  padding-right: 110px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-11 {
    padding-right: 110px; } }

@media (min-width: 576px) {
  ._sm-u-mt-11 {
    margin-top: 110px; }
  ._sm-u-neg-mb-11 {
    margin-bottom: -110px !important; } }

.u-min-h-12 {
  min-height: 120%; }

.u-height-12 {
  height: 120%; }

.u-m-12 {
  margin: 120px; }

.u-my-12 {
  margin-top: 120px;
  margin-bottom: 120px; }

.u-mt-12 {
  margin-top: 120px; }

.u-mb-12 {
  margin-bottom: 120px; }

.u-neg-mb-12 {
  margin-bottom: -120px; }

.u-mx-12 {
  margin-left: 120px;
  margin-right: 120px; }

.u-neg-mx-12 {
  margin-left: -120px;
  margin-right: -120px; }

.u-p-12 {
  padding: 120px; }

.u-py-12 {
  padding-top: 120px;
  padding-bottom: 120px; }

.u-px-12 {
  padding-left: 120px;
  padding-right: 120px; }

.u-pt-12 {
  padding-top: 120px; }

.u-pb-12 {
  padding-bottom: 120px; }

.u-pl-12 {
  padding-left: 120px; }

.u-pr-12 {
  padding-right: 120px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-12 {
    padding-right: 120px; } }

@media (min-width: 576px) {
  ._sm-u-mt-12 {
    margin-top: 120px; }
  ._sm-u-neg-mb-12 {
    margin-bottom: -120px !important; } }

.u-min-h-13 {
  min-height: 130%; }

.u-height-13 {
  height: 130%; }

.u-m-13 {
  margin: 130px; }

.u-my-13 {
  margin-top: 130px;
  margin-bottom: 130px; }

.u-mt-13 {
  margin-top: 130px; }

.u-mb-13 {
  margin-bottom: 130px; }

.u-neg-mb-13 {
  margin-bottom: -130px; }

.u-mx-13 {
  margin-left: 130px;
  margin-right: 130px; }

.u-neg-mx-13 {
  margin-left: -130px;
  margin-right: -130px; }

.u-p-13 {
  padding: 130px; }

.u-py-13 {
  padding-top: 130px;
  padding-bottom: 130px; }

.u-px-13 {
  padding-left: 130px;
  padding-right: 130px; }

.u-pt-13 {
  padding-top: 130px; }

.u-pb-13 {
  padding-bottom: 130px; }

.u-pl-13 {
  padding-left: 130px; }

.u-pr-13 {
  padding-right: 130px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-13 {
    padding-right: 130px; } }

@media (min-width: 576px) {
  ._sm-u-mt-13 {
    margin-top: 130px; }
  ._sm-u-neg-mb-13 {
    margin-bottom: -130px !important; } }

.u-min-h-14 {
  min-height: 140%; }

.u-height-14 {
  height: 140%; }

.u-m-14 {
  margin: 140px; }

.u-my-14 {
  margin-top: 140px;
  margin-bottom: 140px; }

.u-mt-14 {
  margin-top: 140px; }

.u-mb-14 {
  margin-bottom: 140px; }

.u-neg-mb-14 {
  margin-bottom: -140px; }

.u-mx-14 {
  margin-left: 140px;
  margin-right: 140px; }

.u-neg-mx-14 {
  margin-left: -140px;
  margin-right: -140px; }

.u-p-14 {
  padding: 140px; }

.u-py-14 {
  padding-top: 140px;
  padding-bottom: 140px; }

.u-px-14 {
  padding-left: 140px;
  padding-right: 140px; }

.u-pt-14 {
  padding-top: 140px; }

.u-pb-14 {
  padding-bottom: 140px; }

.u-pl-14 {
  padding-left: 140px; }

.u-pr-14 {
  padding-right: 140px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-14 {
    padding-right: 140px; } }

@media (min-width: 576px) {
  ._sm-u-mt-14 {
    margin-top: 140px; }
  ._sm-u-neg-mb-14 {
    margin-bottom: -140px !important; } }

.u-min-h-15 {
  min-height: 150%; }

.u-height-15 {
  height: 150%; }

.u-m-15 {
  margin: 150px; }

.u-my-15 {
  margin-top: 150px;
  margin-bottom: 150px; }

.u-mt-15 {
  margin-top: 150px; }

.u-mb-15 {
  margin-bottom: 150px; }

.u-neg-mb-15 {
  margin-bottom: -150px; }

.u-mx-15 {
  margin-left: 150px;
  margin-right: 150px; }

.u-neg-mx-15 {
  margin-left: -150px;
  margin-right: -150px; }

.u-p-15 {
  padding: 150px; }

.u-py-15 {
  padding-top: 150px;
  padding-bottom: 150px; }

.u-px-15 {
  padding-left: 150px;
  padding-right: 150px; }

.u-pt-15 {
  padding-top: 150px; }

.u-pb-15 {
  padding-bottom: 150px; }

.u-pl-15 {
  padding-left: 150px; }

.u-pr-15 {
  padding-right: 150px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-15 {
    padding-right: 150px; } }

@media (min-width: 576px) {
  ._sm-u-mt-15 {
    margin-top: 150px; }
  ._sm-u-neg-mb-15 {
    margin-bottom: -150px !important; } }

.u-min-h-16 {
  min-height: 160%; }

.u-height-16 {
  height: 160%; }

.u-m-16 {
  margin: 160px; }

.u-my-16 {
  margin-top: 160px;
  margin-bottom: 160px; }

.u-mt-16 {
  margin-top: 160px; }

.u-mb-16 {
  margin-bottom: 160px; }

.u-neg-mb-16 {
  margin-bottom: -160px; }

.u-mx-16 {
  margin-left: 160px;
  margin-right: 160px; }

.u-neg-mx-16 {
  margin-left: -160px;
  margin-right: -160px; }

.u-p-16 {
  padding: 160px; }

.u-py-16 {
  padding-top: 160px;
  padding-bottom: 160px; }

.u-px-16 {
  padding-left: 160px;
  padding-right: 160px; }

.u-pt-16 {
  padding-top: 160px; }

.u-pb-16 {
  padding-bottom: 160px; }

.u-pl-16 {
  padding-left: 160px; }

.u-pr-16 {
  padding-right: 160px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-16 {
    padding-right: 160px; } }

@media (min-width: 576px) {
  ._sm-u-mt-16 {
    margin-top: 160px; }
  ._sm-u-neg-mb-16 {
    margin-bottom: -160px !important; } }

.u-min-h-17 {
  min-height: 170%; }

.u-height-17 {
  height: 170%; }

.u-m-17 {
  margin: 170px; }

.u-my-17 {
  margin-top: 170px;
  margin-bottom: 170px; }

.u-mt-17 {
  margin-top: 170px; }

.u-mb-17 {
  margin-bottom: 170px; }

.u-neg-mb-17 {
  margin-bottom: -170px; }

.u-mx-17 {
  margin-left: 170px;
  margin-right: 170px; }

.u-neg-mx-17 {
  margin-left: -170px;
  margin-right: -170px; }

.u-p-17 {
  padding: 170px; }

.u-py-17 {
  padding-top: 170px;
  padding-bottom: 170px; }

.u-px-17 {
  padding-left: 170px;
  padding-right: 170px; }

.u-pt-17 {
  padding-top: 170px; }

.u-pb-17 {
  padding-bottom: 170px; }

.u-pl-17 {
  padding-left: 170px; }

.u-pr-17 {
  padding-right: 170px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-17 {
    padding-right: 170px; } }

@media (min-width: 576px) {
  ._sm-u-mt-17 {
    margin-top: 170px; }
  ._sm-u-neg-mb-17 {
    margin-bottom: -170px !important; } }

.u-min-h-18 {
  min-height: 180%; }

.u-height-18 {
  height: 180%; }

.u-m-18 {
  margin: 180px; }

.u-my-18 {
  margin-top: 180px;
  margin-bottom: 180px; }

.u-mt-18 {
  margin-top: 180px; }

.u-mb-18 {
  margin-bottom: 180px; }

.u-neg-mb-18 {
  margin-bottom: -180px; }

.u-mx-18 {
  margin-left: 180px;
  margin-right: 180px; }

.u-neg-mx-18 {
  margin-left: -180px;
  margin-right: -180px; }

.u-p-18 {
  padding: 180px; }

.u-py-18 {
  padding-top: 180px;
  padding-bottom: 180px; }

.u-px-18 {
  padding-left: 180px;
  padding-right: 180px; }

.u-pt-18 {
  padding-top: 180px; }

.u-pb-18 {
  padding-bottom: 180px; }

.u-pl-18 {
  padding-left: 180px; }

.u-pr-18 {
  padding-right: 180px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-18 {
    padding-right: 180px; } }

@media (min-width: 576px) {
  ._sm-u-mt-18 {
    margin-top: 180px; }
  ._sm-u-neg-mb-18 {
    margin-bottom: -180px !important; } }

.u-min-h-19 {
  min-height: 190%; }

.u-height-19 {
  height: 190%; }

.u-m-19 {
  margin: 190px; }

.u-my-19 {
  margin-top: 190px;
  margin-bottom: 190px; }

.u-mt-19 {
  margin-top: 190px; }

.u-mb-19 {
  margin-bottom: 190px; }

.u-neg-mb-19 {
  margin-bottom: -190px; }

.u-mx-19 {
  margin-left: 190px;
  margin-right: 190px; }

.u-neg-mx-19 {
  margin-left: -190px;
  margin-right: -190px; }

.u-p-19 {
  padding: 190px; }

.u-py-19 {
  padding-top: 190px;
  padding-bottom: 190px; }

.u-px-19 {
  padding-left: 190px;
  padding-right: 190px; }

.u-pt-19 {
  padding-top: 190px; }

.u-pb-19 {
  padding-bottom: 190px; }

.u-pl-19 {
  padding-left: 190px; }

.u-pr-19 {
  padding-right: 190px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-19 {
    padding-right: 190px; } }

@media (min-width: 576px) {
  ._sm-u-mt-19 {
    margin-top: 190px; }
  ._sm-u-neg-mb-19 {
    margin-bottom: -190px !important; } }

.u-min-h-20 {
  min-height: 200%; }

.u-height-20 {
  height: 200%; }

.u-m-20 {
  margin: 200px; }

.u-my-20 {
  margin-top: 200px;
  margin-bottom: 200px; }

.u-mt-20 {
  margin-top: 200px; }

.u-mb-20 {
  margin-bottom: 200px; }

.u-neg-mb-20 {
  margin-bottom: -200px; }

.u-mx-20 {
  margin-left: 200px;
  margin-right: 200px; }

.u-neg-mx-20 {
  margin-left: -200px;
  margin-right: -200px; }

.u-p-20 {
  padding: 200px; }

.u-py-20 {
  padding-top: 200px;
  padding-bottom: 200px; }

.u-px-20 {
  padding-left: 200px;
  padding-right: 200px; }

.u-pt-20 {
  padding-top: 200px; }

.u-pb-20 {
  padding-bottom: 200px; }

.u-pl-20 {
  padding-left: 200px; }

.u-pr-20 {
  padding-right: 200px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-20 {
    padding-right: 200px; } }

@media (min-width: 576px) {
  ._sm-u-mt-20 {
    margin-top: 200px; }
  ._sm-u-neg-mb-20 {
    margin-bottom: -200px !important; } }

.u-min-h-21 {
  min-height: 210%; }

.u-height-21 {
  height: 210%; }

.u-m-21 {
  margin: 210px; }

.u-my-21 {
  margin-top: 210px;
  margin-bottom: 210px; }

.u-mt-21 {
  margin-top: 210px; }

.u-mb-21 {
  margin-bottom: 210px; }

.u-neg-mb-21 {
  margin-bottom: -210px; }

.u-mx-21 {
  margin-left: 210px;
  margin-right: 210px; }

.u-neg-mx-21 {
  margin-left: -210px;
  margin-right: -210px; }

.u-p-21 {
  padding: 210px; }

.u-py-21 {
  padding-top: 210px;
  padding-bottom: 210px; }

.u-px-21 {
  padding-left: 210px;
  padding-right: 210px; }

.u-pt-21 {
  padding-top: 210px; }

.u-pb-21 {
  padding-bottom: 210px; }

.u-pl-21 {
  padding-left: 210px; }

.u-pr-21 {
  padding-right: 210px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-21 {
    padding-right: 210px; } }

@media (min-width: 576px) {
  ._sm-u-mt-21 {
    margin-top: 210px; }
  ._sm-u-neg-mb-21 {
    margin-bottom: -210px !important; } }

.u-min-h-22 {
  min-height: 220%; }

.u-height-22 {
  height: 220%; }

.u-m-22 {
  margin: 220px; }

.u-my-22 {
  margin-top: 220px;
  margin-bottom: 220px; }

.u-mt-22 {
  margin-top: 220px; }

.u-mb-22 {
  margin-bottom: 220px; }

.u-neg-mb-22 {
  margin-bottom: -220px; }

.u-mx-22 {
  margin-left: 220px;
  margin-right: 220px; }

.u-neg-mx-22 {
  margin-left: -220px;
  margin-right: -220px; }

.u-p-22 {
  padding: 220px; }

.u-py-22 {
  padding-top: 220px;
  padding-bottom: 220px; }

.u-px-22 {
  padding-left: 220px;
  padding-right: 220px; }

.u-pt-22 {
  padding-top: 220px; }

.u-pb-22 {
  padding-bottom: 220px; }

.u-pl-22 {
  padding-left: 220px; }

.u-pr-22 {
  padding-right: 220px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-22 {
    padding-right: 220px; } }

@media (min-width: 576px) {
  ._sm-u-mt-22 {
    margin-top: 220px; }
  ._sm-u-neg-mb-22 {
    margin-bottom: -220px !important; } }

.u-min-h-23 {
  min-height: 230%; }

.u-height-23 {
  height: 230%; }

.u-m-23 {
  margin: 230px; }

.u-my-23 {
  margin-top: 230px;
  margin-bottom: 230px; }

.u-mt-23 {
  margin-top: 230px; }

.u-mb-23 {
  margin-bottom: 230px; }

.u-neg-mb-23 {
  margin-bottom: -230px; }

.u-mx-23 {
  margin-left: 230px;
  margin-right: 230px; }

.u-neg-mx-23 {
  margin-left: -230px;
  margin-right: -230px; }

.u-p-23 {
  padding: 230px; }

.u-py-23 {
  padding-top: 230px;
  padding-bottom: 230px; }

.u-px-23 {
  padding-left: 230px;
  padding-right: 230px; }

.u-pt-23 {
  padding-top: 230px; }

.u-pb-23 {
  padding-bottom: 230px; }

.u-pl-23 {
  padding-left: 230px; }

.u-pr-23 {
  padding-right: 230px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-23 {
    padding-right: 230px; } }

@media (min-width: 576px) {
  ._sm-u-mt-23 {
    margin-top: 230px; }
  ._sm-u-neg-mb-23 {
    margin-bottom: -230px !important; } }

.u-min-h-24 {
  min-height: 240%; }

.u-height-24 {
  height: 240%; }

.u-m-24 {
  margin: 240px; }

.u-my-24 {
  margin-top: 240px;
  margin-bottom: 240px; }

.u-mt-24 {
  margin-top: 240px; }

.u-mb-24 {
  margin-bottom: 240px; }

.u-neg-mb-24 {
  margin-bottom: -240px; }

.u-mx-24 {
  margin-left: 240px;
  margin-right: 240px; }

.u-neg-mx-24 {
  margin-left: -240px;
  margin-right: -240px; }

.u-p-24 {
  padding: 240px; }

.u-py-24 {
  padding-top: 240px;
  padding-bottom: 240px; }

.u-px-24 {
  padding-left: 240px;
  padding-right: 240px; }

.u-pt-24 {
  padding-top: 240px; }

.u-pb-24 {
  padding-bottom: 240px; }

.u-pl-24 {
  padding-left: 240px; }

.u-pr-24 {
  padding-right: 240px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-24 {
    padding-right: 240px; } }

@media (min-width: 576px) {
  ._sm-u-mt-24 {
    margin-top: 240px; }
  ._sm-u-neg-mb-24 {
    margin-bottom: -240px !important; } }

.u-min-h-25 {
  min-height: 250%; }

.u-height-25 {
  height: 250%; }

.u-m-25 {
  margin: 250px; }

.u-my-25 {
  margin-top: 250px;
  margin-bottom: 250px; }

.u-mt-25 {
  margin-top: 250px; }

.u-mb-25 {
  margin-bottom: 250px; }

.u-neg-mb-25 {
  margin-bottom: -250px; }

.u-mx-25 {
  margin-left: 250px;
  margin-right: 250px; }

.u-neg-mx-25 {
  margin-left: -250px;
  margin-right: -250px; }

.u-p-25 {
  padding: 250px; }

.u-py-25 {
  padding-top: 250px;
  padding-bottom: 250px; }

.u-px-25 {
  padding-left: 250px;
  padding-right: 250px; }

.u-pt-25 {
  padding-top: 250px; }

.u-pb-25 {
  padding-bottom: 250px; }

.u-pl-25 {
  padding-left: 250px; }

.u-pr-25 {
  padding-right: 250px; }

/* Breakpoint-based exceptions/triggering. Adjust to project's needs. */
@media (min-width: 1200px) {
  ._xl-u-pr-25 {
    padding-right: 250px; } }

@media (min-width: 576px) {
  ._sm-u-mt-25 {
    margin-top: 250px; }
  ._sm-u-neg-mb-25 {
    margin-bottom: -250px !important; } }

.u-z-1 {
  z-index: 1; }

.u-z-2 {
  z-index: 2; }

.u-z-3 {
  z-index: 3; }

.u-maxw-90 {
  max-width: 90%; }

.u-maxw-85 {
  max-width: 85%; }

.u-align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.search {
  border-top: 1px solid #fff; }
  .search .search-field-wrapper {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 320px) {
      .search .search-field-wrapper {
        padding-left: calc(20px + 80 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .search .search-field-wrapper {
        padding-left: 100px; } }
    @media screen and (min-width: 320px) {
      .search .search-field-wrapper {
        padding-right: calc(20px + 80 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .search .search-field-wrapper {
        padding-right: 100px; } }
    .search .search-field-wrapper input {
      font-size: 25px;
      line-height: 30px;
      padding-bottom: 30px;
      background-color: #50616D;
      border: none;
      border-bottom: 1px solid #fff;
      font-size: 75px;
      color: #fff;
      font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
      width: 100%; }
      @media screen and (min-width: 320px) {
        .search .search-field-wrapper input {
          font-size: calc(25px + 50 * (100vw - 320px) / 880); } }
      @media screen and (min-width: 1200px) {
        .search .search-field-wrapper input {
          font-size: 75px; } }
      @media screen and (min-width: 320px) {
        .search .search-field-wrapper input {
          line-height: calc(30px + 60 * (100vw - 320px) / 880); } }
      @media screen and (min-width: 1200px) {
        .search .search-field-wrapper input {
          line-height: 90px; } }
      @media screen and (min-width: 320px) {
        .search .search-field-wrapper input {
          padding-bottom: calc(30px + -20 * (100vw - 320px) / 880); } }
      @media screen and (min-width: 1200px) {
        .search .search-field-wrapper input {
          padding-bottom: 10px; } }
      .search .search-field-wrapper input:focus {
        outline: none; }
  .search .search-submit-btn-wrapper {
    position: absolute;
    top: 34px;
    right: 20px; }
    .search .search-submit-btn-wrapper button {
      display: none; }
      @media screen and (max-width: 500px) {
        .search .search-submit-btn-wrapper button {
          display: inline-block;
          background-color: transparent;
          border: none; } }
  .search ::-webkit-input-placeholder {
    color: #fff; }
  .search ::-moz-placeholder {
    color: #fff; }
  .search ::-ms-placeholder {
    color: #fff; }
  .search ::-webkit-input-placeholder {
    color: #fff; }
  .search :-ms-input-placeholder {
    color: #fff; }
  .search ::-ms-input-placeholder {
    color: #fff; }
  .search ::placeholder {
    color: #fff; }
  @media screen and (max-width: 500px) {
    .search {
      padding-top: 8%; } }

.search-results-wrapper .search-result-header {
  font-size: 30px;
  line-height: 36px;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #232323;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
  @media screen and (min-width: 320px) {
    .search-results-wrapper .search-result-header {
      font-size: calc(30px + 18 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-result-header {
      font-size: 48px; } }
  @media screen and (min-width: 320px) {
    .search-results-wrapper .search-result-header {
      line-height: calc(36px + 22 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-result-header {
      line-height: 58px; } }
  @media screen and (min-width: 320px) {
    .search-results-wrapper .search-result-header {
      padding-top: calc(60px + 40 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-result-header {
      padding-top: 100px; } }
  @media screen and (min-width: 320px) {
    .search-results-wrapper .search-result-header {
      padding-bottom: calc(20px + 80 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-result-header {
      padding-bottom: 100px; } }
  @media screen and (min-width: 320px) {
    .search-results-wrapper .search-result-header {
      margin-left: calc(20px + 70 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-result-header {
      margin-left: 90px; } }
  @media screen and (min-width: 320px) {
    .search-results-wrapper .search-result-header {
      margin-right: calc(20px + 70 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-result-header {
      margin-right: 90px; } }

.search-results-wrapper .search-filter {
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 320px) {
    .search-results-wrapper .search-filter {
      margin-left: calc(20px + 70 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-filter {
      margin-left: 90px; } }
  @media screen and (min-width: 320px) {
    .search-results-wrapper .search-filter {
      margin-right: calc(20px + 70 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-filter {
      margin-right: 90px; } }
  .search-results-wrapper .search-filter .search-filter-item {
    height: 70px;
    display: inline-block;
    width: 25%;
    padding: 0;
    margin: 0;
    border: 1px solid #E6E6E6;
    border-right: none;
    margin-right: -3px; }
    @media screen and (min-width: 320px) {
      .search-results-wrapper .search-filter .search-filter-item {
        height: calc(70px + 0 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .search-results-wrapper .search-filter .search-filter-item {
        height: 70px; } }
    .search-results-wrapper .search-filter .search-filter-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: inherit;
      width: 100%; }
      .search-results-wrapper .search-filter .search-filter-item a span {
        font-size: 16px;
        line-height: 19px;
        color: #232323;
        padding-left: 15px;
        font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }
        @media screen and (min-width: 320px) {
          .search-results-wrapper .search-filter .search-filter-item a span {
            font-size: calc(16px + 2 * (100vw - 320px) / 880); } }
        @media screen and (min-width: 1200px) {
          .search-results-wrapper .search-filter .search-filter-item a span {
            font-size: 18px; } }
        @media screen and (min-width: 320px) {
          .search-results-wrapper .search-filter .search-filter-item a span {
            line-height: calc(19px + 3 * (100vw - 320px) / 880); } }
        @media screen and (min-width: 1200px) {
          .search-results-wrapper .search-filter .search-filter-item a span {
            line-height: 22px; } }
      .search-results-wrapper .search-filter .search-filter-item a:hover {
        text-decoration: none; }
    .search-results-wrapper .search-filter .search-filter-item a.selected {
      border: none;
      background-color: #DAE0E3; }
    .search-results-wrapper .search-filter .search-filter-item:last-child {
      border-right: 1px solid #E6E6E6; }
    @media screen and (max-width: 768px) {
      .search-results-wrapper .search-filter .search-filter-item {
        width: 100%;
        border-right: 1px solid #E6E6E6; } }
  @media screen and (max-width: 768px) {
    .search-results-wrapper .search-filter {
      padding-bottom: 30px; } }

.search-results-wrapper .search-hit-wrapper {
  margin-left: 0px;
  margin-right: 0px; }
  @media screen and (min-width: 500px) {
    .search-results-wrapper .search-hit-wrapper {
      margin-left: calc(0px + 90 * (100vw - 500px) / 700); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-hit-wrapper {
      margin-left: 90px; } }
  @media screen and (min-width: 500px) {
    .search-results-wrapper .search-hit-wrapper {
      margin-right: calc(0px + 90 * (100vw - 500px) / 700); } }
  @media screen and (min-width: 1200px) {
    .search-results-wrapper .search-hit-wrapper {
      margin-right: 90px; } }
  .search-results-wrapper .search-hit-wrapper .search-hit {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAFA;
    background-color: #fff; }
    @media screen and (min-width: 320px) {
      .search-results-wrapper .search-hit-wrapper .search-hit {
        padding-left: calc(20px + 10 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .search-results-wrapper .search-hit-wrapper .search-hit {
        padding-left: 30px; } }
    @media screen and (min-width: 320px) {
      .search-results-wrapper .search-hit-wrapper .search-hit {
        padding-top: calc(15px + 15 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .search-results-wrapper .search-hit-wrapper .search-hit {
        padding-top: 30px; } }
    @media screen and (min-width: 320px) {
      .search-results-wrapper .search-hit-wrapper .search-hit {
        padding-bottom: calc(15px + 15 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .search-results-wrapper .search-hit-wrapper .search-hit {
        padding-bottom: 30px; } }
    .search-results-wrapper .search-hit-wrapper .search-hit > .row {
      margin-right: 0;
      margin-left: 0; }
    .search-results-wrapper .search-hit-wrapper .search-hit .hex-wrapper {
      /*@include fluid-unit(width, 300px, 1200px, 72.857143%, 63.857143%);
                @include fluid-unit(padding-bottom, 300px, 1200px, 83.167601%, 76.167601%);*/
      width: 107.857143%;
      padding-bottom: 121.167601%;
      position: relative;
      list-style-type: none;
      float: left;
      overflow: hidden;
      visibility: hidden;
      -webkit-transform: rotate(-60deg) skewY(30deg);
      transform: rotate(-60deg) skewY(30deg); }
      @media screen and (max-width: 1200px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .hex-wrapper {
          width: 80.857143%;
          padding-bottom: 90.167601%; } }
      @media screen and (max-width: 992px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .hex-wrapper {
          margin-top: 10px;
          width: 83.857143%;
          padding-bottom: 96.167601%; } }
      @media screen and (max-width: 768px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .hex-wrapper {
          margin-top: 10px;
          width: 93.857143%;
          padding-bottom: 106.167601%; } }
      @media screen and (max-width: 576px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .hex-wrapper {
          margin-top: 10px;
          width: 101.857143%;
          padding-bottom: 116.167601%; } }
      .search-results-wrapper .search-hit-wrapper .search-hit .hex-wrapper .hex-container {
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        overflow: hidden;
        -webkit-transform: skewY(-30deg) rotate(60deg);
        transform: skewY(-30deg) rotate(60deg);
        -webkit-backface-visibility: hidden;
        position: absolute;
        visibility: visible; }
        .search-results-wrapper .search-hit-wrapper .search-hit .hex-wrapper .hex-container .hex {
          left: -100%;
          right: -100%;
          width: auto;
          height: 100%;
          margin: 0 auto;
          position: absolute;
          visibility: visible;
          -o-object-fit: cover;
             object-fit: cover; }
    .search-results-wrapper .search-hit-wrapper .search-hit .category {
      font-size: 12px;
      line-height: 28px;
      color: #5D6369;
      font-family: "Gotham Narrow A", "Gotham Narrow B", serif; }
    .search-results-wrapper .search-hit-wrapper .search-hit .search-article-date {
      text-align: right;
      font-size: 16px;
      line-height: 19px; }
      @media screen and (min-width: 320px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .search-article-date {
          font-size: calc(16px + 2 * (100vw - 320px) / 880); } }
      @media screen and (min-width: 1200px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .search-article-date {
          font-size: 18px; } }
      @media screen and (min-width: 320px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .search-article-date {
          line-height: calc(19px + 3 * (100vw - 320px) / 880); } }
      @media screen and (min-width: 1200px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .search-article-date {
          line-height: 22px; } }
    .search-results-wrapper .search-hit-wrapper .search-hit .search-person-wrapper {
      padding-top: 10px; }
    .search-results-wrapper .search-hit-wrapper .search-hit .search-person-name {
      margin: 0; }
    .search-results-wrapper .search-hit-wrapper .search-hit .search-hit-link {
      font-size: 28px;
      line-height: 18px;
      color: #232323;
      font-family: "Gotham Narrow B", "Gotham Narrow A", serif;
      font-weight: 400; }
      @media screen and (max-width: 1200px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .search-hit-link {
          font-size: 14px; } }
  @media screen and (max-width: 1200px) and (min-width: 320px) {
    .search-results-wrapper .search-hit-wrapper .search-hit .search-hit-link {
      font-size: calc(14px + 8 * (100vw - 320px) / 880); } }
  @media screen and (max-width: 1200px) and (min-width: 1200px) {
    .search-results-wrapper .search-hit-wrapper .search-hit .search-hit-link {
      font-size: 22px; } }
      @media screen and (min-width: 320px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .search-hit-link {
          line-height: calc(18px + 16 * (100vw - 320px) / 880); } }
      @media screen and (min-width: 1200px) {
        .search-results-wrapper .search-hit-wrapper .search-hit .search-hit-link {
          line-height: 34px; } }
  .search-results-wrapper .search-hit-wrapper .search-not-found {
    font-size: 14px;
    line-height: 18px;
    color: #232323;
    font-family: "Gotham Narrow B", "Gotham Narrow A", serif;
    margin-bottom: 100px; }
    @media screen and (min-width: 320px) {
      .search-results-wrapper .search-hit-wrapper .search-not-found {
        font-size: calc(14px + 14 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .search-results-wrapper .search-hit-wrapper .search-not-found {
        font-size: 28px; } }
    @media screen and (min-width: 320px) {
      .search-results-wrapper .search-hit-wrapper .search-not-found {
        line-height: calc(18px + 16 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .search-results-wrapper .search-hit-wrapper .search-not-found {
        line-height: 34px; } }

.footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: scroll;
  margin-top: 60px; }
  @media screen and (min-width: 320px) {
    .footer {
      padding-left: calc(20px + 80 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .footer {
      padding-left: 100px; } }
  @media screen and (min-width: 320px) {
    .footer {
      padding-right: calc(20px + 80 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .footer {
      padding-right: 100px; } }
  @media screen and (min-width: 320px) {
    .footer {
      padding-top: calc(30px + 40 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .footer {
      padding-top: 70px; } }
  @media screen and (min-width: 320px) {
    .footer {
      padding-bottom: calc(30px + 40 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .footer {
      padding-bottom: 70px; } }
  .footer .footer-logo-wrapper {
    margin-bottom: 20px; }
    @media screen and (min-width: 320px) {
      .footer .footer-logo-wrapper {
        margin-bottom: calc(20px + 20 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .footer .footer-logo-wrapper {
        margin-bottom: 40px; } }
  .footer .social-media-wrapper {
    padding-bottom: 50px; }
    @media screen and (min-width: 320px) {
      .footer .social-media-wrapper {
        padding-bottom: calc(50px + 20 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .footer .social-media-wrapper {
        padding-bottom: 70px; } }
    .footer .social-media-wrapper .social-media-item {
      display: inline-block;
      height: 40px;
      padding-right: 15px;
      position: relative; }
      .footer .social-media-wrapper .social-media-item img {
        height: inherit; }
      .footer .social-media-wrapper .social-media-item .social-media-item-child {
        transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
        z-index: -1;
        position: absolute;
        bottom: 8px;
        left: -6px;
        -webkit-transform: translateY(99%);
                transform: translateY(99%);
        background: #FAFAFA;
        opacity: 0;
        -webkit-box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.1);
        padding: 1rem 2rem;
        white-space: nowrap; }
        .footer .social-media-wrapper .social-media-item .social-media-item-child:before {
          content: "";
          position: absolute;
          left: .9375rem;
          top: -.4375rem;
          border-bottom: 10px solid #fff;
          height: .625rem;
          width: .625rem;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; }
        .footer .social-media-wrapper .social-media-item .social-media-item-child ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .footer .social-media-wrapper .social-media-item .social-media-item-child ul a {
            font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
            font-size: 16px;
            line-height: 32px;
            font-weight: 300;
            color: #5D6369; }
      .footer .social-media-wrapper .social-media-item:hover {
        cursor: pointer; }
      .footer .social-media-wrapper .social-media-item:hover > .social-media-item-child {
        opacity: 1;
        z-index: 10;
        -webkit-transform: translateY(110%);
                transform: translateY(110%); }
  .footer p a {
    font-size: 16px;
    line-height: 24px;
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    color: #232323;
    text-decoration: underline; }
  .footer strong,
  .footer h4 {
    font-family: "Gotham Narrow A", "Gotham Narrow B", serif;
    font-weight: 500;
    font-size: 18px; }

.quote {
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, right top, from(#000000), to(#a72a15));
  background: linear-gradient(to top right, #000000 0%, #a72a15 100%); }
  @media screen and (min-width: 320px) {
    .quote {
      padding-left: calc(40px + 35 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .quote {
      padding-left: 75px; } }
  @media screen and (min-width: 320px) {
    .quote {
      padding-top: calc(40px + 20 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .quote {
      padding-top: 60px; } }
  @media screen and (min-width: 320px) {
    .quote {
      padding-right: calc(40px + 35 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .quote {
      padding-right: 75px; } }
  @media screen and (min-width: 320px) {
    .quote {
      padding-bottom: calc(40px + 10 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .quote {
      padding-bottom: 50px; } }
  .quote .quote-title, .quote .quote-source {
    font-family: "Gotham Narrow B", "Gotham Narrow A", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff; }
  .quote .quote-title {
    font-weight: 500; }
  .quote .quote-text {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 18px;
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    color: #fff; }
    @media screen and (min-width: 320px) {
      .quote .quote-text {
        font-size: calc(30px + 18 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .quote .quote-text {
        font-size: 48px; } }
    @media screen and (min-width: 320px) {
      .quote .quote-text {
        line-height: calc(38px + 20 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .quote .quote-text {
        line-height: 58px; } }
    @media screen and (min-width: 320px) {
      .quote .quote-text {
        margin-bottom: calc(18px + 17 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .quote .quote-text {
        margin-bottom: 35px; } }
    .quote .quote-text:before {
      content: "\201C";
      color: #fff;
      font-size: 1em; }
    .quote .quote-text:after {
      content: "\201D";
      color: #fff;
      font-size: 1em; }

.case-wrapper {
  background-color: #fff;
  position: relative;
  margin: 0; }
  .case-wrapper .case-img-wrapper {
    padding-left: 0; }
    .case-wrapper .case-img-wrapper .case-image {
      min-height: 450px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .case-wrapper .case-img-wrapper .case-image {
          min-height: 510px; } }
  .case-wrapper a:hover {
    text-decoration: none; }
  .case-wrapper .info-half-wrapper {
    position: relative;
    height: 100%;
    margin-right: 10px; }
  .case-wrapper .info-half {
    padding-left: 30px;
    padding-right: 30px; }
  .case-wrapper h2, .case-wrapper h1, .case-wrapper p, .case-wrapper .case-cta {
    position: relative;
    z-index: 10; }
  .case-wrapper .case-preamble {
    margin-top: 30px;
    margin-bottom: 0; }
  .case-wrapper .case-heading {
    margin-top: 5px;
    margin-bottom: 10px; }
  .case-wrapper .case-intro {
    margin-top: 0px; }
  .case-wrapper .case-cta {
    margin-top: 23px;
    padding-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .case-wrapper .case-cta {
        margin-top: 40px;
        text-align: center; }
        .case-wrapper .case-cta:hover .btn-1 {
          background-color: #c82a15; }
          .case-wrapper .case-cta:hover .btn-1 a {
            color: #fff !important; } }
  .case-wrapper .case-overlay {
    opacity: 0;
    position: absolute;
    width: 500px;
    height: 350px;
    overflow: hidden;
    padding-left: 100px;
    height: 100%;
    right: 0;
    width: 75%;
    -webkit-transition: .3s;
    transition: .3s; }
    @media screen and (max-width: 991px) {
      .case-wrapper .case-overlay {
        display: none; } }
    .case-wrapper .case-overlay:before, .case-wrapper .case-overlay:after {
      content: '';
      display: block;
      position: absolute;
      height: 162%;
      width: 64%;
      top: -122px;
      left: 351px;
      background: -webkit-gradient(linear, left top, right bottom, from(#000000), color-stop(80%, #a72a15));
      background: linear-gradient(to bottom right, #000000 0%, #a72a15 80%);
      -webkit-transform: rotate(-88deg);
              transform: rotate(-88deg);
      z-index: 1; }
      @media screen and (min-width: 992px) and (max-width: 1216px) {
        .case-wrapper .case-overlay:before, .case-wrapper .case-overlay:after {
          top: -70px;
          left: 260px;
          width: 78%;
          height: 129%; } }
  @media screen and (min-width: 992px) {
    .case-wrapper:hover .info-half h2, .case-wrapper:hover .info-half h1, .case-wrapper:hover .info-half p, .case-wrapper:hover .info-half a {
      color: #fff; }
    .case-wrapper:hover .info-half .case-cta > div {
      border-color: #fff; }
    .case-wrapper:hover .case-overlay {
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; }
    .case-wrapper:hover a {
      text-decoration: none; } }

.filter-name {
  width: 100%; }
  .filter-name:after {
    content: "\002B";
    height: 10px;
    float: right;
    -webkit-transition: .3s;
    transition: .3s; }

.drop-filter-options.open {
  top: 73px; }

.drop-filter-options.open ~ .drop-filter-head .filter-name:after {
  content: "\2212"; }

#reset-button-container {
  display: none; }

.subfilter-container .subfilter {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .subfilter-container .subfilter {
      max-width: 65%; } }

.subfilter-container .subfilter-option a {
  font-size: 18px;
  line-height: 24px;
  color: #232323; }
  .subfilter-container .subfilter-option a.active {
    color: #c82a15;
    text-decoration: underline; }

.articlelist-wrapper, .section-page-wrapper {
  background-color: #fff;
  height: 100%;
  position: relative;
  min-height: 505px; }
  @media screen and (max-width: 575px) {
    .articlelist-wrapper, .section-page-wrapper {
      min-height: 450px; } }
  @media screen and (max-width: 575px) and (min-width: 320px) {
    .articlelist-wrapper, .section-page-wrapper {
      min-height: calc(450px + 110 * (100vw - 320px) / 255); } }
  @media screen and (max-width: 575px) and (min-width: 575px) {
    .articlelist-wrapper, .section-page-wrapper {
      min-height: 560px; } }
  .articlelist-wrapper.alternative-aspect-ratio, .section-page-wrapper.alternative-aspect-ratio {
    min-height: 440px; }
  .articlelist-wrapper:hover, .section-page-wrapper:hover {
    cursor: pointer; }
    .articlelist-wrapper:hover a, .section-page-wrapper:hover a {
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .articlelist-wrapper:hover h2, .section-page-wrapper:hover h2 {
        color: #232323; }
        .articlelist-wrapper:hover h2:after, .section-page-wrapper:hover h2:after {
          background-color: #fff;
          width: 100%; }
      .articlelist-wrapper:hover h4, .section-page-wrapper:hover h4 {
        color: #232323; }
        .articlelist-wrapper:hover h4:after, .section-page-wrapper:hover h4:after {
          background-color: #232323;
          width: 100%; }
      .articlelist-wrapper:hover figcaption h2, .articlelist-wrapper:hover figcaption h4, .articlelist-wrapper:hover figcaption p, .articlelist-wrapper:hover figcaption span, .section-page-wrapper:hover figcaption h2, .section-page-wrapper:hover figcaption h4, .section-page-wrapper:hover figcaption p, .section-page-wrapper:hover figcaption span {
        color: #fff;
        position: relative; } }
  .articlelist-wrapper .articlelist-img-wrapper, .section-page-wrapper .articlelist-img-wrapper {
    overflow: hidden; }
    .articlelist-wrapper .articlelist-img-wrapper .articlelist-img, .section-page-wrapper .articlelist-img-wrapper .articlelist-img {
      width: 100%;
      padding-bottom: 75%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .articlelist-wrapper .articlelist-img-wrapper .articlelist-img.alternative-aspect-ratio, .section-page-wrapper .articlelist-img-wrapper .articlelist-img.alternative-aspect-ratio {
        padding-bottom: 52.3%; }
  .articlelist-wrapper figcaption, .section-page-wrapper figcaption {
    padding: 18px 20px 20px 20px; }
    .articlelist-wrapper figcaption .img-toggler-wrapper, .section-page-wrapper figcaption .img-toggler-wrapper {
      text-align: center; }
      .articlelist-wrapper figcaption .img-toggler-wrapper img, .section-page-wrapper figcaption .img-toggler-wrapper img {
        width: 40px; }
    .articlelist-wrapper figcaption h2, .articlelist-wrapper figcaption h4, .section-page-wrapper figcaption h2, .section-page-wrapper figcaption h4 {
      display: inline-block;
      position: relative;
      padding-bottom: 2px;
      color: #000; }
    .articlelist-wrapper figcaption p, .section-page-wrapper figcaption p {
      display: none; }
  .articlelist-wrapper .intro-text, .section-page-wrapper .intro-text {
    display: none;
    height: 0px; }
  @media screen and (min-width: 768px) {
    .articlelist-wrapper:hover .article-overlay, .section-page-wrapper:hover .article-overlay {
      opacity: 1;
      -webkit-transition: .3s;
      transition: .3s; }
    .articlelist-wrapper:hover figcaption h2,
    .articlelist-wrapper:hover figcaption span,
    .articlelist-wrapper:hover figcaption .category,
    .articlelist-wrapper:hover figcaption .intro-text, .section-page-wrapper:hover figcaption h2,
    .section-page-wrapper:hover figcaption span,
    .section-page-wrapper:hover figcaption .category,
    .section-page-wrapper:hover figcaption .intro-text {
      color: #fff !important; } }

@media screen and (min-width: 768px) and (min-width: 1600px) {
  .articlelist-wrapper:hover .text-content, .section-page-wrapper:hover .text-content {
    top: -100px; } }

@media screen and (min-width: 768px) and (max-width: 1599px) {
  .articlelist-wrapper:hover .text-content, .section-page-wrapper:hover .text-content {
    top: -95px; } }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .articlelist-wrapper:hover .text-content, .section-page-wrapper:hover .text-content {
    top: -95px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .articlelist-wrapper:hover .text-content, .section-page-wrapper:hover .text-content {
    top: -140px; } }

@media screen and (min-width: 768px) and (max-width: 767px) {
  .articlelist-wrapper:hover .text-content, .section-page-wrapper:hover .text-content {
    top: -90px; } }
  @media screen and (min-width: 768px) {
    .articlelist-wrapper:hover .intro-text, .section-page-wrapper:hover .intro-text {
      display: block; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .articlelist-wrapper:hover .intro-text, .section-page-wrapper:hover .intro-text {
      display: none; } }
  @media screen and (min-width: 768px) {
    .articlelist-wrapper:hover .article-date, .section-page-wrapper:hover .article-date {
      display: none; } }

@media screen and (min-width: 768px) {
  .articlelist-article-wrapper:hover h4, .articlelist-article-wrapper:hover p {
    position: relative;
    color: #fff;
    z-index: 10; }
  .articlelist-article-wrapper:hover h4:after {
    width: 0; } }

.section-page-wrapper {
  min-height: 400px; }
  @media screen and (min-width: 1600px) {
    .section-page-wrapper .article-overlay.col-size-4:before, .section-page-wrapper .article-overlay.col-size-4:after {
      top: 455px;
      left: -227px; } }
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    .section-page-wrapper .article-overlay.col-size-4:before, .section-page-wrapper .article-overlay.col-size-4:after {
      top: 310px; } }
  @media screen and (min-width: 1600px) {
    .section-page-wrapper .article-overlay.col-size-6:before, .section-page-wrapper .article-overlay.col-size-6:after {
      top: 700px;
      left: -360px; } }
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    .section-page-wrapper .article-overlay.col-size-6:before, .section-page-wrapper .article-overlay.col-size-6:after {
      top: 540px;
      left: -300px; } }
  .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
    content: '';
    display: block;
    position: absolute;
    height: 138%;
    width: 210%;
    top: 220px;
    left: -134px;
    background: -webkit-gradient(linear, right bottom, left top, from(#000000), to(#a72a15));
    background: linear-gradient(to top left, #000000 0%, #a72a15 100%);
    -webkit-transform: rotate(87deg);
            transform: rotate(87deg);
    z-index: 1; }
    @media screen and (max-width: 1599px) {
      .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
        top: 115px; } }
    @media screen and (max-width: 1199px) {
      .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
        top: 180px; } }
    @media screen and (max-width: 767px) {
      .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
        top: 150px;
        width: 260% !important; } }
    @media screen and (max-width: 575px) {
      .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
        width: 210% !important;
        top: 485px;
        left: -190px; } }
    @media screen and (max-width: 530px) {
      .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
        top: 415px;
        left: -190px; } }
    @media screen and (max-width: 480px) {
      .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
        top: 380px;
        left: -190px; } }
    @media screen and (max-width: 440px) {
      .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
        top: 210px; } }
    @media screen and (max-width: 330px) {
      .section-page-wrapper .article-overlay:before, .section-page-wrapper .article-overlay:after {
        top: 180px; } }
  .section-page-wrapper:hover span {
    color: white !important; }

.swiper-container {
  max-width: 100vw; }
  @media (min-width: 576px) {
    .swiper-container {
      width: calc(100vw - 100px); } }

.swiper-button-next, .swiper-button-previous {
  position: absolute;
  right: 45px;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2001; }
  @media screen and (min-width: 1300px) {
    .swiper-button-next, .swiper-button-previous {
      right: calc(45px + 45 * (100vw - 1300px) / 620); } }
  @media screen and (min-width: 1920px) {
    .swiper-button-next, .swiper-button-previous {
      right: 90px; } }
  @media (max-width: 1200px) {
    .swiper-button-next, .swiper-button-previous {
      display: none !important; } }
  .swiper-button-next:hover, .swiper-button-previous:hover {
    cursor: pointer; }
    .swiper-button-next:hover .grey-svg, .swiper-button-previous:hover .grey-svg {
      fill-opacity: 1; }
  .swiper-button-next .grey-svg, .swiper-button-previous .grey-svg {
    fill: #ffffff;
    fill-opacity: 0.3;
    fill-rule: nonzero;
    stroke: none; }

.swiper-button-previous {
  top: 52%;
  right: auto;
  left: 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
  @media screen and (min-width: 1300px) {
    .swiper-button-previous {
      left: calc(45px + 45 * (100vw - 1300px) / 620); } }
  @media screen and (min-width: 1920px) {
    .swiper-button-previous {
      left: 90px; } }

.hero-content {
  padding-top: 80px; }
  @media screen and (min-width: 320px) {
    .hero-content {
      padding-top: calc(80px + 20 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .hero-content {
      padding-top: 100px; } }
  .hero-content .hero-text {
    margin-left: 20px;
    margin-right: 20px; }
    @media screen and (min-width: 320px) {
      .hero-content .hero-text {
        margin-left: calc(20px + -20 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .hero-content .hero-text {
        margin-left: 0px; } }
    @media screen and (min-width: 320px) {
      .hero-content .hero-text {
        margin-right: calc(20px + -20 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .hero-content .hero-text {
        margin-right: 0px; } }
  .hero-content .h-1-smaller {
    margin-top: 0.67em; }
    @media screen and (min-width: 320px) {
      .hero-content .h-1-smaller {
        margin-top: calc(0.67em + 0.58 * (100vw - 320px) / 880); } }
    @media screen and (min-width: 1200px) {
      .hero-content .h-1-smaller {
        margin-top: 1.25em; } }

.hero_search_results {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1600px) {
    .hero_search_results {
      max-width: 1180px; } }
  @media screen and (max-width: 1599px) {
    .hero_search_results {
      max-width: 930px; } }
  @media screen and (max-width: 1199px) {
    .hero_search_results {
      max-width: 760px; } }
  @media screen and (max-width: 991px) {
    .hero_search_results {
      max-width: 560px; } }
  @media screen and (max-width: 695px) {
    .hero_search_results {
      max-width: 410px; } }
  @media screen and (max-width: 1600px) {
    .hero_search_results .main-navigation__menu__item, .hero_search_results .main-navigation__menu__search {
      display: none !important; } }

.main-navigation {
  display: none; }
  @media (min-width: 576px) {
    .main-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .main-navigation__site-logo {
    padding: 0;
    margin-left: 8px; }
  .main-navigation__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-navigation__menu__item {
      color: #fff;
      padding-left: 25px; }
    .main-navigation__menu__search {
      padding-left: 25px; }
      .main-navigation__menu__search svg {
        fill: white; }
    .main-navigation__menu__cta {
      padding-left: 25px; }
  .main-navigation.black-navigation g {
    fill: #232323; }
  .main-navigation.black-navigation .main-navigation__menu__item {
    color: #232323; }
  .main-navigation.black-navigation .main-navigation__menu__search svg {
    fill: #232323; }
  .main-navigation.black-navigation .btn-4 {
    border: 1px solid #232323; }
    .main-navigation.black-navigation .btn-4 a {
      color: #232323; }
    .main-navigation.black-navigation .btn-4:hover {
      background-color: #c82a15;
      border: 1px solid #c82a15; }
      .main-navigation.black-navigation .btn-4:hover a {
        color: #fff; }

.hero {
  height: 480px;
  max-height: 90%;
  background-size: cover;
  background-position: center;
  padding: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%); }
  @media (min-width: 576px) {
    .hero {
      padding: 40px 40px 0;
      height: 780px; } }
  .hero .frame {
    height: 100%;
    border: 0;
    border-bottom: none; }
    @media (min-width: 576px) {
      .hero .frame {
        border: 1px solid white; } }
  .hero .hero-content {
    color: #fff;
    text-align: center; }
    .hero .hero-content .hero-text {
      font-size: 2rem; }
      .hero .hero-content .hero-text .h-1-large {
        margin-top: 1em; }
    .hero .hero-content .hero-cta a {
      color: #fff;
      border: 1px solid #fff;
      padding: 15px;
      display: inline-block; }

.main-content__with-navigation {
  position: relative;
  top: -100px; }

.main-content.small-filter {
  top: -65px; }

@media screen and (max-width: 1320px) {
  .main-navigation__menu__item {
    display: none; }
  .main-navigation__menu__search {
    display: none; } }

@media screen and (max-width: 710px) {
  .main-navigation__menu__cta {
    display: none; } }

.dim-filter {
  background: #000;
  opacity: 0.20;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }

.people-list .people-list-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px solid #FAFAFA;
  border-right: 1px solid #FAFAFA; }
  @media screen and (min-width: 320px) {
    .people-list .people-list-wrapper {
      padding-left: calc(20px + 10 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .people-list .people-list-wrapper {
      padding-left: 30px; } }
  @media screen and (min-width: 320px) {
    .people-list .people-list-wrapper {
      padding-right: calc(20px + 10 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .people-list .people-list-wrapper {
      padding-right: 30px; } }
  @media screen and (min-width: 320px) {
    .people-list .people-list-wrapper {
      padding-top: calc(15px + 0 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .people-list .people-list-wrapper {
      padding-top: 15px; } }
  @media screen and (min-width: 320px) {
    .people-list .people-list-wrapper {
      padding-bottom: calc(10px + 0 * (100vw - 320px) / 880); } }
  @media screen and (min-width: 1200px) {
    .people-list .people-list-wrapper {
      padding-bottom: 10px; } }

.people-list figure {
  margin: 0; }

.people-list .people-list-figcaption {
  margin: 0; }

@media screen and (min-width: 1600px) {
  .people-list .accordion-figcaption {
    padding-top: 16px;
    margin-left: -10px; } }

@media screen and (max-width: 991px) {
  .people-list .accordion-figcaption {
    padding-top: 10px;
    margin-left: -10px; } }

@media screen and (max-width: 767px) {
  .people-list .accordion-figcaption {
    padding-top: 10px;
    margin-left: 0px; } }

@media screen and (max-width: 575px) {
  .people-list .accordion-figcaption {
    padding-top: 20px; } }

@media screen and (max-width: 425px) {
  .people-list .accordion-figcaption {
    padding-top: 10px; } }

/* Styles for Hero carousel */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

