/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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-.
     */
figcaption,
figure {
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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 */
  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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=93.75em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "SF Display Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #414042;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75.25rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }
  .grid-container.fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .grid-container.fluid {
        padding-right: 1.75rem;
        padding-left: 1.75rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

@media screen and (min-width: 93.75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 93.75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%; }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%; }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%; }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%; }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x {
      margin-left: -1.75rem;
      margin-right: -1.75rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
      width: calc(100% - 3.5rem);
      margin-left: 1.75rem;
      margin-right: 1.75rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.5rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 3.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 3.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 3.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 3.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 3.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 3.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 3.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 3.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 3.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 3.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 3.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 3.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 3.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 3.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 3.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 3.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 3.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 3.5rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 3.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 3.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 3.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 3.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 3.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 3.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 3.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 3.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 3.5rem); } }
  @media screen and (min-width: 93.75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.3333333333% - 3.5rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.6666666667% - 3.5rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.3333333333% - 3.5rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.6666666667% - 3.5rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.3333333333% - 3.5rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.6666666667% - 3.5rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.3333333333% - 3.5rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.6666666667% - 3.5rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 3.5rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.75rem;
      margin-left: -1.75rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.75rem;
      margin-left: -1.75rem; } }
.grid-padding-x > .cell {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }
.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 93.75em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%; }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2.5rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2.5rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 2.5rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2.5rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2.5rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 2.5rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 2.5rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2.5rem); }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.5rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.5rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.5rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3.5rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.5rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.5rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3.5rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3.5rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.5rem); } }

@media screen and (min-width: 93.75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 3.5rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 3.5rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 3.5rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 3.5rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 3.5rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 3.5rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 3.5rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 3.5rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 93.75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 93.75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 93.75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 93.75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 93.75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 93.75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 93.75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 93.75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 93.75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem); }

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem); }

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem); }

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem); }

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.75rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.75rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.75rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.75rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.75rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.75rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.75rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.75rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.75rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.75rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.75rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.75rem); } }

@media screen and (min-width: 93.75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.75rem); }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.75rem); }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.75rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.75rem); }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.75rem); }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.75rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.75rem); }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.75rem); }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.75rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.75rem); }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.75rem); }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.75rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 93.75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 93.75em) {
    .grid-y > .xlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.3333333333%; }
    .grid-y > .xlarge-2 {
      height: 16.6666666667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.3333333333%; }
    .grid-y > .xlarge-5 {
      height: 41.6666666667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.3333333333%; }
    .grid-y > .xlarge-8 {
      height: 66.6666666667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.3333333333%; }
    .grid-y > .xlarge-11 {
      height: 91.6666666667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem; } }
.grid-padding-y > .cell {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }
.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 3.5rem);
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 3.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 3.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 3.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 3.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 3.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 3.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 3.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 3.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 3.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 3.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 3.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 3.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 3.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 3.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 3.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 3.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 3.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3.5rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 3.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 3.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 3.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 3.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 3.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 3.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 3.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 3.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3.5rem); } }
  @media screen and (min-width: 93.75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.3333333333% - 3.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.6666666667% - 3.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.3333333333% - 3.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.6666666667% - 3.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.3333333333% - 3.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.6666666667% - 3.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.3333333333% - 3.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.6666666667% - 3.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 3.5rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 93.75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 93.75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 93.75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 3.5rem);
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.5rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.5rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 3.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 3.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 3.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 3.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 3.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 3.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 3.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 3.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 3.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 3.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 3.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 3.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 3.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 3.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 3.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 3.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 3.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3.5rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 3.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 3.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 3.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 3.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 3.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 3.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 3.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 3.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3.5rem); } }
  @media screen and (min-width: 93.75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.3333333333% - 3.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.6666666667% - 3.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.3333333333% - 3.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.6666666667% - 3.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.3333333333% - 3.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.6666666667% - 3.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.3333333333% - 3.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.6666666667% - 3.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 3.5rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 2.5rem); }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.5rem); } }
  @media screen and (min-width: 93.75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.5rem); } }
@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.5rem); } }

@media screen and (min-width: 93.75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 3.5rem); } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 93.6875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 93.75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 93.75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 93.6875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 93.75em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 93.6875em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 93.75em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 93.75em) {
  .xlarge-flex-container {
    display: flex; }
  .xlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  position: relative;
  min-height: 100%;
  font-family: ballinger, sans-serif, serif;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ballinger, sans-serif, serif;
  font-weight: 700;
  font-style: normal;
  color: #2A3441;
  margin: 0; }

p {
  font-family: ballinger, sans-serif, serif;
  font-weight: 400;
  font-style: normal;
  margin: 0; }

.caption {
  font-size: 12px; }

.fade-me {
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease; }
  .fade-me.faded {
    opacity: 1;
    transition: transform 1s ease, opacity 1s ease; }

a.print-button {
  padding: 0.5rem 1rem;
  display: inline-block;
  background-color: #5E6F8A;
  color: #FFF !important;
  text-decoration: none; }

