/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ------------------------------------ *\
    #BORDER BOX
\* ------------------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ------------------------------------ *\
    #CUSTOM FONTS
\* ------------------------------------ */
/* ------------------------------------ *\
    #PAGE
\* ------------------------------------ */
html {
  background: #fff;
  color: #2c2d2e;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.88889;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 0.88889rem; }
  @media (min-width: 768px) {
    body {
      font-size: inherit; } }

/* ------------------------------------ *\
    #TYPOGRAPY
\* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.88889; }

p {
  margin: 0 0 20px; }

ul,
ol,
dl {
  margin: 0 0 20px; }

a {
  color: #e91d3a;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

address {
  font-style: inherit; }

hr {
  margin: 0 0 20px;
  border: solid #e7e8e9;
  border-width: 0 0 1px; }

blockquote {
  font-weight: bold;
  margin: 0 0 20px;
  font-style: italic; }

/* ------------------------------------ *\
    #IMAGES
\* ------------------------------------ */
img {
  vertical-align: middle;
  margin: 0 0 20px; }

figure {
  margin: 0 0 20px; }

figcaption {
  font-size: 0.66667em;
  font-style: italic; }

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor; }

/* ------------------------------------ *\
    #FORMS
\* ------------------------------------ */
input,
textarea,
select {
  border: 1px solid #e7e8e9;
  border-radius: 0;
  background: #fff; }

/* ------------------------------------ *\
    #WRAP
\* ------------------------------------ */
.o-wrap {
  overflow: hidden; }

/* ------------------------------------ *\
    #CONTAINER
\* ------------------------------------ */
.o-container {
  padding: 0 25px;
  margin: 0 auto;
  width: 100%;
  max-width: 1490px; }

.o-container-bleed {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: -25px;
  margin-right: -25px; }
  @media (min-width: 768px) {
    .o-container-bleed {
      margin-left: 0;
      margin-right: 0; } }

/* ------------------------------------ *\
    #GRID
\* ------------------------------------ */
.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.o-grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 100%;
  min-height: 1px; }

.o-grid__item--1 {
  width: 12.5%; }

.o-grid__item--2 {
  width: 25%; }

.o-grid__item--3 {
  width: 37.5%; }

.o-grid__item--4 {
  width: 50%; }

.o-grid__item--5 {
  width: 62.5%; }

.o-grid__item--6 {
  width: 75%; }

.o-grid__item--7 {
  width: 87.5%; }

.o-grid__item--8 {
  width: 100%; }

@media (min-width: 768px) {
  .o-grid__item--1\@sm {
    width: 8.33333%; }
  .o-grid__item--2\@sm {
    width: 16.66667%; }
  .o-grid__item--3\@sm {
    width: 25%; }
  .o-grid__item--4\@sm {
    width: 33.33333%; }
  .o-grid__item--5\@sm {
    width: 41.66667%; }
  .o-grid__item--6\@sm {
    width: 50%; }
  .o-grid__item--7\@sm {
    width: 58.33333%; }
  .o-grid__item--8\@sm {
    width: 66.66667%; }
  .o-grid__item--9\@sm {
    width: 75%; }
  .o-grid__item--10\@sm {
    width: 83.33333%; }
  .o-grid__item--11\@sm {
    width: 91.66667%; }
  .o-grid__item--12\@sm {
    width: 100%; } }

@media (min-width: 1024px) {
  .o-grid__item--1\@md {
    width: 5.55556%; }
  .o-grid__item--2\@md {
    width: 11.11111%; }
  .o-grid__item--3\@md {
    width: 16.66667%; }
  .o-grid__item--4\@md {
    width: 22.22222%; }
  .o-grid__item--5\@md {
    width: 27.77778%; }
  .o-grid__item--6\@md {
    width: 33.33333%; }
  .o-grid__item--7\@md {
    width: 38.88889%; }
  .o-grid__item--8\@md {
    width: 44.44444%; }
  .o-grid__item--9\@md {
    width: 50%; }
  .o-grid__item--10\@md {
    width: 55.55556%; }
  .o-grid__item--11\@md {
    width: 61.11111%; }
  .o-grid__item--12\@md {
    width: 66.66667%; }
  .o-grid__item--13\@md {
    width: 72.22222%; }
  .o-grid__item--14\@md {
    width: 77.77778%; }
  .o-grid__item--15\@md {
    width: 83.33333%; }
  .o-grid__item--16\@md {
    width: 88.88889%; }
  .o-grid__item--17\@md {
    width: 94.44444%; }
  .o-grid__item--18\@md {
    width: 100%; } }

@media (min-width: 1500px) {
  .o-grid__item--1\@md {
    width: 80px; }
  .o-grid__item--2\@md {
    width: 160px; }
  .o-grid__item--3\@md {
    width: 240px; }
  .o-grid__item--4\@md {
    width: 320px; }
  .o-grid__item--5\@md {
    width: 400px; }
  .o-grid__item--6\@md {
    width: 480px; }
  .o-grid__item--7\@md {
    width: 560px; }
  .o-grid__item--8\@md {
    width: 640px; }
  .o-grid__item--9\@md {
    width: 720px; }
  .o-grid__item--10\@md {
    width: 800px; }
  .o-grid__item--11\@md {
    width: 880px; }
  .o-grid__item--12\@md {
    width: 960px; }
  .o-grid__item--13\@md {
    width: 1040px; }
  .o-grid__item--14\@md {
    width: 1120px; }
  .o-grid__item--15\@md {
    width: 1200px; }
  .o-grid__item--16\@md {
    width: 1280px; }
  .o-grid__item--17\@md {
    width: 1360px; }
  .o-grid__item--18\@md {
    width: 1440px; } }

.o-grid__item--offset-1 {
  margin-left: 12.5%; }

.o-grid__item--offset-2 {
  margin-left: 25%; }

.o-grid__item--offset-3 {
  margin-left: 37.5%; }

.o-grid__item--offset-4 {
  margin-left: 50%; }

.o-grid__item--offset-5 {
  margin-left: 62.5%; }

.o-grid__item--offset-6 {
  margin-left: 75%; }

.o-grid__item--offset-7 {
  margin-left: 87.5%; }

.o-grid__item--offset-8 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .o-grid__item--offset-0\@sm {
    margin-left: 0%; }
  .o-grid__item--offset-1\@sm {
    margin-left: 8.33333%; }
  .o-grid__item--offset-2\@sm {
    margin-left: 16.66667%; }
  .o-grid__item--offset-3\@sm {
    margin-left: 25%; }
  .o-grid__item--offset-4\@sm {
    margin-left: 33.33333%; }
  .o-grid__item--offset-5\@sm {
    margin-left: 41.66667%; }
  .o-grid__item--offset-6\@sm {
    margin-left: 50%; }
  .o-grid__item--offset-7\@sm {
    margin-left: 58.33333%; }
  .o-grid__item--offset-8\@sm {
    margin-left: 66.66667%; }
  .o-grid__item--offset-9\@sm {
    margin-left: 75%; }
  .o-grid__item--offset-10\@sm {
    margin-left: 83.33333%; }
  .o-grid__item--offset-11\@sm {
    margin-left: 91.66667%; }
  .o-grid__item--offset-12\@sm {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .o-grid__item--offset-0\@md {
    margin-left: 0%; }
  .o-grid__item--offset-1\@md {
    margin-left: 5.55556%; }
  .o-grid__item--offset-2\@md {
    margin-left: 11.11111%; }
  .o-grid__item--offset-3\@md {
    margin-left: 16.66667%; }
  .o-grid__item--offset-4\@md {
    margin-left: 22.22222%; }
  .o-grid__item--offset-5\@md {
    margin-left: 27.77778%; }
  .o-grid__item--offset-6\@md {
    margin-left: 33.33333%; }
  .o-grid__item--offset-7\@md {
    margin-left: 38.88889%; }
  .o-grid__item--offset-8\@md {
    margin-left: 44.44444%; }
  .o-grid__item--offset-9\@md {
    margin-left: 50%; }
  .o-grid__item--offset-10\@md {
    margin-left: 55.55556%; }
  .o-grid__item--offset-11\@md {
    margin-left: 61.11111%; }
  .o-grid__item--offset-12\@md {
    margin-left: 66.66667%; }
  .o-grid__item--offset-13\@md {
    margin-left: 72.22222%; }
  .o-grid__item--offset-14\@md {
    margin-left: 77.77778%; }
  .o-grid__item--offset-15\@md {
    margin-left: 83.33333%; }
  .o-grid__item--offset-16\@md {
    margin-left: 88.88889%; }
  .o-grid__item--offset-17\@md {
    margin-left: 94.44444%; }
  .o-grid__item--offset-18\@md {
    margin-left: 100%; } }

