@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url("../fonts/icons_75de9e43b21018324454df6f38c74e03.eot");
  src: url("../fonts/icons_75de9e43b21018324454df6f38c74e03.eot?#iefix") format("embedded-opentype"), url("../fonts/icons_75de9e43b21018324454df6f38c74e03.woff") format("woff"), url("../fonts/icons_75de9e43b21018324454df6f38c74e03.ttf") format("truetype"), url("../fonts/icons_75de9e43b21018324454df6f38c74e03.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons_75de9e43b21018324454df6f38c74e03.svg#icons") format("svg"); } }

[data-icon]:before {
  content: attr(data-icon); }

[data-icon]:before,
.icon-arrow-down:before,
.select:before,
.icon-arrow-left:before,
.carousel__control--prev:before,
.icon-arrow-right:before,
.carousel__control--next:before,
.icon-check:before,
.icon-exit:before,
.icon-magnifier:before,
.icon-phone:before,
.icon-play:before,
.video__play:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icon-arrow-down:before, .select:before {
  content: "\f10d"; }

.icon-arrow-left:before, .carousel__control--prev:before {
  content: "\f108"; }

.icon-arrow-right:before, .carousel__control--next:before {
  content: "\f109"; }

.icon-check:before {
  content: "\f102"; }

.icon-exit:before {
  content: "\f10b"; }

.icon-magnifier:before {
  content: "\f10a"; }

.icon-phone:before {
  content: "\f10e"; }

.icon-play:before, .video__play:before {
  content: "\f107"; }

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

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

body {
  margin: 0; }

*:focus {
  outline: none; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

q:after, q:before {
  content: ""; }

h1,
h2,
h3,
h4,
h5,
p,
pre {
  margin: 0; }

dl,
menu,
ol,
ul {
  margin: 0; }
  dl ul,
  dl ol,
  menu ul,
  menu ol,
  ol ul,
  ol ol,
  ul ul,
  ul ol {
    margin: 0; }

dd {
  margin: 0; }

menu,
ol,
ul {
  padding: 0; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle; }

button,
select {
  text-transform: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  overflow: visible;
  background: none;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  padding: 0; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box;
  background-color: #f2f2f2; }

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

.ng-cloak {
  display: none !important; }

@media (min-width: 500px) {
  body:after {
    content: 'small'; } }

@media (min-width: 760px) {
  body:after {
    content: 'medium'; } }

@media (min-width: 1100px) {
  body:after {
    content: 'large'; } }

@media (min-width: 1400px) {
  body:after {
    content: 'xlarge'; } }

body:after {
  display: none; }

.container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 760px) {
    .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 1100px) {
    .container {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .container--split {
    max-width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    display: table; }
    @media (min-width: 760px) {
      .container--split {
        padding: 0; } }
    .container--split__part {
      vertical-align: top;
      padding-left: 1rem;
      padding-right: 1rem; }
      @media (min-width: 760px) {
        .container--split__part {
          padding-left: 2rem;
          padding-right: 2rem;
          display: table-cell;
          width: 50%; } }
      @media (min-width: 1680px) {
        .container--split__part {
          padding-left: calc(50% - 48rem); } }
    @media (min-width: 1680px) {
      .container--split__part + .container--split__part {
        padding-left: 2rem;
        padding-right: calc(50% - 48rem); } }
  .container--narrow {
    max-width: 50rem; }

html {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #232323;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 500px) {
    html {
      font-size: 1.125rem; } }
  @media (min-width: 1400px) {
    html {
      font-size: 1.25rem; } }

.h1, .section__title,
.h2,
.contactform__title,
.h3,
.h4,
.section__tagline,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  color: #cc0000; }

.h1, .section__title,
h1 {
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 1rem; }

.h2, .contactform__title,
h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem; }

.h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0; }

.h4, .section__tagline,
.h5,
.h6,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0; }