.page-sub-menu {
  position: fixed;
  width: 100%;
  height: 3.125rem;
  border-bottom: 0.0625rem solid #F58D8A;
  background: #fff;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  top: 4.375rem; }
  .page-sub-menu.top {
    height: 5.625rem;
    transition: all 0.2s ease-in-out;
    top: 9.375rem; }
    .page-sub-menu.top .inner ul li a {
      font-size: 1.25rem;
      transition: all 0.2s ease-in-out; }
  .page-sub-menu .inner {
    display: flex;
    height: 100%;
    align-items: center; }
    .page-sub-menu .inner ul {
      padding: 0;
      margin: 0;
      display: flex;
      list-style: none;
      align-items: center; }
      .page-sub-menu .inner ul li {
        margin-right: 2.375rem; }
        .page-sub-menu .inner ul li:last-child {
          margin-right: 0; }
        .page-sub-menu .inner ul li.current_page_item a {
          color: #2A3441; }
        .page-sub-menu .inner ul li a {
          color: #5E6F8A;
          font-size: 1.1875rem;
          text-decoration: none;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }

@media screen and (max-width: 1093px) {
  .page-sub-menu {
    display: none;
    height: 0 !important; } }

@media screen and (max-width: 63.9375em) {
  .grid-container {
    padding: 0 1.875rem; } }

@media screen and (max-width: 47.9375em) {
  .grid-container {
    padding: 0 1.25rem; } }

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/Kodeks-WP-theme/fonts/icomoon.eot?y3oy4g");
  src: url("/wp-content/themes/Kodeks-WP-theme/fonts/icomoon.eot?y3oy4g#iefix") format("embedded-opentype"), url("/wp-content/themes/Kodeks-WP-theme/fonts/icomoon.woff2?y3oy4g") format("woff2"), url("/wp-content/themes/Kodeks-WP-theme/fonts/icomoon.ttf?y3oy4g") format("truetype"), url("/wp-content/themes/Kodeks-WP-theme/icomoon.woff?y3oy4g") format("woff"), url("/wp-content/themes/Kodeks-WP-theme/fonts/icomoon.svg?y3oy4g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

.icon-chevron:before {
  content: "\e902";
  color: #2f4463; }

.icon-location2:before {
  content: "\e900";
  color: #2f4463; }

.icon-Location:before {
  content: "\e91a";
  color: #2f4463; }

.icon-arrow:before {
  content: "\e901";
  color: #2f4463; }

.icon-clock:before {
  content: "\e903";
  color: #334161; }

.icon-close:before {
  content: "\e904";
  color: #2f4463; }

.icon-date:before {
  content: "\e905";
  color: #2f4463; }

.icon-diamond:before {
  content: "\e906";
  color: #f58d8a; }

.icon-download:before {
  content: "\e907";
  color: #2f4463; }

.icon-external:before {
  content: "\e908";
  color: #2f4463; }

.icon-Faggruppe_BU_hvit:before {
  content: "\e909";
  color: #fff; }

.icon-Faggruppe_BU:before {
  content: "\e90a";
  color: #f58d8a; }

.icon-Faggruppe_FF_hvit:before {
  content: "\e90b";
  color: #fff; }

.icon-Faggruppe_FF:before {
  content: "\e90c";
  color: #f58d8a; }

.icon-Faggruppe_IE_hvit:before {
  content: "\e90d";
  color: #fff; }

.icon-Faggruppe_IE:before {
  content: "\e90e";
  color: #f58d8a; }

.icon-Faggruppe_LM_hvit:before {
  content: "\e90f";
  color: #fff; }

.icon-Faggruppe_LM:before {
  content: "\e910";
  color: #f58d8a; }

.icon-Faggruppe_MI_hvit:before {
  content: "\e911";
  color: #fff; }

.icon-Faggruppe_MI:before {
  content: "\e912";
  color: #f58d8a; }

.icon-Faggruppe_R_hvit:before {
  content: "\e913";
  color: #fff; }

.icon-Faggruppe_R:before {
  content: "\e914";
  color: #f58d8a; }

.icon-fb:before {
  content: "\e915";
  color: #2f4463; }

.icon-menu:before {
  content: "\e916";
  color: #2f4463; }

.icon-profile-img .path1:before {
  content: "\e917";
  color: #e7e9ed; }

.icon-profile-img .path2:before {
  content: "\e918";
  margin-left: -1em;
  color: #ccd0d8; }

.icon-twitter:before {
  content: "\e919";
  color: #2f4463; }

header {
  background: white;
  width: 100%;
  top: 0;
  height: 4.375rem;
  position: fixed;
  border-bottom: 0.0625rem solid #F58D8A;
  z-index: 99;
  transition: all 0.2s ease-in-out; }
  header .mobile-menu-toggle {
    display: none; }
  header.top {
    height: 9.375rem;
    transition: all 0.2s ease-in-out; }
    header.top .inner-header {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: space-between; }
      header.top .inner-header a.logo {
        width: 12.4375rem;
        height: 3.25rem;
        transition: all 0.2s ease-in-out; }
      header.top .inner-header ul.menu li.current-menu-item:after {
        font-size: initial !important;
        top: calc(100% + 2px);
        transition: all 0.2s ease-in-out; }
      header.top .inner-header ul.menu li.current-page-parent:after, header.top .inner-header ul.menu li.current_page_ancestor:after {
        font-size: initial !important;
        top: calc(100% + 2px);
        transition: all 0.2s ease-in-out; }
  header .inner-header {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between; }
    header .inner-header a.logo {
      width: 9.375rem;
      height: 2.4375rem;
      transition: all 0.2s ease-in-out; }
    header .inner-header ul.menu {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex; }
      header .inner-header ul.menu li {
        margin-right: 2.375rem;
        position: relative; }
        header .inner-header ul.menu li:last-child {
          margin-right: 0; }
        header .inner-header ul.menu li.current-menu-item:after {
          content: "\e906";
          color: #F58D8A;
          font-family: 'icomoon' !important;
          position: absolute;
          left: calc(50% - 8px);
          font-size: 0.625rem !important;
          top: 100%;
          transition: all 0.2s ease-in-out; }
        header .inner-header ul.menu li.current-page-parent:after, header .inner-header ul.menu li.current_page_ancestor:after {
          content: "\e906";
          color: #F58D8A;
          font-family: 'icomoon' !important;
          position: absolute;
          left: calc(50% - 8px);
          font-size: 0.625rem !important;
          top: 100%;
          transition: all 0.2s ease-in-out; }
        header .inner-header ul.menu li:hover.current-menu-item:after, header .inner-header ul.menu li:hover.current-page-parent:after, header .inner-header ul.menu li:hover.current_page_ancestor:after {
          color: #BB2724;
          transition: all 0.2s ease-in-out; }
        header .inner-header ul.menu li:hover a {
          color: #BB2724;
          transition: all 0.2s ease-in-out; }
        @media screen and (min-width: 1093px) {
          header .inner-header ul.menu li:hover ul.sub-menu {
            opacity: 1;
            visibility: visible;
            color: #2F4463; }
            header .inner-header ul.menu li:hover ul.sub-menu li {
              color: #2F4463; }
              header .inner-header ul.menu li:hover ul.sub-menu li a {
                color: #2F4463; } }
        @media screen and (min-width: 1093px) {
          header .inner-header ul.menu li ul.sub-menu {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            padding: 30px 60px 30px 30px;
            color: #2F4463;
            background-color: white;
            transition: all 0.5s ease; }
            header .inner-header ul.menu li ul.sub-menu li {
              position: initial;
              width: 100%;
              padding: 0.3125rem 0; }
              header .inner-header ul.menu li ul.sub-menu li a {
                font-size: 1.125rem; }
              header .inner-header ul.menu li ul.sub-menu li.current-menu-item:after {
                content: ""; }
              header .inner-header ul.menu li ul.sub-menu li:hover {
                color: #2F4463; }
                header .inner-header ul.menu li ul.sub-menu li:hover a {
                  color: #BB2724; } }
        header .inner-header ul.menu li a {
          color: #2F4463;
          font-size: 1.25rem;
          text-decoration: none;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }

@media screen and (max-width: 1093px) {
  header {
    background: white;
    width: 100%;
    top: 0;
    height: 4.375rem;
    position: fixed;
    border-bottom: 0.0625rem solid #F58D8A;
    z-index: 99;
    transition: all 0.2s ease-in-out; }
    header .mobile-menu-toggle {
      display: flex;
      height: 100%;
      align-items: center; }
      header .mobile-menu-toggle span.menu-text {
        color: #2F4463;
        font-weight: 500;
        font-size: 1.03125rem;
        letter-spacing: 0.08625rem;
        margin-top: -0.0625rem;
        margin-right: 0.625rem;
        line-height: 1; }
    header.top {
      height: 4.375rem;
      transition: all 0.2s ease-in-out; }
      header.top .inner-header {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between; }
        header.top .inner-header a.logo {
          width: 9.375rem;
          height: 2.4375rem;
          transition: all 0.2s ease-in-out; }
    header .inner-header {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: space-between; }
      header .inner-header a.logo {
        width: 9.375rem;
        height: 2.4375rem;
        transition: all 0.2s ease-in-out; }
      header .inner-header ul.menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-flow: column;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        top: 4.375rem;
        background: #fff;
        z-index: 99;
        padding: 4.375rem 5rem;
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease-in-out; }
        header .inner-header ul.menu.open {
          opacity: 1;
          pointer-events: all;
          transition: all 0.2s ease-in-out; }
        header .inner-header ul.menu li {
          margin-right: 0;
          margin-bottom: 2.1875rem; }
          header .inner-header ul.menu li:last-child {
            margin-bottom: 0; }
          header .inner-header ul.menu li:hover a {
            color: #2A3441; }
          header .inner-header ul.menu li:after {
            content: '\e901';
            color: #2f4463;
            font-family: 'icomoon' !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 0.8125rem; }
          header .inner-header ul.menu li.current-menu-item:after, header .inner-header ul.menu li.current_page_ancestor:after {
            content: '\e901';
            color: #2f4463;
            font-family: 'icomoon' !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 0.8125rem;
            font-size: initial !important;
            left: unset;
            top: 1rem !important; }
          header .inner-header ul.menu li.menu-item-has-children:after {
            content: '';
            display: none; }
          header .inner-header ul.menu li.menu-item-has-children a:after {
            content: '\e902';
            font-family: 'icomoon' !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 1.25rem;
            font-size: 0.625rem;
            font-weight: bolder;
            position: relative;
            top: -0.4375rem;
            display: inline-block;
            transform: rotate(180deg);
            transition: all 0.2s ease-in-out; }
          header .inner-header ul.menu li.menu-item-has-children a.sub-open:after {
            transform: rotate(0deg);
            transition: all 0.2s ease-in-out; }
          header .inner-header ul.menu li ul.sub-menu {
            display: none;
            list-style: none;
            padding-top: 1.5625rem; }
            header .inner-header ul.menu li ul.sub-menu li {
              margin-bottom: 0.9375rem; }
              header .inner-header ul.menu li ul.sub-menu li:last-child {
                margin: 0; }
              header .inner-header ul.menu li ul.sub-menu li:after {
                content: '';
                display: none; }
              header .inner-header ul.menu li ul.sub-menu li a {
                font-size: 1.75rem;
                color: #5E6F8A;
                line-height: 2.125rem;
                font-weight: 400; }
                header .inner-header ul.menu li ul.sub-menu li a:after {
                  content: '';
                  display: none; }
          header .inner-header ul.menu li a {
            color: #2A3441;
            font-size: 2.25rem;
            line-height: 2.625rem;
            text-decoration: none;
            font-weight: 500; } }

@media screen and (max-width: 47.9375em) {
  header {
    background: white;
    width: 100%;
    top: 0;
    height: 3.4375rem;
    position: fixed;
    border-bottom: 0.0625rem solid #F58D8A;
    z-index: 99;
    transition: all 0.2s ease-in-out; }
    header .mobile-menu-toggle {
      display: flex; }
      header .mobile-menu-toggle span.menu-text {
        color: #2F4463;
        font-weight: 500;
        font-size: 0.6875rem;
        letter-spacing: 0.0575rem;
        margin-top: 0.1875rem;
        margin-right: 0.625rem;
        line-height: 1; }
    header.top {
      height: 3.4375rem;
      transition: all 0.2s ease-in-out; }
      header.top .inner-header {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between; }
        header.top .inner-header a.logo {
          width: 7.6475rem;
          height: 2rem;
          transition: all 0.2s ease-in-out; }
        header.top .inner-header ul.menu li.current-menu-item:after {
          content: '\e901';
          color: #2f4463;
          font-family: 'icomoon' !important;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-left: 0.8125rem;
          font-size: 0.75rem !important;
          left: unset;
          top: 0.3125rem; }
    header .inner-header {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: space-between; }
      header .inner-header a.logo {
        width: 7.6475rem;
        height: 2rem;
        transition: all 0.2s ease-in-out; }
      header .inner-header ul.menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-flow: column;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        top: 3.4375rem;
        background: #fff;
        z-index: 99;
        padding: 2.5rem; }
        header .inner-header ul.menu li {
          margin-right: 0;
          margin-bottom: 1.875rem; }
          header .inner-header ul.menu li:last-child {
            margin-bottom: 0; }
          header .inner-header ul.menu li:after {
            content: '\e901';
            color: #2f4463;
            font-family: 'icomoon' !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 0.8125rem;
            font-size: 0.75rem; }
          header .inner-header ul.menu li.current-menu-item:after {
            content: '\e901';
            color: #2f4463;
            font-family: 'icomoon' !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 0.8125rem;
            font-size: 0.75rem !important;
            left: unset;
            top: 0.3125rem; }
          header .inner-header ul.menu li.menu-item-has-children:after {
            content: '';
            display: none; }
          header .inner-header ul.menu li.menu-item-has-children a:after {
            content: '\e902';
            font-family: 'icomoon' !important;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 0.625rem;
            font-size: 0.375rem;
            font-weight: bolder;
            position: relative;
            top: -0.1875rem;
            display: inline-block;
            transform: rotate(180deg);
            transition: all 0.2s ease-in-out; }
          header .inner-header ul.menu li.menu-item-has-children a.sub-open:after {
            transform: rotate(0deg);
            transition: all 0.2s ease-in-out; }
          header .inner-header ul.menu li ul.sub-menu {
            list-style: none;
            padding-top: 1.25rem;
            padding-left: 1.25rem; }
            header .inner-header ul.menu li ul.sub-menu li {
              margin-bottom: 1.25rem; }
              header .inner-header ul.menu li ul.sub-menu li:last-child {
                margin: 0; }
              header .inner-header ul.menu li ul.sub-menu li:after {
                content: '';
                display: none; }
              header .inner-header ul.menu li ul.sub-menu li a {
                font-size: 1.1875rem;
                color: #5E6F8A;
                line-height: 1.4375rem; }
                header .inner-header ul.menu li ul.sub-menu li a:after {
                  content: '';
                  display: none; }
          header .inner-header ul.menu li a {
            color: #2F4463;
            font-size: 1.25rem;
            line-height: 1.5rem;
            text-decoration: none;
            font-weight: 500; } }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  padding: 7.1875rem 0;
  color: #2A3441;
  font-weight: 500; }
  footer h3 {
    color: #2A3441;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.0703125rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #E0E3E8; }
  footer .contact-info {
    padding: 2.1875rem 0 5.625rem; }
    footer .contact-info p {
      margin-bottom: 0.625rem;
      font-size: 1.3125rem; }
      footer .contact-info p a {
        color: #2A3441;
        transition: all 0.2s ease-in-out; }
        footer .contact-info p a:hover {
          color: #BB2724;
          transition: all 0.2s ease-in-out; }
    footer .contact-info .social p span {
      font-size: 2rem; }
      footer .contact-info .social p span:before {
        transition: all 0.2s ease-in-out; }
      footer .contact-info .social p span a {
        font-size: 1.3125rem;
        line-height: 2.125rem;
        margin-left: 0.875rem;
        position: relative;
        top: -0.3125rem;
        transition: all 0.2s ease-in-out; }
    footer .contact-info .social p:hover span:before {
      color: #BB2724;
      transition: all 0.2s ease-in-out; }
    footer .contact-info .social p:hover span a {
      color: #BB2724;
      transition: all 0.2s ease-in-out; }
  footer .footer-partner {
    padding: 2.1875rem 0 5.625rem; }
    footer .footer-partner p {
      margin-bottom: 2.5rem;
      font-size: 1.3125rem;
      max-width: 20.625rem; }
      footer .footer-partner p a {
        color: #2A3441;
        transition: all 0.2s ease-in-out; }
        footer .footer-partner p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
  footer .cookies-consent span a {
    font-size: 0.84375rem;
    color: #2F4463;
    transition: all 0.2s ease-in-out; }
    footer .cookies-consent span a:hover {
      transition: all 0.2s ease-in-out;
      color: #BB2724; }
  footer .cookies-consent span:first-child {
    margin-right: 2rem; }

@media screen and (max-width: 63.9375em) {
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 7.1875rem 0;
    color: #2A3441;
    font-weight: 500; }
    footer h3 {
      color: #2A3441;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: 500;
      letter-spacing: 0.065625rem;
      padding-bottom: 0.9375rem;
      border-bottom: 0.0625rem solid #E0E3E8; }
    footer .contact-info {
      padding: 1.875rem 0 3.125rem; }
      footer .contact-info p {
        margin-bottom: 0;
        font-size: 0.9375rem;
        line-height: 1.4375rem; }
        footer .contact-info p a {
          color: #2A3441;
          font-size: 0.9375rem;
          line-height: 1.4375rem; }
      footer .contact-info .address {
        padding-bottom: 1.5625rem; }
      footer .contact-info .email-phone {
        padding-bottom: 1.5625rem; }
      footer .contact-info .social p:first-child {
        padding-bottom: 1.25rem; }
      footer .contact-info .social span {
        font-size: 1.5rem; }
        footer .contact-info .social span a {
          font-size: 0.9375rem;
          line-height: 1.4375rem;
          margin-left: 0.625rem;
          position: relative;
          top: -0.3125rem; }
    footer .footer-partner {
      padding: 1.875rem 0 3.125rem; }
      footer .footer-partner p {
        margin-bottom: 1.5625rem;
        font-size: 0.9375rem;
        line-height: 1.4375rem;
        max-width: 20.625rem; }
        footer .footer-partner p a {
          color: #2A3441; }
    footer .cookies-consent span a {
      font-size: 0.84375rem;
      line-height: 1rem;
      color: #2F4463; }
    footer .cookies-consent span:first-child {
      margin-right: 2rem; } }

@media screen and (max-width: 47.9375em) {
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    padding: 7.1875rem 0;
    color: #2A3441;
    font-weight: 500; }
    footer h3 {
      color: #2A3441;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: 500;
      letter-spacing: 0.065625rem;
      padding-bottom: 0.9375rem;
      border-bottom: 0.0625rem solid #E0E3E8; }
    footer .contact-info {
      padding: 1.875rem 0 3.125rem; }
      footer .contact-info p {
        margin-bottom: 0;
        font-size: 0.9375rem;
        line-height: 1.4375rem; }
        footer .contact-info p a {
          color: #2A3441;
          font-size: 0.9375rem;
          line-height: 1.4375rem; }
      footer .contact-info .address {
        padding-bottom: 1.5625rem; }
      footer .contact-info .email-phone {
        padding-bottom: 1.5625rem; }
      footer .contact-info .social p:first-child {
        padding-bottom: 1.25rem; }
      footer .contact-info .social p span {
        font-size: 1.2rem; }
        footer .contact-info .social p span a {
          font-size: 0.75rem;
          line-height: 1.4375rem;
          margin-left: 0.625rem;
          position: relative;
          top: -0.3125rem; }
    footer .footer-partner {
      padding: 1.875rem 0 3.125rem; }
      footer .footer-partner p {
        margin-bottom: 1.5625rem;
        font-size: 0.9375rem;
        line-height: 1.4375rem;
        max-width: 20.625rem; }
        footer .footer-partner p a {
          color: #2A3441; }
    footer .cookies-consent span a {
      font-size: 0.84375rem;
      line-height: 1rem;
      color: #2F4463; }
    footer .cookies-consent span:first-child {
      margin-right: 2rem; } }

.hero {
  position: relative;
  border-bottom: 0.0625rem solid #F58D8A;
  min-height: 28.75rem;
  height: 100%;
  width: 100%;
  padding: 4.375rem 0 3.125rem; }
  .hero .text-block p {
    color: #BB2724;
    font-size: 1.875rem;
    line-height: 2.625rem;
    max-width: 34rem;
    padding-bottom: 4.375rem; }
    .hero .text-block p b, .hero .text-block p strong {
      font-weight: bold; }
  .hero .img-wrapper {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 48vw;
    z-index: 0; }
    .hero .img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .hero .cta p a {
    color: #2F4463;
    font-size: 0.8125rem;
    text-decoration: none;
    letter-spacing: 0.125rem;
    font-weight: 500; }
    .hero .cta p a:hover {
      transition: all 0.2s ease-in-out;
      color: #BB2724; }
      .hero .cta p a:hover span:before {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
    .hero .cta p a span {
      margin-left: 0.625rem;
      position: relative;
      top: 0.125rem; }

@media screen and (max-width: 63.9375em) {
  .hero {
    position: relative;
    border-bottom: 0.0625rem solid #F58D8A;
    min-height: 18.5rem;
    height: 100%;
    width: 100%;
    padding: 1.875rem 0 1.875rem 0; }
    .hero .text-block p {
      color: #BB2724;
      font-size: 1.375rem;
      line-height: 1.75rem;
      max-width: 34rem;
      padding-bottom: 1.25rem; }
      .hero .text-block p b, .hero .text-block p strong {
        font-weight: bold; }
    .hero .img-wrapper {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 48vw;
      z-index: 0; }
      .hero .img-wrapper img {
        width: 100%;
        height: 100%;
        min-height: 18.5rem;
        object-fit: cover; }
    .hero .cta p a {
      color: #2F4463;
      font-size: 0.8125rem;
      text-decoration: none;
      letter-spacing: 0.125rem;
      font-weight: 500; }
      .hero .cta p a span {
        margin-left: 0.625rem;
        position: relative;
        top: 0.125rem; } }

@media screen and (max-width: 47.9375em) {
  .hero {
    min-height: 9.375rem;
    padding: 0 0 1.875rem 0; }
    .hero .grid-container {
      padding: 0; }
    .hero .text {
      order: 2; }
    .hero .img {
      order: 1; }
    .hero .text-block p {
      font-size: 1.1875rem;
      line-height: 1.5625rem;
      padding: 1.25rem; }
      .hero .text-block p b, .hero .text-block p strong {
        font-weight: bold; }
    .hero .img-wrapper {
      position: relative;
      width: 100%; }
      .hero .img-wrapper img {
        min-height: 9.375rem;
        height: 9.375rem; }
    .hero .cta {
      padding: 0 1.25rem; }
      .hero .cta p a {
        color: #2F4463;
        font-size: 0.8125rem;
        text-decoration: none;
        letter-spacing: 0.125rem;
        font-weight: 500; }
        .hero .cta p a span {
          margin-left: 0.625rem;
          position: relative;
          top: 0.125rem; } }

.group-list {
  padding: 5.3125rem 0 5.625rem;
  position: relative;
  border-bottom: 0.0625rem solid #DCDCDC;
  border-top: 0.0625rem solid #DCDCDC; }
  .group-list.hide-b-top {
    border-top: none; }
  .group-list.hide-b-bot {
    border-bottom: none; }
  .group-list h1 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #2A3441;
    padding-bottom: 3.125rem; }
  .group-list .single-group {
    background: transparent;
    position: relative;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    margin-bottom: 5rem; }
    .group-list .single-group a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .group-list .single-group .background {
      background: transparent;
      width: 100%;
      top: 0;
      height: 100%;
      display: block;
      position: absolute;
      min-height: calc(100% + 40px);
      width: calc(100% + 40px);
      left: -1.25rem;
      top: -1.25rem;
      border-radius: 0.1875rem;
      z-index: -1; }
    .group-list .single-group h2 {
      font-size: 1.375rem;
      font-weight: 400;
      color: #2F4463;
      padding: 1.1875rem 4.6875rem 0.9375rem 0.875rem;
      position: relative; }
      .group-list .single-group h2 span {
        position: absolute;
        right: 0;
        top: 1.875rem;
        font-size: 0.75rem; }
    .group-list .single-group .line {
      width: 100%;
      border-bottom: 0.0625rem solid #F58D8A; }
    .group-list .single-group * {
      transition: all 0.2s ease-in-out; }
    .group-list .single-group:hover {
      cursor: pointer; }
      .group-list .single-group:hover .background {
        overflow: visible;
        box-shadow: 0 0 3px 0 rgba(47, 68, 99, 0.25), 0 7px 12px 0 rgba(47, 68, 99, 0.15);
        transition: all 0.2s ease-in-out;
        background: #fff; }
      .group-list .single-group:hover h2 {
        color: #BB2724;
        transition: all 0.2s ease-in-out; }
        .group-list .single-group:hover h2 span:before {
          color: #BB2724;
          transition: all 0.2s ease-in-out; }
    .group-list .single-group img {
      height: 4.375rem;
      margin: 0.9375rem 0 1.25rem 0.875rem; }

@media screen and (max-width: 63.9375em) {
  .group-list {
    padding: 3.125rem 0 0; }
    .group-list h1 {
      font-weight: 500;
      font-size: 1.5625rem;
      line-height: 2.25rem;
      color: #2A3441;
      padding-bottom: 2.0625rem; }
    .group-list .single-group {
      background: transparent;
      position: relative;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-bottom: 3.125rem; }
      .group-list .single-group a {
        position: absolute;
        width: 100%;
        height: 100%; }
      .group-list .single-group .background {
        background: transparent;
        width: 100%;
        top: 0;
        height: 100%;
        display: block;
        position: absolute;
        min-height: calc(100% + 40px);
        width: 24rem;
        left: -1.25rem;
        top: -1.25rem;
        z-index: -1; }
      .group-list .single-group h2 {
        font-size: 1.375rem;
        font-weight: 400;
        color: #2F4463;
        padding: 1.1875rem 4.6875rem 0.625rem 0.625rem;
        position: relative; }
        .group-list .single-group h2 span {
          position: absolute;
          right: 0;
          top: 1.875rem;
          font-size: 0.75rem; }
      .group-list .single-group .line {
        width: 100%;
        border-bottom: 0.0625rem solid #F58D8A; }
      .group-list .single-group * {
        transition: all 0.2s ease-in-out; }
      .group-list .single-group:hover {
        cursor: pointer; }
        .group-list .single-group:hover .background {
          display: none; }
        .group-list .single-group:hover h2 {
          color: #BB2724;
          transition: all 0.2s ease-in-out; }
          .group-list .single-group:hover h2 span:before {
            color: #BB2724;
            transition: all 0.2s ease-in-out; }
      .group-list .single-group img {
        height: 4.375rem;
        margin: 0.625rem 0 1.875rem 0.625rem; } }

@media screen and (max-width: 47.9375em) {
  .group-list {
    padding: 2.1875rem 0 0.9375rem; }
    .group-list h1 {
      font-weight: 500;
      font-size: 1.5625rem;
      line-height: 2.25rem;
      color: #2A3441;
      padding-bottom: 1.875rem; }
    .group-list .single-group {
      background: transparent;
      position: relative;
      transition: all 0.2s ease-in-out;
      z-index: 1;
      margin-bottom: 2.1875rem; }
      .group-list .single-group a {
        position: absolute;
        width: 100%;
        height: 100%; }
      .group-list .single-group .background {
        background: transparent;
        width: 100%;
        top: 0;
        height: 100%;
        display: block;
        position: absolute;
        min-height: calc(100% + 40px);
        width: 24rem;
        left: -1.25rem;
        top: -1.25rem;
        z-index: -1; }
      .group-list .single-group h2 {
        font-size: 1.1875rem;
        font-weight: 400;
        color: #2F4463;
        padding: 0.875rem 1.625rem 0.625rem 0.3125rem;
        position: relative; }
        .group-list .single-group h2 span {
          position: absolute;
          right: 0;
          top: 1.5rem;
          font-size: 0.75rem; }
      .group-list .single-group .line {
        width: 100%;
        border-bottom: 0.0625rem solid #F58D8A; }
      .group-list .single-group * {
        transition: all 0.2s ease-in-out; }
      .group-list .single-group:hover {
        cursor: pointer; }
        .group-list .single-group:hover .background {
          display: none; }
        .group-list .single-group:hover h2 {
          color: #BB2724;
          transition: all 0.2s ease-in-out; }
          .group-list .single-group:hover h2 span:before {
            color: #BB2724;
            transition: all 0.2s ease-in-out; }
      .group-list .single-group img {
        height: 3.125rem;
        margin: 0.3125rem 0 0.9375rem 0.3125rem; } }

.event-list {
  padding: 5.3125rem 0 6.25rem;
  border-top: 0.0625rem solid #F58D8A;
  border-bottom: 0.0625rem solid #F58D8A;
  position: relative; }
  .event-list.hide-b-top {
    border-top: none; }
  .event-list.hide-b-bot {
    border-bottom: none; }
  .event-list h1 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #2A3441;
    padding-bottom: 3.125rem;
    position: relative; }
    .event-list h1 p {
      position: absolute;
      right: 0;
      top: 0; }
      .event-list h1 p.mobile-see-all {
        display: none; }
      .event-list h1 p.desktop-see-all {
        display: block; }
      .event-list h1 p a {
        color: #2F4463;
        font-size: 0.8125rem;
        text-decoration: none;
        letter-spacing: 0.125rem;
        font-weight: 500;
        transition: all 0.2s ease-in-out; }
        .event-list h1 p a span {
          margin-left: 0.3125rem; }
        .event-list h1 p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
          .event-list h1 p a:hover span:before {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
  .event-list .single-event {
    position: relative;
    z-index: 1;
    margin-bottom: 3.75rem; }
    .event-list .single-event a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .event-list .single-event.double .img-wrapper {
      padding-bottom: 38.464%; }
    .event-list .single-event .img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 85.72%; }
      .event-list .single-event .img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .event-list .single-event .background {
      background: transparent;
      width: 100%;
      top: 0;
      height: 100%;
      display: block;
      position: absolute;
      min-height: calc(100% + 40px);
      width: calc(100% + 40px);
      left: -1.25rem;
      top: -1.25rem;
      z-index: -1;
      border-radius: 0.1875rem;
      transition: all 0.2s ease-in-out; }
    .event-list .single-event .inner h2 {
      font-size: 1.375rem;
      line-height: 1.6875rem;
      font-weight: 400;
      margin: 1.25rem 0 1.25rem 0;
      padding-right: 1.875rem;
      position: relative;
      color: #2F4463;
      transition: all 0.2s ease-in-out; }
      .event-list .single-event .inner h2 span {
        position: absolute;
        right: 0;
        top: 0.625rem;
        font-size: 0.75rem;
        transition: all 0.2s ease-in-out; }
    .event-list .single-event .inner .event-info p {
      font-size: 0.84375rem;
      color: #2F4463;
      margin-bottom: 0.5rem; }
      .event-list .single-event .inner .event-info p span {
        margin-right: 0.5rem;
        font-size: 1rem; }
        .event-list .single-event .inner .event-info p span.icon-location2 {
          position: relative;
          left: 0.0625rem; }
    .event-list .single-event:hover .inner h2 {
      transition: all 0.2s ease-in-out;
      color: #BB2724; }
      .event-list .single-event:hover .inner h2 span:before {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
    .event-list .single-event:hover .background {
      background: #fff;
      box-shadow: 0 0 3px 0 rgba(47, 68, 99, 0.25), 0 7px 12px 0 rgba(47, 68, 99, 0.15);
      transition: all 0.2s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .event-list {
    padding: 3.125rem 0 4.0625rem;
    border-bottom: 0.0625rem solid #F58D8A;
    position: relative; }
    .event-list h1 {
      font-weight: 500;
      font-size: 1.59375rem;
      line-height: 2.25rem;
      color: #2A3441;
      padding-bottom: 3.125rem;
      position: relative; }
      .event-list h1 p {
        position: absolute;
        right: 0;
        top: 0; }
        .event-list h1 p a {
          color: #2F4463;
          font-size: 0.8125rem;
          text-decoration: none;
          letter-spacing: 0.125rem;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }
          .event-list h1 p a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
            .event-list h1 p a:hover span:before {
              transition: all 0.2s ease-in-out;
              color: #BB2724; }
    .event-list .img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 85.72%; }
      .event-list .img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .event-list .single-event {
      position: relative;
      z-index: 1; }
      .event-list .single-event a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .event-list .single-event .background {
        display: none; }
      .event-list .single-event .inner h2 {
        font-size: 1.375rem;
        line-height: 1.6875rem;
        font-weight: 400;
        margin: 1.25rem 0 1.25rem 0;
        padding-right: 1.875rem;
        position: relative;
        color: #2F4463;
        transition: all 0.2s ease-in-out; }
        .event-list .single-event .inner h2 span {
          position: absolute;
          right: 0;
          top: 0.625rem;
          font-size: 0.75rem;
          transition: all 0.2s ease-in-out; }
      .event-list .single-event .inner .event-info p {
        font-size: 0.84375rem;
        color: #2F4463; }
        .event-list .single-event .inner .event-info p:first-child {
          margin-bottom: 0.5rem; }
        .event-list .single-event .inner .event-info p span {
          margin-right: 0.5rem;
          font-size: 1rem; }
      .event-list .single-event:hover .inner h2 {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
        .event-list .single-event:hover .inner h2 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
      .event-list .single-event:hover .background {
        display: none; } }

@media screen and (max-width: 47.9375em) {
  .event-list {
    padding: 2.1875rem 0 0;
    border-bottom: 0.0625rem solid #F58D8A;
    position: relative; }
    .event-list h1 {
      font-weight: 500;
      font-size: 1.59375rem;
      color: #2A3441;
      line-height: 2.25rem;
      padding-bottom: 1.875rem;
      position: relative; }
      .event-list h1 p {
        position: absolute;
        right: 0;
        top: 0; }
        .event-list h1 p.mobile-see-all {
          display: block; }
        .event-list h1 p.desktop-see-all {
          display: none; }
        .event-list h1 p a {
          color: #2F4463;
          font-size: 0.8125rem;
          text-decoration: none;
          letter-spacing: 0.125rem;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }
          .event-list h1 p a span {
            position: relative;
            top: 0.125rem;
            margin-left: 0.3125rem; }
          .event-list h1 p a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
            .event-list h1 p a:hover span:before {
              transition: all 0.2s ease-in-out;
              color: #BB2724; }
    .event-list .img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 57.86%; }
      .event-list .img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .event-list .single-event {
      position: relative;
      z-index: 1; }
      .event-list .single-event a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .event-list .single-event .background {
        display: none; }
      .event-list .single-event .inner {
        padding-bottom: 1.875rem; }
        .event-list .single-event .inner h2 {
          font-size: 1.1875rem;
          line-height: 1.5rem;
          font-weight: 400;
          margin: 0.9375rem 0 1.25rem 0;
          padding-right: 2.8125rem;
          position: relative;
          color: #2F4463;
          transition: all 0.2s ease-in-out; }
          .event-list .single-event .inner h2 span {
            position: absolute;
            right: 0;
            top: 0.625rem;
            font-size: 0.75rem;
            transition: all 0.2s ease-in-out; }
        .event-list .single-event .inner .event-info p {
          font-size: 0.84375rem;
          color: #2F4463; }
          .event-list .single-event .inner .event-info p:first-child {
            margin-bottom: 0.5rem; }
          .event-list .single-event .inner .event-info p span {
            margin-right: 0.5rem;
            font-size: 1rem; }
      .event-list .single-event:hover .inner h2 {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
        .event-list .single-event:hover .inner h2 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
      .event-list .single-event:hover .background {
        display: none; } }

.news-list {
  padding: 5.3125rem 0 6.875rem;
  position: relative; }
  .news-list h1 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #2A3441;
    padding-bottom: 3.125rem;
    position: relative; }
    .news-list h1 p {
      position: absolute;
      right: 0;
      top: 0; }
      .news-list h1 p.mobile-see-all {
        display: none; }
      .news-list h1 p.desktop-see-all {
        display: block; }
      .news-list h1 p a {
        color: #2F4463;
        font-size: 0.8125rem;
        text-decoration: none;
        letter-spacing: 0.125rem;
        font-weight: 500;
        transition: all 0.2s ease-in-out; }
        .news-list h1 p a span {
          margin-left: 0.3125rem; }
        .news-list h1 p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
          .news-list h1 p a:hover span:before {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
  .news-list .img-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 57.92%; }
    .news-list .img-wrapper img {
      object-fit: cover;
      font-family: 'object-fit: cover;';
      width: 100%;
      height: 100%;
      position: absolute; }
  .news-list .single-news {
    position: relative;
    z-index: 1;
    margin-bottom: 5rem; }
    .news-list .single-news a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .news-list .single-news .background {
      background: transparent;
      width: 100%;
      top: 0;
      height: 100%;
      display: block;
      position: absolute;
      min-height: calc(100% + 40px);
      width: calc(100% + 40px);
      left: -1.25rem;
      top: -1.25rem;
      z-index: -1;
      border-radius: 0.1875rem;
      transition: all 0.2s ease-in-out; }
    .news-list .single-news .inner h2 {
      font-size: 1.375rem;
      line-height: 1.6875rem;
      font-weight: 400;
      margin: 0.9375rem 0 0 0;
      padding-right: 1.5625rem;
      position: relative;
      color: #2F4463;
      transition: all 0.2s ease-in-out; }
      .news-list .single-news .inner h2 span {
        position: absolute;
        right: 0;
        top: 0.625rem;
        font-size: 0.75rem;
        transition: all 0.2s ease-in-out; }
    .news-list .single-news:hover .inner h2 {
      transition: all 0.2s ease-in-out;
      color: #BB2724; }
      .news-list .single-news:hover .inner h2 span:before {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
    .news-list .single-news:hover .background {
      background: #fff;
      box-shadow: 0 0 3px 0 rgba(47, 68, 99, 0.25), 0 7px 12px 0 rgba(47, 68, 99, 0.15);
      transition: all 0.2s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .news-list {
    padding: 2.8125rem 0 1.0625rem;
    position: relative; }
    .news-list h1 {
      font-weight: 500;
      font-size: 1.59375rem;
      line-height: 2.25rem;
      color: #2A3441;
      padding-bottom: 1.875rem;
      position: relative; }
      .news-list h1 p {
        position: absolute;
        right: 0;
        top: 0; }
        .news-list h1 p a {
          color: #2F4463;
          font-size: 0.8125rem;
          text-decoration: none;
          letter-spacing: 0.125rem;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }
          .news-list h1 p a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
            .news-list h1 p a:hover span:before {
              transition: all 0.2s ease-in-out;
              color: #BB2724; }
    .news-list .img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 56.031%; }
      .news-list .img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .news-list .single-news {
      position: relative;
      z-index: 1;
      margin-bottom: 2.375rem; }
      .news-list .single-news a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .news-list .single-news .background {
        display: none; }
      .news-list .single-news .inner h2 {
        font-size: 1.375rem;
        line-height: 1.6875rem;
        font-weight: 400;
        margin: 0.9375rem 0 0 0;
        padding-right: 1.875rem;
        position: relative;
        color: #2F4463;
        transition: all 0.2s ease-in-out; }
        .news-list .single-news .inner h2 span {
          position: absolute;
          right: 0;
          top: 0.625rem;
          font-size: 0.75rem;
          transition: all 0.2s ease-in-out; }
      .news-list .single-news .inner .event-info p {
        font-size: 0.84375rem;
        color: #2F4463; }
        .news-list .single-news .inner .event-info p:first-child {
          margin-bottom: 0.5rem; }
        .news-list .single-news .inner .event-info p span {
          margin-right: 0.5rem;
          font-size: 1rem; }
      .news-list .single-news:hover .inner h2 {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
        .news-list .single-news:hover .inner h2 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
      .news-list .single-news:hover .background {
        display: none; } }

@media screen and (max-width: 47.9375em) {
  .news-list {
    padding: 1.875rem 0 0;
    position: relative; }
    .news-list h1 {
      font-weight: 500;
      font-size: 1.59375rem;
      color: #2A3441;
      line-height: 2.25rem;
      padding-bottom: 1.875rem;
      position: relative; }
      .news-list h1 p {
        position: absolute;
        right: 0;
        top: 0; }
        .news-list h1 p.mobile-see-all {
          display: block; }
        .news-list h1 p.desktop-see-all {
          display: none; }
        .news-list h1 p a {
          color: #2F4463;
          font-size: 0.8125rem;
          text-decoration: none;
          letter-spacing: 0.125rem;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }
          .news-list h1 p a span {
            position: relative;
            top: 0.125rem;
            margin-left: 0.3125rem; }
          .news-list h1 p a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
            .news-list h1 p a:hover span:before {
              transition: all 0.2s ease-in-out;
              color: #BB2724; }
    .news-list .img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 61.51%; }
      .news-list .img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .news-list .single-news {
      position: relative;
      z-index: 1;
      margin-bottom: 1.875rem; }
      .news-list .single-news a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .news-list .single-news .background {
        display: none; }
      .news-list .single-news .inner {
        padding-bottom: 0; }
        .news-list .single-news .inner h2 {
          font-size: 1.1875rem;
          line-height: 1.5rem;
          font-weight: 400;
          margin: 0.9375rem 0 0 0;
          padding-right: 2.6875rem;
          position: relative;
          color: #2F4463;
          transition: all 0.2s ease-in-out; }
          .news-list .single-news .inner h2 span {
            position: absolute;
            right: 0;
            top: 0.625rem;
            font-size: 0.75rem;
            transition: all 0.2s ease-in-out; }
        .news-list .single-news .inner .event-info p {
          font-size: 0.84375rem;
          color: #2F4463; }
          .news-list .single-news .inner .event-info p:first-child {
            margin-bottom: 0.5rem; }
          .news-list .single-news .inner .event-info p span {
            margin-right: 0.5rem;
            font-size: 1rem; }
      .news-list .single-news:hover .inner h2 {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
        .news-list .single-news:hover .inner h2 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
      .news-list .single-news:hover .background {
        display: none; } }

.project-list {
  padding: 5.3125rem 0 6.875rem;
  position: relative; }
  .project-list h1 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #2A3441;
    padding-bottom: 3.125rem;
    position: relative; }
    .project-list h1 p {
      position: absolute;
      right: 0;
      top: 0; }
      .project-list h1 p.mobile-see-all {
        display: none; }
      .project-list h1 p.desktop-see-all {
        display: block; }
      .project-list h1 p a {
        color: #2F4463;
        font-size: 0.8125rem;
        text-decoration: none;
        letter-spacing: 0.125rem;
        font-weight: 500;
        transition: all 0.2s ease-in-out; }
        .project-list h1 p a span {
          margin-left: 0.3125rem; }
        .project-list h1 p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
          .project-list h1 p a:hover span:before {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
  .project-list .img-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 57.92%; }
    .project-list .img-wrapper img {
      object-fit: cover;
      font-family: 'object-fit: cover;';
      width: 100%;
      height: 100%;
      position: absolute; }
  .project-list .single-project {
    position: relative;
    z-index: 1;
    margin-bottom: 4.6875rem; }
    .project-list .single-project a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .project-list .single-project .background {
      background: transparent;
      width: 100%;
      top: 0;
      height: 100%;
      display: block;
      position: absolute;
      min-height: calc(100% + 40px);
      width: calc(100% + 40px);
      left: -1.25rem;
      top: -1.25rem;
      z-index: -1;
      border-radius: 0.1875rem;
      transition: all 0.2s ease-in-out; }
    .project-list .single-project .inner h2 {
      font-size: 1.375rem;
      line-height: 1.6875rem;
      font-weight: 400;
      margin: 0.9375rem 0 1.875rem 0;
      padding-right: 1.5625rem;
      position: relative;
      color: #2F4463;
      transition: all 0.2s ease-in-out; }
      .project-list .single-project .inner h2 span {
        position: absolute;
        right: 0;
        top: 0.625rem;
        font-size: 0.75rem;
        transition: all 0.2s ease-in-out; }
    .project-list .single-project:hover .inner h2 {
      transition: all 0.2s ease-in-out;
      color: #BB2724; }
      .project-list .single-project:hover .inner h2 span:before {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
    .project-list .single-project:hover .background {
      background: #fff;
      box-shadow: 0 0 3px 0 rgba(47, 68, 99, 0.25), 0 7px 12px 0 rgba(47, 68, 99, 0.15);
      transition: all 0.2s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .project-list {
    padding: 2.8125rem 0 1.0625rem;
    position: relative; }
    .project-list h1 {
      font-weight: 500;
      font-size: 1.59375rem;
      line-height: 2.25rem;
      color: #2A3441;
      padding-bottom: 1.875rem;
      position: relative; }
      .project-list h1 p {
        position: absolute;
        right: 0;
        top: 0; }
        .project-list h1 p a {
          color: #2F4463;
          font-size: 0.8125rem;
          text-decoration: none;
          letter-spacing: 0.125rem;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }
          .project-list h1 p a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
            .project-list h1 p a:hover span:before {
              transition: all 0.2s ease-in-out;
              color: #BB2724; }
    .project-list .img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 56.031%; }
      .project-list .img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .project-list .single-project {
      position: relative;
      z-index: 1;
      margin-bottom: 2.375rem; }
      .project-list .single-project a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .project-list .single-project .background {
        display: none; }
      .project-list .single-project .inner h2 {
        font-size: 1.375rem;
        line-height: 1.6875rem;
        font-weight: 400;
        margin: 0.9375rem 0 0 0;
        padding-right: 1.875rem;
        position: relative;
        color: #2F4463;
        transition: all 0.2s ease-in-out; }
        .project-list .single-project .inner h2 span {
          position: absolute;
          right: 0;
          top: 0.625rem;
          font-size: 0.75rem;
          transition: all 0.2s ease-in-out; }
      .project-list .single-project:hover .inner h2 {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
        .project-list .single-project:hover .inner h2 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
      .project-list .single-project:hover .background {
        display: none; } }

@media screen and (max-width: 47.9375em) {
  .project-list {
    padding: 1.875rem 0 0;
    position: relative; }
    .project-list h1 {
      font-weight: 500;
      font-size: 1.59375rem;
      color: #2A3441;
      line-height: 2.25rem;
      padding-bottom: 1.875rem;
      position: relative; }
      .project-list h1 p {
        position: absolute;
        right: 0;
        top: 0; }
        .project-list h1 p.mobile-see-all {
          display: block; }
        .project-list h1 p.desktop-see-all {
          display: none; }
        .project-list h1 p a {
          color: #2F4463;
          font-size: 0.8125rem;
          text-decoration: none;
          letter-spacing: 0.125rem;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }
          .project-list h1 p a span {
            position: relative;
            top: 0.125rem;
            margin-left: 0.3125rem; }
          .project-list h1 p a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
            .project-list h1 p a:hover span:before {
              transition: all 0.2s ease-in-out;
              color: #BB2724; }
    .project-list .img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 61.51%; }
      .project-list .img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .project-list .single-project {
      position: relative;
      z-index: 1;
      margin-bottom: 1.875rem; }
      .project-list .single-project a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .project-list .single-project .background {
        display: none; }
      .project-list .single-project .inner {
        padding-bottom: 0; }
        .project-list .single-project .inner h2 {
          font-size: 1.1875rem;
          line-height: 1.5rem;
          font-weight: 400;
          margin: 0.9375rem 0 0 0;
          padding-right: 2.6875rem;
          position: relative;
          color: #2F4463;
          transition: all 0.2s ease-in-out; }
          .project-list .single-project .inner h2 span {
            position: absolute;
            right: 0;
            top: 0.625rem;
            font-size: 0.75rem;
            transition: all 0.2s ease-in-out; }
      .project-list .single-project:hover .inner h2 {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
        .project-list .single-project:hover .inner h2 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
      .project-list .single-project:hover .background {
        display: none; } }

.article-block {
  padding: 5.3125rem 0 0; }
  .article-block #content .grid-container,
  .article-block .link-block .grid-container,
  .article-block .download-links .grid-container,
  .article-block .cta .grid-container,
  .article-block .content .grid-container,
  .article-block .ingress .grid-container {
    padding: 0; }
  .article-block h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 500;
    color: #2A3441;
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #2F4463;
    margin-bottom: 3.5rem; }
  .article-block .image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 66.42%; }
    .article-block .image-wrapper img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      position: absolute; }
  .article-block p.image-caption {
    padding-top: 0.3125rem;
    font-size: 0.84375rem;
    line-height: 1rem;
    color: #23597C;
    font-weight: 400; }

@media screen and (max-width: 63.9375em) {
  .article-block h1 {
    font-size: 1.59375rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #2A3441;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #2F4463;
    margin-bottom: 3.125rem; } }

@media screen and (max-width: 63.9375em) {
  .article-block {
    padding: 2.5rem 0 2.5rem; }
    .article-block h1 {
      font-size: 1.59375rem;
      line-height: 2.25rem;
      font-weight: 500;
      color: #2A3441;
      padding-bottom: 1.25rem;
      border-bottom: 0.0625rem solid #2F4463;
      margin-bottom: 3.125rem; } }

@media screen and (max-width: 47.9375em) {
  .article-block {
    padding: 1.875rem 0 1.875rem; }
    .article-block h1 {
      font-size: 1.5625rem;
      line-height: 1.8125rem;
      font-weight: 500;
      color: #2A3441;
      padding-bottom: 1.25rem;
      border-bottom: 0.0625rem solid #2F4463;
      margin-bottom: 2.5rem; } }

#content {
  padding: 2.5rem 0 1.25rem; }
  #content .accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
    cursor: pointer; }
    #content .accordion-container .content-entry.open .article-title span:before {
      transform: rotate(360deg); }
    #content .accordion-container .content-entry .article-title {
      display: block;
      position: relative;
      margin: 0;
      padding: 0 0 0.9375rem;
      font-size: 1.5625rem;
      line-height: 2rem;
      font-weight: 500;
      color: #5E6F8A;
      cursor: pointer;
      border-bottom: 0.0625rem solid #F58D8A;
      margin-bottom: 2.5rem;
      padding-right: 3.75rem; }
      #content .accordion-container .content-entry .article-title span:before {
        font-size: 0.53125rem;
        font-weight: 700;
        position: absolute;
        right: 0.125rem;
        top: 0.625rem;
        transform: rotate(180deg); }
  #content .accordion-content {
    display: none; }
    #content .accordion-content p {
      margin: 0 0 2.8125rem 0;
      font-size: 1.125rem;
      line-height: 1.875rem; }
      #content .accordion-content p b {
        font-size: 1.375rem;
        line-height: 1.875rem; }
    #content .accordion-content ul li {
      font-size: 1.125rem;
      line-height: 1.875rem; }

@media screen and (max-width: 63.9375em) {
  #content .accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
    cursor: pointer; }
    #content .accordion-container .content-entry.open .article-title span:before {
      transform: rotate(360deg); }
    #content .accordion-container .content-entry .article-title {
      display: block;
      position: relative;
      margin: 0;
      padding: 0 0 0.9375rem;
      font-size: 1.375rem;
      line-height: 2rem;
      font-weight: 500;
      color: #5E6F8A;
      cursor: pointer;
      border-bottom: 0.0625rem solid #F58D8A;
      margin-bottom: 1.875rem;
      padding-right: 3.75rem; }
      #content .accordion-container .content-entry .article-title span:before {
        font-size: 0.53125rem;
        font-weight: 700;
        position: absolute;
        right: 0.125rem;
        top: 0.625rem;
        transform: rotate(180deg); }
  #content .accordion-content {
    display: none; }
    #content .accordion-content p {
      margin: 0 0 2.8125rem 0;
      font-size: 1.125rem;
      line-height: 1.8125rem; }
      #content .accordion-content p b {
        font-size: 1.125rem;
        line-height: 1.8125rem; } }

@media screen and (max-width: 47.9375em) {
  #content {
    padding-top: 1.25rem; }
    #content .accordion-container {
      position: relative;
      width: 100%;
      outline: 0;
      cursor: pointer; }
      #content .accordion-container .content-entry.open .article-title span:before {
        transform: rotate(360deg); }
      #content .accordion-container .content-entry .article-title {
        display: block;
        position: relative;
        margin: 0;
        padding: 0 0 0.9375rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 500;
        color: #5E6F8A;
        cursor: pointer;
        border-bottom: 0.0625rem solid #F58D8A;
        margin-bottom: 1.875rem;
        padding-right: 3.75rem; }
        #content .accordion-container .content-entry .article-title span:before {
          font-size: 0.53125rem;
          font-weight: 700;
          position: absolute;
          right: 0.125rem;
          top: 0.625rem;
          transform: rotate(180deg); }
    #content .accordion-content {
      display: none; }
      #content .accordion-content p {
        margin: 0 0 2.8125rem 0;
        font-size: 0.9375rem;
        line-height: 1.4375rem; }
        #content .accordion-content p b {
          font-size: 0.9375rem;
          line-height: 1.4375rem; } }

.partners {
  padding: 3.125rem 0 0;
  position: relative; }
  .partners.border-top {
    border-top: 0.0625rem solid #DCDCDC; }
  .partners.border-bottom {
    border-bottom: 0.0625rem solid #DCDCDC;
    padding: 3.125rem 0 3.125rem 0; }
  .partners h1 {
    font-weight: 500;
    font-size: 2.25rem;
    color: #2A3441;
    padding-bottom: 3.125rem;
    position: relative; }
  .partners h2 {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0.09375rem;
    color: #2A3441;
    padding-bottom: 1.25rem;
    position: relative;
    margin-bottom: 2.5rem;
    border-bottom: 0.0625rem solid #E0E3E8; }
    .partners h2 p {
      position: absolute;
      right: 0;
      top: 0; }
      .partners h2 p.mobile-see-all {
        display: none; }
      .partners h2 p.desktop-see-all {
        display: block; }
      .partners h2 p a {
        color: #2F4463;
        font-size: 0.8125rem;
        text-decoration: none;
        letter-spacing: 0.125rem;
        font-weight: 500;
        transition: all 0.2s ease-in-out; }
        .partners h2 p a span {
          margin-left: 0.3125rem; }
        .partners h2 p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
          .partners h2 p a:hover span:before {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
  .partners .img-wrapper {
    height: 12.5rem;
    background: #fafafb;
    display: flex;
    justify-content: center;
    align-items: center; }
    .partners .img-wrapper img {
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  .partners .no-image-title {
    padding-top: 1.25rem; }
  .partners .no-image h3 span:before {
    color: #2A3441;
    font-size: 0.6875rem;
    margin-right: 0.75rem;
    top: -0.1875rem;
    position: relative; }
  .partners .no-image h3 a {
    font-size: 1.3125rem;
    line-height: 2.125rem;
    color: #2A3441;
    padding-bottom: 1.875rem;
    font-weight: 400;
    display: inline-block;
    text-decoration: none; }
    .partners .no-image h3 a:hover {
      text-decoration: underline; }
  .partners .single-partner {
    position: relative;
    z-index: 1;
    margin-bottom: 5rem; }
    .partners .single-partner a {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .partners .single-partner .background {
      background: transparent;
      width: 100%;
      top: 0;
      height: 100%;
      display: block;
      position: absolute;
      min-height: calc(100% + 40px);
      width: calc(100% + 40px);
      left: -1.25rem;
      top: -1.25rem;
      z-index: -1;
      border-radius: 0.1875rem;
      transition: all 0.2s ease-in-out; }
    .partners .single-partner .inner h3 {
      font-size: 1.375rem;
      line-height: 1.75rem;
      font-weight: 400;
      margin: 1.25rem 0 0 0;
      padding-right: 2.0625rem;
      position: relative;
      color: #2F4463;
      transition: all 0.2s ease-in-out; }
      .partners .single-partner .inner h3 span {
        position: absolute;
        right: 0;
        top: 0.625rem;
        font-size: 1rem;
        transition: all 0.2s ease-in-out; }
    .partners .single-partner:hover .inner {
      cursor: pointer; }
      .partners .single-partner:hover .inner h3 {
        color: #BB2724;
        transition: all 0.2s ease-in-out; }
        .partners .single-partner:hover .inner h3 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
    .partners .single-partner:hover .background {
      background: #fff;
      box-shadow: 0 0 3px 0 rgba(47, 68, 99, 0.25), 0 7px 12px 0 rgba(47, 68, 99, 0.15);
      transition: all 0.2s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .partners {
    padding: 2.8125rem 0 0;
    position: relative; }
    .partners h2 {
      font-weight: 500;
      font-size: 1.1875rem;
      line-height: 1.5rem;
      letter-spacing: 0.09375rem;
      color: #2A3441;
      padding-bottom: 1.25rem;
      position: relative;
      margin-bottom: 2.5rem;
      border-bottom: 0.0625rem solid #E0E3E8; }
      .partners h2 p {
        position: absolute;
        right: 0;
        top: 0; }
        .partners h2 p.mobile-see-all {
          display: none; }
        .partners h2 p.desktop-see-all {
          display: block; }
        .partners h2 p a {
          color: #2F4463;
          font-size: 0.8125rem;
          text-decoration: none;
          letter-spacing: 0.125rem;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }
          .partners h2 p a span {
            margin-left: 0.3125rem; }
          .partners h2 p a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
            .partners h2 p a:hover span:before {
              transition: all 0.2s ease-in-out;
              color: #BB2724; }
    .partners .img-wrapper {
      height: 12.5rem;
      background: #fafafb;
      display: flex;
      justify-content: center;
      align-items: center; }
      .partners .img-wrapper img {
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
    .partners .no-image-title {
      padding-top: 1.25rem; }
    .partners .no-image h3 span:before {
      color: #2A3441;
      font-size: 0.6875rem;
      margin-right: 0.75rem;
      top: -0.1875rem;
      position: relative; }
    .partners .no-image h3 a {
      font-size: 1.3125rem;
      line-height: 2.125rem;
      color: #2A3441;
      padding-bottom: 1.875rem;
      font-weight: 400;
      display: inline-block;
      text-decoration: none; }
      .partners .no-image h3 a:hover {
        text-decoration: underline; }
    .partners .single-partner {
      position: relative;
      z-index: 1;
      margin-bottom: 2.5rem; }
      .partners .single-partner a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .partners .single-partner .background {
        display: none; }
      .partners .single-partner .inner h3 {
        font-size: 1.375rem;
        line-height: 1.75rem;
        font-weight: 400;
        margin: 1.25rem 0 0 0;
        padding-right: 2.0625rem;
        position: relative;
        color: #2F4463;
        transition: all 0.2s ease-in-out; }
        .partners .single-partner .inner h3 span {
          position: absolute;
          right: 0;
          top: 0.625rem;
          font-size: 1rem;
          transition: all 0.2s ease-in-out; }
      .partners .single-partner:hover .inner {
        cursor: pointer; }
        .partners .single-partner:hover .inner h3 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
      .partners .single-partner:hover .background {
        display: none; } }

@media screen and (max-width: 47.9375em) {
  .partners {
    padding: 2.5rem 0 0;
    position: relative; }
    .partners h2 {
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.375rem;
      letter-spacing: 0.09375rem;
      color: #2A3441;
      padding-bottom: 0.9375rem;
      position: relative;
      margin-bottom: 1.875rem;
      border-bottom: 0.0625rem solid #E0E3E8; }
      .partners h2 p {
        position: absolute;
        right: 0;
        top: 0; }
        .partners h2 p.mobile-see-all {
          display: none; }
        .partners h2 p.desktop-see-all {
          display: block; }
        .partners h2 p a {
          color: #2F4463;
          font-size: 0.8125rem;
          text-decoration: none;
          letter-spacing: 0.125rem;
          font-weight: 500;
          transition: all 0.2s ease-in-out; }
          .partners h2 p a span {
            margin-left: 0.3125rem; }
          .partners h2 p a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
            .partners h2 p a:hover span:before {
              transition: all 0.2s ease-in-out;
              color: #BB2724; }
    .partners .img-wrapper {
      height: 12.5rem;
      background: #fafafb;
      display: flex;
      justify-content: center;
      align-items: center; }
      .partners .img-wrapper img {
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
    .partners .no-image-title {
      padding-top: 1.25rem; }
    .partners .no-image h3 span:before {
      color: #2A3441;
      font-size: 0.625rem;
      margin-right: 0.625rem;
      top: -0.1875rem;
      position: relative; }
    .partners .no-image h3 a {
      font-size: 1.1875rem;
      line-height: 1.4375rem;
      color: #2A3441;
      padding-bottom: 1.875rem;
      font-weight: 400;
      display: inline-block;
      text-decoration: none; }
      .partners .no-image h3 a:hover {
        text-decoration: underline; }
    .partners .single-partner {
      position: relative;
      z-index: 1;
      margin-bottom: 2.5rem; }
      .partners .single-partner a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }
      .partners .single-partner .background {
        display: none; }
      .partners .single-partner .inner h3 {
        font-size: 1.1875rem;
        line-height: 1.4375rem;
        font-weight: 400;
        margin: 1.25rem 0 0 0;
        padding-right: 2.0625rem;
        position: relative;
        color: #2F4463;
        transition: all 0.2s ease-in-out; }
        .partners .single-partner .inner h3 span {
          position: absolute;
          right: 0;
          top: 0.625rem;
          font-size: 0.875rem;
          transition: all 0.2s ease-in-out; }
      .partners .single-partner:hover .inner {
        cursor: pointer; }
        .partners .single-partner:hover .inner h3 span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
      .partners .single-partner:hover .background {
        display: none; } }

.cta {
  padding: 1.25rem 0; }
  .cta p {
    font-size: 1.3125rem;
    line-height: 2.125rem; }
    .cta p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .cta p span {
      margin-left: 0.9375rem; }
      .cta p span:before {
        color: #2A3441;
        font-size: 1rem; }
    .cta p:hover a {
      transition: all 0.2s ease-in-out;
      color: #BB2724; }
    .cta p:hover span:before {
      color: #BB2724;
      transition: all 0.2s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .cta p {
    font-size: 1.125rem;
    line-height: 1.8125rem; }
    .cta p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .cta p span {
      margin-left: 0.9375rem; }
      .cta p span:before {
        color: #2A3441;
        font-size: 1rem; } }

@media screen and (max-width: 47.9375em) {
  .cta p {
    font-size: 0.9375rem;
    line-height: 1.4375rem; }
    .cta p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .cta p span {
      margin-left: 0.75rem; }
      .cta p span:before {
        color: #2A3441;
        font-size: 0.8125rem; } }

.link-block {
  padding: 1.25rem 0; }
  .link-block h2 {
    font-size: 1.25rem;
    letter-spacing: 0.09375rem;
    line-height: 1.5rem;
    color: #2A3441;
    font-weight: 500;
    padding-bottom: 1.25rem;
    margin-bottom: 2.1875rem;
    border-bottom: 0.0625rem solid #E0E3E8; }
  .link-block .single-link p {
    font-size: 1.3125rem;
    line-height: 2.125rem;
    margin-bottom: 1.125rem;
    position: relative;
    padding-right: 3.375rem; }
    .link-block .single-link p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .link-block .single-link p span {
      margin-left: 0.9375rem;
      position: absolute;
      right: 0;
      top: 0.3125rem; }
      .link-block .single-link p span:before {
        color: #2A3441;
        font-size: 1rem; }
    .link-block .single-link p:hover a {
      transition: all 0.2s ease-in-out;
      color: #BB2724; }
    .link-block .single-link p:hover span:before {
      color: #BB2724;
      transition: all 0.2s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .link-block h2 {
    font-size: 1.0625rem;
    letter-spacing: 0.09375rem;
    line-height: 1.5rem;
    border-bottom: 0.0625rem solid #E0E3E8;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
    color: #2A3441; }
  .link-block .single-link p {
    font-size: 1.125rem;
    line-height: 1.8125rem; }
    .link-block .single-link p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .link-block .single-link p span {
      margin-left: 0.9375rem; }
      .link-block .single-link p span:before {
        color: #2A3441;
        font-size: 1rem; } }

@media screen and (max-width: 47.9375em) {
  .link-block h2 {
    font-size: 0.875rem;
    letter-spacing: 0.065625rem;
    line-height: 1.375rem;
    border-bottom: 0.0625rem solid #E0E3E8;
    padding-bottom: 0.625rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
    color: #2A3441; }
  .link-block .single-link p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    padding-right: 1.4375rem; }
    .link-block .single-link p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .link-block .single-link p span {
      margin-left: 0.75rem; }
      .link-block .single-link p span:before {
        color: #2A3441;
        font-size: 0.8125rem; } }

.download-links {
  padding: 1.25rem 0; }
  .download-links h2 {
    font-size: 1.25rem;
    letter-spacing: 0.09375rem;
    line-height: 1.5rem;
    color: #2A3441;
    font-weight: 500;
    padding-bottom: 1.25rem;
    margin-bottom: 2.1875rem;
    border-bottom: 0.0625rem solid #E0E3E8; }
  .download-links .single-file p {
    font-size: 1.3125rem;
    line-height: 2.125rem;
    margin-bottom: 1.875rem;
    position: relative;
    padding-right: 3.375rem; }
    .download-links .single-file p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .download-links .single-file p span {
      margin-left: 0.9375rem;
      position: absolute;
      right: 0;
      top: 0.3125rem; }
      .download-links .single-file p span:before {
        color: #2A3441;
        font-size: 1rem; }
    .download-links .single-file p:hover a {
      transition: all 0.2s ease-in-out;
      color: #BB2724; }
    .download-links .single-file p:hover span:before {
      color: #BB2724;
      transition: all 0.2s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .download-links h2 {
    font-size: 1.0625rem;
    letter-spacing: 0.09375rem;
    line-height: 1.5rem;
    border-bottom: 0.0625rem solid #E0E3E8;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
    color: #2A3441; }
  .download-links .single-file p {
    font-size: 1.125rem;
    line-height: 1.8125rem; }
    .download-links .single-file p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .download-links .single-file p span {
      margin-left: 0.9375rem; }
      .download-links .single-file p span:before {
        color: #2A3441;
        font-size: 1rem; } }

@media screen and (max-width: 47.9375em) {
  .download-links h2 {
    font-size: 0.875rem;
    letter-spacing: 0.065625rem;
    line-height: 1.375rem;
    border-bottom: 0.0625rem solid #E0E3E8;
    padding-bottom: 0.625rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
    color: #2A3441; }
  .download-links .single-file p {
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    padding-right: 1.4375rem; }
    .download-links .single-file p a {
      color: #2A3441;
      transition: all 0.2s ease-in-out; }
    .download-links .single-file p span {
      margin-left: 0.75rem; }
      .download-links .single-file p span:before {
        color: #2A3441;
        font-size: 0.8125rem; } }

.vision-blocks {
  position: relative;
  padding: 7.1875rem 0 0 0; }
  .vision-blocks h2 {
    font-size: 1.8125rem;
    line-height: 2.5rem;
    text-align: center;
    padding-bottom: 6.5625rem; }
  .vision-blocks .single-box {
    border: 0.1875rem solid;
    padding: 2.1875rem 1.125rem;
    margin-bottom: 5.625rem; }
    .vision-blocks .single-box h3 {
      font-size: 1.375rem;
      line-height: 1.75rem;
      text-align: center; }
    .vision-blocks .single-box span {
      padding-top: 0.625rem;
      margin-bottom: 1.125rem;
      width: 100%;
      border-bottom: 0.125rem solid;
      display: block; }

@media screen and (max-width: 63.9375em) {
  .vision-blocks {
    position: relative;
    padding: 5.625rem 0 0 0; }
    .vision-blocks h2 {
      font-size: 1.375rem;
      line-height: 2rem;
      text-align: center;
      padding-bottom: 4.6875rem; }
    .vision-blocks .single-box {
      border: 0.1875rem solid;
      padding: 2.1875rem 1.125rem;
      margin-bottom: 3.75rem; }
      .vision-blocks .single-box h3 {
        font-size: 1.375rem;
        line-height: 1.75rem;
        text-align: center; }
      .vision-blocks .single-box span {
        padding-top: 0.625rem;
        margin-bottom: 1.125rem;
        width: 100%;
        border-bottom: 0.125rem solid;
        display: block; } }

@media screen and (max-width: 47.9375em) {
  .vision-blocks {
    position: relative;
    padding: 2.1875rem 0 0 0; }
    .vision-blocks h2 {
      font-size: 1.125rem;
      line-height: 1.5rem;
      text-align: center;
      padding-bottom: 2.1875rem; }
    .vision-blocks .single-box {
      border: 0.1875rem solid;
      padding: 1.5625rem 1.125rem;
      margin-bottom: 2.1875rem; }
      .vision-blocks .single-box h3 {
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-align: center; }
      .vision-blocks .single-box span {
        padding-top: 0.625rem;
        margin-bottom: 1.125rem;
        width: 100%;
        border-bottom: 0.125rem solid;
        display: block; } }

.program {
  margin: 60px 0; }
  .program .program-container {
    position: relative; }
    .program .program-container a.button.print {
      padding: 1rem;
      background-color: #f4f4f4;
      position: absolute;
      right: 0;
      cursor: pointer; }
      .program .program-container a.button.print svg {
        margin-right: 0.5rem;
        vertical-align: middle; }
    .program .program-container .program-sticky-menu {
      margin-top: 30px;
      margin-bottom: 30px;
      position: static;
      top: 0;
      transition: top ease-in-out 0.3s; }
      .program .program-container .program-sticky-menu.fixed {
        position: fixed;
        left: 0;
        top: 70px;
        width: 100%;
        background-color: #FFF;
        /*max-width: 1148px;*/
        z-index: 99;
        padding: 1rem 0 0 0;
        margin-top: 0;
        margin-bottom: 0; }
        @media screen and (max-width: 47.9375em) {
          .program .program-container .program-sticky-menu.fixed {
            top: 55px; } }
        @media screen and (max-width: 63.9375em) {
          .program .program-container .program-sticky-menu.fixed {
            padding: 1rem 1.875rem 0 1.875rem; } }
      @media screen and (min-width: 48em) {
        .program .program-container .program-sticky-menu ul {
          max-width: 1148px;
          margin: 0 auto;
          padding: 0;
          position: relative;
          border-bottom: 1px solid #5E6F8A; }
          .program .program-container .program-sticky-menu ul li.s_menu_item {
            list-style-type: none;
            display: inline-block;
            border-top: 1px solid #5E6F8A;
            border-left: 1px solid #5E6F8A;
            margin-left: -4px;
            background-color: #f4f4f4; }
            .program .program-container .program-sticky-menu ul li.s_menu_item.active {
              background-color: #FFF; }
            .program .program-container .program-sticky-menu ul li.s_menu_item:hover {
              background-color: #FFF; }
              .program .program-container .program-sticky-menu ul li.s_menu_item:hover ul {
                display: block; }
            .program .program-container .program-sticky-menu ul li.s_menu_item:first-child {
              margin-left: 0; }
            .program .program-container .program-sticky-menu ul li.s_menu_item:last-child {
              border-right: 1px solid #5E6F8A; }
            .program .program-container .program-sticky-menu ul li.s_menu_item a {
              display: block;
              font-size: 1.3125rem;
              text-decoration: none;
              font-weight: 500;
              color: #5E6F8A;
              padding: 10px 15px; } }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .program .program-container .program-sticky-menu ul li.s_menu_item a {
        font-size: 1rem; } }
      @media screen and (min-width: 48em) {
            .program .program-container .program-sticky-menu ul li.s_menu_item ul {
              display: none;
              position: absolute;
              z-index: 1;
              width: 100%;
              left: 0;
              background-color: #FFF;
              border: 1px solid #5E6F8A; }
              .program .program-container .program-sticky-menu ul li.s_menu_item ul li {
                display: inline-block; }
                .program .program-container .program-sticky-menu ul li.s_menu_item ul li a {
                  font-size: 1rem; }
                  .program .program-container .program-sticky-menu ul li.s_menu_item ul li a .icon-clock {
                    margin-right: 0.5rem; } }
      @media screen and (max-width: 47.9375em) {
        .program .program-container .program-sticky-menu a.mob-menu-toggle {
          text-decoration: none;
          display: block;
          position: relative;
          padding: 1rem;
          background-color: #f4f4f4;
          font-size: 1.2rem;
          border: 1px solid #5E6F8A; }
          .program .program-container .program-sticky-menu a.mob-menu-toggle:after {
            content: ">";
            position: absolute;
            right: 1rem; }
        .program .program-container .program-sticky-menu ul.program-menu {
          margin: 0;
          padding: 0;
          max-height: 0;
          overflow-x: hidden;
          overflow-y: scroll;
          background-color: #FFF; }
          .program .program-container .program-sticky-menu ul.program-menu.open {
            max-height: calc(100vh - 200px);
            padding-bottom: 100px;
            border: 1px solid #f4f4f4; }
          .program .program-container .program-sticky-menu ul.program-menu li.s_menu_item {
            list-style-type: none;
            display: block; }
            .program .program-container .program-sticky-menu ul.program-menu li.s_menu_item a {
              display: block;
              font-size: 1.3125rem;
              text-decoration: none;
              font-weight: 500;
              color: #5E6F8A;
              padding: 1rem 1rem;
              border-bottom: 1px solid #5E6F8A; }
            .program .program-container .program-sticky-menu ul.program-menu li.s_menu_item ul {
              padding-left: 0; }
              .program .program-container .program-sticky-menu ul.program-menu li.s_menu_item ul li {
                display: block; }
                .program .program-container .program-sticky-menu ul.program-menu li.s_menu_item ul li a {
                  font-size: 1rem;
                  border-bottom: 1px solid #f4f4f4; }
                  .program .program-container .program-sticky-menu ul.program-menu li.s_menu_item ul li a .icon-clock {
                    margin-right: 0.5rem; } }
  .program .program-wrapper {
    margin-bottom: 3.75rem;
    scroll-margin-top: 150px; }
  .program a {
    color: #2A3441;
    transition: all 0.2s ease-in-out; }
    .program a:hover {
      color: #cf2e2e; }
  .program h2 {
    font-size: 1.8125rem;
    line-height: 2.5rem;
    color: #5E6F8A;
    font-weight: 500; }
    @media screen and (max-width: 63.9375em) {
      .program h2 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 47.9375em) {
      .program h2 {
        font-size: 1.3125rem; } }
  .program .day {
    scroll-margin-top: 150px;
    background-color: #5E6F8A;
    color: white;
    font-weight: 500;
    font-size: 1.3125rem;
    width: 100%;
    display: block;
    padding: 10px 15px;
    margin-top: 25px;
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      .program .day {
        font-size: 1.125rem; } }
    @media screen and (max-width: 47.9375em) {
      .program .day {
        font-size: 0.9375rem; } }
    .program .day a.print-button {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 0.9rem; }
  .program .programinfo {
    margin-bottom: 1.25rem;
    scroll-margin-top: 100px; }
    .program .programinfo strong {
      color: #5E6F8E; }
  .program .programentry {
    scroll-margin-top: 150px;
    padding: 22px 15px 22px 15px;
    border-bottom: 1px solid #2A3441;
    font-size: 1.125rem; }
    @media screen and (max-width: 63.9375em) {
      .program .programentry {
        font-size: 0.9375rem; } }
    .program .programentry strong {
      font-size: 1.3125rem;
      padding-bottom: 14px;
      display: block;
      color: #5E6F8E; }
      @media screen and (max-width: 63.9375em) {
        .program .programentry strong {
          font-size: 1.125rem; } }
      @media screen and (max-width: 47.9375em) {
        .program .programentry strong {
          font-size: 0.9375rem; } }
    .program .programentry p {
      margin-bottom: 20px; }
    .program .programentry .lecturers {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      column-gap: 1.25rem;
      padding: 0;
      margin-top: 2.3125rem; }
      @media screen and (max-width: 63.9375em) {
        .program .programentry .lecturers {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (max-width: 47.9375em) {
        .program .programentry .lecturers {
          grid-template-columns: repeat(2, 1fr); } }
      .program .programentry .lecturers li {
        list-style-type: none;
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 1.25rem;
        text-align: center; }
        .program .programentry .lecturers li img {
          width: 5.875rem;
          height: 5.875rem;
          border-radius: 6.25rem;
          object-fit: cover;
          margin-bottom: 0.875rem; }
        .program .programentry .lecturers li strong {
          font-size: 1rem;
          padding-bottom: 0; }
    .program .programentry .spor {
      font-size: 1.125rem;
      border-bottom: 1px solid #2A3441;
      padding-bottom: 1.5rem;
      margin-bottom: 1.25rem;
      margin-bottom: 2.5rem; }
      @media screen and (max-width: 63.9375em) {
        .program .programentry .spor {
          font-size: 0.9375rem; } }
      .program .programentry .spor strong {
        font-size: 1.3125rem;
        padding-bottom: 0.625rem; }
      .program .programentry .spor .right {
        display: block;
        margin-bottom: 15px; }
      .program .programentry .spor:last-child {
        border-bottom: 0px; }
    .program .programentry .programpost {
      font-size: 1.125rem;
      border-top: 1px solid #EBEBEB;
      padding-top: 1.5rem;
      margin-top: 1.25rem;
      margin-bottom: 0.9375rem; }
      .program .programentry .programpost strong {
        font-size: 1.125rem;
        padding-bottom: 0.625rem;
        color: #2A3441; }

.text-image {
  padding: 5.3125rem 0 6.875rem;
  position: relative; }
  .text-image.border-bottom {
    border-bottom: 0.0625rem solid #DCDCDC; }
  .text-image.border-top {
    border-top: 0.0625rem solid #DCDCDC; }
  .text-image h1, .text-image h2 {
    font-weight: 500;
    font-size: 2.25rem; }
  .text-image h3 {
    font-size: 2rem; }
  .text-image h4 {
    font-size: 1.75rem; }
  .text-image h5 {
    font-size: 1.50rem; }
  .text-image h6 {
    font-size: 1.25rem; }
  .text-image h1, .text-image h2, .text-image h3, .text-image h4, .text-image h5, .text-image h6 {
    color: #2A3441;
    padding-bottom: 2rem;
    position: relative; }
  .text-image p {
    margin-bottom: 2rem; }
    .text-image p.normal {
      font-size: 1rem;
      line-height: 1.7rem; }
    .text-image p.medium {
      font-size: 1.4rem;
      line-height: 2.1rem; }
    .text-image p.large {
      font-size: 1.7rem;
      line-height: 2.5rem; }
  .text-image .content.normal p {
    font-size: 1rem;
    line-height: 1.7rem; }
  .text-image .content.medium p {
    font-size: 1.4rem;
    line-height: 2.1rem; }
  .text-image .content.large p {
    font-size: 1.7rem;
    line-height: 2.5rem; }
  .text-image a.button {
    padding: 0.5rem 1rem;
    border: 1px solid;
    color: #5E6F8A;
    text-decoration: none;
    background-color: #FFF;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    display: inline-block; }
    .text-image a.button:hover {
      background-color: #2A3441;
      color: #FFF; }
  .text-image a.readmore {
    color: #2A3441;
    transition: all ease-in-out 0.3s;
    font-weight: 500; }
    .text-image a.readmore:hover {
      color: #BB2724; }

.single-post {
  padding: 3.75rem 0 7.5rem 0; }
  .single-post .back {
    padding-bottom: 3.125rem; }
    .single-post .back p a {
      font-size: 0.84375rem;
      color: #2F4463;
      letter-spacing: 0.125rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }
      .single-post .back p a span {
        display: inline-block;
        transform: rotate(-180deg);
        margin-right: 0.625rem;
        transition: all 0.2s ease-in-out; }
        .single-post .back p a span:before {
          font-size: 0.6875rem; }
      .single-post .back p a:hover {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
        .single-post .back p a:hover span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
  .single-post h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 500;
    color: #2A3441;
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #2F4463;
    margin-bottom: 3.5rem; }
  .single-post .side-img-wrapper {
    position: relative; }
    .single-post .side-img-wrapper .svg {
      position: absolute; }
      .single-post .side-img-wrapper .svg svg {
        position: absolute;
        top: 1.875rem;
        left: 1.875rem;
        height: 4.125rem; }
    .single-post .side-img-wrapper img {
      width: 100%;
      height: 19.6875rem;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
  .single-post p.image-caption {
    padding-top: 0.3125rem;
    font-size: 0.84375rem;
    line-height: 1rem;
    color: #23597C;
    font-weight: 400; }
  .single-post .published {
    padding-top: 2.1875rem; }
    .single-post .published p {
      font-size: 0.84375rem;
      line-height: 1rem;
      color: #2F4463;
      font-weight: 400; }
      .single-post .published p span {
        font-size: 1rem;
        margin-right: 0.5625rem;
        position: relative;
        top: 0.125rem; }
  .single-post .representatives {
    margin-top: 3.3125rem;
    background: #fafafb;
    padding: 1.5625rem 1.25rem 1.5625rem;
    border-radius: 0.1875rem; }
    .single-post .representatives h2 {
      font-size: 1.25rem;
      line-height: 1.5rem;
      letter-spacing: 0.09375rem;
      color: #2A3441;
      font-weight: 500;
      padding-bottom: 1.25rem; }
    .single-post .representatives .large-3 {
      text-align: center; }
    .single-post .representatives .single-representant {
      padding: 2.1875rem 0;
      border-top: 0.0625rem solid #DBDEE4; }
      .single-post .representatives .single-representant .inner-text {
        margin-left: 0.4375rem; }
      .single-post .representatives .single-representant .placeholder-image {
        position: relative; }
        .single-post .representatives .single-representant .placeholder-image svg {
          max-width: 5.875rem;
          width: 100%; }
      .single-post .representatives .single-representant img {
        max-width: 5.875rem;
        max-height: 5.875rem;
        object-fit: cover;
        border-radius: 100px;
        width: 100%; }
      .single-post .representatives .single-representant p.education {
        color: #5E6F8A;
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: 0.0625rem;
        font-weight: 500;
        padding-bottom: 1.25rem; }
      .single-post .representatives .single-representant p.leder {
        color: #BB2724;
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: 0.0625rem;
        font-weight: 500;
        text-align: center;
        padding-top: 0.625rem; }
      .single-post .representatives .single-representant p.vara {
        color: #BB2724;
        font-size: 1rem;
        line-height: 1.375rem;
        letter-spacing: 0.0625rem;
        font-weight: 500;
        text-align: center;
        padding-top: 0.625rem; }
      .single-post .representatives .single-representant p.name {
        color: #2A3441;
        font-size: 1.3125rem;
        line-height: 2.125rem;
        font-weight: 500;
        padding-bottom: 0.625rem; }
      .single-post .representatives .single-representant p.worktitle {
        color: #2F4463;
        font-size: 1rem;
        line-height: 1.375rem;
        padding-bottom: 0.625rem; }
      .single-post .representatives .single-representant p.phone {
        color: #2F4463;
        font-size: 1rem;
        line-height: 1.375rem;
        padding-bottom: 0.625rem; }
      .single-post .representatives .single-representant p.email {
        color: #2F4463;
        font-size: 1rem;
        line-height: 1.375rem; }
        .single-post .representatives .single-representant p.email a {
          color: #2F4463;
          transition: all 0.2s ease-in-out; }
          .single-post .representatives .single-representant p.email a:hover {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
    .single-post .representatives .project-partners h2 {
      border-bottom: 0.0625rem solid #DBDEE4;
      margin-bottom: 2.1875rem; }
    .single-post .representatives .project-partners .single-project-partner {
      padding-bottom: 1.125rem; }
      .single-post .representatives .project-partners .single-project-partner p {
        font-size: 1.3125rem;
        line-height: 2.125rem; }
        .single-post .representatives .project-partners .single-project-partner p a {
          color: #2A3441;
          transition: all 0.2s ease-in-out; }
        .single-post .representatives .project-partners .single-project-partner p span {
          margin-left: 0.9375rem; }
          .single-post .representatives .project-partners .single-project-partner p span:before {
            color: #2A3441;
            font-size: 1rem; }
        .single-post .representatives .project-partners .single-project-partner p:hover a {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
        .single-post .representatives .project-partners .single-project-partner p:hover span:before {
          color: #BB2724;
          transition: all 0.2s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .single-post {
    padding: 3.125rem 0 7.5rem 0; }
    .single-post .back {
      padding-bottom: 2.5rem; }
      .single-post .back p a {
        font-size: 0.84375rem;
        color: #2F4463;
        letter-spacing: 0.125rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
        .single-post .back p a span {
          display: inline-block;
          transform: rotate(-180deg);
          margin-right: 0.625rem;
          transition: all 0.2s ease-in-out; }
          .single-post .back p a span:before {
            font-size: 0.6875rem; }
        .single-post .back p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
          .single-post .back p a:hover span:before {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
    .single-post h1 {
      font-size: 1.59375rem;
      line-height: 2.25rem;
      font-weight: 500;
      color: #2A3441;
      padding-bottom: 1.25rem;
      border-bottom: 0.0625rem solid #2F4463;
      margin-bottom: 3.125rem; }
    .single-post .side-img-wrapper {
      position: relative; }
      .single-post .side-img-wrapper .svg {
        position: absolute; }
        .single-post .side-img-wrapper .svg svg {
          position: absolute;
          top: 1.875rem;
          left: 1.875rem;
          width: 4.8125rem;
          height: 4.125rem; }
    .single-post .published p {
      font-size: 0.84375rem;
      line-height: 1rem;
      color: #2F4463;
      font-weight: 400; }
      .single-post .published p span {
        font-size: 1rem;
        margin-right: 0.5625rem;
        position: relative;
        top: 0.125rem; }
    .single-post .representatives {
      margin-top: 2.8125rem;
      background: #fafafb;
      padding: 0.9375rem 0.9375rem 0.9375rem;
      border-radius: 0.1875rem; }
      .single-post .representatives h2 {
        font-size: 0.875rem;
        line-height: 1.0625rem;
        letter-spacing: 0.065625rem;
        color: #2A3441;
        font-weight: 500;
        padding-bottom: 0.9375rem; }
      .single-post .representatives .single-representant {
        padding: 1.5625rem 0;
        border-top: 0.0625rem solid #DBDEE4; }
        .single-post .representatives .single-representant:last-child {
          border: none; }
        .single-post .representatives .single-representant .inner-text {
          margin-left: 0.8125rem; }
        .single-post .representatives .single-representant img {
          max-width: 5.875rem;
          max-height: 5.875rem;
          object-fit: cover;
          width: 100%;
          border-radius: 100px; }
        .single-post .representatives .single-representant p.education {
          color: #5E6F8A;
          font-size: 0.8125rem;
          line-height: 1.375rem;
          letter-spacing: 0.0625rem;
          font-weight: 500;
          padding-bottom: 0.9375rem; }
        .single-post .representatives .single-representant p.leder {
          color: #BB2724;
          font-size: 0.8125rem;
          line-height: 1.4375rem;
          letter-spacing: 0.0625rem;
          font-weight: 500;
          text-align: center;
          padding-top: 0.625rem; }
        .single-post .representatives .single-representant p.vara {
          color: #BB2724;
          font-size: 0.8125rem;
          line-height: 1.4375rem;
          letter-spacing: 0.0625rem;
          font-weight: 500;
          text-align: center;
          padding-top: 0.625rem; }
        .single-post .representatives .single-representant p.name {
          color: #2A3441;
          font-size: 0.9375rem;
          line-height: 1.4375rem;
          font-weight: 500;
          padding-bottom: 0.3125rem; }
        .single-post .representatives .single-representant p.worktitle {
          color: #2F4463;
          font-size: 0.9375rem;
          line-height: 1.4375rem;
          padding-bottom: 0.3125rem; }
        .single-post .representatives .single-representant p.phone {
          color: #2F4463;
          font-size: 0.9375rem;
          line-height: 1.4375rem;
          padding-bottom: 0.3125rem; }
        .single-post .representatives .single-representant p.email {
          color: #2F4463;
          font-size: 0.9375rem;
          line-height: 1.4375rem; }
      .single-post .representatives .project-partners h2 {
        border-bottom: 0.0625rem solid #DBDEE4;
        margin-bottom: 2.1875rem; }
      .single-post .representatives .project-partners .single-project-partner {
        padding-bottom: 2.1875rem; }
        .single-post .representatives .project-partners .single-project-partner p {
          font-size: 1.125rem;
          line-height: 1.8125rem; }
          .single-post .representatives .project-partners .single-project-partner p a {
            color: #2A3441;
            transition: all 0.2s ease-in-out; }
          .single-post .representatives .project-partners .single-project-partner p span {
            margin-left: 0.9375rem; }
            .single-post .representatives .project-partners .single-project-partner p span:before {
              color: #2A3441;
              font-size: 1rem; } }

@media screen and (max-width: 47.9375em) {
  .single-post {
    padding: 1.875rem 0 6.25rem 0; }
    .single-post .back {
      padding-bottom: 1.875rem; }
      .single-post .back p a {
        font-size: 0.84375rem;
        color: #2F4463;
        letter-spacing: 0.125rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
        .single-post .back p a span {
          display: inline-block;
          transform: rotate(-180deg);
          margin-right: 0.625rem;
          transition: all 0.2s ease-in-out; }
          .single-post .back p a span:before {
            font-size: 0.6875rem; }
        .single-post .back p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
          .single-post .back p a:hover span:before {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
    .single-post h1 {
      font-size: 1.5625rem;
      line-height: 1.8125rem;
      font-weight: 500;
      color: #2A3441;
      padding-bottom: 1.25rem;
      border-bottom: 0.0625rem solid #2F4463;
      margin-bottom: 2.5rem; }
    .single-post .side-img-wrapper {
      position: relative; }
      .single-post .side-img-wrapper .svg {
        position: absolute; }
        .single-post .side-img-wrapper .svg svg {
          position: absolute;
          top: 1.875rem;
          left: 1.875rem;
          width: 4.8125rem;
          height: 4.125rem; }
    .single-post .published p {
      font-size: 0.84375rem;
      line-height: 1rem;
      color: #2F4463;
      font-weight: 400; }
      .single-post .published p span {
        font-size: 1rem;
        margin-right: 0.5625rem;
        position: relative;
        top: 0.125rem; }
    .single-post .representatives {
      margin-top: 4.375rem;
      margin-bottom: 2.1875rem;
      background: #fafafb;
      padding: 0.9375rem 0.9375rem 0.9375rem;
      border-radius: 0.1875rem; }
      .single-post .representatives h2 {
        font-size: 0.875rem;
        line-height: 1.0625rem;
        letter-spacing: 0.065625rem;
        color: #2A3441;
        font-weight: 500;
        padding-bottom: 0.9375rem; }
      .single-post .representatives .single-representant {
        padding: 1.5625rem 0;
        border-top: 0.0625rem solid #DBDEE4; }
        .single-post .representatives .single-representant:last-child {
          border: none; }
        .single-post .representatives .single-representant .inner-text {
          margin-left: 0.8125rem; }
        .single-post .representatives .single-representant img {
          max-width: 5.875rem;
          width: 100%; }
        .single-post .representatives .single-representant p.education {
          color: #5E6F8A;
          font-size: 0.8125rem;
          line-height: 1.375rem;
          letter-spacing: 0.0625rem;
          font-weight: 500;
          padding-bottom: 0.9375rem; }
        .single-post .representatives .single-representant p.leder {
          color: #BB2724;
          font-size: 0.8125rem;
          line-height: 1.4375rem;
          letter-spacing: 0.0625rem;
          font-weight: 500;
          text-align: center;
          padding-top: 0.625rem; }
        .single-post .representatives .single-representant p.vara {
          color: #BB2724;
          font-size: 0.8125rem;
          line-height: 1.4375rem;
          letter-spacing: 0.0625rem;
          font-weight: 500;
          text-align: center;
          padding-top: 0.625rem; }
        .single-post .representatives .single-representant p.name {
          color: #2A3441;
          font-size: 0.9375rem;
          line-height: 1.4375rem;
          font-weight: 500;
          padding-bottom: 0.3125rem; }
        .single-post .representatives .single-representant p.worktitle {
          color: #2F4463;
          font-size: 0.9375rem;
          line-height: 1.4375rem;
          padding-bottom: 0.3125rem; }
        .single-post .representatives .single-representant p.phone {
          color: #2F4463;
          font-size: 0.9375rem;
          line-height: 1.4375rem;
          padding-bottom: 0.3125rem; }
        .single-post .representatives .single-representant p.email {
          color: #2F4463;
          font-size: 0.9375rem;
          line-height: 1.4375rem; }
      .single-post .representatives .project-partners h2 {
        border-bottom: 0.0625rem solid #DBDEE4;
        margin-bottom: 2.1875rem; }
      .single-post .representatives .project-partners .single-project-partner {
        padding-bottom: 2.1875rem; }
        .single-post .representatives .project-partners .single-project-partner p {
          font-size: 0.9375rem;
          line-height: 1.4375rem; }
          .single-post .representatives .project-partners .single-project-partner p a {
            color: #2A3441;
            transition: all 0.2s ease-in-out; }
          .single-post .representatives .project-partners .single-project-partner p span {
            margin-left: 0.75rem; }
            .single-post .representatives .project-partners .single-project-partner p span:before {
              color: #2A3441;
              font-size: 0.8125rem; } }

@media screen and (max-width: 47.9375em) {
  .single-news .single-post .text {
    order: 2; }
  .single-news .single-post .image {
    order: 1;
    margin-bottom: 40px; } }

.single-event-post {
  padding: 3.75rem 0 7.5rem 0; }
  .single-event-post .event-info {
    padding: 2.5rem 0 4.6875rem;
    padding-bottom: 2rem; }
    .single-event-post .event-info p {
      margin-bottom: 0.8125rem;
      color: #2F4463;
      font-size: 1.1875rem;
      line-height: 1.4375rem; }
      .single-event-post .event-info p span {
        margin-right: 0.8125rem;
        position: relative;
        top: 0.1875rem; }
        .single-event-post .event-info p span:before {
          font-size: 1.5rem; }
        .single-event-post .event-info p span.icon-location2 {
          position: relative;
          left: 0.125rem; }
  .single-event-post .back {
    padding-bottom: 3.125rem; }
    .single-event-post .back p a {
      font-size: 0.84375rem;
      color: #2F4463;
      letter-spacing: 0.125rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }
      .single-event-post .back p a span {
        display: inline-block;
        transform: rotate(-180deg);
        margin-right: 0.625rem;
        transition: all 0.2s ease-in-out; }
        .single-event-post .back p a span:before {
          font-size: 0.6875rem; }
      .single-event-post .back p a:hover {
        transition: all 0.2s ease-in-out;
        color: #BB2724; }
        .single-event-post .back p a:hover span:before {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
  .single-event-post h1 {
    font-size: 2.25rem;
    line-height: 2.625rem;
    font-weight: 500;
    color: #2A3441;
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #2F4463; }
  .single-event-post .pagebuilder-cell {
    padding-top: 40px; }
  .single-event-post .side-img-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 70.685%; }
    .single-event-post .side-img-wrapper img {
      object-fit: cover;
      font-family: 'object-fit: cover;';
      width: 100%;
      height: 100%;
      position: absolute; }
  .single-event-post .published {
    padding-top: 2.1875rem; }
    .single-event-post .published p {
      font-size: 0.84375rem;
      line-height: 1rem;
      color: #2F4463;
      font-weight: 400; }
      .single-event-post .published p span {
        font-size: 1rem;
        margin-right: 0.5625rem;
        position: relative;
        top: 0.125rem; }

@media screen and (max-width: 63.9375em) {
  .single-event-post {
    padding: 3.125rem 0 7.5rem 0; }
    .single-event-post .event-info {
      padding: 1.875rem 0 3.4375rem; }
      .single-event-post .event-info p {
        margin-bottom: 0.8125rem;
        color: #2F4463;
        font-size: 1.125rem;
        line-height: 1.4375rem; }
        .single-event-post .event-info p span {
          margin-right: 0.8125rem; }
          .single-event-post .event-info p span:before {
            font-size: 1.5rem; }
    .single-event-post .back {
      padding-bottom: 2.5rem; }
      .single-event-post .back p a {
        font-size: 0.84375rem;
        color: #2F4463;
        letter-spacing: 0.125rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
        .single-event-post .back p a span {
          display: inline-block;
          transform: rotate(-180deg);
          margin-right: 0.625rem;
          transition: all 0.2s ease-in-out; }
          .single-event-post .back p a span:before {
            font-size: 0.6875rem; }
        .single-event-post .back p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
          .single-event-post .back p a:hover span:before {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
    .single-event-post h1 {
      font-size: 1.59375rem;
      line-height: 2.25rem;
      font-weight: 500;
      color: #2A3441;
      padding-bottom: 1.25rem;
      border-bottom: 0.0625rem solid #2F4463;
      margin-bottom: 3.125rem; }
    .single-event-post .side-img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 70.685%; }
      .single-event-post .side-img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .single-event-post .published {
      padding-top: 2.1875rem; }
      .single-event-post .published p {
        font-size: 0.84375rem;
        line-height: 1rem;
        color: #2F4463;
        font-weight: 400; }
        .single-event-post .published p span {
          font-size: 1rem;
          margin-right: 0.5625rem;
          position: relative;
          top: 0.125rem; } }

@media screen and (max-width: 47.9375em) {
  .single-event-post {
    padding: 1.875rem 0 6.25rem 0; }
    .single-event-post .event-info {
      padding: 0.9375rem 0 2.1875rem; }
      .single-event-post .event-info p {
        margin-bottom: 0.8125rem;
        color: #2F4463;
        font-size: 0.9375rem;
        line-height: 1.4375rem; }
        .single-event-post .event-info p span {
          margin-right: 0.8125rem; }
          .single-event-post .event-info p span:before {
            font-size: 1.25rem; }
    .single-event-post .back {
      padding-bottom: 1.875rem; }
      .single-event-post .back p a {
        font-size: 0.84375rem;
        color: #2F4463;
        letter-spacing: 0.125rem;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.2s ease-in-out; }
        .single-event-post .back p a span {
          display: inline-block;
          transform: rotate(-180deg);
          margin-right: 0.625rem;
          transition: all 0.2s ease-in-out; }
          .single-event-post .back p a span:before {
            font-size: 0.6875rem; }
        .single-event-post .back p a:hover {
          transition: all 0.2s ease-in-out;
          color: #BB2724; }
          .single-event-post .back p a:hover span:before {
            transition: all 0.2s ease-in-out;
            color: #BB2724; }
    .single-event-post h1 {
      font-size: 1.5625rem;
      line-height: 1.8125rem;
      font-weight: 500;
      color: #2A3441;
      padding-bottom: 1.25rem;
      border-bottom: 0.0625rem solid #2F4463;
      margin-bottom: 2.5rem; }
    .single-event-post .side-img-wrapper {
      position: relative;
      height: 0;
      padding-bottom: 70.685%; }
      .single-event-post .side-img-wrapper img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        width: 100%;
        height: 100%;
        position: absolute; }
    .single-event-post .published {
      padding-top: 2.1875rem; }
      .single-event-post .published p {
        font-size: 0.84375rem;
        line-height: 1rem;
        color: #2F4463;
        font-weight: 400; }
        .single-event-post .published p span {
          font-size: 1rem;
          margin-right: 0.5625rem;
          position: relative;
          top: 0.125rem; } }

.ingress {
  padding-bottom: 2.8125rem; }
  .ingress p {
    font-size: 1.8125rem;
    line-height: 2.5rem;
    color: #5E6F8A;
    font-weight: 500; }

@media screen and (max-width: 63.9375em) {
  .ingress {
    padding-bottom: 2.8125rem; }
    .ingress p {
      font-size: 1.375rem;
      line-height: 2rem;
      color: #5E6F8A;
      font-weight: 500; } }

@media screen and (max-width: 47.9375em) {
  .ingress {
    padding-bottom: 2.1875rem; }
    .ingress p {
      font-size: 1.125rem;
      line-height: 1.5rem;
      color: #5E6F8A;
      font-weight: 500; } }

.content a {
  color: #2A3441; }

.content h2 {
  font-size: 1.5rem;
  letter-spacing: 0.09375rem;
  line-height: 1.5rem;
  border-bottom: 0.0625rem solid #E0E3E8;
  padding-bottom: 1.25rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  color: #2A3441; }

.content h3 {
  font-size: 1.375rem; }

.content p {
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-size: 1.3125rem;
  line-height: 2.125rem;
  font-weight: 400;
  color: #2A3441; }

.content ul {
  margin: 0;
  padding: 0 0 0 2.5rem;
  list-style: none; }
  .content ul li {
    margin-top: 0;
    margin-bottom: 1.5625rem;
    font-size: 1.3125rem;
    line-height: 2.125rem;
    font-weight: 400;
    color: #2A3441;
    position: relative; }
    .content ul li:before {
      content: "\e906";
      color: #2A3441;
      font-family: 'icomoon' !important;
      position: absolute;
      font-size: 0.75rem;
      left: -1.4375rem;
      top: 0.125rem; }
    .content ul li:last-child {
      margin-bottom: 2.8125rem; }

@media screen and (max-width: 63.9375em) {
  .content a {
    color: #2A3441; }
  .content h2 {
    font-size: 1.25rem;
    letter-spacing: 0.09375rem;
    line-height: 1.5rem;
    border-bottom: 0.0625rem solid #E0E3E8;
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
    color: #2A3441; }
  .content h3 {
    font-size: 1.125rem; }
  .content p {
    margin-top: 0;
    margin-bottom: 1.125rem;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    font-weight: 400;
    color: #2A3441; }
  .content ul {
    margin: 0;
    padding: 0 0 0 2.5rem;
    list-style: none; }
    .content ul li {
      margin-top: 0;
      margin-bottom: 1.5625rem;
      font-size: 1.125rem;
      line-height: 1.8125rem;
      font-weight: 400;
      color: #2A3441;
      position: relative; }
      .content ul li:before {
        content: "\e906";
        color: #2A3441;
        font-family: 'icomoon' !important;
        position: absolute;
        font-size: 0.6875rem;
        left: -1.4375rem;
        top: 0.0625rem; }
      .content ul li:last-child {
        margin-bottom: 2.5rem; } }

@media screen and (max-width: 47.9375em) {
  .content a {
    color: #2A3441; }
  .content h2 {
    font-size: 1rem;
    letter-spacing: 0.09375rem;
    line-height: 1.375rem;
    border-bottom: 0.0625rem solid #E0E3E8;
    padding-bottom: 0.625rem;
    margin-bottom: 1.875rem;
    font-weight: 500;
    color: #2A3441; }
  .content h3 {
    font-size: 0.9375rem; }
  .content p {
    margin-top: 0;
    margin-bottom: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    font-weight: 400;
    color: #2A3441; }
  .content ul {
    margin: 0;
    padding: 0 0 0 1.875rem;
    list-style: none; }
    .content ul li {
      margin-top: 0;
      margin-bottom: 1.5625rem;
      font-size: 0.9375rem;
      line-height: 1.4375rem;
      font-weight: 400;
      color: #2A3441;
      position: relative; }
      .content ul li:before {
        content: "\e906";
        color: #2A3441;
        font-family: 'icomoon' !important;
        position: absolute;
        font-size: 0.5625rem;
        left: -1.25rem;
        top: 0.0625rem; }
      .content ul li:last-child {
        margin-bottom: 1.875rem; } }

@media print {
  @page {
    size: auto;
    margin: 18mm 10mm 19mm 10mm; }
  body {
    padding: 0px !important; }
  header {
    position: relative !important;
    height: auto !important;
    padding: 18px 0 !important; }
    header .inner-header a.logo {
      width: 144px !important;
      height: auto !important; }
    header .inner-header .menu-wrapper {
      display: none; }
  .program .programentry .spor:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .program .program-sticky-menu, .program a.button.print {
    display: none; }
  .single-event-post {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .single-event-post h1 {
      font-size: 1.3rem;
      padding-bottom: 0; }
    .single-event-post .event-info {
      padding: 30px 0 14px; }
      .single-event-post .event-info p {
        font-size: 1rem; }
    .single-event-post .grid-container > .grid-x {
      flex-flow: column wrap !important; }
      .single-event-post .grid-container > .grid-x > .cell {
        width: calc(100% - 3.5rem) !important; }
    .single-event-post .pagebuilder-cell {
      padding-top: 28px; }
  .program {
    margin-top: 30px;
    margin-bottom: 30px; }
    .program:last-child {
      margin-bottom: 0; }
    .program .program-wrapper:last-child {
      margin-bottom: 0; }
    .program .day {
      font-size: 11pt;
      line-height: 1.4;
      background-color: #ededed;
      color: #414042;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      padding: 5px;
      margin-top: 13px; }
    .program .label {
      margin-top: 5px !important;
      display: inline-block;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      background: #ededed !important;
      color: #414042 !important;
      padding: 5px 10px !important; }
    .program h2 {
      color: #414042;
      font-size: 16pt;
      line-height: 1.4; }
    .program .programentry .lecturers li img {
      width: 55px;
      height: 55px; }
    .program .programentry strong,
    .program .programentry .spor strong {
      color: #414042;
      font-size: 11pt;
      padding-bottom: 3px; }
    .program .programentry {
      padding: 15px 0px;
      flex-flow: column wrap; }
      .program .programentry p {
        margin-bottom: 0; }
        .program .programentry p:not(:last-child) {
          margin-bottom: 20px; }
      .program .programentry > div {
        width: 100%; }
      .program .programentry .lecturers {
        margin-bottom: -10px;
        margin-top: 0;
        grid-template-columns: repeat(3, 1fr); }
        .program .programentry .lecturers li {
          font-size: 8pt;
          line-height: 1.4;
          margin-bottom: 0;
          padding-bottom: 18px; }
          .program .programentry .lecturers li strong {
            font-size: 9pt;
            line-height: 1.4; }
  .fade-me {
    opacity: 1 !important; }
  .ingress {
    padding-bottom: 1.8rem; }
    .ingress p {
      font-size: 13pt;
      line-height: 1.3; }
  .single-event-post .side-img-wrapper {
    padding-bottom: 36.685%;
    width: 49%; }
  #content .accordion-container .content-entry .article-title {
    font-size: 12pt;
    line-height: 1.2; }
  .programentry p,
  .programinfo,
  #content .accordion-content p,
  #content .accordion-content ul li,
  #content .accordion-content ol li {
    font-size: 10pt;
    line-height: 1.5; }
  #content .accordion-content p {
    margin: 0 0 1.6rem 0; }
  .content h2 {
    margin-bottom: 20px;
    font-size: 17pt;
    line-height: 1.4; }
    .content h2:not(:first-child) {
      margin-top: 44px; }
  .content p {
    font-size: 11pt;
    line-height: 1.5; }
  footer {
    display: none; }
  .single-event-post .back {
    display: none; }
  #content .accordion-container .content-entry .article-title {
    margin-bottom: 15px; }
  .event-list {
    display: none; }
  #content {
    padding-top: 20px; }
  .partners {
    padding-top: 20px; }
    .partners .grid-container {
      padding: 0; }
    .partners .partner-logos-grid .single-partner {
      margin-bottom: 2rem; }
  .single-event-post .partners .grid-container > .partner-logos-grid {
    flex-flow: row wrap !important; }
    .single-event-post .partners .grid-container > .partner-logos-grid.grid-margin-x {
      margin-left: -1rem !important;
      margin-right: -1rem !important; }
    .single-event-post .partners .grid-container > .partner-logos-grid.grid-margin-y {
      margin-top: -1rem !important;
      margin-bottom: -1rem !important; }
    .single-event-post .partners .grid-container > .partner-logos-grid > .single-partner {
      width: calc(33.3333% - 2rem) !important;
      margin-left: 1rem !important;
      margin-right: 1rem !important; } }
