@charset "UTF-8";
/** Spacing **/
/** Font families **/
/** Font Sizes **/
/** Font Weights **/
/** Line Heights **/
/** Headline Sizes **/
/** Colors **/
/** Paragraphs **/
/* Links
/* Style anchor elements. */
/* Table */
.t-trans {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #000;
  text-align: left;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

body header {
  position: relative;
  z-index: 3;
}

body footer {
  position: relative;
  z-index: 2;
}

body .c-container {
  position: relative;
  z-index: 1;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong,
b {
  font-weight: 600;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

small {
  font-size: 90%;
  line-height: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #324D5C;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #324D5C;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.gs-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0 0.9rem;
  padding: 0.6rem;
  background: #fff;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  outline: none;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.gs-input[disabled] {
  border-color: #c8c8c8;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.gs-input:focus {
  border-color: #0c69d6;
}

.gs-control {
  margin: 0 0 0.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gs-control__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gs-control__label {
  display: block;
  position: relative;
  padding-left: calc(20px + 0.6rem);
  will-change: transform;
}

.gs-control__label::before, .gs-control__label::after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
}

.gs-control__label::before {
  border-color: #bbb;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  background: #fff;
  background-size: 0;
}

.gs-control__label::after {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}

.gs-control__input[type='radio'] + .gs-control__label::before {
  border-radius: 100%;
}

.gs-control__input[type='radio'] + .gs-control__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256%2C464c114.9%2C0%2C208-93.1%2C208-208c0-114.9-93.1-208-208-208C141.1%2C48%2C48%2C141.1%2C48%2C256C48%2C370.9%2C141.1%2C464%2C256%2C464z%22/%3E%3C/svg%3E");
}

.gs-control__input[type='checkbox'] + .gs-control__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22/%3E%3C/svg%3E");
}

.gs-control__input[type='radio'][disabled] + .gs-control__label,
.gs-control__input[type='checkbox'][disabled] + .gs-control__label {
  cursor: not-allowed;
}

.gs-control__input[type='radio'][disabled] + .gs-control__label::before,
.gs-control__input[type='checkbox'][disabled] + .gs-control__label::before {
  border-color: #c8c8c8;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.gs-control__input:checked + .gs-control__label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gs-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.9rem;
  padding: 0.6rem;
  width: 100%;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.6rem) center;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  outline: 0;
}

.gs-select[disabled] {
  border-color: #c8c8c8;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}

.gs-select:focus {
  border-color: #0c69d6;
}

.gs-select::-ms-expand {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2 {
  color: #324D5C;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  font-weight: 200;
  margin-bottom: 16px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 40.5625em) {
  h1, h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.o-wrapper--backBlue h1, .o-wrapper--backBlue h2 {
  color: #ffffff;
}

h1 + h5, h2 + h5 {
  margin-top: -10px;
}

h3 {
  color: #324D5C;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  margin-bottom: 16px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.o-wrapper--backBlue h3 {
  color: #ffffff;
}

@media (max-width: 40.5625em) {
  h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

h4 {
  color: #324D5C;
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
  margin-bottom: 16px;
}

.o-wrapper--backBlue h4 {
  color: #ffffff;
}

h5 {
  color: #707070;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 24px;
}

.o-wrapper--backBlue h5 {
  color: #ffffff;
}

@media (max-width: 40.5625em) {
  h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #324D5C;
}

.o-wrapper--backBlue p {
  color: #ffffff;
}

p:nth-last-child(1) {
  margin-bottom: 0;
}

@media (max-width: 40.5625em) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

p strong,
p b {
  font-weight: 600;
}

a {
  color: #324D5C;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.o-wrapper--backBlue a {
  color: #F0CA4D;
}

a:hover, a:focus {
  color: #14B278;
}

ul {
  margin-bottom: 20px;
  list-style-type: none;
  padding: 0;
}

.o-wrapper--backBlue ul {
  color: #ffffff;
}

ul li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #324D5C;
}

.o-wrapper--backBlue ul li {
  color: #ffffff;
}

ul li:before {
  content: "\B7";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 40px;
  line-height: 14px;
  color: #324D5C;
}

.o-wrapper--backBlue ul li:before {
  color: #ffffff;
}

ul li li {
  margin-bottom: 0;
}

ol {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
}

.o-wrapper--backBlue ol {
  color: #ffffff;
}

ol li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #324D5C;
}

.o-wrapper--backBlue ol li {
  color: #ffffff;
}

ol li li {
  margin-bottom: 0;
}

.ce_form {
  max-width: 800px;
}

.o-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.o-wrapper--backWhite {
  background: #fff;
  z-index: 50;
}

.o-wrapper--backBlue {
  background: url("../../files/tanos/background/background-grafik.png") repeat;
  z-index: 49;
}

.o-wrapper__row {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1384px;
  padding: 0 32px;
}

@media (max-width: 34.3125em) {
  .o-wrapper__row {
    padding: 0 16px;
  }
}

.o-wrapper__inside {
  width: 100%;
  margin: 0 auto;
}

.o-icon {
  display: inline-block;
  line-height: 0;
}

.o-icon--xs > svg {
  width: 8px;
  height: 8px;
  fill: currentColor;
}

.o-icon--s > svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.o-icon--m > svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.o-icon--l > svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.o-icon--xl > svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.o-icon--xxl > svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
}

button,
.c-button {
  background: transparent;
  color: #324D5C;
  border: 2px solid currentColor;
  border-radius: 5px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 16px 0 0;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  white-space: nowrap;
}

button:hover, button:focus,
.c-button:hover,
.c-button:focus {
  background: #14B278;
  border-color: #14B278;
  color: #ffffff;
}

button--inverted,
.c-button--inverted {
  color: #fff;
}

.c-header {
  position: relative;
}

.c-header__wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  height: 130px;
  position: relative;
  overflow: visible;
}

@media (max-width: 87.4375em) {
  .c-header__wrapper {
    height: 100px;
  }
}

.c-header .c-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 465px;
}

@media (max-width: 87.4375em) {
  .c-header .c-logo {
    width: 360px;
    padding: 0 10px;
  }
}

@media (max-width: 40.5625em) {
  .c-header .c-logo {
    width: 300px;
  }
}

@media (max-width: 23.0625em) {
  .c-header .c-logo {
    width: 260px;
  }
}

.c-header .c-logo__wrapper {
  position: absolute;
  z-index: 119;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 5px 5px;
  background: #ffffff;
  height: 150px;
}

@media (max-width: 87.4375em) {
  .c-header .c-logo__wrapper {
    height: 120px;
  }
}

@media (max-width: 40.5625em) {
  .c-header .c-logo__wrapper {
    height: 100px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
  }
}

.c-header .c-logo img {
  margin-right: 16px;
}

@media (max-width: 87.4375em) {
  .c-header .c-logo img {
    width: 100px;
  }
}

@media (max-width: 40.5625em) {
  .c-header .c-logo img {
    width: 80px;
  }
}

@media (max-width: 23.0625em) {
  .c-header .c-logo img {
    display: none;
  }
}

.c-header .c-logo svg {
  width: 272px;
}

@media (max-width: 87.4375em) {
  .c-header .c-logo svg {
    width: 200px;
  }
}