@media (min-width: 1500px) {
  .o-grid__item--offset-0\@md {
    margin-left: 0px; }
  .o-grid__item--offset-1\@md {
    margin-left: 80px; }
  .o-grid__item--offset-2\@md {
    margin-left: 160px; }
  .o-grid__item--offset-3\@md {
    margin-left: 240px; }
  .o-grid__item--offset-4\@md {
    margin-left: 320px; }
  .o-grid__item--offset-5\@md {
    margin-left: 400px; }
  .o-grid__item--offset-6\@md {
    margin-left: 480px; }
  .o-grid__item--offset-7\@md {
    margin-left: 560px; }
  .o-grid__item--offset-8\@md {
    margin-left: 640px; }
  .o-grid__item--offset-9\@md {
    margin-left: 720px; }
  .o-grid__item--offset-10\@md {
    margin-left: 800px; }
  .o-grid__item--offset-11\@md {
    margin-left: 880px; }
  .o-grid__item--offset-12\@md {
    margin-left: 960px; }
  .o-grid__item--offset-13\@md {
    margin-left: 1040px; }
  .o-grid__item--offset-14\@md {
    margin-left: 1120px; }
  .o-grid__item--offset-15\@md {
    margin-left: 1200px; }
  .o-grid__item--offset-16\@md {
    margin-left: 1280px; }
  .o-grid__item--offset-17\@md {
    margin-left: 1360px; }
  .o-grid__item--offset-18\@md {
    margin-left: 1440px; } }

/* ------------------------------------ *\
    #LIST UNSTYLED
\* ------------------------------------ */
.o-list-unstyled, .c-article-scope ol,
.c-article-scope ul {
  list-style: none;
  padding: 0; }

/* ------------------------------------ *\
    #LIST INLINE
\* ------------------------------------ */
.o-list-inline {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.o-list-inline--spread li + li {
  margin-left: 10px; }

/* ------------------------------------ *\
    #ASPECT
\* ------------------------------------ */
.o-aspect {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border-radius: inherit;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .o-aspect::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%; }
  .o-aspect img,
  .o-aspect iframe,
  .o-aspect embed,
  .o-aspect video {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .o-aspect iframe,
  .o-aspect embed,
  .o-aspect video {
    height: 100%; }

.o-aspect--16x9::before {
  padding-top: 56.25%; }

.o-aspect--320x200::before {
  padding-top: 62.5%; }

.o-aspect--600x400::before {
  padding-top: 66.66667%; }

.o-aspect__overlayed {
  position: absolute;
  top: 0;
  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; }

.o-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @supports (display: grid) {
    .o-media {
      display: grid;
      grid-template-columns: 80px 1fr;
      grid-gap: 20px; }
      @media (min-width: 768px) {
        .o-media {
          grid-template-columns: 120px 1fr;
          grid-gap: 30px; } }
      @media (min-width: 1024px) {
        .o-media {
          grid-template-columns: 160px 1fr;
          grid-gap: 40px; } } }

.o-media__block + .o-media__block {
  margin-left: 20px; }
  @media (min-width: 768px) {
    .o-media__block + .o-media__block {
      margin-left: 30px; } }
  @media (min-width: 1024px) {
    .o-media__block + .o-media__block {
      margin-left: 40px; } }
  @supports (display: grid) {
    .o-media__block + .o-media__block {
      margin-left: 0; } }

.o-media__image {
  width: 80px; }
  @media (min-width: 768px) {
    .o-media__image {
      width: 120px; } }
  @media (min-width: 1024px) {
    .o-media__image {
      width: 160px; } }

.o-related-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1px;
  margin-bottom: 40px; }
  @supports (display: grid) {
    .o-related-media {
      display: grid;
      grid-template-columns: 200px 1fr; } }

.o-related-media__graphic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 200px;
  width: 28.57143%; }
  @supports (display: grid) {
    .o-related-media__graphic {
      max-width: none;
      width: auto; } }

.o-related-media__content {
  padding-top: 5px;
  margin-left: 40px; }

.o-news-media {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .o-news-media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 1px; } }
  @supports (display: grid) {
    @media (min-width: 768px) {
      .o-news-media {
        display: grid;
        grid-template-columns: 28.57143% 1fr; } } }

@media (min-width: 768px) {
  .o-news-media__graphic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 320px;
    width: 28.57143%; } }

@supports (display: grid) {
  @media (min-width: 768px) {
    .o-news-media__graphic {
      max-width: none;
      width: auto; } } }

@media (min-width: 768px) {
  .o-news-media__content {
    padding-top: 5px;
    margin-left: 50px; } }

@media (min-width: 768px) {
  .o-news-media__body {
    margin-right: 21.47651%; } }

.o-section {
  margin-bottom: 90px;
  margin-top: 90px; }

@media (min-width: 1024px) {
  .o-section\@md {
    margin-bottom: 90px;
    margin-top: 90px; } }

.o-section-50 {
  margin-bottom: 50px;
  margin-top: 50px; }

@media (min-width: 1024px) {
  .o-section-50\@md {
    margin-bottom: 50px;
    margin-top: 50px; } }

@media (max-width: 1023px) {
  .o-section-50\@less-than-md {
    margin-bottom: 50px;
    margin-top: 50px; } }

.o-inset-40 {
  margin-left: 2.5vw;
  margin-right: 2.5vw; }
  @media (min-width: 1024px) {
    .o-inset-40 {
      margin-left: 40px;
      margin-right: 40px; } }

@media (min-width: 1024px) {
  .o-inset-40\@md {
    margin-left: 40px;
    margin-right: 40px; } }

.o-inset-60 {
  margin-left: 3.75vw;
  margin-right: 3.75vw; }
  @media (min-width: 1024px) {
    .o-inset-60 {
      margin-left: 60px;
      margin-right: 60px; } }

@media (min-width: 1024px) {
  .o-inset-60\@md {
    margin-left: 60px;
    margin-right: 60px; } }

.o-inset-100 {
  margin-left: 6.25vw;
  margin-right: 6.25vw; }
  @media (min-width: 1024px) {
    .o-inset-100 {
      margin-left: 100px;
      margin-right: 100px; } }

@media (min-width: 1024px) {
  .o-inset-100\@md {
    margin-left: 100px;
    margin-right: 100px; } }

.o-news-grid {
  margin-bottom: -30px; }
  @media (min-width: 768px) {
    .o-news-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: -50px; } }