.p,
p {
  display: block;
  max-width: 32rem;
  margin-bottom: 2rem; }
  .p + .button, .p + .featured__caption__button,
  p + .button,
  p + .featured__caption__button {
    margin-top: 0.5rem; }

.normal {
  font-size: 1rem !important; }

.small, .form__block__note, .table,
table,
small {
  font-size: 0.75rem !important;
  line-height: 1.5 !important; }

.lead {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.25; }

a {
  text-decoration: none;
  color: #cc0000; }
  a:focus, a:hover {
    cursor: pointer;
    color: #232323; }
    a:focus *, a:hover * {
      color: #232323; }

a[href]:not([class]) {
  text-decoration: none;
  color: #cc0000;
  border-bottom: 1px dotted #e68080; }
  a[href]:not([class]):focus, a[href]:not([class]):hover {
    border-bottom-style: solid;
    color: #232323;
    border-bottom-color: #919191; }

.link {
  text-decoration: none;
  color: #cc0000;
  border-bottom: 1px solid #cc0000; }
  .link:focus, .link:hover, .link--selected {
    color: #232323;
    border-bottom-color: #919191; }

.q,
q {
  quotes: '«' '»' '‘' '’'; }

.strong,
strong {
  font-weight: 700; }

.ol,
.ul,
ol,
ul {
  max-width: 32rem;
  margin-bottom: 2rem;
  padding-left: 1rem; }
  .ol li,
  .ul li,
  ol li,
  ul li {
    margin-bottom: 0; }
  .ol ul,
  .ul ul,
  ol ul,
  ul ul {
    padding-top: 1rem; }

.dl {
  max-width: 32rem;
  margin-bottom: 1rem;
  border-top: 1px dotted #DDD; }
  .dl__title:after, .dl__description:after {
    content: "";
    display: table;
    clear: both; }
  .dl__title {
    float: left;
    padding: 0.5rem 0;
    max-width: calc(100% - 7rem);
    font-weight: 700; }
  .dl__description {
    padding-top: 0.5rem;
    text-align: right;
    border-bottom: 1px dotted #DDD; }

.hr,
hr {
  clear: both;
  max-width: 100rem;
  height: 1px;
  margin: 0 auto;
  border: none;
  border-bottom: 1px dotted #DDD; }
  .hr:after,
  hr:after {
    content: "";
    display: table;
    clear: both; }

.wysiwyg {
  max-width: 32rem; }
  .wysiwyg:after {
    content: "";
    display: table;
    clear: both; }
  .wysiwyg img {
    width: auto;
    max-width: 100%; }
  .wysiwyg blockquote {
    font-size: 1em;
    font-style: italic;
    color: #000; }
    .wysiwyg blockquote strong {
      font-style: normal;
      font-weight: 700; }

::-moz-selection {
  color: #FFF;
  background: #cc0000;
  text-shadow: none; }

::selection {
  color: #FFF;
  background: #cc0000;
  text-shadow: none; }

.touch a:focus, .touch a:hover {
  text-decoration: none;
  color: inherit;
  background-color: inherit; }

.animated, .scrolled .header, .video__img {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .animated--fade-in, .scrolled .header, .video__img {
    -webkit-animation-name: fade-in;
            animation-name: fade-in; }
  .animated--fall-down {
    -webkit-animation: fall-down 600ms linear both;
            animation: fall-down 600ms linear both; }

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

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fall-down {
  0.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
    opacity: 0; }
  11.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1); }
  22.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1); }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1); }
  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
    opacity: 1; }
  55.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1); }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1); }
  77.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1); }
  88.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1); }
  100.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

@keyframes fall-down {
  0.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 1, 1);
    opacity: 0; }
  11.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.905, 1, 1); }
  22.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.922, 1, 1); }
  33.33% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.2, 1, 1); }
  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.062, 1, 1);
    opacity: 1; }
  55.56% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.013, 1, 1); }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.002, 1, 1); }
  77.78% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 1, 1); }
  88.89% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1); }
  100.00% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