.c-header__arrowUp {
  position: fixed;
  z-index: 200;
  bottom: 20px;
  right: 20px;
  background: rgba(19, 178, 120, 0.73);
  padding: 9px 12px 6px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.c-header__arrowUp:hover, .c-header__arrowUp:focus {
  background: #ffffff;
  color: #14B278;
}

.c-header__arrowUp svg {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-nav__wrapper {
  position: relative;
}

.c-nav__mobileCloser {
  display: none;
  position: absolute;
  top: 32px;
  right: -200px;
  color: #14B278;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

@media (max-width: 72.8125em) {
  .c-nav__mobileCloser {
    display: block;
    opacity: 1;
  }
}

.c-nav__mobileCloser--open {
  display: block;
  opacity: 1;
  right: 0;
}

@media (min-width: 72.8125em) {
  .c-nav__mobileCloser--open {
    display: none;
  }
}

.c-nav__mobileCloser svg {
  fill: currentColor;
  width: 30px;
  height: 30px;
}

.c-nav__mobileOpener {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  color: #14B278;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

@media (max-width: 72.8125em) {
  .c-nav__mobileOpener {
    display: block;
    opacity: 1;
  }
}

.c-nav__mobileOpener--open {
  right: -200px;
}

.c-nav__mobileOpener svg {
  width: 30px;
  height: 30px;
}

.c-nav .level_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.c-nav .level_1 li {
  margin: 0;
  padding: 0;
  position: relative;
}

.c-nav .level_1 li:nth-child(1) {
  margin-left: 35px;
}

.c-nav .level_1 li:nth-child(3) {
  margin-right: 254px;
}

@media (max-width: 87.4375em) {
  .c-nav .level_1 li:nth-child(3) {
    margin-right: 194px;
  }
}

.c-nav .level_1 li:nth-child(4) {
  margin-left: 254px;
}

@media (max-width: 87.4375em) {
  .c-nav .level_1 li:nth-child(4) {
    margin-left: 194px;
  }
}

.c-nav .level_1 li:nth-child(n+4) .level_2 {
  right: 0;
  text-align: right;
}

.c-nav .level_1 li.active {
  color: #14B278;
}

.c-nav .level_1 li:before {
  display: none;
}

.c-nav .level_1 li:hover .level_2, .c-nav .level_1 li:focus .level_2 {
  top: 130px;
}

.c-nav .level_1 li a,
.c-nav .level_1 li strong {
  line-height: 130px;
  padding: 0 16px;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 87.4375em) {
  .c-nav .level_1 li a,
  .c-nav .level_1 li strong {
    padding: 0 10px;
  }
}

.c-nav .level_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -300%;
  -webkit-transition: top .25s ease;
  transition: top .25s ease;
  background: #14B278;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: -1;
  padding: 32px 0 16px;
  min-width: 370px;
}

.c-nav .level_2 li {
  margin: 0 !important;
}

.c-nav .level_2 li a {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  line-height: 40px;
  padding: 0 32px;
  font-weight: 500;
  -webkit-transition: background .25s ease;
  transition: background .25s ease;
}

.c-nav .level_2 li a:hover, .c-nav .level_2 li a:focus {
  background: #109363;
}

.c-nav .level_2 li strong {
  font-weight: 500;
  line-height: 40px;
  padding: 0;
}

.c-titleimg {
  height: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 20;
}

@media (max-width: 62.4375em) {
  .c-titleimg {
    height: 400px;
  }
}

@media (max-width: 34.3125em) {
  .c-titleimg {
    height: 300px;
  }
}

.c-titleimg img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
}

.c-titleimg__content {
  position: relative;
}

.c-titleimg__headline {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "urbane-rounded",sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 21;
}

@media (max-width: 62.4375em) {
  .c-titleimg__headline {
    left: 0;
    top: 75%;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }
}

.c-titleimg__headline span {
  color: #324D5C;
  display: block;
}

.c-content {
  max-width: 967px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 40.5625em) {
  .c-content {
    padding: 50px 0;
  }
}

.c-content--image {
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 62.4375em) {
  .c-content--image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-content--image .c-content__content {
  padding-right: 100px;
}

@media (max-width: 62.4375em) {
  .c-content--image .c-content__content {
    padding-right: 0;
    margin-bottom: 32px;
  }
}

.c-content--image .c-content__content h2,
.c-content--image .c-content__content h5 {
  text-align: left;
}

.c-content--left .c-content__content {
  padding-right: 0;
  padding-left: 100px;
}

@media (max-width: 62.4375em) {
  .c-content--left .c-content__content {
    padding-left: 0;
  }
}

.c-content__text {
  margin-bottom: 24px;
  position: relative;
}

.c-content__text--learnMore {
  max-height: 420px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, white 70%, transparent 100%);
  -webkit-transition: max-height .45s ease;
  transition: max-height .45s ease;
}

.c-content__text a {
  color: #F0CA4D;
}

.c-content__text--open {
  max-height: inherit;
  mask-image: none;
}

.c-content__wrapper.o-wrapper--backBlue .c-content__text--learnMore:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+95,3798ae+95,3798ae+100&0+95,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(55, 152, 174, 0)), to(#3798ae));
  background: linear-gradient(to bottom, rgba(55, 152, 174, 0) 80%, #3798ae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003798ae', endColorstr='#3798ae',GradientType=0 );
  /* IE6-9 */
}

.c-content__wrapper.o-wrapper--backBlue .c-content__text--learnMore.c-content__text--open {
  max-height: 2000px;
}

.c-content__wrapper.o-wrapper--backBlue .c-content__text--learnMore.c-content__text--open:after {
  background: none;
  display: none;
}

.c-content__image {
  min-width: 540px;
  min-height: 610px;
  overflow: hidden;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 62.4375em) {
  .c-content__image {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    min-width: unset;
    min-height: unset;
  }
}

.c-content__image--left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (max-width: 62.4375em) {
  .c-content__image--left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-content__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 40.5625em) {
  .c-content__image img {
    position: static;
  }
}

.c-content__contentImage {
  position: relative;
  width: calc(33.33% - 21px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}

@media (max-width: 40.5625em) {
  .c-content__contentImage {
    width: 100%;
    margin-bottom: 16px;
  }
}

.c-content__contentImage img {
  min-width: 100%;
}

.c-content__contentImage p {
  background: #fff;
  text-align: center;
  padding: 6px 12px;
  font-size: 14px;
  color: #324D5C;
}

.c-content__contentImageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 32px;
}

@supports (-ms-ime-align: auto) {
  /* Edge only */
  .c-content__contentImageWrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-classes {
  max-width: 967px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 62.4375em) {
  .c-classes {
    padding: 50px 0 32px;
  }
}

.c-classes__wrapper {
  position: relative;
}

@media (max-width: 62.4375em) {
  .c-classes__wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-classes__table {
  position: absolute;
  top: 32px;
  right: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

@media (max-width: 62.4375em) {
  .c-classes__table {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: calc(100% - 64px);
    top: 0;
    left: 32px;
    margin-bottom: 32px;
    overflow-x: scroll;
  }
}

@media (max-width: 40.5625em) {
  .c-classes__table {
    position: relative;
  }
}

.c-classes__tableInfo {
  display: none;
}

@media (max-width: 62.4375em) {
  .c-classes__tableInfo {
    display: block;
  }
}

.c-classes__tableInfo p {
  color: #F0CA4D;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.c-classes__table--open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 74.9375em) {
  .c-classes__table--open .c-classes__tableOpener {
    left: -100px;
  }
}

.c-classes__tableTable {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 32px 64px;
  border-radius: 5px 0 0 5px;
  position: relative;
  z-index: 67;
}

@media (max-width: 74.9375em) {
  .c-classes__tableTable {
    padding: 32px 24px;
  }
}

@media (max-width: 62.4375em) {
  .c-classes__tableTable {
    border-radius: 5px;
    padding: 32px 16px;
    min-width: 970px;
  }
}

.c-classes__tableTable tr {
  border-bottom: 1px solid #ccc;
}

.c-classes__tableTable tr:nth-of-type(1) td {
  font-size: 16px;
  font-weight: 700;
  color: #14B278;
}

.c-classes__tableTable tr:nth-of-type(1) td:nth-of-type(1) {
  color: #324D5C;
}

.c-classes__tableTable tr:nth-last-of-type(1) {
  border-bottom: none;
}

.c-classes__tableTable td {
  max-width: 160px;
  padding: 8px 16px;
  line-height: 16px;
  font-weight: 500;
  font-size: 14px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  border-right: 1px solid #ccc;
}

.c-classes__tableTable td:nth-of-type(1) {
  text-align: right;
  font-size: 16px;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-right: 1px solid #ccc;
  color: #ED3752;
  font-weight: 700;
}

.c-classes__tableTable td:nth-last-of-type(1) {
  border-right: none;
}

.c-classes__tableTable small {
  display: block;
  margin-top: 5px;
  text-align: right;
  color: #E37B40;
}

.c-classes__tablePause {
  background-color: #f1f1f1;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.9) 10px, rgba(255, 255, 255, 0.9) 20px);
  border: 1px solid #ccc;
}

.c-classes__tableOpener {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  color: #14B278;
  cursor: pointer;
  position: absolute;
  z-index: 66;
  top: 64px;
  left: -280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 100px;
  border-radius: 5px;
}

@media (max-width: 62.4375em) {
  .c-classes__tableOpener {
    display: none;
  }
}

.c-classes__tableOpener svg {
  width: 44px;
  height: 44px;
  color: #14B278;
  margin-right: 16px;
}

@media (max-width: 62.4375em) {
  .c-classes__tableOpener svg {
    width: 35px;
    height: 35px;
  }
}

.c-classes__tableOpener h5 {
  color: #14B278;
  margin-bottom: 0;
  font-weight: 700;
  margin-right: 32px;
}

@media (max-width: 62.4375em) {
  .c-classes__tableOpener h5 {
    margin-right: 16px;
  }
}

.c-classes--image {
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-classes--image .c-classes__content {
  padding-right: 100px;
}

.c-classes--image .c-classes__content h2,
.c-classes--image .c-classes__content h5 {
  text-align: left;
}

.c-classes--left .c-classes__content {
  padding-right: 0;
  padding-left: 100px;
}

.c-classes__text {
  margin-bottom: 24px;
  position: relative;
}

.c-classes__text--learnMore {
  max-height: 412px;
  overflow: hidden;
  -webkit-transition: max-height .45s ease;
  transition: max-height .45s ease;
}

.c-classes__text--learnMore:after {
  content: '';
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-classes__text--open {
  max-height: 2000px;
}

.c-classes__text--open:after {
  background: none;
  display: none;
}

.c-classes__wrapper.o-wrapper--backBlue .c-classes__text--learnMore:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+95,3798ae+95,3798ae+100&0+95,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(55, 152, 174, 0)), to(#3798ae));
  background: linear-gradient(to bottom, rgba(55, 152, 174, 0) 80%, #3798ae 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003798ae', endColorstr='#3798ae',GradientType=0 );
  /* IE6-9 */
}

.c-classes__wrapper.o-wrapper--backBlue .c-classes__text--learnMore.c-classes__text--open {
  max-height: 2000px;
}

.c-classes__wrapper.o-wrapper--backBlue .c-classes__text--learnMore.c-classes__text--open:after {
  background: none;
}

.c-classes__image {
  min-width: 540px;
  min-height: 610px;
  overflow: hidden;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-classes__image--left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.c-classes__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.c-dates {
  max-width: 967px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 40.5625em) {
  .c-dates {
    padding: 50px 0;
  }
}

.c-dates__wrapper {
  position: relative;
}

.c-dates__tableTable {
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 32px 64px;
  border-radius: 5px 0 0 5px;
  position: relative;
  z-index: 67;
}

@media (max-width: 40.5625em) {
  .c-dates__tableTable {
    padding: 32px 16px;
  }
}

.c-dates__tableTable table {
  width: 100%;
}

.c-dates__tableTable tr {
  border-bottom: 1px solid #ccc;
}

.c-dates__tableTable tr:nth-of-type(1) td {
  font-size: 16px;
  font-weight: 700;
  color: #14B278;
}

.c-dates__tableTable tr:nth-of-type(1) td:nth-of-type(1) {
  color: #324D5C;
}

.c-dates__tableTable tr:nth-last-of-type(1) {
  border-bottom: none;
}

.c-dates__tableTable td {
  max-width: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  border-right: 1px solid #ccc;
}

@media (max-width: 40.5625em) {
  .c-dates__tableTable td {
    font-size: 15px;
  }
}

.c-dates__tableTable td:nth-of-type(1) {
  text-align: right;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  border-right: 1px solid #ccc;
  color: #E37B40;
  font-weight: 700;
  width: 200px;
}

@media (max-width: 40.5625em) {
  .c-dates__tableTable td:nth-of-type(1) {
    width: 170px;
    padding-left: 0;
  }
}

.c-dates__tableTable td:nth-last-of-type(1) {
  border-right: none;
}

.c-dates__tableTable small {
  display: block;
  margin-top: 5px;
  text-align: right;
  color: #E37B40;
}

.c-dates__tablePause {
  background-color: #f1f1f1;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.9) 10px, rgba(255, 255, 255, 0.9) 20px);
  border: 1px solid #ccc;
}

.c-dates__tablePause td:nth-of-type(1) {
  color: #ED3752;
  border-right: none;
  text-align: center;
  font-size: 18px;
}

.c-dates__text {
  margin-bottom: 24px;
  position: relative;
}

.c-introduction {
  max-width: 967px;
  margin: 0 auto;
  padding: 100px 0;
}

@media (max-width: 40.5625em) {
  .c-introduction {
    padding: 50px 0;
  }
}

.c-introduction--image {
  max-width: unset;
}

.c-introduction--image .c-introduction__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 62.4375em) {
  .c-introduction--image .c-introduction__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-introduction--image .c-introduction__bot .c-introduction__content {
  padding-right: 100px;
}

@media (max-width: 62.4375em) {
  .c-introduction--image .c-introduction__bot .c-introduction__content {
    padding-right: 0;
    margin-bottom: 32px;
  }
}

.c-introduction--image .c-introduction__bot .c-introduction__content h2,
.c-introduction--image .c-introduction__bot .c-introduction__content h5 {
  text-align: left;
}

.c-introduction--boxes {
  max-width: unset;
}

.c-introduction--boxes .c-introduction__content {
  max-width: 967px;
  margin: 0 auto;
}

.c-introduction--left .c-introduction__content {
  padding-right: 0;
  padding-left: 100px;
}

.c-introduction__top {
  margin-bottom: 50px;
}

.c-introduction__text {
  margin-bottom: 24px;
}

.c-introduction__text--learnMore {
  max-height: 412px;
  overflow: hidden;
  -webkit-transition: max-height .45s ease;
  transition: max-height .45s ease;
}

.c-introduction__text--open {
  max-height: 2000px;
}

.c-introduction__image {
  min-width: 540px;
  min-height: 610px;
  overflow: hidden;
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 62.4375em) {
  .c-introduction__image {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
    min-width: unset;
    min-height: unset;
  }
}

.c-introduction__image--left {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.c-introduction__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 62.4375em) {
  .c-introduction__image img {
    position: static;
  }
}

.c-introduction__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0 0;
}

.c-introduction__box {
  width: calc(33.33% - 21px);
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 5px;
  padding: 24px 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 62.4375em) {
  .c-introduction__box {
    width: calc(50% - 16px);
  }
}

@media (max-width: 40.5625em) {
  .c-introduction__box {
    width: 100%;
  }
}

.c-introduction__box:nth-child(1) {
  background: #ED3752;
}

.c-introduction__box:nth-child(2) {
  background: #E37B40;
}

.c-introduction__box:nth-child(3) {
  background: #F0CA4D;
}

.c-introduction__box:nth-child(4) {
  background: #14B278;
}

.c-introduction__box:nth-child(5) {
  background: #46B1C9;
}

.c-introduction__box:nth-child(6) {
  background: #324D5C;
}

.c-introduction__box a {
  text-decoration: none;
  color: #fff;
}

.c-introduction__box p {
  color: #ffffff;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}

.c-introduction__box h3 {
  color: #fff;
  font-weight: 800;
  line-height: 36px;
  margin: 0 0 7px;
}

.c-principals {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 62.4375em) {
  .c-principals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media (max-width: 40.5625em) {
  .c-principals {
    padding: 50px 0;
  }
}

.c-principals__content {
  width: 50%;
}

@media (max-width: 62.4375em) {
  .c-principals__content {
    width: 100%;
    margin-bottom: 32px;
  }
}

.c-principals__persons {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 64px;
}

@media (max-width: 62.4375em) {
  .c-principals__persons {
    width: 100%;
    padding-left: 0;
  }
}

.c-principals__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 62.4375em) {
  .c-principals__person {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-principals__person:nth-last-child(1) {
  margin-bottom: 0;
}

.c-principals__person h4,
.c-principals__person h5 {
  margin: 0;
  text-align: left;
  padding-left: 32px;
}

.c-principals__names {
  min-width: 215px;
}

.c-principals__text h2 {
  text-align: left;
  margin-bottom: 24px;
}

.c-principals__text h5 {
  text-align: left;
  margin-bottom: 0;
}

.c-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 16px 0;
}

@media (max-width: 40.5625em) {
  .c-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-gallery__wrapper {
  position: relative;
  z-index: 1;
  background: #ED3752;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-gallery h2 {
  margin-bottom: 0;
  margin-right: 32px;
  color: #ffffff;
}

@media (max-width: 40.5625em) {
  .c-gallery h2 {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.c-gallery .c-button:hover, .c-gallery .c-button:focus {
  background: #ffffff;
  color: #ED3752;
  border-color: #ffffff;
}

.c-gallery__item {
  min-height: 400px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 62.4375em) {
  .c-gallery__item:nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 40.5625em) {
  .c-gallery__item:nth-child(n+3) {
    display: none;
  }
}

.c-gallery__item img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.ce_gallery {
  padding: 100px 32px;
}

@media (max-width: 40.5625em) {
  .ce_gallery {
    padding: 50px 16px;
  }
}

.ce_gallery h2 {
  margin-bottom: 50px;
}

@media (max-width: 40.5625em) {
  .ce_gallery h2 {
    margin-bottom: 32px;
  }
}

.ce_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ce_gallery ul li {
  width: calc(33.33% - 21px);
  padding: 0;
  margin-bottom: 32px;
}

@media (max-width: 62.4375em) {
  .ce_gallery ul li {
    width: calc(50% - 16px);
  }
}

@media (max-width: 40.5625em) {
  .ce_gallery ul li {
    width: 100%;
    margin-bottom: 16px;
  }
}

.ce_gallery ul li figure {
  margin-bottom: 0;
}

.ce_gallery ul li:before {
  display: none;
}

.c-news {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.c-news--news {
  position: relative;
  z-index: 30;
  background: #fff;
}

.c-news--start {
  position: relative;
  z-index: 2;
}

.c-news__wrapper {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 40.5625em) {
  .c-news__wrapper {
    padding: 50px 0;
  }
}

.c-news__wrapper h5 {
  margin-bottom: 64px;
}

@media (max-width: 40.5625em) {
  .c-news__wrapper h5 {
    width: 100%;
    margin-bottom: 32px;
  }
}

.c-news .layout_latest {
  width: calc(33.33% - 21px);
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 32px;
}

@media (max-width: 62.4375em) {
  .c-news .layout_latest {
    width: calc(50% - 16px);
    margin-bottom: 32px;
  }
}

@media (max-width: 40.5625em) {
  .c-news .layout_latest {
    width: 100%;
    margin-bottom: 16px;
  }
}

.c-news .layout_latest:nth-last-child(1) {
  margin-bottom: 0;
}

.c-news .layout_latest img {
  width: 100%;
}

.c-news .layout_latest__content {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-news .layout_latest figure {
  margin-bottom: 0;
}

.c-news .layout_latest h3 {
  text-align: left;
}

.c-news .layout_latest .ce_text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 24px;
}

.c-news .layout_latest .info {
  color: #929292;
  font-size: 16px;
  font-weight: 600;
}

.c-topnews .layout_latest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 62.4375em) {
  .c-topnews .layout_latest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-topnews__wrapper {
  background: #F0CA4D;
  position: relative;
  z-index: 66;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.c-topnews .layout_latest__content {
  width: 33.33%;
  padding: 58px 16px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 62.4375em) {
  .c-topnews .layout_latest__content {
    width: 100%;
    padding: 0 16px 0;
    margin-bottom: 16px;
    margin-top: 32px;
  }
}

.c-topnews .layout_latest__content p {
  margin: 0;
}

.c-topnews .layout_latest__content h3 {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-topnews .layout_latest__content h3 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}

.c-topnews .ce_text {
  width: 33.33%;
  padding: 58px 16px 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (max-width: 62.4375em) {
  .c-topnews .ce_text {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 16px 0;
    margin-bottom: 16px;
  }
}

.c-topnews .image_container {
  width: 33.33%;
  margin: 0;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

@media (max-width: 62.4375em) {
  .c-topnews .image_container {
    width: 100%;
    min-height: 300px;
    margin-bottom: 32px;
  }
}

.c-topnews .image_container img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 62.4375em) {
  .c-topnews .image_container img {
    position: relative;
  }
}

.c-form {
  padding: 100px 0;
  max-width: 967px;
  margin: 0 auto;
}

@media (max-width: 40.5625em) {
  .c-form {
    padding: 50px 0;
  }
}

.c-form label {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.c-form input,
.c-form textarea {
  border-radius: 5px;
  padding: 0 8px;
  width: 600px;
  max-width: 100%;
  margin-bottom: 8px;
}

.c-form .widget-checkbox input {
  display: inline-block;
  position: relative;
  top: -2px;
  left: 0;
  width: auto;
  margin-right: 8px;
}

.c-form .widget-checkbox label {
  display: inline-block;
}

.c-form .widget-explanation {
  margin-bottom: 16px;
}

.c-boxes {
  position: relative;
}

.c-boxes__wrapper--backWhite {
  background: #fff;
}

.c-boxes__wrapper--backGrey {
  background: #F5F5F5;
}

.c-boxes__wrapper--padTopLarge {
  padding-top: 42px;
}

.c-boxes__wrapper--padTopSmall {
  padding-top: 16px;
}

.c-boxes__wrapper--padBottomLarge {
  padding-bottom: 42px;
}

.c-boxes__wrapper--padBottomSmall {
  padding-bottom: 16px;
}

.c-boxes__inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.c-boxes__headline {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 20px;
}

.c-boxes__box {
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: #f6a318;
  background: linear-gradient(135deg, #f6a318 0%, #f67e18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a318', endColorstr='#f67e18',GradientType=1 );
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  padding: 25px 50px;
  margin-bottom: 20px;
}

@media (max-width: 40.5625em) {
  .c-boxes__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 25px;
  }
}

.c-boxes__box icon {
  margin-right: 50px;
}

.c-boxes__box icon svg {
  width: 120px;
  height: 110px;
}

@media (max-width: 40.5625em) {
  .c-boxes__boxContent {
    margin-left: 0;
    margin-top: 20px;
  }
}

.c-boxes__boxContent h5 {
  margin-bottom: 5px;
  color: #fff;
}

.c-boxes__boxContent p:nth-last-child(1) {
  margin-bottom: 0;
}

.c-tabBoxes {
  position: relative;
}

.c-tabBoxes__wrapper--backWhite {
  background: #fff;
}

.c-tabBoxes__wrapper--backGrey {
  background: #F5F5F5;
}

.c-tabBoxes__wrapper--padTopLarge {
  padding-top: 42px;
}

.c-tabBoxes__wrapper--padTopSmall {
  padding-top: 16px;
}

.c-tabBoxes__wrapper--padBottomLarge {
  padding-bottom: 42px;
}

.c-tabBoxes__wrapper--padBottomSmall {
  padding-bottom: 16px;
}

.c-tabBoxes__inner {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.c-tabBoxes__wheel {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 10px;
  position: relative;
  min-height: 150px;
  padding-bottom: 30px;
}

.c-tabBoxes__box {
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  background: #f6a318;
  background: linear-gradient(135deg, #f6a318 0%, #f67e18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a318', endColorstr='#f67e18',GradientType=1 );
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  padding: 25px 50px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  opacity: 0;
}

@media (max-width: 40.5625em) {
  .c-tabBoxes__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 25px;
  }
}

.c-tabBoxes__box:nth-child(1) {
  position: static;
}

.c-tabBoxes__box--open {
  opacity: 1;
}

@media (max-width: 40.5625em) {
  .c-tabBoxes__boxContent {
    margin-left: 0;
    margin-top: 20px;
  }
}

.c-tabBoxes__boxContent h5 {
  margin-bottom: 5px;
}

.c-tabBoxes__boxContent p {
  margin-bottom: 0;
}

.c-tabBoxes__trigger {
  display: none;
}

.c-interview {
  position: relative;
}

.c-interview__wrapper--backWhite {
  background: #fff;
}

.c-interview__wrapper--backGrey {
  background: #F5F5F5;
}

.c-interview__wrapper--padTopLarge {
  padding-top: 42px;
}

.c-interview__wrapper--padTopSmall {
  padding-top: 16px;
}

.c-interview__wrapper--padBottomLarge {
  padding-bottom: 42px;
}

.c-interview__wrapper--padBottomSmall {
  padding-bottom: 16px;
}

.c-interview__wrapper--backLogo {
  position: relative;
}

.c-interview__wrapper--backLogo:after {
  display: block;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.89 54.85'><defs><style>.icon_default_longline-1{fill:#ffffff;}</style></defs><title>icon_default_longline</title><g id='Ebene_2' data-name='Ebene 2'><g id='Ebene_1-2' data-name='Ebene 1'><path class='icon_default_longline-1' d='M0,17.88c0,8.89,4.68,15.36,12.51,17.31l.31.08.2.25L28.88,54.85V35.5H27.74V51.72L13.81,34.48C6.06,32.73,1.26,26.39,1.26,17.88,1.26,7.53,7.59,1.1,17.78,1.1c4.42,0,8.53,2,11.11,3.55V3.42A22.24,22.24,0,0,0,17.78,0C7,0,0,7,0,17.88'/></g></g></svg>");
  height: 1000px;
  width: 525px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.c-interview__inner {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 30;
}

.c-interview__content h3 {
  font-family: 'urbane-rounded', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #324D5C;
  position: relative;
  left: -58px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.c-interview__content h3:nth-child(1) {
  margin-top: 0;
}

@media (max-width: 46.8125em) {
  .c-interview__content h3 {
    left: 0;
  }
}

.c-interview__image {
  width: 1000px;
  position: relative;
  left: -214px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.3);
  margin: 30px 0 20px;
}

@media (max-width: 68.6875em) {
  .c-interview__image {
    width: 100%;
    left: 0;
  }
}

.c-interview__image img {
  width: 100%;
}

.c-summary__inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.c-summary__wrapper {
  padding: 50px 0 42px;
  background: #f6a318;
  background: linear-gradient(135deg, #f6a318 0%, #f67e18 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a318', endColorstr='#f67e18',GradientType=1 );
}

.c-summary h2 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-family: "urbane-rounded",sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: left;
}

.c-summary ul {
  color: #ffffff;
  font-weight: 300;
}

.c-summary ul:nth-last-child(1) {
  margin-bottom: 0;
}

.c-summary ul li:before {
  color: #fff;
}

.c-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 16px 0;
}

@media (max-width: 40.5625em) {
  .c-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-links__wrapper {
  position: relative;
  z-index: 1;
  background: #ED3752;
}

.c-links h2 {
  margin-bottom: 0;
  margin-right: 32px;
  color: #ffffff;
}

@media (max-width: 40.5625em) {
  .c-links h2 {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.c-links .c-button:hover, .c-links .c-button:focus {
  background: #ffffff;
  color: #ED3752;
  border-color: #ffffff;
}

.c-quote {
  position: -webkit-sticky;
  position: sticky;
  top: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 34px 140px 0 0;
}

@media (max-width: 93.6875em) {
  .c-quote {
    padding: 34px 30px 0 0;
  }
}

@media (max-width: 78.0625em) {
  .c-quote {
    display: none;
  }
}

.c-quote__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.c-quote__content {
  max-width: 285px;
  font-family: 'urbane-rounded', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
  color: #707070;
  position: relative;
}

.c-quote__content:before {
  display: block;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.7 50.25'><defs><style>.quotes-1{fill:#E2E2E2;}</style></defs><title>quotes</title><g id='Ebene_2' data-name='Ebene 2'><g id='Ebene_1-2' data-name='Ebene 1'><path class='quotes-1' d='M9.15,50.25,4.65,45.9a34.8,34.8,0,0,0,10-18.6,5.5,5.5,0,0,1-2.4.3C5.1,27.6,0,22.35,0,13.8,0,5.4,6.15,0,14.1,0c9.15,0,14.4,6.15,14.4,16.05C28.5,28.05,21.3,42.3,9.15,50.25Zm34.2,0-4.5-4.35a34.8,34.8,0,0,0,10-18.6,5.5,5.5,0,0,1-2.4.3c-7.2,0-12.3-5.25-12.3-13.8C34.2,5.4,40.35,0,48.3,0c9.15,0,14.4,6.15,14.4,16.05C62.7,28.05,55.5,42.3,43.35,50.25Z'/></g></g></svg>");
  height: 75px;
  width: 75px;
  position: absolute;
  z-index: -1;
  bottom: -35px;
  left: -25px;
}

.c-quote__content:after {
  display: block;
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.7 50.25'><defs><style>.quotes-1{fill:#E2E2E2;}</style></defs><title>quotes</title><g id='Ebene_2' data-name='Ebene 2'><g id='Ebene_1-2' data-name='Ebene 1'><path class='quotes-1' d='M9.15,50.25,4.65,45.9a34.8,34.8,0,0,0,10-18.6,5.5,5.5,0,0,1-2.4.3C5.1,27.6,0,22.35,0,13.8,0,5.4,6.15,0,14.1,0c9.15,0,14.4,6.15,14.4,16.05C28.5,28.05,21.3,42.3,9.15,50.25Zm34.2,0-4.5-4.35a34.8,34.8,0,0,0,10-18.6,5.5,5.5,0,0,1-2.4.3c-7.2,0-12.3-5.25-12.3-13.8C34.2,5.4,40.35,0,48.3,0c9.15,0,14.4,6.15,14.4,16.05C62.7,28.05,55.5,42.3,43.35,50.25Z'/></g></g></svg>");
  height: 75px;
  width: 75px;
  position: absolute;
  z-index: -1;
  top: -35px;
  right: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-quote__contentText {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-quote__contentAuthor {
  padding-top: 10px;
  text-align: right;
}

.c-footer__wrapper {
  background: #324D5C;
}

.c-footer h3,
.c-footer p,
.c-footer a {
  color: #fff;
}

.c-footer h3 {
  text-align: left;
}

.c-footer p {
  font-size: 16px;
  line-height: 22px;
}

.c-footer em {
  color: #d1d1d1;
}

.c-footer__topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}

.c-footer__topbar svg {
  width: 185px;
  height: 50px;
}

.c-footer__botbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  border-top: 2px solid #fff;
}

.c-footer__botbar p a {
  margin-bottom: 0;
  border-right: 1px solid #fff;
  padding-right: 16px;
  margin-right: 16px;
}

.c-footer__botbar p a:nth-last-child(1) {
  border: none;
  padding: 0;
  margin: 0;
}

.c-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.c-footer__triple {
  width: calc(33.33% - 21px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (max-width: 62.4375em) {
  .c-footer__triple {
    width: calc(50% - 16px);
    margin-bottom: 32px;
  }
  .c-footer__triple:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media (max-width: 40.5625em) {
  .c-footer__triple {
    width: 100%;
  }
}

.c-footer__tripleContent {
  background: #2E4552;
  border-radius: 5px;
  padding: 18px;
}

.c-footer__slider {
  background: #ffffff;
  border-radius: 5px;
  padding: 18px 18px 30px;
  height: 100%;
}

.c-footer__slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.c-footer__slider .slick-list,
.c-footer__slider .slick-track,
.c-footer__slider .slick-slide {
  height: 100%;
}

.c-footer__slider .slick-dots {
  bottom: 10px;
  left: 0;
}

.c-footer__slider .slick-dots li {
  margin: 0 2px;
}

.c-footer__slider .slick-dots li:before {
  display: none;
}

.c-footer__slider .slick-dots li button:before {
  font-size: 8px;
}

.c-footer__sliderItem {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-footer__slider img {
  margin-bottom: 16px;
}

.c-footer__slider p {
  color: #676767;
  text-align: center;
}

.c-footer__slider p strong {
  color: #324D5C;
}

.c-prefooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 144px;
  padding: 16px 0;
}

@media (max-width: 40.5625em) {
  .c-prefooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-prefooter__wrapper {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 110;
}

.c-prefooter h3 {
  font-weight: 300;
  margin-right: 32px;
  margin-bottom: 5px;
}

@media (max-width: 40.5625em) {
  .c-prefooter h3 {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 40.5625em) {
  .c-prefooter img {
    width: 150px;
  }
}

.c-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}

@media (max-width: 40.5625em) {
  .c-topbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 10px 0;
    text-align: center;
  }
}

.c-topbar__wrapper {
  background: #324D5C;
  position: relative;
  z-index: 121;
}

.c-topbar__contact {
  color: #ffffff;
}

@media (max-width: 40.5625em) {
  .c-topbar__contact {
    margin-bottom: 8px;
  }
}

.c-topbar__contact a {
  color: inherit;
}

.c-topbar__contact a:hover, .c-topbar__contact a:focus {
  color: #F0CA4D;
  text-decoration: none;
}

.c-topbar__contactLink {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px;
  line-height: 20px;
}

.c-topbar__contactLink:nth-last-of-type(1) {
  margin-right: 0;
}

@media (max-width: 40.5625em) {
  .c-topbar__contactLink:nth-child(2) {
    display: none;
  }
}

.c-topbar__contact svg {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  position: relative;
  top: 4px;
  fill: currentColor;
}

.c-topbar__search .widget-text {
  position: relative;
}

.c-topbar__search .widget-text input {
  background: #324D5C;
  border: 2px solid #fff;
  border-radius: 5px;
  min-width: 320px;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px;
  margin: 0;
  color: #ffffff;
}

.c-topbar__search .widget-text input::-webkit-input-placeholder {
  color: #d1d1d1;
}

.c-topbar__search .widget-text input::-ms-input-placeholder {
  color: #d1d1d1;
}

.c-topbar__search .widget-text input::placeholder {
  color: #d1d1d1;
}

.c-topbar__search .widget-text svg {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 9px;
  fill: #d1d1d1;
}

.c-topbar__search .widget-submit {
  display: none;
}

.c-logo {
  position: relative;
}

.c-mobilenav {
  display: none;
  position: fixed;
  height: 100vh;
  width: 80%;
  background: #fff;
  border-right: 2px solid #ccc;
  z-index: 199;
  left: -200vw;
  top: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 72.8125em) {
  .c-mobilenav {
    display: block;
  }
}

.c-mobilenav .c-logo {
  width: 200px;
  margin: 0 auto 34px;
}

.c-mobilenav--open {
  left: 0;
}

.c-mobilenav__content {
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li {
  line-height: 38px;
  border-bottom: 1px solid;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li a,
.c-mobilenav .c-nav nav.mod_navigation .level_1 li strong {
  padding-left: 0;
  font-size: 20px;
  line-height: 18px;
  width: auto;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li.first .level_2 > li.last {
  position: relative;
  top: 0;
  left: 0;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li.submenu:after {
  content: '\27A4';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li.subnav-open .level_2 {
  max-height: 1000px;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li.subnav-open:after {
  color: #ED3752;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li svg {
  top: 14px;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li:nth-child(1) {
  margin-left: 0;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li:nth-child(3) {
  margin-right: 0;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li:nth-child(4) {
  margin-left: 0;
}

.c-mobilenav .c-nav nav.mod_navigation .level_1 li:nth-child(n+4) .level_2 {
  right: unset;
  left: 0;
  text-align: left;
}

.c-mobilenav .c-nav nav.mod_navigation .level_2 {
  position: static;
  border: none;
  background: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-mobilenav .c-nav nav.mod_navigation .level_2:before, .c-mobilenav .c-nav nav.mod_navigation .level_2:after {
  display: none;
}

.c-mobilenav .c-nav nav.mod_navigation .level_2 li {
  border: none;
  background: none;
  padding-left: 32px;
}

@media (max-width: 40.5625em) {
  .c-mobilenav .c-nav nav.mod_navigation .level_2 li {
    padding-left: 16px;
  }
}

.c-mobilenav .c-nav nav.mod_navigation .level_2 li a {
  color: #324D5C;
}

.c-mobilenav .c-nav nav.mod_navigation .level_2 li strong {
  color: #324D5C;
}

@media (max-width: 72.8125em) {
  .c-header .c-nav {
    display: none;
  }
}

.u-cols-8-4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-cols-8-4 > *:nth-child(n){
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.u-cols-8-4 > *:nth-child(n + 3){
  margin-top: 30px;
}

.u-cols-8-4 > *:nth-child(2n + 1){
  width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
}

.u-cols-8-4 > *:nth-child(2n + 2){
  width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
}

.u-cols-8-4 > *:nth-child(2n + 1){
  margin-left: 0;
}

@media (min-width: 46.25em) {
  .u-cols-8-4\@m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-8-4\@m > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-8-4\@m > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-8-4\@m > *:nth-child(2n + 1){
    width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
  }
  .u-cols-8-4\@m > *:nth-child(2n + 2){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-8-4\@m > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 61.25em) {
  .u-cols-8-4\@l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-8-4\@l > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-8-4\@l > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-8-4\@l > *:nth-child(2n + 1){
    width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
  }
  .u-cols-8-4\@l > *:nth-child(2n + 2){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-8-4\@l > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 81.25em) {
  .u-cols-8-4\@xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-8-4\@xl > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-8-4\@xl > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-8-4\@xl > *:nth-child(2n + 1){
    width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
  }
  .u-cols-8-4\@xl > *:nth-child(2n + 2){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-8-4\@xl > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

.u-cols-3-9{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-cols-3-9 > *:nth-child(n){
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.u-cols-3-9 > *:nth-child(n + 3){
  margin-top: 30px;
}

.u-cols-3-9 > *:nth-child(2n + 1){
  width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
}

.u-cols-3-9 > *:nth-child(2n + 2){
  width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
}

.u-cols-3-9 > *:nth-child(2n + 1){
  margin-left: 0;
}

@media (min-width: 46.25em) {
  .u-cols-3-9\@m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-3-9\@m > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-3-9\@m > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-3-9\@m > *:nth-child(2n + 1){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-3-9\@m > *:nth-child(2n + 2){
    width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
  }
  .u-cols-3-9\@m > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 61.25em) {
  .u-cols-3-9\@l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-3-9\@l > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-3-9\@l > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-3-9\@l > *:nth-child(2n + 1){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-3-9\@l > *:nth-child(2n + 2){
    width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
  }
  .u-cols-3-9\@l > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 81.25em) {
  .u-cols-3-9\@xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-3-9\@xl > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-3-9\@xl > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-3-9\@xl > *:nth-child(2n + 1){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-3-9\@xl > *:nth-child(2n + 2){
    width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
  }
  .u-cols-3-9\@xl > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

.u-cols-9-3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-cols-9-3 > *:nth-child(n){
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.u-cols-9-3 > *:nth-child(n + 3){
  margin-top: 30px;
}

.u-cols-9-3 > *:nth-child(2n + 1){
  width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
}

.u-cols-9-3 > *:nth-child(2n + 2){
  width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
}

.u-cols-9-3 > *:nth-child(2n + 1){
  margin-left: 0;
}

@media (min-width: 46.25em) {
  .u-cols-9-3\@m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-9-3\@m > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-9-3\@m > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-9-3\@m > *:nth-child(2n + 1){
    width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
  }
  .u-cols-9-3\@m > *:nth-child(2n + 2){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-9-3\@m > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 61.25em) {
  .u-cols-9-3\@l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-9-3\@l > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-9-3\@l > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-9-3\@l > *:nth-child(2n + 1){
    width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
  }
  .u-cols-9-3\@l > *:nth-child(2n + 2){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-9-3\@l > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 81.25em) {
  .u-cols-9-3\@xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-9-3\@xl > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-9-3\@xl > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-9-3\@xl > *:nth-child(2n + 1){
    width: calc(99.99% * 9/12 - (30px - 30px * 9/12));
  }
  .u-cols-9-3\@xl > *:nth-child(2n + 2){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-9-3\@xl > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

.u-cols-4-8{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-cols-4-8 > *:nth-child(n){
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.u-cols-4-8 > *:nth-child(n + 3){
  margin-top: 30px;
}

.u-cols-4-8 > *:nth-child(2n + 1){
  width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
}

.u-cols-4-8 > *:nth-child(2n + 2){
  width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
}

.u-cols-4-8 > *:nth-child(2n + 1){
  margin-left: 0;
}

@media (min-width: 46.25em) {
  .u-cols-4-8\@m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-4-8\@m > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-4-8\@m > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-4-8\@m > *:nth-child(2n + 1){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-4-8\@m > *:nth-child(2n + 2){
    width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
  }
  .u-cols-4-8\@m > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 61.25em) {
  .u-cols-4-8\@l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-4-8\@l > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-4-8\@l > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-4-8\@l > *:nth-child(2n + 1){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-4-8\@l > *:nth-child(2n + 2){
    width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
  }
  .u-cols-4-8\@l > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 81.25em) {
  .u-cols-4-8\@xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-4-8\@xl > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-4-8\@xl > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-4-8\@xl > *:nth-child(2n + 1){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-4-8\@xl > *:nth-child(2n + 2){
    width: calc(99.99% * 8/12 - (30px - 30px * 8/12));
  }
  .u-cols-4-8\@xl > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

.u-cols-6-6{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-cols-6-6 > *:nth-child(n){
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.u-cols-6-6 > *:nth-child(n + 3){
  margin-top: 30px;
}

.u-cols-6-6 > *:nth-child(2n + 1),
.u-cols-6-6 > *:nth-child(2n + 2){
  width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
}

.u-cols-6-6 > *:nth-child(2n + 1){
  margin-left: 0;
}

@media (min-width: 46.25em) {
  .u-cols-6-6\@m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-6-6\@m > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-6-6\@m > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-6-6\@m > *:nth-child(2n + 1),
  .u-cols-6-6\@m > *:nth-child(2n + 2){
    width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
  }
  .u-cols-6-6\@m > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 61.25em) {
  .u-cols-6-6\@l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-6-6\@l > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-6-6\@l > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-6-6\@l > *:nth-child(2n + 1),
  .u-cols-6-6\@l > *:nth-child(2n + 2){
    width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
  }
  .u-cols-6-6\@l > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

@media (min-width: 81.25em) {
  .u-cols-6-6\@xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-6-6\@xl > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-6-6\@xl > *:nth-child(n + 3){
    margin-top: 30px;
  }
  .u-cols-6-6\@xl > *:nth-child(2n + 1),
  .u-cols-6-6\@xl > *:nth-child(2n + 2){
    width: calc(99.99% * 6/12 - (30px - 30px * 6/12));
  }
  .u-cols-6-6\@xl > *:nth-child(2n + 1){
    margin-left: 0;
  }
}

.u-cols-4-4-4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-cols-4-4-4 > *:nth-child(n){
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.u-cols-4-4-4 > *:nth-child(n + 4){
  margin-top: 30px;
}

.u-cols-4-4-4 > *:nth-child(3n + 1),
.u-cols-4-4-4 > *:nth-child(3n + 2),
.u-cols-4-4-4 > *:nth-child(3n + 3){
  width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
}

.u-cols-4-4-4 > *:nth-child(3n + 1){
  margin-left: 0;
}

@media (min-width: 46.25em) {
  .u-cols-4-4-4\@m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-4-4-4\@m > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-4-4-4\@m > *:nth-child(n + 4){
    margin-top: 30px;
  }
  .u-cols-4-4-4\@m > *:nth-child(3n + 1),
  .u-cols-4-4-4\@m > *:nth-child(3n + 2),
  .u-cols-4-4-4\@m > *:nth-child(3n + 3){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-4-4-4\@m > *:nth-child(3n + 1){
    margin-left: 0;
  }
}

@media (min-width: 61.25em) {
  .u-cols-4-4-4\@l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-4-4-4\@l > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-4-4-4\@l > *:nth-child(n + 4){
    margin-top: 30px;
  }
  .u-cols-4-4-4\@l > *:nth-child(3n + 1),
  .u-cols-4-4-4\@l > *:nth-child(3n + 2),
  .u-cols-4-4-4\@l > *:nth-child(3n + 3){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-4-4-4\@l > *:nth-child(3n + 1){
    margin-left: 0;
  }
}

@media (min-width: 81.25em) {
  .u-cols-4-4-4\@xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-4-4-4\@xl > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-4-4-4\@xl > *:nth-child(n + 4){
    margin-top: 30px;
  }
  .u-cols-4-4-4\@xl > *:nth-child(3n + 1),
  .u-cols-4-4-4\@xl > *:nth-child(3n + 2),
  .u-cols-4-4-4\@xl > *:nth-child(3n + 3){
    width: calc(99.99% * 4/12 - (30px - 30px * 4/12));
  }
  .u-cols-4-4-4\@xl > *:nth-child(3n + 1){
    margin-left: 0;
  }
}

.u-cols-3-3-3-3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-cols-3-3-3-3 > *:nth-child(n){
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.u-cols-3-3-3-3 > *:nth-child(n + 5){
  margin-top: 30px;
}

.u-cols-3-3-3-3 > *:nth-child(4n + 1),
.u-cols-3-3-3-3 > *:nth-child(4n + 2),
.u-cols-3-3-3-3 > *:nth-child(4n + 3),
.u-cols-3-3-3-3 > *:nth-child(4n + 4){
  width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
}

.u-cols-3-3-3-3 > *:nth-child(4n + 1){
  margin-left: 0;
}

@media (min-width: 46.25em) {
  .u-cols-3-3-3-3\@m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-3-3-3-3\@m > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-3-3-3-3\@m > *:nth-child(n + 5){
    margin-top: 30px;
  }
  .u-cols-3-3-3-3\@m > *:nth-child(4n + 1),
  .u-cols-3-3-3-3\@m > *:nth-child(4n + 2),
  .u-cols-3-3-3-3\@m > *:nth-child(4n + 3),
  .u-cols-3-3-3-3\@m > *:nth-child(4n + 4){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-3-3-3-3\@m > *:nth-child(4n + 1){
    margin-left: 0;
  }
}

@media (min-width: 61.25em) {
  .u-cols-3-3-3-3\@l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-3-3-3-3\@l > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-3-3-3-3\@l > *:nth-child(n + 5){
    margin-top: 30px;
  }
  .u-cols-3-3-3-3\@l > *:nth-child(4n + 1),
  .u-cols-3-3-3-3\@l > *:nth-child(4n + 2),
  .u-cols-3-3-3-3\@l > *:nth-child(4n + 3),
  .u-cols-3-3-3-3\@l > *:nth-child(4n + 4){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-3-3-3-3\@l > *:nth-child(4n + 1){
    margin-left: 0;
  }
}

@media (min-width: 81.25em) {
  .u-cols-3-3-3-3\@xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-3-3-3-3\@xl > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-3-3-3-3\@xl > *:nth-child(n + 5){
    margin-top: 30px;
  }
  .u-cols-3-3-3-3\@xl > *:nth-child(4n + 1),
  .u-cols-3-3-3-3\@xl > *:nth-child(4n + 2),
  .u-cols-3-3-3-3\@xl > *:nth-child(4n + 3),
  .u-cols-3-3-3-3\@xl > *:nth-child(4n + 4){
    width: calc(99.99% * 3/12 - (30px - 30px * 3/12));
  }
  .u-cols-3-3-3-3\@xl > *:nth-child(4n + 1){
    margin-left: 0;
  }
}

.u-cols-20-20-20-20-20{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-cols-20-20-20-20-20 > *:nth-child(n){
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 30px;
}

.u-cols-20-20-20-20-20 > *:nth-child(n + 6){
  margin-top: 30px;
}

.u-cols-20-20-20-20-20 > *:nth-child(5n + 1),
.u-cols-20-20-20-20-20 > *:nth-child(5n + 2),
.u-cols-20-20-20-20-20 > *:nth-child(5n + 3),
.u-cols-20-20-20-20-20 > *:nth-child(5n + 4),
.u-cols-20-20-20-20-20 > *:nth-child(5n + 5){
  width: calc(99.99% * 1/5 - (30px - 30px * 1/5));
}

.u-cols-20-20-20-20-20 > *:nth-child(5n + 1){
  margin-left: 0;
}

@media (min-width: 46.25em) {
  .u-cols-20-20-20-20-20\@m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-20-20-20-20-20\@m > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-20-20-20-20-20\@m > *:nth-child(n + 6){
    margin-top: 30px;
  }
  .u-cols-20-20-20-20-20\@m > *:nth-child(5n + 1),
  .u-cols-20-20-20-20-20\@m > *:nth-child(5n + 2),
  .u-cols-20-20-20-20-20\@m > *:nth-child(5n + 3),
  .u-cols-20-20-20-20-20\@m > *:nth-child(5n + 4),
  .u-cols-20-20-20-20-20\@m > *:nth-child(5n + 5){
    width: calc(99.99% * 1/5 - (30px - 30px * 1/5));
  }
  .u-cols-20-20-20-20-20\@m > *:nth-child(5n + 1){
    margin-left: 0;
  }
}

@media (min-width: 61.25em) {
  .u-cols-20-20-20-20-20\@l{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-20-20-20-20-20\@l > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-20-20-20-20-20\@l > *:nth-child(n + 6){
    margin-top: 30px;
  }
  .u-cols-20-20-20-20-20\@l > *:nth-child(5n + 1),
  .u-cols-20-20-20-20-20\@l > *:nth-child(5n + 2),
  .u-cols-20-20-20-20-20\@l > *:nth-child(5n + 3),
  .u-cols-20-20-20-20-20\@l > *:nth-child(5n + 4),
  .u-cols-20-20-20-20-20\@l > *:nth-child(5n + 5){
    width: calc(99.99% * 1/5 - (30px - 30px * 1/5));
  }
  .u-cols-20-20-20-20-20\@l > *:nth-child(5n + 1){
    margin-left: 0;
  }
}

@media (min-width: 81.25em) {
  .u-cols-20-20-20-20-20\@xl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-cols-20-20-20-20-20\@xl > *:nth-child(n){
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .u-cols-20-20-20-20-20\@xl > *:nth-child(n + 6){
    margin-top: 30px;
  }
  .u-cols-20-20-20-20-20\@xl > *:nth-child(5n + 1),
  .u-cols-20-20-20-20-20\@xl > *:nth-child(5n + 2),
  .u-cols-20-20-20-20-20\@xl > *:nth-child(5n + 3),
  .u-cols-20-20-20-20-20\@xl > *:nth-child(5n + 4),
  .u-cols-20-20-20-20-20\@xl > *:nth-child(5n + 5){
    width: calc(99.99% * 1/5 - (30px - 30px * 1/5));
  }
  .u-cols-20-20-20-20-20\@xl > *:nth-child(5n + 1){
    margin-left: 0;
  }
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually,
.invisible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.p-1 {
  padding: 1rem;
}

.pv-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ph-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pt-1 {
  padding-top: 2rem;
}

.pb-1 {
  padding-bottom: 2rem;
}

.pr-1 {
  padding-right: 2rem;
}

.pl-1 {
  padding-left: 2rem;
}

.p-2 {
  padding: 2rem;
}

.pv-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ph-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-2 {
  padding-top: 4rem;
}

.pb-2 {
  padding-bottom: 4rem;
}

.pr-2 {
  padding-right: 4rem;
}

.pl-2 {
  padding-left: 4rem;
}

.p-3 {
  padding: 3rem;
}

.pv-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ph-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pt-3 {
  padding-top: 6rem;
}

.pb-3 {
  padding-bottom: 6rem;
}

.pr-3 {
  padding-right: 6rem;
}

.pl-3 {
  padding-left: 6rem;
}

.p-4 {
  padding: 4rem;
}

.pv-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ph-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.pt-4 {
  padding-top: 8rem;
}

.pb-4 {
  padding-bottom: 8rem;
}

.pr-4 {
  padding-right: 8rem;
}

.pl-4 {
  padding-left: 8rem;
}

.p-5 {
  padding: 5rem;
}

.pv-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ph-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pt-5 {
  padding-top: 10rem;
}

.pb-5 {
  padding-bottom: 10rem;
}

.pr-5 {
  padding-right: 10rem;
}

.pl-5 {
  padding-left: 10rem;
}

@media (min-width: 20em) {
  .p-1\@s,
  .pf-1\@s {
    padding: 1rem;
  }
  .pv-1\@s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ph-1\@s {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .pt-1\@s {
    padding-top: 1rem;
  }
  .pb-1\@s {
    padding-bottom: 1rem;
  }
  .pr-1\@s {
    padding-right: 1rem;
  }
  .pl-1\@s {
    padding-left: 1rem;
  }
}

@media (min-width: 20em) {
  .p-2\@s,
  .pf-2\@s {
    padding: 2rem;
  }
  .pv-2\@s {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-2\@s {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pt-2\@s {
    padding-top: 2rem;
  }
  .pb-2\@s {
    padding-bottom: 2rem;
  }
  .pr-2\@s {
    padding-right: 2rem;
  }
  .pl-2\@s {
    padding-left: 2rem;
  }
}

@media (min-width: 20em) {
  .p-3\@s,
  .pf-3\@s {
    padding: 3rem;
  }
  .pv-3\@s {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ph-3\@s {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .pt-3\@s {
    padding-top: 3rem;
  }
  .pb-3\@s {
    padding-bottom: 3rem;
  }
  .pr-3\@s {
    padding-right: 3rem;
  }
  .pl-3\@s {
    padding-left: 3rem;
  }
}

@media (min-width: 20em) {
  .p-4\@s,
  .pf-4\@s {
    padding: 4rem;
  }
  .pv-4\@s {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-4\@s {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pt-4\@s {
    padding-top: 4rem;
  }
  .pb-4\@s {
    padding-bottom: 4rem;
  }
  .pr-4\@s {
    padding-right: 4rem;
  }
  .pl-4\@s {
    padding-left: 4rem;
  }
}

@media (min-width: 20em) {
  .p-5\@s,
  .pf-5\@s {
    padding: 5rem;
  }
  .pv-5\@s {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .ph-5\@s {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .pt-5\@s {
    padding-top: 5rem;
  }
  .pb-5\@s {
    padding-bottom: 5rem;
  }
  .pr-5\@s {
    padding-right: 5rem;
  }
  .pl-5\@s {
    padding-left: 5rem;
  }
}

@media (min-width: 46.25em) {
  .p-1\@m,
  .pf-1\@m {
    padding: 2rem;
  }
  .pv-1\@m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-1\@m {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pt-1\@m {
    padding-top: 2rem;
  }
  .pb-1\@m {
    padding-bottom: 2rem;
  }
  .pr-1\@m {
    padding-right: 2rem;
  }
  .pl-1\@m {
    padding-left: 2rem;
  }
}

@media (min-width: 46.25em) {
  .p-2\@m,
  .pf-2\@m {
    padding: 4rem;
  }
  .pv-2\@m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-2\@m {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pt-2\@m {
    padding-top: 4rem;
  }
  .pb-2\@m {
    padding-bottom: 4rem;
  }
  .pr-2\@m {
    padding-right: 4rem;
  }
  .pl-2\@m {
    padding-left: 4rem;
  }
}

@media (min-width: 46.25em) {
  .p-3\@m,
  .pf-3\@m {
    padding: 6rem;
  }
  .pv-3\@m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-3\@m {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pt-3\@m {
    padding-top: 6rem;
  }
  .pb-3\@m {
    padding-bottom: 6rem;
  }
  .pr-3\@m {
    padding-right: 6rem;
  }
  .pl-3\@m {
    padding-left: 6rem;
  }
}

@media (min-width: 46.25em) {
  .p-4\@m,
  .pf-4\@m {
    padding: 8rem;
  }
  .pv-4\@m {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-4\@m {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pt-4\@m {
    padding-top: 8rem;
  }
  .pb-4\@m {
    padding-bottom: 8rem;
  }
  .pr-4\@m {
    padding-right: 8rem;
  }
  .pl-4\@m {
    padding-left: 8rem;
  }
}

@media (min-width: 46.25em) {
  .p-5\@m,
  .pf-5\@m {
    padding: 10rem;
  }
  .pv-5\@m {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-5\@m {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .pt-5\@m {
    padding-top: 10rem;
  }
  .pb-5\@m {
    padding-bottom: 10rem;
  }
  .pr-5\@m {
    padding-right: 10rem;
  }
  .pl-5\@m {
    padding-left: 10rem;
  }
}

@media (min-width: 61.25em) {
  .p-1\@l,
  .pf-1\@l {
    padding: 2rem;
  }
  .pv-1\@l {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-1\@l {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pt-1\@l {
    padding-top: 2rem;
  }
  .pb-1\@l {
    padding-bottom: 2rem;
  }
  .pr-1\@l {
    padding-right: 2rem;
  }
  .pl-1\@l {
    padding-left: 2rem;
  }
}

@media (min-width: 61.25em) {
  .p-2\@l,
  .pf-2\@l {
    padding: 4rem;
  }
  .pv-2\@l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-2\@l {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pt-2\@l {
    padding-top: 4rem;
  }
  .pb-2\@l {
    padding-bottom: 4rem;
  }
  .pr-2\@l {
    padding-right: 4rem;
  }
  .pl-2\@l {
    padding-left: 4rem;
  }
}

@media (min-width: 61.25em) {
  .p-3\@l,
  .pf-3\@l {
    padding: 6rem;
  }
  .pv-3\@l {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-3\@l {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pt-3\@l {
    padding-top: 6rem;
  }
  .pb-3\@l {
    padding-bottom: 6rem;
  }
  .pr-3\@l {
    padding-right: 6rem;
  }
  .pl-3\@l {
    padding-left: 6rem;
  }
}

@media (min-width: 61.25em) {
  .p-4\@l,
  .pf-4\@l {
    padding: 8rem;
  }
  .pv-4\@l {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-4\@l {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pt-4\@l {
    padding-top: 8rem;
  }
  .pb-4\@l {
    padding-bottom: 8rem;
  }
  .pr-4\@l {
    padding-right: 8rem;
  }
  .pl-4\@l {
    padding-left: 8rem;
  }
}

@media (min-width: 61.25em) {
  .p-5\@l,
  .pf-5\@l {
    padding: 10rem;
  }
  .pv-5\@l {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-5\@l {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .pt-5\@l {
    padding-top: 10rem;
  }
  .pb-5\@l {
    padding-bottom: 10rem;
  }
  .pr-5\@l {
    padding-right: 10rem;
  }
  .pl-5\@l {
    padding-left: 10rem;
  }
}

@media (min-width: 81.25em) {
  .p-1\@xl,
  .pf-1\@xl {
    padding: 2rem;
  }
  .pv-1\@xl {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .ph-1\@xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pt-1\@xl {
    padding-top: 2rem;
  }
  .pb-1\@xl {
    padding-bottom: 2rem;
  }
  .pr-1\@xl {
    padding-right: 2rem;
  }
  .pl-1\@xl {
    padding-left: 2rem;
  }
}

@media (min-width: 81.25em) {
  .p-2\@xl,
  .pf-2\@xl {
    padding: 4rem;
  }
  .pv-2\@xl {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ph-2\@xl {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .pt-2\@xl {
    padding-top: 4rem;
  }
  .pb-2\@xl {
    padding-bottom: 4rem;
  }
  .pr-2\@xl {
    padding-right: 4rem;
  }
  .pl-2\@xl {
    padding-left: 4rem;
  }
}

@media (min-width: 81.25em) {
  .p-3\@xl,
  .pf-3\@xl {
    padding: 6rem;
  }
  .pv-3\@xl {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ph-3\@xl {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .pt-3\@xl {
    padding-top: 6rem;
  }
  .pb-3\@xl {
    padding-bottom: 6rem;
  }
  .pr-3\@xl {
    padding-right: 6rem;
  }
  .pl-3\@xl {
    padding-left: 6rem;
  }
}

@media (min-width: 81.25em) {
  .p-4\@xl,
  .pf-4\@xl {
    padding: 8rem;
  }
  .pv-4\@xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .ph-4\@xl {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .pt-4\@xl {
    padding-top: 8rem;
  }
  .pb-4\@xl {
    padding-bottom: 8rem;
  }
  .pr-4\@xl {
    padding-right: 8rem;
  }
  .pl-4\@xl {
    padding-left: 8rem;
  }
}

@media (min-width: 81.25em) {
  .p-5\@xl,
  .pf-5\@xl {
    padding: 10rem;
  }
  .pv-5\@xl {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ph-5\@xl {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .pt-5\@xl {
    padding-top: 10rem;
  }
  .pb-5\@xl {
    padding-bottom: 10rem;
  }
  .pr-5\@xl {
    padding-right: 10rem;
  }
  .pl-5\@xl {
    padding-left: 10rem;
  }
}

.u-height--s {
  min-height: 300px;
}

.u-height--m {
  min-height: 500px;
}

.u-height--l {
  min-height: 900px;
}

.u-height--viewport {
  min-height: 90vh;
}

/*Stack child items vertically*/
.u-vbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*Align children vetically*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  overflow: hidden;
  /*Prevent extending beyond boundaries*/
}

/*Stack child items horizontally*/
.u-hbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*Align children horizontally*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  /*Wrap items to next line on main-axis*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  /*Prevent extending beyond boundaries*/
}

/*Stretch item along parent's main-axis*/
.u-flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*Stretch item along parent's cross-axis Overrides any cross-* class of parent*/
.u-stretch-self {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

/*Center item along parent's cross-axis.u- Overrides any cross-* class of parent*/
.u-center-self {
  -ms-flex-item-align: center;
      align-self: center;
}

/*Stack child items to the main-axis start*/
.u-main-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*Stack child items to the cross-axis start*/
.u-cross-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

/*Stack child items to the main-axis center*/
.u-main-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*Stack child items to the cross-axis center*/
.u-cross-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

/*Stack child items to the main-axis end.u-*/
.u-main-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*Stack child items to the cross-axis end.u-*/
.u-cross-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

/*Stretch child items along the cross-axis*/
.u-cross-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

/*Wrap items to next line on main-axis*/
.u-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*Don't wrap items to next line on main-axis*/
.u-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

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

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

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

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

.mb-s {
  margin-bottom: 16px;
}

.mb-m {
  margin-bottom: 32px;
}

.mb-l {
  margin-bottom: 48px;
}

.mb-xl {
  margin-bottom: 64px;
}

.mb-xxl {
  margin-bottom: 80px;
}

@media (max-width: 34.3125em) {
  .mb-xxl {
    margin-bottom: 30px;
  }
}

.mt-xl {
  margin-top: 64px;
}

.mt-xxl {
  margin-top: 80px;
}

@media (max-width: 34.3125em) {
  .mt-xxl {
    margin-top: 30px;
  }
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-tac {
  text-align: center;
}

.u-colorinverted {
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../files/tanos/theme/css/./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../files/tanos/theme/css/./fonts/slick.eot");
  src: url("../../files/tanos/theme/css/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../files/tanos/theme/css/./fonts/slick.woff") format("woff"), url("../../files/tanos/theme/css/./fonts/slick.ttf") format("truetype"), url("../../files/tanos/theme/css/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