.o-news-grid__item {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .o-news-grid__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(50% - 50px);
      margin-bottom: 50px; } }

.o-columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px; }

@media (min-width: 768px) {
  .o-cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -12px; } }

.o-cat-list__item {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .o-cat-list__item {
      padding: 0 12px;
      width: 50%; } }
  @media (min-width: 1200px) {
    .o-cat-list__item {
      width: 33.33333%; } }

/* ------------------------------------ *\
    #FORM GROUP
\* ------------------------------------ */
.c-form-group {
  margin-bottom: 10px; }

.c-form-group__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 5px 0;
  color: #66696b;
  font-size: 0.77778rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: color 0.15s;
  transition: color 0.15s; }
  .c-form-group.has-error .c-form-group__label {
    color: #f00; }

.c-form-group__input {
  display: block;
  padding: 0.55556em;
  margin-bottom: 10px;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  -webkit-transition: border 0.15s;
  transition: border 0.15s; }
  .c-form-group__label .c-form-group__input {
    margin: 0.27778em 0.27778em 0 0; }
  .c-form-group.has-error .c-form-group__input {
    border-color: #f00; }

.c-form-group__input--inline {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: auto; }

.c-form-group__help-block {
  display: block;
  font-size: 0.66667em;
  margin: 0 0 20px; }

.c-form-group__validation {
  display: block;
  padding: 0.55556em;
  border: 1px solid #66696b;
  background-color: #8c8f91;
  color: #66696b;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  .c-form-group.has-error .c-form-group__validation {
    border-color: #f00;
    background-color: #ff4d4d;
    color: #fff; }

/* ------------------------------------ *\
    #BUTTONS
\* ------------------------------------ */
.c-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  width: 150px;
  max-width: 100%;
  padding: 1.21429em 1.42857em;
  border: 2px solid #e91d3a;
  background: #e91d3a;
  color: #fff;
  fill: currentColor;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.33333;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  text-transform: uppercase;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%); }
  .c-btn::after {
    content: '';
    display: block;
    border: solid;
    border-width: 7.5px;
    border-color: transparent #e91d3a #e91d3a transparent;
    position: absolute;
    bottom: 0;
    right: 0; }
  @media (min-width: 1024px) {
    .c-btn {
      padding: 1.64286em 1.42857em;
      width: 190px;
      font-size: 14px; } }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    background: none;
    color: #e91d3a;
    text-decoration: none; }

/**
 * Modifiers for the buttons
 */
.c-btn--white {
  background: #fff;
  border-color: #fff;
  color: #e91d3a; }
  .c-btn--white::after {
    border-color: transparent #fff #fff transparent; }
  .c-btn--white:hover, .c-btn--white:active, .c-btn--white:focus {
    color: #fff; }

/**
 * Modifiers for the buttons
 */
.c-btn--stroke {
  background: #fff;
  color: #e91d3a;
  border: 2px solid #e91d3a; }
  .c-btn--stroke:hover, .c-btn--stroke:active, .c-btn--stroke:focus {
    background: #e91d3a;
    color: #fff; }

.c-btn--wide {
  width: 220px; }

.c-btn--square {
  width: 44px;
  height: 44px;
  line-height: 40px;
  padding: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%); }
  .c-btn--square::after {
    border-width: 3.5px; }

/* ------------------------------------ *\
    #HEADINGS
\* ------------------------------------ */
.c-heading-100 {
  font-size: 1.77778rem;
  line-height: 1.12; }
  @media (min-width: 1024px) {
    .c-heading-100 {
      font-size: 5.55556rem; } }

.c-heading-48, .c-article-scope h1 {
  font-size: 1.55556rem;
  line-height: 1.16667; }
  @media (min-width: 1024px) {
    .c-heading-48, .c-article-scope h1 {
      font-size: 2.66667rem; } }

.c-heading-36, .c-article-scope h2 {
  font-size: 1.44444rem;
  line-height: 1.16667; }
  @media (min-width: 1024px) {
    .c-heading-36, .c-article-scope h2 {
      font-size: 2rem; } }

.c-heading-32, .c-article-scope h3 {
  font-size: 1.22222rem;
  line-height: 1.125; }
  @media (min-width: 1024px) {
    .c-heading-32, .c-article-scope h3 {
      font-size: 1.77778rem; } }

.c-heading-30 {
  font-size: 1.11111rem;
  line-height: 1.2; }
  @media (min-width: 1024px) {
    .c-heading-30 {
      font-size: 1.66667rem; } }

.c-heading-26, .c-article-scope h4 {
  font-size: 0.83333rem;
  line-height: 1.46154; }
  @media (min-width: 1024px) {
    .c-heading-26, .c-article-scope h4 {
      font-size: 1.44444rem; } }

.c-heading-24, .c-article-scope h5 {
  font-size: 1rem;
  line-height: 1.33333; }
  @media (min-width: 1024px) {
    .c-heading-24, .c-article-scope h5 {
      font-size: 1.33333rem; } }

.c-heading-22 {
  font-size: 1rem;
  line-height: 1.36364; }
  @media (min-width: 1024px) {
    .c-heading-22 {
      font-size: 1.22222rem; } }

.c-heading-18, .c-article-scope h6 {
  font-size: 0.88889rem;
  line-height: 1.33333; }
  @media (min-width: 1024px) {
    .c-heading-18, .c-article-scope h6 {
      font-size: 1rem; } }

.c-heading-16 {
  font-size: 0.77778rem;
  line-height: 1.625; }
  @media (min-width: 1024px) {
    .c-heading-16 {
      font-size: 0.88889rem; } }

.c-heading-14 {
  font-size: 0.66667rem;
  line-height: 1.16667; }
  @media (min-width: 1024px) {
    .c-heading-14 {
      font-size: 0.77778rem;
      line-height: 1.71429; } }

/* ------------------------------------ *\
    #BACKDROPS
\* ------------------------------------ */
.c-backdrop-texture {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #f6f4f7 url("../img/global/backdrop-texture.jpg"); }

.c-backdrop-grey-scene {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #2c2d2e url("../img/global/backdrop-grey-scene.jpg") center top no-repeat;
  background-size: 100% auto;
  color: #fff; }

.c-backdrop-grey-scene-2 {
  padding-top: 1px;
  padding-bottom: 1px;
  background: #2c2d2e url("../img/global/backdrop-grey-scene-2.jpg") center bottom no-repeat;
  background-size: 100% auto;
  color: #fff; }

.c-backdrop-lines {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y;
  background-size: 1px 1px;
  background-position: left 0, 50% 0, right 0; }
  @media (min-width: 768px) {
    .c-backdrop-lines {
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y;
      background-size: 1px 1px;
      background-position: left 0, 16.66667% 0, 33.33333% 0, 50% 0, 66.66667% 0, 83.33333% 0, right 0; } }
  @media (min-width: 1024px) {
    .c-backdrop-lines {
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y;
      background-size: 1px 1px;
      background-position: left 0, 11.11111% 0, 22.22222% 0, 33.33333% 0, 44.44444% 0, 55.55556% 0, 66.66667% 0, 77.77778% 0, 88.88889% 0, right 0; } }
  .c-backdrop-lines::before, .c-backdrop-lines::after {
    content: "\A0";
    /* No-break space character */
    display: block;
    overflow: hidden;
    height: 0; }

@media (min-width: 768px) {
  .c-backdrop-lines\@sm {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y;
    background-size: 1px 1px;
    background-position: left 0, 16.66667% 0, 33.33333% 0, 50% 0, 66.66667% 0, 83.33333% 0, right 0; } }

@media (min-width: 1024px) {
  .c-backdrop-lines\@sm {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))) repeat-y;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y, linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)) repeat-y;
    background-size: 1px 1px;
    background-position: left 0, 11.11111% 0, 22.22222% 0, 33.33333% 0, 44.44444% 0, 55.55556% 0, 66.66667% 0, 77.77778% 0, 88.88889% 0, right 0; } }

.c-backdrop-lines\@sm::before, .c-backdrop-lines\@sm::after {
  content: "\A0";
  /* No-break space character */
  display: block;
  overflow: hidden;
  height: 0; }

/* ------------------------------------ *\
    #CARD
\* ------------------------------------ */
.c-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #fff;
  height: 240px;
  position: relative; }
  .c-card::after {
    content: '';
    display: block;
    border: solid;
    border-width: 8px;
    border-color: transparent #e91d3a #e91d3a transparent;
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (min-width: 1024px) {
      .c-card::after {
        border-width: 15px; } }
  @media (min-width: 1024px) {
    .c-card {
      height: 430px; } }

.c-card__body {
  padding: 15px; }
  @media (min-width: 1024px) {
    .c-card__body {
      padding: 30px; } }

.c-cutout {
  margin-top: -25px;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    .c-cutout {
      margin-top: -90px; } }

.c-cutout__graphic {
  margin-right: 25%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(33.33333% + 1px) calc(100% - 50px), calc(33.33333% + 1px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(33.33333% + 1px) calc(100% - 50px), calc(33.33333% + 1px) 100%, 0 100%); }
  @media (min-width: 768px) {
    .c-cutout__graphic {
      margin-right: 33.33333%;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(50% + 1px) calc(100% - 100px), calc(50% + 1px) 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(50% + 1px) calc(100% - 100px), calc(50% + 1px) 100%, 0 100%); } }
  @media (min-width: 1024px) {
    .c-cutout__graphic {
      margin-right: 25%;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(33.33333% + 1px) calc(100% - 100px), calc(33.33333% + 1px) 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(33.33333% + 1px) calc(100% - 100px), calc(33.33333% + 1px) 100%, 0 100%); } }