.button, .featured__caption__button {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
  -webkit-animation: none;
          animation: none;
  color: #cc0000;
  border: 2px solid #cc0000;
  background-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Noto Sans", Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: inherit;
  text-align: center;
  border-radius: 3rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .button:hover, .featured__caption__button:hover {
    color: #FFF;
    background-color: #cc0000; }
  .button--solid {
    color: #FFF;
    background-color: #cc0000; }
    .button--solid:hover {
      background-color: transparent;
      color: #cc0000; }
  .button--small {
    padding: 0.25rem 1rem; }
  .button--full {
    width: 100%;
    margin-right: 0; }

.label {
  display: block;
  margin-bottom: 0.5em;
  white-space: nowrap;
  font-weight: bold;
  color: #232323; }

.input, .textarea, .select__list {
  display: inline-block;
  padding: 0.5em 0.75em;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 6px !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .input::-webkit-inner-spin-button, .textarea::-webkit-inner-spin-button, .select__list::-webkit-inner-spin-button, .input::-webkit-outer-spin-button, .textarea::-webkit-outer-spin-button, .select__list::-webkit-outer-spin-button {
    margin: 0; }
  .input:hover, .textarea:hover, .select__list:hover, .input:focus, .textarea:focus, .select__list:focus {
    outline: none;
    border-color: #cc0000; }
  .input--error {
    border-color: #cc0000; }
  .input--success:focus {
    border-color: #008839; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset; }

.textarea {
  margin-bottom: 1rem;
  display: block;
  min-height: 5em; }

.mask:before, .figure--filter-light:before, .figure--filter-dark:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mask--light:before, .figure--filter-light:before {
  background-color: rgba(255, 255, 255, 0.5); }

.mask--dark:before, .figure--filter-dark:before {
  background-color: rgba(0, 0, 0, 0.5); }

.login__form {
  width: 15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
  border-radius: 6px;
  padding: 1rem; }

.featured {
  position: relative; }
  .featured:after {
    content: "";
    display: table;
    clear: both; }
  .featured__img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100vh; }
  .featured__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center; }
    .featured__caption__text {
      color: #FFF;
      font-size: 1.5rem;
      font-weight: bold;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
    .featured__caption__button {
      margin: 0;
      border-color: #FFF;
      box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
      color: #FFF; }

.select {
  position: relative; }
  .select:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1rem;
    line-height: 1rem;
    color: #DDD;
    pointer-events: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .select__list {
    cursor: pointer; }
  .select:hover:before {
    color: #cc0000; }

@media (max-width: 1100px) {
  .body--no-scroll-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; } }

.body--no-scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.header {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  background-color: rgba(255, 255, 255, 0.5);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 760px) {
    .header {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1100px) {
    .header {
      padding-bottom: 6rem; } }
  @media (min-width: 760px) {
    .header__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .header__brand {
    width: 10rem;
    display: block;
    position: relative;
    z-index: 10000;
    cursor: pointer; }
    @media (min-width: 760px) {
      .header__brand {
        width: 15rem; } }
    .header__brand img {
      width: 100%;
      display: block; }
  .header__nav-toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    margin-right: 0;
    line-height: 1.5rem; }
    .header__nav-toggle:hover {
      color: #232323;
      border-color: #232323; }
    @media (min-width: 760px) {
      .header__nav-toggle {
        display: none; } }
  @media (max-width: 760px) {
    .header__nav {
      display: none; } }
  @media (min-width: 760px) {
    .header__nav {
      -ms-flex-preferred-size: calc(100% - 10rem);
          flex-basis: calc(100% - 10rem); } }
  @media (min-width: 760px) {
    .header__nav__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 760px) {
    .header__nav__item {
      display: block;
      padding: 1rem;
      -webkit-animation: fall-down 800ms linear both;
              animation: fall-down 800ms linear both;
      width: 100%;
      font-size: 2.5rem;
      font-family: "Noto Sans", Helvetica, sans-serif;
      color: #cc0000; }
      .header__nav__item:nth-child(1) {
        -webkit-animation-delay: 50ms;
                animation-delay: 50ms; }
      .header__nav__item:nth-child(2) {
        -webkit-animation-delay: 100ms;
                animation-delay: 100ms; }
      .header__nav__item:nth-child(3) {
        -webkit-animation-delay: 150ms;
                animation-delay: 150ms; }
      .header__nav__item:nth-child(4) {
        -webkit-animation-delay: 200ms;
                animation-delay: 200ms; }
      .header__nav__item:nth-child(5) {
        -webkit-animation-delay: 250ms;
                animation-delay: 250ms; }
      .header__nav__item:nth-child(6) {
        -webkit-animation-delay: 300ms;
                animation-delay: 300ms; }
      .header__nav__item:hover {
        color: #232323; } }
  @media (min-width: 760px) {
    .header__nav__item {
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      font-family: "Noto Sans", Helvetica, sans-serif;
      color: #cc0000;
      font-size: 0.8rem;
      font-weight: 700;
      text-transform: uppercase; }
      .header__nav__item:hover {
        color: #232323; } }
  @media (max-width: 760px) {
    .header__nav__item + .header__nav__item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      margin-left: -0.5rem;
      width: 1rem;
      border-top: 2px dotted #232323; } }
  @media (min-width: 760px) {
    .header__nav__item + .header__nav__item {
      margin-left: 2rem; } }
  @media (max-width: 760px) {
    .header--expanded {
      position: fixed;
      height: 100%;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      background-color: #FFF !important;
      box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2); }
      .header--expanded .header__nav {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .header--expanded .header__nav-toggle {
          text-shadow: none !important; } }

.scrolled .header {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #FFF;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 760px) {
    .scrolled .header__brand {
      -ms-flex-preferred-size: 10rem;
          flex-basis: 10rem; } }
  .scrolled .header__nav-toggle, .scrolled .header__nav__item {
    text-shadow: none !important; }

.footer {
  font-size: 0.8em;
  background-color: #f2f2f2;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .footer__brand {
    max-width: 10rem;
    display: block;
    cursor: pointer;
    float: right; }

.section {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 0;
  background-color: #FFF; }
  .section:after {
    content: "";
    display: table;
    clear: both; }
  .section > *:last-child {
    margin-bottom: 0; }
    .section > *:last-child > *:last-child {
      margin-bottom: 0; }
      .section > *:last-child > *:last-child > *:last-child {
        margin-bottom: 0; }
  .section__header {
    text-align: center; }
  .section__tagline {
    display: block;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #232323; }
  .section__title {
    margin-bottom: 1.5rem; }
  .section__lead {
    margin-left: auto;
    margin-right: auto; }
  .section--text, .section--404 {
    text-align: center; }
    .section--text .wysiwyg, .section--404 .wysiwyg {
      margin-left: auto;
      margin-right: auto; }
    .section--text .button, .section--text .featured__caption__button, .section--404 .button, .section--404 .featured__caption__button {
      margin-right: 0; }
    .section--text .button + .button, .section--text .featured__caption__button + .button, .section--text .button + .featured__caption__button, .section--text .featured__caption__button + .featured__caption__button, .section--404 .button + .button, .section--404 .featured__caption__button + .button, .section--404 .button + .featured__caption__button, .section--404 .featured__caption__button + .featured__caption__button {
      margin-left: 1rem; }
  .section--img, .section--carousel {
    padding: 0; }
    .section--img .section__header, .section--carousel .section__header {
      padding-top: 3rem;
      padding-bottom: 3rem; }
  .section--contactform {
    background-color: #f2f2f2; }

.media {
  background-color: #f2f2f2; }
  .media:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1100px) {
    .media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .media__hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  @media (min-width: 1100px) {
    .media__hero {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      position: relative; } }
  .media__content {
    padding: 3rem 1rem; }
    .media__content > *:last-child {
      margin-bottom: 0; }
      .media__content > *:last-child > *:last-child {
        margin-bottom: 0; }
        .media__content > *:last-child > *:last-child > *:last-child {
          margin-bottom: 0; }
    @media (min-width: 760px) {
      .media__content {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (min-width: 1100px) {
      .media__content {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding-left: 3rem;
        padding-right: 3rem; } }
  @media (min-width: 1100px) {
    .media--reverse .media__hero, .media:nth-child(odd) .media__hero {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.form {
  display: block;
  margin-bottom: 2rem;
  max-width: 22rem;
  padding: 0;
  margin: 0 auto; }
  .form > *:last-child {
    margin-bottom: 0; }
    .form > *:last-child > *:last-child {
      margin-bottom: 0; }
      .form > *:last-child > *:last-child > *:last-child {
        margin-bottom: 0; }
  .form__block {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 1rem; }
    .form__block:after {
      content: "";
      display: table;
      clear: both; }
    .form__block__note {
      margin-top: 1rem;
      margin-bottom: 1rem; }
      .form__block__note--error {
        color: #cc0000; }

.video {
  position: relative; }
  .video:after {
    content: "";
    display: table;
    clear: both; }
  .video__content {
    position: relative; }
  .video__player {
    width: 100%;
    display: block;
    cursor: pointer; }
  .video__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    pointer-events: none; }
  .video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    font-size: 5rem;
    line-height: 1;
    color: #FFF;
    pointer-events: none;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    border-radius: 100%; }
  .video:hover .video__play {
    opacity: 1; }
  .video--autoplay .video__player {
    cursor: auto; }

.carousel {
  display: block;
  margin-bottom: 2rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .carousel:after {
    content: "";
    display: table;
    clear: both; }
  .carousel__page {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    white-space: normal; }
    .carousel__page__figure {
      position: relative; }
      .carousel__page__figure__img {
        display: block;
        pointer-events: none; }
  .carousel__wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative; }
  .carousel__offset {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    @media (min-width: 500px) {
      .carousel__offset {
        -webkit-transition: all .3s linear;
        transition: all .3s linear; } }
    @media (min-width: 760px) {
      .carousel__offset {
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; } }
    .carousel__offset--transition-reset {
      -webkit-transition: none;
      transition: none; }
  .carousel__control {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -2rem;
    width: 2rem;
    height: 2rem;
    border: 2px solid #FFF;
    background-color: transparent;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .carousel__control:hover {
      background-color: #232323;
      color: #FFF; }
      .carousel__control:hover:before {
        color: #FFF; }
    .carousel__control--prev:before, .carousel__control--next:before {
      display: block;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .carousel__control--prev {
      left: 1rem; }
      @media (min-width: 760px) {
        .carousel__control--prev {
          left: 2rem; } }
      .carousel__control--prev:before {
        margin-left: -2px; }
    .carousel__control--next {
      right: 1rem; }
      @media (min-width: 760px) {
        .carousel__control--next {
          right: 2rem; } }
      .carousel__control--next:before {
        margin-right: -2px; }
    .carousel__control_is_disabled {
      opacity: 0.5; }
      .carousel__control_is_disabled:hover {
        background-color: inherit;
        color: inherit;
        cursor: default; }
  .carousel__indicator {
    position: absolute;
    bottom: 1rem;
    height: 1rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
    .carousel__indicator__item {
      display: inline-block;
      padding: 0;
      margin: 0 0.5rem;
      width: 1rem;
      height: 1rem;
      border-radius: 100%;
      background-color: transparent;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      border: 2px solid #FFF; }
      .carousel__indicator__item:hover, .carousel__indicator__item_is_active {
        background-color: #232323; }

.touch .carousel__control {
  display: none; }

.figure {
  position: relative; }
  .figure:after {
    content: "";
    display: table;
    clear: both; }
  .figure__img {
    display: block; }
  .figure--auto .figure__img {
    width: 100%;
    height: auto; }
  .figure--format-fullsize .figure__img, .figure--format-large .figure__img, .figure--format-medium .figure__img, .figure--format-small .figure__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .figure--format-fullsize .figure__img {
    height: 100vh; }
  .figure--format-large .figure__img {
    height: 70vh; }
  .figure--format-medium .figure__img {
    height: 50vh; }
  .figure--format-small .figure__img {
    height: 25vh; }
  .figure--filter-bw .figure__img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

.map {
  position: relative; }
  .map__canvas {
    width: 100%;
    height: 60vh; }

.contactform > *:last-child {
  margin-bottom: 0; }
  .contactform > *:last-child > *:last-child {
    margin-bottom: 0; }
    .contactform > *:last-child > *:last-child > *:last-child {
      margin-bottom: 0; }

@media (max-width: 1100px) {
  .contactform {
    max-width: 20rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1100px) {
  .contactform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (min-width: 1100px) {
  .contactform__header {
    margin-right: 4rem; } }

.contactform__title {
  color: #FFF; }
  @media (min-width: 1100px) {
    .contactform__title {
      margin-bottom: 0; } }

@media (min-width: 1100px) {
  .contactform__lead {
    margin-bottom: 0; } }

.contactform__block {
  position: relative;
  text-align: left; }
  @media (min-width: 1100px) {
    .contactform__block {
      margin-right: 2rem; } }

.contactform__input {
  border: 0;
  background-color: transparent;
  font-size: 1rem;
  line-height: 2;
  font-weight: inherit;
  font-style: inherit;
  width: 100%; }

@media (max-width: 1100px) {
  .contactform__submit {
    margin-top: 2rem; } }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact__person {
    padding: 2rem; }
    .contact__person__media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contact__person__media__hero {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        border-radius: 100%;
        overflow: hidden;
        width: 6rem;
        height: 6rem;
        margin-right: 1rem;
        margin-bottom: 1rem; }
        .contact__person__media__hero img {
          display: block;
          width: 6rem;
          height: 6rem; }
      .contact__person__media__content {
        max-width: 400px; }

.table,
table {
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #DDD;
  background-color: #f2f2f2; }
  .table th,
  table th {
    font-weight: 700; }
  .table th, .table td,
  table th,
  table td {
    border: 1px solid #DDD;
    padding: 0.5rem;
    text-align: left; }
  .table tr:nth-child(odd),
  table tr:nth-child(odd) {
    background-color: #FFF; }

.o-clearfix:after {
  content: "";
  display: table;
  clear: both; }

.o-clear-both {
  clear: both; }

.o-clear-left {
  clear: left; }

.o-clear-right {
  clear: right; }

.o-right {
  float: right; }

.o-left {
  float: left; }

.o-table {
  display: table; }

.o-table-cell {
  display: table-cell; }

.o-block {
  display: block; }

.o-inline {
  display: inline; }

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

.o-oh {
  overflow: hidden; }

.o-ov {
  overflow: visible; }

.o-center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.o-center-horizontal {
  clear: both;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.o-space {
  margin-bottom: 1rem; }

.o-space-grid-gutter {
  margin-bottom: 2rem; }

.o-space-gutter {
  margin-bottom: 1rem; }

.o-space-gutter-half {
  margin-bottom: 0.5rem; }

.o-space-gutter-1 {
  margin-bottom: 1rem; }

.o-space-gutter-2 {
  margin-bottom: 2rem; }

.o-space-gutter-3 {
  margin-bottom: 3rem; }

.o-space-top {
  margin-top: 1rem; }

.o-space-top-gutter-half {
  margin-top: 0.5rem; }

.o-relative {
  position: relative; }

.o-static {
  position: static; }

.o-no-scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.o-element {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem; }

.o-component {
  display: block;
  margin-bottom: 2rem; }

.o-no-margin {
  margin: 0; }

.o-no-margin-top {
  margin-top: 0; }

.o-no-margin-right {
  margin-right: 0; }

.o-no-margin-bottom {
  margin-bottom: 0; }

.o-no-margin-left {
  margin-left: 0; }

.o-no-padding {
  padding: 0; }

.o-no-padding-top {
  padding-top: 0; }

.o-no-padding-right {
  padding-right: 0; }

.o-no-padding-bottom {
  padding-bottom: 0; }

.o-no-padding-left {
  padding-left: 0; }

.o-no-border {
  border: 0; }

.o-no-border-top {
  border-top: 0; }

.o-no-border-right {
  border-right: 0; }

.o-no-border-bottom {
  border-bottom: 0; }

.o-no-border-left {
  border-left: 0; }

.o-show {
  display: block; }

.o-hide {
  display: none; }

.o-shadow {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2); }

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

.o-text-lowercase {
  text-transform: lowercase; }

.o-text-center {
  text-align: center; }
  .o-text-center p {
    margin-left: auto;
    margin-right: auto; }

.o-text-right {
  text-align: right; }

.o-text-left {
  text-align: left; }

.o-text-strong {
  font-weight: bold; }

.o-text-italic {
  font-style: italic; }

.o-text-nowrap {
  white-space: nowrap; }

.o-text-hide {
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.o-text-disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.o-text-antialiased, .input, .textarea, .select__list {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.o-text-emboss {
  box-shadow: #FFF 0.8 0 1px 0, inset #000 0.05 0 1px 0; }

.o-text-letterpress {
  text-shadow: #FFF 0.5 0 1px 0; }

.o-reset-float {
  float: none; }

.o-reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }
  .o-reset-list li {
    margin: 0;
    padding: 0; }
    .o-reset-list li:before, .o-reset-list li:after {
      display: none; }

.o-reset-appearance, .input, .textarea, .select__list {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }

.o-reset-clearfix:after {
  display: inline;
  clear: none; }

.o-reset-spacing > *:last-child {
  margin-bottom: 0; }
  .o-reset-spacing > *:last-child > *:last-child {
    margin-bottom: 0; }
    .o-reset-spacing > *:last-child > *:last-child > *:last-child {
      margin-bottom: 0; }

.o-reset-pointer {
  pointer-events: none; }

.o-max {
  max-width: 32rem; }

.o-color-primary {
  color: #cc0000; }

.o-color-secondary {
  color: #000; }

.o-color-link {
  color: #cc0000; }

.o-color-link-hover {
  color: #232323; }

.o-color-text {
  color: #232323; }

.o-color-border {
  color: #DDD; }

.o-color-background {
  color: #f2f2f2; }

.o-color-light {
  color: #FFF; }

.o-color-dark {
  color: #000; }

.o-color-error {
  color: #cc0000; }

.o-color-success {
  color: #008839; }

.o-background-color-primary {
  background-color: #cc0000; }

.o-background-color-secondary {
  background-color: #000; }

.o-background-color-link {
  background-color: #cc0000; }

.o-background-color-link-hover {
  background-color: #232323; }

.o-background-color-text {
  background-color: #232323; }

.o-background-color-border {
  background-color: #DDD; }

.o-background-color-background {
  background-color: #f2f2f2; }

.o-background-color-light {
  background-color: #FFF; }

.o-background-color-dark {
  background-color: #000; }

.o-background-color-error {
  background-color: #cc0000; }

.o-background-color-success {
  background-color: #008839; }

.o-background-negative {
  color: #FFF; }
  .o-background-negative a[href]:not([class]) {
    color: #FFF;
    border-bottom-color: #FFF; }
    .o-background-negative a[href]:not([class]):focus, .o-background-negative a[href]:not([class]):hover {
      color: #FFF;
      border-bottom-color: #FFF; }