.c-cutout__header {
  margin-top: -50px;
  margin-left: 25%;
  margin-right: 1px;
  padding: 20px 0 20px 20px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .c-cutout__header {
      margin-left: 33.33333%;
      margin-top: -100px;
      padding: 30px 0 30px 30px; } }
  @media (min-width: 1024px) {
    .c-cutout__header {
      margin-left: 25%;
      margin-top: -100px;
      padding: 30px 0 30px 30px; } }

.c-cutout__title {
  margin: 0;
  font-size: 1.22222rem;
  line-height: 1.16667; }
  @media (min-width: 768px) {
    .c-cutout__title {
      font-size: 2.66667rem; } }

.c-infocard {
  padding: 36px; }

.c-play-button {
  width: 93px;
  height: 93px;
  background: url("../img/global/play-button.png") center no-repeat;
  padding: 0;
  border: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a:hover .c-play-button {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.c-pipe {
  position: relative;
  width: 2px;
  height: 2px; }
  .c-pipe::before {
    content: '';
    display: block;
    width: 2px;
    height: 38px;
    background: #e91d3a;
    position: absolute;
    left: 0;
    top: -19px; }
    @media (min-width: 768px) {
      .c-pipe::before {
        height: 90px;
        top: -45px; } }

.c-pipe--inline {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 768px) {
  .c-pipe--small::before {
    height: 70px;
    top: -35px; } }

.c-pipe--center {
  margin: auto; }

.c-pipe--rotated::before {
  left: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.c-pipe--rotated.c-pipe--inline {
  width: 30px; }
  @media (min-width: 768px) {
    .c-pipe--rotated.c-pipe--inline {
      width: 90px; } }

.c-select-filter {
  max-width: 100%;
  min-width: 240px;
  border-bottom: 1px solid #666;
  position: relative;
  z-index: 0; }
  .c-select-filter::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    border: solid;
    border-width: 6px 5px;
    border-color: #e91d3a transparent transparent transparent;
    z-index: -1; }

.c-select-filter__filter {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  line-height: 34px;
  color: #66696b;
  font-weight: bold;
  text-transform: uppercase; }

.c-card-slider {
  overflow: hidden; }

.c-card-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .c-card-slider__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.c-card-slider__header-item + .c-card-slider__header-item {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .c-card-slider__header-item + .c-card-slider__header-item {
      margin-top: 0;
      margin-left: 40px; } }

.c-card-slider__title {
  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: 768px) {
    .c-card-slider__title {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.c-card-slider__track {
  padding-bottom: 30px;
  position: relative; }
  @media (min-width: 768px) {
    .c-card-slider__track {
      padding-bottom: 45px; } }
  .c-card-slider__track .flickity-viewport {
    overflow: visible; }

.c-card-slider__item {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 186px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (min-width: 1024px) {
    .c-card-slider__item {
      margin-right: 20px;
      width: 380px; } }

.c-card-slider__scroll {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    .c-card-slider__scroll {
      height: 12px; } }
  .c-card-slider__scroll::before {
    content: '';
    height: 2px;
    width: 100%;
    background: rgba(195, 198, 199, 0.41);
    position: absolute;
    top: 2px;
    left: 0;
    z-index: -1; }
    @media (min-width: 768px) {
      .c-card-slider__scroll::before {
        top: 5px; } }

.c-card-slider__scroll-bar {
  margin: -6px 0;
  height: 12px;
  width: 18.66667%;
  background: #c3c6c7;
  border: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .c-card-slider__scroll-bar:active {
    background: #66696b; }
  .c-card-slider__scroll-bar.is-scrolling {
    -webkit-transition: none;
    transition: none; }

.c-cta-bar {
  margin-left: -25px;
  margin-right: -25px;
  background: #e91d3a;
  position: relative;
  z-index: 0;
  color: #fff; }
  @media (min-width: 1024px) {
    .c-cta-bar {
      margin-left: 0;
      margin-right: 0;
      display: inline-block; } }
  .c-cta-bar::before {
    content: '';
    display: block;
    width: calc(100% + 25px);
    position: absolute;
    right: 0;
    height: 100%;
    background: #e91d3a url("../img/global/cta-background.jpg") left top no-repeat;
    background-size: auto 100%; }
    @media (min-width: 1500px) {
      .c-cta-bar::before {
        width: calc((100vw - 1440px) / 2 + 100%); } }

.c-cta-bar__content {
  padding: 50px 25px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .c-cta-bar__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 160px;
      padding-right: 60px; } }

.c-cta-bar__title {
  font-size: 7.46667vw;
  line-height: 1.20833; }
  @media (min-width: 768px) {
    .c-cta-bar__title {
      margin: 0 3.125em 0 0;
      font-size: 3vw; } }
  @media (min-width: 1500px) {
    .c-cta-bar__title {
      font-size: 2.66667rem; } }

.c-section-nav {
  overflow: auto;
  white-space: nowrap;
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0.88889rem;
  line-height: 1.375em;
  position: relative;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .c-section-nav {
      margin: 0; } }
  @media (min-width: 1200px) {
    .c-section-nav {
      margin: 0 11.11111%; } }
  @media (min-width: 1500px) {
    .c-section-nav {
      margin: 0 22.22222% 0 11.11111%; } }

.c-section-nav--wide {
  margin: 0; }

.c-section-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  @media (min-width: 1500px) {
    .c-section-nav__list {
      border-left: 1px solid rgba(0, 0, 0, 0.05); } }

.c-section-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .c-section-nav__item + .c-section-nav__item {
    border-left: 1px solid #dfe3e4; }

.c-section-nav__link {
  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;
  padding: 0 1.875em;
  width: 100%;
  height: 50px;
  border: 0;
  background: #f0f4f5;
  color: #66696b;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .c-section-nav__link {
      height: 70px; } }
  @media (min-width: 1200px) {
    .c-section-nav__link {
      height: 90px; } }
  .c-section-nav__link:hover, .c-section-nav__link.is-current {
    color: #fff;
    background: #e91d3a;
    text-decoration: none; }

@media (min-width: 1500px) {
  .c-banner-overlap {
    margin-top: -90px;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-clip-path: polygon(0 0, calc(100% - (100% - 1440px) / 2 - 320px + 1px) 0, calc(100% - (100% - 1440px) / 2 - 320px + 1px) 90px, 100% 90px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - (100% - 1440px) / 2 - 320px + 1px) 0, calc(100% - (100% - 1440px) / 2 - 320px + 1px) 90px, 100% 90px, 100% 100%, 0 100%); } }

@media (min-width: 1500px) {
  .c-banner-overlap__filler {
    height: 90px;
    padding-bottom: 1px; } }

@media (min-width: 1500px) {
  .c-banner-overlap--wide {
    -webkit-clip-path: polygon(0 0, calc(100% - (100% - 1440px) / 2 + 1px) 0, calc(100% - (100% - 1440px) / 2 + 1px) 90px, 100% 90px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - (100% - 1440px) / 2 + 1px) 0, calc(100% - (100% - 1440px) / 2 + 1px) 90px, 100% 90px, 100% 100%, 0 100%); } }

.c-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 66.66667vw;
  padding-bottom: 13.33333vw;
  color: #fff;
  background: #000 url("../img/global/banner-background-default.jpg") center no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .c-banner {
      height: 300px;
      padding-bottom: 50px; } }
  @media (min-width: 1500px) {
    .c-banner {
      height: 425px;
      padding-bottom: 125px; } }
  .c-banner::before {
    content: '';
    display: block;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }

.c-banner__content {
  width: 100%; }

.c-banner__title {
  font-size: 13.33333vw;
  line-height: 1;
  margin: 0; }
  @media (min-width: 768px) {
    .c-banner__title {
      font-size: 5.375vw; } }
  @media (min-width: 1500px) {
    .c-banner__title {
      font-size: 4.77778rem; } }

.c-service-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-service-model__tabs {
  position: relative;
  font-size: 24px; }
  @media (min-width: 1024px) {
    .c-service-model__tabs {
      width: 48%; } }

.c-service-model__tabs-item + .c-service-model__tabs-item {
  border-top: 2px solid #fff; }

.c-service-model__button {
  background: #66696b;
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  line-height: 100px; }

@media (min-width: 1024px) {
  .c-service-model__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 48%; } }

.c-service-model__tabs {
  width: 100%;
  background: #fff; }
  @media (min-width: 1024px) {
    .c-service-model__tabs {
      width: 48%; } }

.c-service-model__tab {
  width: 100%;
  background: #fff;
  padding: 25px;
  color: #2c2d2e;
  position: relative; }
  @media (min-width: 1024px) {
    .c-service-model__tab {
      padding: 50px; } }

.c-service-model__tab-carot {
  position: absolute;
  top: 50px;
  right: 100%;
  border: 14px solid;
  border-color: transparent #fff transparent transparent; }

.c-news-feed {
  border-top: 2px solid rgba(195, 198, 199, 0.4); }

.c-news-feed__item {
  padding: 20px 0;
  border-bottom: 2px solid rgba(195, 198, 199, 0.4); }

.c-list--cols-3 {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  margin-bottom: -20px; }
  @media (min-width: 768px) {
    .c-list--cols-3 {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (min-width: 1200px) {
    .c-list--cols-3 {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }

.c-list--close {
  margin-bottom: 20px; }

.c-list__item, .c-article-scope ol li,
.c-article-scope ul li {
  padding-right: 50px;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative; }
  .c-list__item::before, .c-article-scope ol li::before,
  .c-article-scope ul li::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #e91d3a;
    position: absolute;
    top: 0.5em;
    left: 0; }
  .c-list--close .c-list__item, .c-list--close .c-article-scope ol li, .c-article-scope ol .c-list--close li,
  .c-list--close .c-article-scope ul li, .c-article-scope ul .c-list--close li {
    margin-bottom: 5px; }

.c-project-cat {
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  position: relative;
  z-index: 0; }

.c-project-cat__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 1; }
  .c-project-cat__header::before {
    content: '';
    display: block;
    opacity: 0.6;
    width: 100%;
    height: 170px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(9.9%, rgba(0, 0, 0, 0.986)), color-stop(19%, rgba(0, 0, 0, 0.944)), color-stop(26.7%, rgba(0, 0, 0, 0.881)), color-stop(33.1%, rgba(0, 0, 0, 0.806)), color-stop(38.6%, rgba(0, 0, 0, 0.723)), color-stop(43.5%, rgba(0, 0, 0, 0.636)), color-stop(48.1%, rgba(0, 0, 0, 0.546)), color-stop(52.6%, rgba(0, 0, 0, 0.455)), color-stop(57.1%, rgba(0, 0, 0, 0.367)), color-stop(62%, rgba(0, 0, 0, 0.279)), color-stop(67.5%, rgba(0, 0, 0, 0.195)), color-stop(73.9%, rgba(0, 0, 0, 0.118)), color-stop(81.6%, rgba(0, 0, 0, 0.054)), color-stop(90.7%, rgba(0, 0, 0, 0.013)), to(transparent));
    background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.986) 9.9%, rgba(0, 0, 0, 0.944) 19%, rgba(0, 0, 0, 0.881) 26.7%, rgba(0, 0, 0, 0.806) 33.1%, rgba(0, 0, 0, 0.723) 38.6%, rgba(0, 0, 0, 0.636) 43.5%, rgba(0, 0, 0, 0.546) 48.1%, rgba(0, 0, 0, 0.455) 52.6%, rgba(0, 0, 0, 0.367) 57.1%, rgba(0, 0, 0, 0.279) 62%, rgba(0, 0, 0, 0.195) 67.5%, rgba(0, 0, 0, 0.118) 73.9%, rgba(0, 0, 0, 0.054) 81.6%, rgba(0, 0, 0, 0.013) 90.7%, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }

.c-project-cat__title {
  line-height: 1; }

.c-slider__item {
  display: block;
  width: 100%; }

@-webkit-keyframes heroSlideAppear {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes heroSlideAppear {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.c-hero {
  position: relative;
  color: #fff;
  background: #000; }
  .c-hero .flickity-prev-next-button {
    background: none;
    border: 2px solid #fff; }
  .c-hero .flickity-prev-next-button.previous {
    border-right-width: 1px; }
  .c-hero .flickity-prev-next-button.next {
    border-left-width: 1px; }

.c-hero__slide {
  overflow: hidden;
  width: 100%;
  height: 500px;
  position: relative; }
  @media (min-width: 768px) {
    .c-hero__slide {
      height: 700px; } }
  @media (min-width: 1024px) {
    .c-hero__slide {
      height: 56.25vw; } }

.c-hero__backdrop {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (min-width: 1024px) {
    .c-hero__backdrop {
      position: static;
      -webkit-transform: none;
              transform: none;
      width: 100%;
      height: auto;
      opacity: 0.7; } }

.c-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.c-hero__box {
  margin-left: 6px;
  position: relative;
  z-index: 0; }
  .c-hero__slide.is-selected .c-hero__box {
    -webkit-animation: heroSlideAppear 0.5s 0.5s ease-in-out both;
            animation: heroSlideAppear 0.5s 0.5s ease-in-out both; }
  @media (min-width: 768px) {
    .c-hero__box {
      margin-left: 50px; } }
  @media (min-width: 1024px) {
    .c-hero__box {
      margin-left: 0; } }
  .c-hero__box::before {
    content: '';
    display: block;
    width: 34.28571vw;
    border: 2.28571vw solid #e91d3a;
    position: absolute;
    top: -8.57143vw;
    left: -5.71429vw;
    bottom: -8.57143vw;
    z-index: -1; }
    @media (min-width: 768px) {
      .c-hero__box::before {
        width: 325px;
        border: 1.25vw solid #e91d3a;
        top: -6.25vw;
        left: -5vw;
        bottom: -6.25vw; } }

.c-hero__title {
  font-size: 9.86667vw;
  line-height: 1.12; }
  .c-hero__slide.is-selected .c-hero__title {
    -webkit-animation: heroSlideAppear 1s ease-in-out;
            animation: heroSlideAppear 1s ease-in-out; }
  @media (min-width: 768px) {
    .c-hero__title {
      font-size: 6.25vw; } }
  @media (min-width: 1500px) {
    .c-hero__title {
      font-size: 5.55556rem; } }

.c-hero__subtitle {
  margin-left: -20px; }
  .c-hero__slide.is-selected .c-hero__subtitle {
    -webkit-animation: heroSlideAppear 1s 0.5s ease-in-out both;
            animation: heroSlideAppear 1s 0.5s ease-in-out both; }

.c-hero__controls {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0; }

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

.c-hero__btn {
  cursor: pointer;
  border: 2px solid #fff;
  background: none;
  width: 50px;
  height: 50px;
  color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .c-hero__btn:hover {
    background: #fff;
    color: #000; }
  .c-hero__btn + .c-hero__btn {
    border-left: 0; }

.c-team__list {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -25px 20px;
  padding: 3px 25px; }
  .c-team__list::after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25px;
    height: 1px; }
    @media (min-width: 1024px) {
      .c-team__list::after {
        display: none; } }
  @media (min-width: 1024px) {
    .c-team__list {
      overflow: visible;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 0 20px;
      padding: 0; } }

.c-team__item + .c-team__item {
  margin-left: 20px; }

.c-team__btn {
  padding: 0;
  width: 100px;
  background: none;
  border: 0;
  outline: 0; }

.c-team__avatar {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #c3c6c7;
  border-radius: 50%;
  position: relative; }
  .c-team__avatar::after {
    content: '';
    opacity: 0;
    display: block;
    border-radius: inherit;
    border: 4px solid #e91d3a;
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .c-team__btn.is-active .c-team__avatar::after {
      opacity: 1; }

.c-team__name {
  display: block;
  font-size: 0.66667rem;
  line-height: 1.3;
  font-weight: bold;
  -webkit-transition: 0.2s 0.05s ease-in-out;
  transition: 0.2s 0.05s ease-in-out; }
  @media (min-width: 1024px) {
    .c-team__name {
      opacity: 0;
      -webkit-transform: translateY(10px) scale(0.9);
              transform: translateY(10px) scale(0.9); } }
  .c-team__btn:hover .c-team__name {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

.c-team__role {
  display: block;
  color: #66696b;
  font-size: 0.61111rem;
  line-height: 1.3; }
  @media (min-width: 1024px) {
    .c-team__role {
      opacity: 0;
      -webkit-transition: 0.2s 0.1s ease-in-out;
      transition: 0.2s 0.1s ease-in-out;
      -webkit-transform: translateY(10px) scale(0.9);
              transform: translateY(10px) scale(0.9); } }
  .c-team__btn:hover .c-team__role {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }

@-webkit-keyframes leadershipAppear {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes leadershipAppear {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.c-leadership {
  width: 100%; }
  .c-leadership.is-selected {
    -webkit-animation: leadershipAppear 0.5s ease-in-out;
            animation: leadershipAppear 0.5s ease-in-out; }

@media (min-width: 1024px) {
  .c-leadership__aside {
    padding: 60px 0;
    height: 100%;
    background: #e91d3a url("../img/global/leadership-bg.jpg") center top no-repeat;
    background-size: 100% auto; } }

@media (min-width: 1024px) {
  .c-leadership__img-wrap {
    margin-left: -33.33333%; } }

.c-leadership__content {
  padding: 25px;
  background: #fff; }
  @media (min-width: 1024px) {
    .c-leadership__content {
      padding: 60px 9.09091%; } }

.c-navbar {
  height: 100%;
  width: 280px;
  background: #2c2d2e;
  color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .c-navbar.is-open {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

.c-navbar__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%; }

.c-navbar__toggle {
  display: block;
  width: 60px;
  height: 60px;
  border: 0;
  background: #e91d3a;
  position: relative; }

.c-navbar__toggle-bar {
  margin: -1px -13px;
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%; }

.c-navbar__toggle-bar--1 {
  margin-top: -10px; }

.c-navbar__toggle-bar--2 {
  width: 22px;
  margin-left: -9px; }

.c-navbar__toggle-bar--3 {
  margin-top: 8px; }

.c-navbar__content {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.c-navbar__list {
  margin: 0;
  padding: 30px; }

.c-navbar__list--dark {
  background: #000; }

.c-navbar__item {
  position: relative; }
  .c-navbar__item + .c-navbar__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .c-navbar__list--dark .c-navbar__item + .c-navbar__item {
      border-top: 0; }

.c-navbar__item-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px; }

.c-navbar__link {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 0.88889rem;
  line-height: 30px;
  letter-spacing: 0.3em;
  font-weight: bold;
  text-transform: uppercase; }
  .c-navbar__link:hover {
    color: #e91d3a;
    text-decoration: none; }

.c-navbar__dropdown-toggle {
  width: 60px;
  height: 60px;
  border: 0;
  outline: 0;
  background: none;
  color: #e91d3a;
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }
  .c-navbar__dropdown-toggle::before {
    content: '';
    display: block;
    margin: -7px -5px;
    border: 5px solid;
    border-color: transparent transparent #e91d3a;
    position: absolute;
    top: 50%;
    left: 50%; }
  .c-navbar__dropdown-toggle.is-active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

@-webkit-keyframes dropdownAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes dropdownAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.c-navbar__dropdown {
  display: none; }
  .c-navbar__dropdown.is-open {
    display: block;
    -webkit-animation: dropdownAppear 0.2s forwards;
            animation: dropdownAppear 0.2s forwards; }

.c-navbar__dropdown-item + .c-navbar__dropdown-item {
  margin-top: 20px; }

.c-navbar__dropdown-link {
  color: #c3c6c7;
  font-size: 0.88889rem;
  line-height: 1.5em; }

.c-navbar__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-bottom: 1px solid currentColor; }

.c-navbar__search-btn {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42px;
  height: 42px;
  color: inherit;
  border: 0;
  background: none;
  padding: 0; }

.c-navbar__search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 150px;
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font-size: 0.88889rem;
  font-weight: bold; }

/* ------------------------------------ *\
    #NAVIGATION
\* ------------------------------------ */
.c-nav {
  color: #fff;
  font-size: 0.77778rem; }

.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-nav__item {
  margin-right: 2.5vw;
  position: relative; }

.c-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  border: 0;
  padding: 0;
  background: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  border-bottom: 1px solid transparent; }
  .c-nav__link:hover,
  .c-nav__item.is-current .c-nav__link {
    text-decoration: none;
    border-bottom-color: #e91d3a; }

.c-nav__link--plain:hover,
.c-nav__item.is-current .c-nav__link--plain {
  text-decoration: none;
  color: #e91d3a;
  border-bottom-color: transparent; }

.c-nav__carot {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 5px;
  margin-left: 4px;
  position: relative; }
  .c-nav__carot::before {
    content: '';
    display: block;
    margin: -2px -5px;
    border: 5px solid;
    border-color: #e91d3a transparent transparent;
    position: absolute;
    top: 0;
    left: 50%; }
    .c-nav__item.is-open .c-nav__carot::before,
    .c-nav__item:hover .c-nav__carot::before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(-5px) rotate(180deg);
              transform: translateY(-5px) rotate(180deg); }

.c-nav__dropdown {
  opacity: 0;
  visibility: hidden;
  margin-top: 15px;
  background: #fff;
  padding: 15px;
  font-size: 0.88889rem;
  line-height: 1.5em;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: opacity 0.2s 0.1s, visibility 0.2s 0.1s;
  transition: opacity 0.2s 0.1s, visibility 0.2s 0.1s;
  z-index: 100; }
  .c-nav__item.is-open .c-nav__dropdown,
  .c-nav__item:hover .c-nav__dropdown {
    opacity: 1;
    visibility: visible; }

.c-nav__dropdown-carot {
  display: block;
  border: solid;
  margin: 0 -7px;
  border-width: 0 8px 7px;
  border-color: transparent transparent #fff;
  position: absolute;
  left: 0;
  bottom: 100%; }

.c-nav__dropdown-list {
  padding: 25px;
  width: 245px;
  margin: 0; }

.c-nav__dropdown-list--columns {
  width: 490px;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  position: relative; }
  .c-nav__dropdown-list--columns::before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 25px;
    left: 50%;
    bottom: 25px;
    background: #f0f0f0; }

.c-nav__dropdown-link {
  display: block;
  color: #66696b;
  padding: 8px 0; }
  .c-nav__dropdown-link:hover {
    color: #e91d3a;
    text-decoration: none; }

.c-nav__search {
  color: #000; }

/* ------------------------------------ *\
    #HEADER
\* ------------------------------------ */
.c-header {
  padding: 14px 25px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  @media (min-width: 1500px) {
    .c-header {
      padding: 20px; } }
  @media (min-width: 1500px) {
    .c-header::before {
      content: '';
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: block;
      opacity: 0.3;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 200px;
      background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
      background: linear-gradient(0deg, transparent 0%, #000 100%);
      z-index: -1; } }
  .c-header.is-fixed {
    background: #fff;
    -webkit-box-shadow: 0 1px 0 #f0f4f5;
            box-shadow: 0 1px 0 #f0f4f5; }
    .c-header.is-fixed::before {
      opacity: 0; }

.c-header__content {
  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; }

.c-header__logo {
  width: 138px;
  position: relative; }
  .c-header__logo::before {
    content: '';
    display: block;
    padding-top: 23.47418%; }
  @media (min-width: 1500px) {
    .c-header__logo {
      width: 213px; } }

.c-header__logo-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0; }

.c-header__logo-img--black {
  opacity: 0; }
  .c-header.is-fixed .c-header__logo-img--black {
    opacity: 1; }

.c-header.is-fixed .c-header__logo-img--white {
  opacity: 0; }

.c-header.is-fixed .c-header__navbar, .c-header.is-fixed
.c-header__nav {
  color: #000; }

.c-footer-nav {
  font-size: 0.61111rem;
  line-height: 1.3125em;
  padding-right: 50px;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .c-footer-nav {
      font-size: 0.88889rem; } }

.c-footer-nav__list {
  font-size: 0.88889rem; }

.c-footer-nav__item {
  margin-bottom: 1.1875em; }

.c-footer-nav__link {
  color: #66696b; }

/* ------------------------------------ *\
    #FOOTER
\* ------------------------------------ */
.c-footer__bottom {
  border-top: 2px solid rgba(195, 198, 199, 0.41);
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  color: #66696b;
  font-size: 14px;
  line-height: 1.71429; }
  @media (min-width: 768px) {
    .c-footer__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1024px) {
    .c-footer__bottom {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }

.c-article-scope h1,
.c-article-scope h2,
.c-article-scope h3 {
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .c-article-scope h1,
    .c-article-scope h2,
    .c-article-scope h3 {
      margin-top: 60px; } }

.c-article-scope h6 {
  margin-bottom: 0; }

.c-article-scope ol li,
.c-article-scope ul li {
  margin-bottom: 0; }

.c-article-scope img {
  max-width: 100%;
  height: auto; }

/* ------------------------------------ *\
    #COLOR UTILITIES
\* ------------------------------------ */
.u-color-body {
  color: #2c2d2e; }

.u-color-headings {
  color: #00587d; }

.u-color-primary {
  color: #337ab7; }

.u-color-link {
  color: #337ab7; }

.u-color-grey-lighter {
  color: #e7e8e9; }

.u-color-grey-light {
  color: #c3c6c7; }

.u-color-grey {
  color: #66696b; }

.u-color-red {
  color: #e91d3a; }

.u-color-white {
  color: #fff; }

/* ------------------------------------ *\
    #TEXT UTILITIES
\* ------------------------------------ */
.u-text-center {
  text-align: center; }

.u-font-base {
  font-family: "Lato", sans-serif; }

.u-letter-spacing-200 {
  letter-spacing: 0.2em; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-link-ninja {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit; }
  .u-link-ninja:hover, .u-link-ninja:active, .u-link-ninja:focus {
    text-decoration: inherit; }

.u-inline-block {
  display: inline-block; }

/* ------------------------------------ *\
    #IMAGE UTILITIES
\* ------------------------------------ */
.u-img-respond {
  max-width: 100%;
  height: auto; }

.u-img-full {
  width: 100%;
  height: auto; }

/* ------------------------------------ *\
    #SPACING UTILITIES
\* ------------------------------------ */
.u-spacing-none {
  margin-bottom: 0; }

.u-spacing-10 {
  margin-bottom: 10px; }

.u-spacing-20 {
  margin-bottom: 20px; }

.u-spacing-30 {
  margin-bottom: 30px; }

.u-spacing-40 {
  margin-bottom: 40px; }

.u-spacing-50 {
  margin-bottom: 50px; }

@media (min-width: 480px) {
  .u-spacing-none\@xs {
    margin-bottom: 0; }
  .u-spacing-10\@xs {
    margin-bottom: 10px; }
  .u-spacing-20\@xs {
    margin-bottom: 20px; }
  .u-spacing-30\@xs {
    margin-bottom: 30px; }
  .u-spacing-40\@xs {
    margin-bottom: 40px; }
  .u-spacing-50\@xs {
    margin-bottom: 50px; } }

@media (max-width: 479px) {
  .u-spacing-none\@less-than-xs {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-xs {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-xs {
    margin-bottom: 20px; }
  .u-spacing-30\@less-than-xs {
    margin-bottom: 30px; }
  .u-spacing-40\@less-than-xs {
    margin-bottom: 40px; }
  .u-spacing-50\@less-than-xs {
    margin-bottom: 50px; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .u-spacing-none\@xs-only {
    margin-bottom: 0; }
  .u-spacing-10\@xs-only {
    margin-bottom: 10px; }
  .u-spacing-20\@xs-only {
    margin-bottom: 20px; }
  .u-spacing-30\@xs-only {
    margin-bottom: 30px; }
  .u-spacing-40\@xs-only {
    margin-bottom: 40px; }
  .u-spacing-50\@xs-only {
    margin-bottom: 50px; } }

@media (min-width: 768px) {
  .u-spacing-none\@sm {
    margin-bottom: 0; }
  .u-spacing-10\@sm {
    margin-bottom: 10px; }
  .u-spacing-20\@sm {
    margin-bottom: 20px; }
  .u-spacing-30\@sm {
    margin-bottom: 30px; }
  .u-spacing-40\@sm {
    margin-bottom: 40px; }
  .u-spacing-50\@sm {
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .u-spacing-none\@less-than-sm {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-sm {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-sm {
    margin-bottom: 20px; }
  .u-spacing-30\@less-than-sm {
    margin-bottom: 30px; }
  .u-spacing-40\@less-than-sm {
    margin-bottom: 40px; }
  .u-spacing-50\@less-than-sm {
    margin-bottom: 50px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-spacing-none\@sm-only {
    margin-bottom: 0; }
  .u-spacing-10\@sm-only {
    margin-bottom: 10px; }
  .u-spacing-20\@sm-only {
    margin-bottom: 20px; }
  .u-spacing-30\@sm-only {
    margin-bottom: 30px; }
  .u-spacing-40\@sm-only {
    margin-bottom: 40px; }
  .u-spacing-50\@sm-only {
    margin-bottom: 50px; } }

@media (min-width: 1024px) {
  .u-spacing-none\@md {
    margin-bottom: 0; }
  .u-spacing-10\@md {
    margin-bottom: 10px; }
  .u-spacing-20\@md {
    margin-bottom: 20px; }
  .u-spacing-30\@md {
    margin-bottom: 30px; }
  .u-spacing-40\@md {
    margin-bottom: 40px; }
  .u-spacing-50\@md {
    margin-bottom: 50px; } }

@media (max-width: 1023px) {
  .u-spacing-none\@less-than-md {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-md {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-md {
    margin-bottom: 20px; }
  .u-spacing-30\@less-than-md {
    margin-bottom: 30px; }
  .u-spacing-40\@less-than-md {
    margin-bottom: 40px; }
  .u-spacing-50\@less-than-md {
    margin-bottom: 50px; } }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .u-spacing-none\@md-only {
    margin-bottom: 0; }
  .u-spacing-10\@md-only {
    margin-bottom: 10px; }
  .u-spacing-20\@md-only {
    margin-bottom: 20px; }
  .u-spacing-30\@md-only {
    margin-bottom: 30px; }
  .u-spacing-40\@md-only {
    margin-bottom: 40px; }
  .u-spacing-50\@md-only {
    margin-bottom: 50px; } }

@media (min-width: 1200px) {
  .u-spacing-none\@lg {
    margin-bottom: 0; }
  .u-spacing-10\@lg {
    margin-bottom: 10px; }
  .u-spacing-20\@lg {
    margin-bottom: 20px; }
  .u-spacing-30\@lg {
    margin-bottom: 30px; }
  .u-spacing-40\@lg {
    margin-bottom: 40px; }
  .u-spacing-50\@lg {
    margin-bottom: 50px; } }

@media (max-width: 1199px) {
  .u-spacing-none\@less-than-lg {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-lg {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-lg {
    margin-bottom: 20px; }
  .u-spacing-30\@less-than-lg {
    margin-bottom: 30px; }
  .u-spacing-40\@less-than-lg {
    margin-bottom: 40px; }
  .u-spacing-50\@less-than-lg {
    margin-bottom: 50px; } }

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .u-spacing-none\@lg-only {
    margin-bottom: 0; }
  .u-spacing-10\@lg-only {
    margin-bottom: 10px; }
  .u-spacing-20\@lg-only {
    margin-bottom: 20px; }
  .u-spacing-30\@lg-only {
    margin-bottom: 30px; }
  .u-spacing-40\@lg-only {
    margin-bottom: 40px; }
  .u-spacing-50\@lg-only {
    margin-bottom: 50px; } }

@media (min-width: 1500px) {
  .u-spacing-none\@xl {
    margin-bottom: 0; }
  .u-spacing-10\@xl {
    margin-bottom: 10px; }
  .u-spacing-20\@xl {
    margin-bottom: 20px; }
  .u-spacing-30\@xl {
    margin-bottom: 30px; }
  .u-spacing-40\@xl {
    margin-bottom: 40px; }
  .u-spacing-50\@xl {
    margin-bottom: 50px; } }

@media (max-width: 1499px) {
  .u-spacing-none\@less-than-xl {
    margin-bottom: 0; }
  .u-spacing-10\@less-than-xl {
    margin-bottom: 10px; }
  .u-spacing-20\@less-than-xl {
    margin-bottom: 20px; }
  .u-spacing-30\@less-than-xl {
    margin-bottom: 30px; }
  .u-spacing-40\@less-than-xl {
    margin-bottom: 40px; }
  .u-spacing-50\@less-than-xl {
    margin-bottom: 50px; } }

/* ------------------------------------ *\
    #VISIBILITY UTILITIES
\* ------------------------------------ */
.u-hidden {
  display: none; }

@media (min-width: 480px) {
  .u-hidden\@xs {
    display: none; } }

@media (max-width: 479px) {
  .u-hidden\@less-than-xs {
    display: none; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .u-hidden\@xs-only {
    display: none; } }

@media (min-width: 768px) {
  .u-hidden\@sm {
    display: none; } }

@media (max-width: 767px) {
  .u-hidden\@less-than-sm {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-hidden\@sm-only {
    display: none; } }

@media (min-width: 1024px) {
  .u-hidden\@md {
    display: none; } }

@media (max-width: 1023px) {
  .u-hidden\@less-than-md {
    display: none; } }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .u-hidden\@md-only {
    display: none; } }

@media (min-width: 1200px) {
  .u-hidden\@lg {
    display: none; } }

@media (max-width: 1199px) {
  .u-hidden\@less-than-lg {
    display: none; } }

@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .u-hidden\@lg-only {
    display: none; } }

@media (min-width: 1500px) {
  .u-hidden\@xl {
    display: none; } }

@media (max-width: 1499px) {
  .u-hidden\@less-than-xl {
    display: none; } }

.u-sr-only {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  position: absolute; }

.delay-100ms {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

.delay-200ms {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.delay-300ms {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.delay-400ms {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.delay-500ms {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.flickity-viewport--visible {
  overflow: visible; }

.flickity-button {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.flickity-button:hover {
  background: #fff;
  color: #e91d3a; }

.flickity-prev-next-button {
  border-radius: 0;
  background: #e91d3a;
  color: #fff;
  -webkit-transform: none;
          transform: none;
  top: auto;
  bottom: 1px;
  width: 50px;
  height: 50px; }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  left: 50px; }

.flickity-prev-next-button .flickity-button-icon {
  margin: -6px;
  width: 12px;
  height: 12px;
  fill: currentColor;
  top: 50%;
  left: 50%; }

.flickity-button:disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: all; }

.fancybox-button {
  border-radius: 0;
  background: #e91d3a;
  color: #fff;
  -webkit-transform: none;
          transform: none;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px; }

.fancybox-thumbs {
  bottom: 0;
  top: auto;
  width: 100%;
  height: 90px;
  background: none; }

.fancybox-thumbs > ul > li::before {
  border-color: #e91d3a; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #fff; }

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 90px; }

.fancybox-thumbs > ul {
  width: auto;
  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; }

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