@charset "UTF-8";
/**
 * $sizes: (
 *   small: (max: 767px),
 *   normal: (min: 768px),
 * ),
 * $values: (
 *   small: (
 *     h-spacing: 0,
 *     v-spacing: 16px,
 *     item-width: 200px,
 *   ),
 *   normal: (
 *     h-spacing: 16px,
 *     v-spacing: 24px,
 *     item-count: 3,
 *   ),
 * )
 */
@import url("//hello.myfonts.net/count/2f5cc9");
@font-face {
  font-family: "FuturaPT";
  font-weight: normal;
  src: url("/App/Site/Assets/fonts/futurapt/2F5CC9_0_0.eot");
  src: url("/App/Site/Assets/fonts/futurapt/2F5CC9_0_0.eot?#iefix") format("embedded-opentype"), url("/App/Site/Assets/fonts/futurapt/2F5CC9_0_0.woff2") format("woff2"), url("/App/Site/Assets/fonts/futurapt/2F5CC9_0_0.woff") format("woff"), url("/App/Site/Assets/fonts/futurapt/2F5CC9_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "FuturaPT";
  font-weight: bold;
  src: url("/App/Site/Assets/fonts/futurapt/2F5CC9_1_0.eot");
  src: url("/App/Site/Assets/fonts/futurapt/2F5CC9_1_0.eot?#iefix") format("embedded-opentype"), url("/App/Site/Assets/fonts/futurapt/2F5CC9_1_0.woff2") format("woff2"), url("/App/Site/Assets/fonts/futurapt/2F5CC9_1_0.woff") format("woff"), url("/App/Site/Assets/fonts/futurapt/2F5CC9_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "icons";
  src: url("/App/Site/Assets/fonts/icons/icons.eot?hgabkg");
  src: url("/App/Site/Assets/fonts/icons/icons.eot?hgabkg#iefix") format("embedded-opentype"), url("/App/Site/Assets/fonts/icons/icons.ttf?hgabkg") format("truetype"), url("/App/Site/Assets/fonts/icons/icons.woff?hgabkg") format("woff"), url("/App/Site/Assets/fonts/icons/icons.svg?hgabkg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-slider-prev:before {
  content: "";
}

.icon-slider-next:before {
  content: "";
}

.icon-bg-auto-dealer:before {
  content: "";
}

.icon-bg-bank-insurance:before {
  content: "";
}

.icon-bg-info:before {
  content: "";
}

.icon-bg-e-shop:before {
  content: "";
}

.icon-bg-communications:before {
  content: "";
}

.icon-bg-shop:before {
  content: "";
}

.icon-bg-medicine:before {
  content: "";
}

.icon-bg-ad:before {
  content: "";
}

.icon-bg-food-delivery:before {
  content: "";
}

.icon-bg-gov:before {
  content: "";
}

.icon-bg-utilities:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-request-offer:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-file-generic:before {
  content: "";
}

.icon-file-pdf:before {
  content: "";
}

.icon-file-word:before {
  content: "";
}

.icon-file-excel:before {
  content: "";
}

.icon-file-archive:before {
  content: "";
}

.icon-first-page:before {
  content: "";
}

.icon-last-page:before {
  content: "";
}

.icon-prev-page:before {
  content: "";
}

.icon-next-page:before {
  content: "";
}

html, body {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Arial", san-serif;
  font-size: 18px;
  line-height: 1.38;
  color: white;
  background-color: #00b0ed;
  background-image: url("/App/Site/Assets/i/blue-bk.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (min-width: 481px) and (max-width: 1115px) {
  body {
    min-width: 1004px;
  }
}
@media screen and (min-width: 1116px) {
  body {
    min-width: 1155px;
  }
}

img {
  border: none;
}

figure {
  margin: 0;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0;
  vertical-align: top;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .desktop-only {
    display: none;
  }
}
.no-animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}

@media screen and (min-width: 481px) and (max-width: 1115px) {
  .page-container {
    width: 974px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1116px) {
  .page-container {
    width: 1115px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 481px) {
  .page-container > section + section {
    margin-top: 65px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-container > section + section {
    margin-top: 50px;
  }
}

.page-content:before, .page-content:after {
  content: " ";
  display: table;
  height: 0;
}
.page-content:after {
  clear: both;
}
.page-content .card {
  color: black;
  background-color: white;
  box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.2);
}
.page-content .card:before, .page-content .card:after {
  content: " ";
  display: table;
  height: 0;
}
.page-content .card:after {
  clear: both;
}
.page-content .card section.text p.lead,
.page-content .card section.text p:first-child,
.page-content .card section.text p,
.page-content .card section.text li,
.page-content .card section.text .more,
.page-content .card section.text strong {
  color: black;
}
.page-content .card section.text a {
  color: #00ace7;
}
.page-content .card section.text ul li {
  font-size: 16px;
  line-height: 1.25;
  background-image: url("/App/Site/Assets/i/check-bullet.png");
  background-position: left 8px;
}
.page-content .card section.text ol li {
  font-size: 16px;
  line-height: 1.25;
}
.page-content .card aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: FuturaPT, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  text-transform: uppercase;
}
.page-content .card aside ul li {
  margin: 0;
  padding: 0;
}
.page-content .card aside ul li:first-child {
  margin-top: 0;
}
.page-content .card aside ul li:last-child {
  margin-bottom: 0;
}
.page-content .card aside ul li a {
  color: #00ace7;
}
.page-content .card aside ul li.active a {
  color: black;
}
@media screen and (min-width: 481px) {
  .page-content .card {
    margin-bottom: 150px;
  }
  .page-content .card > .content {
    float: left;
    width: 735px;
    margin-right: 95px;
    padding: 70px;
    padding-right: 0;
  }
  .page-content .card > .content section.text {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .page-content .card section.text a:hover {
    color: black;
  }
  .page-content .card aside {
    float: right;
    width: 285px;
    padding: 70px;
    padding-left: 25px;
  }
  .page-content .card aside ul li {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .page-content .card aside ul li a:hover {
    color: black;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-content .card {
    margin-bottom: 80px;
  }
  .page-content .card > .content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-content .card aside {
    padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-content .card aside ul {
    line-height: 1.25;
  }
  .page-content .card aside ul li {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .page-content .card aside ul.collapsed-list li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page-content .card aside ul.collapsed-list li .body {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .page-content .card aside ul.collapsed-list li:first-child .body {
    margin-top: 0;
  }
  .page-content .card aside ul.collapsed-list li:last-child .body {
    margin-bottom: 0;
  }
  .page-content .card aside ul.collapsed-list li.collapser-less {
    color: #00ace7;
  }
}
@media screen and (min-width: 481px) and (max-width: 1115px) {
  .page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1116px) {
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 481px) {
  .page-content {
    /*
    & > .content {
      margin: {
        top: 100px;
        bottom: 100px;
      }
    }
    */
  }
  .page-content > .content section:last-child {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-content > .content {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.row:before, .row:after {
  content: " ";
  display: table;
  height: 0;
}
.row:after {
  clear: both;
}
@media screen and (min-width: 481px) {
  .row .col {
    float: left;
    padding-right: 25px;
  }
  .row .col-four {
    width: 25%;
  }
  .row .col-half {
    width: 50%;
  }
  .row .col-70 {
    width: 70%;
  }
  .row .col-30 {
    width: 30%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .row .col:not(:first-child) {
    margin-top: 15px;
  }
}

.page-header {
  position: relative;
  overflow: hidden;
  font-family: FuturaPT, sans-serif;
  color: white;
}
.page-header header .col-logo .logo {
  background: url("/App/Site/Assets/i/mastertelecom-logo.png") no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .page-header header .col-logo .logo {
    background-image: url("/App/Site/Assets/i/mastertelecom-logo-x2.png");
    background-size: 221px 86px;
  }
}
@media screen and (min-width: 481px) {
  .page-header header {
    margin-bottom: 60px;
  }
  .page-header header .col-logo {
    width: 285px;
    padding-top: 39px;
  }
  .page-header header .col-logo a {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .page-header header .col-logo .logo {
    display: inline-block;
    vertical-align: top;
    margin-left: -11px;
    width: 221px;
    height: 86px;
  }
  .page-header header .col-logo h1 {
    margin-top: 10px;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.075em;
    margin-left: -11px;
    width: 221px;
    text-align: center;
  }
  .page-header header .col-menu {
    width: 570px;
    padding-top: 57px;
  }
  .page-header header .col-menu .menu-btn {
    display: none;
  }
  .page-header header .col-menu .nav-menu {
    position: relative;
  }
  .page-header header .col-menu .nav-menu:before, .page-header header .col-menu .nav-menu:after {
    content: " ";
    display: table;
    height: 0;
  }
  .page-header header .col-menu .nav-menu:after {
    clear: both;
  }
  .page-header header .col-menu .nav-menu .close {
    display: none;
  }
  .page-header header .col-menu .nav-menu .extra-menu,
.page-header header .col-menu .nav-menu .main-menu {
    white-space: nowrap;
  }
  .page-header header .col-menu .nav-menu .extra-menu a,
.page-header header .col-menu .nav-menu .main-menu a {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: white;
  }
  .page-header header .col-menu .nav-menu .extra-menu a:not(:first-child),
.page-header header .col-menu .nav-menu .main-menu a:not(:first-child) {
    margin-left: 36px;
  }
  .page-header header .col-menu .nav-menu .extra-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .page-header header .col-menu .nav-menu .extra-menu a {
    text-decoration: underline;
  }
  .page-header header .col-menu .nav-menu .extra-menu a:hover,
.page-header header .col-menu .nav-menu .extra-menu a.active {
    text-decoration: none;
  }
  .page-header header .col-menu .nav-menu .main-menu {
    margin-top: 50px;
  }
  .page-header header .col-menu .nav-menu .main-menu a {
    line-height: 1.6;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
  }
  .page-header header .col-menu .nav-menu .main-menu a:hover,
.page-header header .col-menu .nav-menu .main-menu a.active {
    border-bottom: 2px solid white;
  }
  .page-header header .col-call {
    width: 260px;
    padding-top: 40px;
    padding-right: 0;
    text-align: right;
  }
  .page-header header .col-call a {
    display: inline-block;
    vertical-align: top;
    padding: 15px 23px;
    border: 2px solid white;
    font-weight: bold;
    font-size: 16px;
    color: white;
  }
  .page-header header .col-call a .icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
  }
  .page-header header .col-call a:hover {
    color: black;
    background-color: white;
  }
}
@media screen and (min-width: 481px) and (max-width: 1115px) {
  .page-header header .row {
    min-width: 1024px;
  }
  .page-header header .col-menu {
    width: 550px;
  }
  .page-header header .col-call {
    width: 160px;
  }
}
@media screen and (min-width: 1116px) {
  .page-header header .row {
    min-width: 1115px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-header header.page-container {
    padding: 0;
  }
  .page-header header .col-logo {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .page-header header .col-logo a {
    display: inline-block;
  }
  .page-header header .col-logo .logo {
    display: block;
    width: 181px;
    height: 70px;
    background-image: url("/App/Site/Assets/i/mastertelecom-logo-phone.png");
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 320px) and (max-width: 480px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 320px) and (max-width: 480px) and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-width: 320px) and (max-width: 480px) and (min-resolution: 125dpi), only screen and (min-width: 320px) and (max-width: 480px) and (min-resolution: 1.3dppx) {
  .page-header header .col-logo .logo {
    background-image: url("/App/Site/Assets/i/mastertelecom-logo-phone-x2.png");
    background-size: 181px 70px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-header header .col-logo h1 {
    margin-top: 5px;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.075em;
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-header header .col-menu .menu-btn {
    position: absolute;
    top: 30px;
    left: 0;
    width: 60px;
    height: 44px;
    font-family: Verdana;
    font-weight: normal;
    font-size: 30px;
    color: white;
    text-align: center;
  }
  .page-header header .col-menu .menu-btn:before {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    content: "≡";
  }
  .page-header header .col-menu .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    padding-bottom: 20px;
    background-color: rgba(0, 172, 231, 0.97);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-header header .col-menu .nav-menu.active {
    display: block;
  }
  .page-header header .col-menu .nav-menu .close {
    margin-top: 18px;
    width: 58px;
    height: 44px;
    text-align: center;
  }
  .page-header header .col-menu .nav-menu .close:before {
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    font-family: "icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
  }
  .page-header header .col-menu .nav-menu .main-menu,
.page-header header .col-menu .nav-menu .extra-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header header .col-menu .nav-menu .main-menu a,
.page-header header .col-menu .nav-menu .extra-menu a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    color: white;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .page-header header .col-menu .nav-menu .main-menu {
    margin-top: 15px;
  }
  .page-header header .col-menu .nav-menu .main-menu a {
    text-transform: uppercase;
  }
  .page-header header .col-menu .nav-menu .extra-menu a {
    opacity: 0.5;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-header header .col-call a {
    pointer-events: all;
    position: absolute;
    top: 30px;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 44px;
    line-height: 44px;
    color: white;
    text-align: center;
  }
  .page-header header .col-call a .text {
    display: none;
  }
}
.page-header .breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding-bottom: 7px;
  font-family: FuturaPT, sans-serif;
  font-size: 16px;
}
.page-header .breadcrumb,
.page-header .breadcrumb a {
  color: #91daf6;
}
@media screen and (min-width: 481px) {
  .page-header .breadcrumb a:hover {
    color: black;
  }
}
.page-header .breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.page-header .breadcrumb li:not(:last-child) {
  padding-right: 21px;
  margin-right: 6px;
  background-image: url("/App/Site/Assets/i/breadcrumb-sep.png");
  background-repeat: no-repeat;
  background-position: right 57%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-header .breadcrumb {
    margin-top: 7px;
    line-height: 1.5625;
  }
}
.page-header h1 {
  margin: 0;
  font-family: FuturaPT, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) {
  .page-header h1 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 1.1666666667;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-header h1 {
    font-size: 30px;
    line-height: 1.1666666667;
  }
}
.page-header .page-description {
  font-family: FuturaPT, sans-serif;
  font-size: 22px;
  line-height: 1.2727272727;
}
.page-header .page-description a {
  color: white;
  text-decoration: underline;
}
@media screen and (min-width: 481px) {
  .page-header .page-description {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-header .page-description {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.page-header .btn {
  background-color: #00bfff;
  border-color: #00bfff;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 481px) {
  .page-header .btn:hover {
    color: black;
    background-color: white;
    border-color: white;
  }
}
.page-header .order-btn {
  min-width: 190px;
  padding-right: 37px;
  position: relative;
}
@media screen and (min-width: 481px) {
  .page-header .order-btn {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-header .order-btn {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.page-header .order-btn:after {
  position: absolute;
  top: 16px;
  right: 8px;
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/*
body.section-frontpage .page-header {

  header {
    position: absolute;
    top: 0;
    left: 0; right: 0;
    z-index: 100;
  }

  @include x-breakpoint($x-desktop) {
    min-height: 100vh;

    .content {
      min-height: 100vh;
    }

  }


  .slides-container {
    position: relative;
    z-index: 90;
  }

  .slides {
    position: relative;
    z-index: 90;
    width: 100%;
    height: 100%;

    @include user-select(none);
    cursor: default;

    white-space: nowrap;
    & > * {
      white-space: normal;
    }

    .slide {
      //@include transition(transform 0.3s linear);
      //transition: transform 150ms ease-in-out;
      @include transition-timing-function(ease-in-out);

      / *
      display: none;
      position: absolute;
      z-index: 90;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      * /
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: 100%;

      background: no-repeat center center;
      background-size: cover;

      @include x-breakpoint($x-desktop) {
        padding-top: x-defaults(header-height);
      }

      @include x-breakpoint($x-phone) {
        padding-top: x-defaults(header-height);
      }

      .btn {
        display: inline-block;
        font-family: FuturaPT, sans-serif;
        font-weight: bold;

        color: black;
        background: white;
      }

      / *
      &.active {
        display: block;
      }
      * /

    }

  }

  .action-bar {
    display: none;
    height: 0;
  }

  .action-left,
  .action-right {
    position: absolute;
    bottom: 0;
    z-index: 99;
    border: 2px solid white;
    cursor: pointer;

    text-align: center;

    &:before {
      display: inline-block;
      vertical-align: top;

      @include icon;
      font-size: 24px;
    }
  }
  .action-left {
    &:before {
      content: $icon-slider-prev;
    }
  }
  .action-right {
    &:before {
      content: $icon-slider-next;
    }
    right: 0;
  }

  @import "header-slides.desktop";
  @import "header-slides.phone";

}
*/
footer.main {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: FuturaPT, sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
  color: white;
  background-color: #262c2e;
}
footer.main:before, footer.main:after {
  content: " ";
  display: table;
  height: 0;
}
footer.main:after {
  clear: both;
}
footer.main a {
  color: white;
}
@media screen and (min-width: 481px) and (max-width: 1115px) {
  footer.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1116px) {
  footer.main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 481px) {
  footer.main .row + .row {
    margin-top: 35px;
    border-top: 1px solid #383d40;
    padding-top: 34px;
  }
}
footer.main section {
  margin-top: 25px;
}
@media screen and (min-width: 481px) {
  footer.main section a:hover {
    color: #00ace7;
  }
}
footer.main section header {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
}
footer.main section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.main section ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5625;
}
footer.main section ul li a {
  border-bottom: 1px solid #5c6162;
}
@media screen and (min-width: 481px) {
  footer.main section ul li a:hover {
    color: #00ace7;
    border-bottom: 1px solid transparent;
  }
}
footer.main .developer {
  display: inline-block;
  vertical-align: top;
  min-height: 30px;
  text-decoration: none;
}

.more {
  font-family: FuturaPT, sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
.more:after {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 10px;
}

section h2 {
  font-family: FuturaPT, sans-serif;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 44px;
}

.page-content > .content h3 {
  font-family: FuturaPT, sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-content > .content h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
.page-content > .content h4 {
  font-family: FuturaPT, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 26px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-content > .content h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.cookie-panel .button.button-blue-outline, .cookie-panel .button.button-blue, .dialog .btn, .inline-form-message .btn,
.inline-form-message button,
form.inline-form .btn,
form.inline-form button,
form.inline-form-horiz .btn,
form.inline-form-horiz button, form .form-actions button, .page-header .btn {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #00bfff;
  border-radius: 0;
  padding: 6px 18px;
  font-family: FuturaPT, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.9444444444;
  color: white;
  background-color: #00bfff;
  cursor: pointer;
}

section.text p,
section.text li {
  color: #b1edff;
}
section.text p {
  font-family: FuturaPT, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
section.text a {
  color: white;
}
section.text p.lead,
section.text p:first-child,
section.text strong {
  color: white;
}
section.text > p.lead, section.text > p:first-child {
  font-size: 22px;
  line-height: 1.2727272727;
}
section.text > p:first-child,
section.text .rich-content:first-child > p:first-child {
  margin-top: 0;
}
section.text p:last-child {
  margin-bottom: 0;
}
section.text .more {
  color: white;
}
section.text ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
}
section.text ul:not(:last-child) {
  margin-bottom: 55px;
}
section.text ul li {
  font-family: FuturaPT, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 10px 0;
  padding-left: 25px;
  background: url("/App/Site/Assets/i/check-bullet-white.png") no-repeat left 9px;
}
section.text ol:not(:last-child) {
  margin-bottom: 55px;
}
section.text ol li {
  font-family: FuturaPT, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 10px 0;
}
section.text .media img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 481px) {
  section.text {
    margin-top: 0;
    margin-bottom: 70px;
    width: 855px;
  }
  .row .col section.text {
    width: 100%;
  }
  section.text a:hover {
    color: black;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section.text p,
section.text ul li {
    font-size: 16px;
    line-height: 1.25;
  }
  section.text > p:first-child, section.text > p.lead {
    font-size: 20px;
    line-height: 1.1;
  }
}

.tiles .item {
  position: relative;
  z-index: 10;
  background-color: #00bfff;
}
.tiles .item .icon {
  position: absolute;
  z-index: 90;
  font-size: 200px;
  width: 200px;
  height: 200px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  color: white;
  opacity: 0.3;
}
.tiles .item .icon:before {
  position: absolute;
  right: -50px;
  bottom: -50px;
}
.tiles .item .content {
  position: relative;
  z-index: 100;
  height: 100%;
  overflow: hidden;
  font-family: FuturaPT, sans-serif;
  color: white;
}
.tiles .item .content .caption {
  margin: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.tiles .item .content .subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  opacity: 0.5;
}
.tiles .item .content .note {
  display: block;
}
.tiles .toggler {
  display: inline-block;
  margin-top: 25px;
  font-family: FuturaPT, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  cursor: pointer;
}
.tiles .toggler:after {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 10px;
}
.tiles .expanded-view {
  display: none;
  vertical-align: top;
}
.tiles.toggle-expanded .collapsed-view {
  display: none;
}
.tiles.toggle-expanded .expanded-view {
  display: inline-block;
}

@media screen and (min-width: 481px) {
  .tiles {
    margin: -3px;
    margin-bottom: 0;
  }
  .tiles .item {
    display: inline-block;
    vertical-align: top;
    height: 200px;
    margin-top: 3px;
    margin-left: 3px;
    padding: 35px 30px 30px;
  }
  .tiles .item .content .caption {
    width: 240px;
    font-size: 21px;
    line-height: 1.1904761905;
  }
  .tiles .item .content .subtitle {
    font-size: 16px;
    line-height: 1.5625;
  }
  .tiles .item .content .note {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 1.375;
  }
  .tiles .item:before {
    display: none;
    content: " ";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    background-color: white;
    box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.2);
  }
  .tiles .item:hover {
    z-index: 20;
  }
  .tiles .item:hover .icon {
    color: #e6e6e6;
    opacity: 1;
    right: -10px;
    bottom: -10px;
  }
  .tiles .item:hover .icon:before {
    right: -40px;
    bottom: -40px;
  }
  .tiles .item:hover .content {
    color: #333333;
  }
  .tiles .item:hover:before {
    display: block;
  }

  .tiles-list {
    margin-top: 40px;
    margin-bottom: 140px;
  }
  .tiles-list .item {
    display: block;
    height: auto;
    min-height: 200px;
  }
  .tiles-list .item .content {
    margin-right: 270px;
  }
  .tiles-list .item .content .note {
    margin: 36px 0 0;
    font-size: 22px;
    line-height: 1.2727272727;
  }
  .tiles-list .item .icon {
    font-size: 260px;
    width: 260px;
    height: 260px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1115px) {
  .tiles .item {
    width: 322px;
  }

  .tiles-list .item {
    width: 100%;
  }
}
@media screen and (min-width: 1116px) {
  .tiles .item {
    width: 369px;
  }

  .tiles-list .item {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tiles {
    margin-top: -2px;
  }
  .tiles .item {
    display: block;
    width: 280px;
    height: 188px;
    margin-top: 2px;
    padding: 23px 20px 20px;
  }
  .tiles .item .content .caption {
    width: 100%;
    font-size: 18px;
    line-height: 1.3888888889;
  }
  .tiles .item .content .note {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.25;
  }

  .tiles-list .item {
    height: auto;
  }
  .tiles-list .item .content .note {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.25;
  }
}
.tiles-cards .item {
  position: relative;
  z-index: 10;
  background-color: white;
  box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.2);
}
.tiles-cards .item .content {
  font-family: FuturaPT, sans-serif;
  overflow: hidden;
}
.tiles-cards .item .content .caption {
  display: block;
}
.tiles-cards .item .content .summary {
  display: block;
}
.tiles-cards .item .content .summary .link {
  text-decoration: underline;
}

.tiles-cards-small .item {
  font-family: FuturaPT, sans-serif;
}
.tiles-cards-small .item .media img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.tiles-cards-small .item .content {
  overflow: hidden;
}
.tiles-cards-small .item .content .caption {
  font-size: 20px;
  line-height: 1.2;
}
.tiles-cards-small .item .content .summary {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}
.tiles-cards-small .item .timestamp {
  font-size: 14px;
  color: #808080;
}

.tiles-cards-large .item .media {
  position: relative;
  overflow: hidden;
}
.tiles-cards-large .item .media img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
}
.tiles-cards-large .item .content .caption {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
  text-transform: none;
}
.tiles-cards-large .item .content .summary {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.25;
}

@media screen and (min-width: 481px) {
  .tiles-cards .item {
    display: inline-block;
    vertical-align: top;
  }

  .tiles-cards-large {
    margin: -25px;
    margin-bottom: 0;
  }
  .tiles-cards-large .item {
    width: 355px;
    margin-left: 25px;
    margin-top: 25px;
    padding: 25px;
  }
  .tiles-cards-large .item .media {
    width: 305px;
    min-height: 200px;
  }
  .tiles-cards-large .item .media img {
    display: block;
    width: auto;
    max-height: 200px;
  }
  .tiles-cards-large .item .content {
    height: 175px;
  }

  .tiles-cards-small {
    margin: -25px;
    margin-bottom: 0;
  }
  .tiles-cards-small .item {
    width: 260px;
    margin-left: 25px;
    margin-top: 25px;
  }
  .tiles-cards-small .item .media {
    height: 185px;
    overflow: hidden;
  }
  .tiles-cards-small .item .content {
    margin: 18px 21px 25px;
    height: 323px;
  }
  .tiles-cards-small .item .timestamp {
    margin: 18px 21px;
    margin-top: 0;
  }
  .tiles-cards-small .item .media + .content {
    margin-bottom: 18px;
    height: 145px;
  }
  .tiles-cards-small .item:hover {
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.4);
  }
  .tiles-cards-small .item:hover .media {
    position: relative;
  }
  .tiles-cards-small .item:hover .media:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid white;
    border-bottom: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tiles-cards .item {
    display: block;
  }

  .tiles-cards-large {
    margin-top: -20px;
  }
  .tiles-cards-large .item {
    width: 280px;
    margin-top: 20px;
    padding: 20px;
  }
  .tiles-cards-large .item .media {
    width: 240px;
    min-height: 157px;
  }
  .tiles-cards-large .item .content {
    height: 155px;
  }

  .tiles-cards-small {
    margin-top: 30px;
  }
  .tiles-cards-small .item {
    width: 280px;
    margin-top: 20px;
  }
  .tiles-cards-small .item::after {
    clear: both;
    content: "";
    display: table;
  }
  .tiles-cards-small .item::before {
    clear: both;
    content: "";
    display: table;
  }
  .tiles-cards-small .item .content {
    margin: 13px 21px;
  }
  .tiles-cards-small .item .content .summary {
    line-height: 1.25;
  }
  .tiles-cards-small .item .timestamp {
    margin: 13px 21px;
    margin-top: 0;
  }
  .tiles-cards-small .item .content {
    margin: 18px 21px 22px;
    height: 336px;
  }
  .tiles-cards-small .item .timestamp {
    margin: 18px 21px;
    margin-top: 0;
  }
  .tiles-cards-small .item .media + .content {
    margin-bottom: 18px;
    height: 145px;
  }
}
.card section.files {
  margin-bottom: 0 !important;
}
section.files h4 {
  font-family: FuturaPT, sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 0;
}
.card section.files:first-child h4 {
  margin-top: 0;
}
section.files .file-list .file-item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-top: 25px;
}
section.files .file-list .file-item:nth-child(odd) {
  margin-right: 4%;
}
section.files .file-list .file-item .file-item-body {
  /*
  display: inline-block;
  vertical-align: top;
  */
}
section.files .file-list .file-item .media {
  float: left;
}
section.files .file-list .file-item .media .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  font-size: 36px;
  color: #ea4c3a;
}
section.files .file-list .file-item .info {
  overflow: hidden;
}
section.files .file-list .file-item .info .title {
  font-family: FuturaPT, sans-serif;
  font-size: 22px;
  line-height: 1.0909090909;
  word-break: break-word;
}
section.files .file-list .file-item .info .subtitle {
  font-family: FuturaPT, sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #666666;
}
section.files .file-list .file-item .info .subtitle .icon {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  section.files .file-list .file-item {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  section.files .file-list .file-item .media .icon {
    margin-right: 10px;
    font-size: 33px;
  }
  section.files .file-list .file-item .info .title {
    font-size: 18px;
    line-height: 1.1111111111;
  }
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@-moz-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.4);
  }
  20% {
    -moz-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
}
form .form-group input.form-control {
  width: 100%;
  font-family: FuturaPT, sans-serif;
  border: 1px solid #ebebeb;
  border-radius: 0;
  outline: none;
}
form .form-group textarea.form-control {
  width: 100%;
  font-family: FuturaPT, sans-serif;
  border: 1px solid #ebebeb;
  border-radius: 0;
  outline: none;
}
form .form-group.form-group-captcha .form-control-ui {
  width: 100%;
}
form .form-group .advice .validation-advice {
  font-family: FuturaPT, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 8px;
}
form .form-group.form-group-error input.form-control {
  border-color: black;
}
form .form-group .radio {
  margin-top: 8px;
  margin-bottom: 8px;
}
form .form-group .radio input[type=radio] {
  /*
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  */
  display: none;
}
form .form-group .radio label {
  position: relative;
  padding-left: 30px;
  font-family: FuturaPT, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  min-height: 22px;
}
form .form-group .radio label:before, form .form-group .radio label:after {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
}
form .form-group .radio label:before {
  border: 1px solid #ddd;
}
form .form-group .radio label:after {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 22px;
  content: "";
  color: white;
  background-color: #00ace7;
}
form .form-group .radio label:after {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
form .form-group .radio input[type=radio]:checked + label {
  color: #00ace7;
}
form .form-group .radio input[type=radio]:checked + label:after {
  opacity: 1;
}
form .form-actions button {
  background-color: #00a7e1;
  border-color: #00a7e1;
  outline: none;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
form .form-actions button .spinner {
  display: none;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 24px;
  text-align: center;
  font-size: 10px;
}
form .form-actions button .spinner div {
  background-color: white;
  height: 100%;
  width: 3px;
  margin-right: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
form .form-actions button .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
form .form-actions button .spinner .rect3 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  animation-delay: -1s;
}
form .form-actions button .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
form .form-actions button .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
form.sending {
  position: relative;
}
form.sending:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.01);
}
form.sending button[type=submit] .text {
  display: none;
}
form.sending button[type=submit] .spinner {
  display: block;
}

.inline-form-message,
form.inline-form,
form.inline-form-horiz {
  font-family: FuturaPT, sans-serif;
}
.inline-form-message .form-group .radio input[type=radio]:checked + label,
form.inline-form .form-group .radio input[type=radio]:checked + label,
form.inline-form-horiz .form-group .radio input[type=radio]:checked + label {
  color: white;
}
.inline-form-message .form-group .radio label:before,
form.inline-form .form-group .radio label:before,
form.inline-form-horiz .form-group .radio label:before {
  border: 1px solid white;
}
.inline-form-message .form-group .radio label:after,
form.inline-form .form-group .radio label:after,
form.inline-form-horiz .form-group .radio label:after {
  color: #00ace7;
  background-color: white;
}
.inline-form-message .form-group.form-group-captcha::after,
form.inline-form .form-group.form-group-captcha::after,
form.inline-form-horiz .form-group.form-group-captcha::after {
  clear: both;
  content: "";
  display: table;
}
.inline-form-message .form-group.form-group-captcha .form-label,
.inline-form-message .form-group.form-group-captcha .form-control-ui,
form.inline-form .form-group.form-group-captcha .form-label,
form.inline-form .form-group.form-group-captcha .form-control-ui,
form.inline-form-horiz .form-group.form-group-captcha .form-label,
form.inline-form-horiz .form-group.form-group-captcha .form-control-ui {
  float: left;
}
.inline-form-message .form-group.form-group-captcha .form-control-ui .form-control-captcha,
form.inline-form .form-group.form-group-captcha .form-control-ui .form-control-captcha,
form.inline-form-horiz .form-group.form-group-captcha .form-control-ui .form-control-captcha {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.inline-form-message .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control-captcha-image,
form.inline-form .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control-captcha-image,
form.inline-form-horiz .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control-captcha-image {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.inline-form-message .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control-captcha-image img,
form.inline-form .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control-captcha-image img,
form.inline-form-horiz .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control-captcha-image img {
  display: inline-block;
  vertical-align: top;
}
.inline-form-message .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control,
form.inline-form .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control,
form.inline-form-horiz .form-group.form-group-captcha .form-control-ui .form-control-captcha .form-control {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.inline-form-message .form-label,
form.inline-form .form-label,
form.inline-form-horiz .form-label {
  display: inline-block;
  font-size: 16px;
  color: #b1edff;
  margin-bottom: 8px;
}
.inline-form-message .form-control,
form.inline-form .form-control,
form.inline-form-horiz .form-control {
  border: 1px solid white;
  color: white;
  background-color: #2BB0ED;
}
.inline-form-message .form-control:focus,
form.inline-form .form-control:focus,
form.inline-form-horiz .form-control:focus {
  color: black;
  background-color: white;
}
.inline-form-message .form-control.validation-failed,
form.inline-form .form-control.validation-failed,
form.inline-form-horiz .form-control.validation-failed {
  color: white !important;
  border-color: white !important;
  background-color: #2692c5;
}
.inline-form-message .error,
form.inline-form .error,
form.inline-form-horiz .error {
  clear: both;
  overflow: hidden;
}
.inline-form-message .error .validation-advice,
form.inline-form .error .validation-advice,
form.inline-form-horiz .error .validation-advice {
  margin-top: 5px;
  font-size: 16px;
  color: black;
}
.inline-form-message .form-group-required .form-label:after,
form.inline-form .form-group-required .form-label:after,
form.inline-form-horiz .form-group-required .form-label:after {
  content: " *";
  display: inline-block;
  vertical-align: text-top;
}
.inline-form-message p.note,
form.inline-form p.note,
form.inline-form-horiz p.note {
  font-size: 16px;
  line-height: 1.375;
}
.inline-form-message .btn,
.inline-form-message button,
form.inline-form .btn,
form.inline-form button,
form.inline-form-horiz .btn,
form.inline-form-horiz button {
  background-color: #00bfff;
  border-color: #00bfff;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 481px) {
  form .form-group {
    margin-bottom: 25px;
  }
  form .form-group input.form-control,
form .form-group textarea.form-control {
    font-size: 20px;
    padding: 12px 20px 13px;
  }
  form .form-actions button {
    min-width: 190px;
    padding-right: 37px;
  }

  .inline-form-message .btn:hover,
.inline-form-message button:hover,
form.inline-form .btn:hover,
form.inline-form button:hover,
form.inline-form-horiz .btn:hover,
form.inline-form-horiz button:hover {
    color: black;
    background-color: white;
    border-color: white;
  }

  .inline-form-message:last-child {
    margin-bottom: 50px;
  }

  form.inline-form-horiz .form-group .radio-list-field {
    padding-left: 288px;
    margin-bottom: 55px;
  }
  form.inline-form-horiz .form-group .form-label {
    margin-top: 11px;
    vertical-align: top;
    width: 285px;
    font-size: 20px;
  }
  form.inline-form-horiz .form-group .form-control, form.inline-form-horiz .form-group.form-group-captcha .form-control-ui {
    width: 545px;
  }
  form.inline-form-horiz .form-group.form-group-captcha .form-control-ui {
    margin-left: 3px;
  }
  form.inline-form-horiz .form-group.form-group-captcha .advice {
    padding-left: 0;
  }
  form.inline-form-horiz .form-group .advice {
    padding-left: 288px;
  }
  form.inline-form-horiz .form-actions {
    padding-left: 288px;
  }
  form.inline-form-horiz:last-child {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  form .form-group {
    margin-bottom: 20px;
  }
  form .form-group input.form-control,
form .form-group textarea.form-control {
    font-size: 18px;
    padding: 9px 14px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  form .form-group .advice .validation-advice {
    margin-top: 6px;
  }
  form .form-actions button {
    min-width: 160px;
    line-height: 1.5555555556;
  }

  .inline-form-message:last-child {
    margin-bottom: 30px;
  }

  form.inline-form-horiz .form-group .radio label {
    display: block;
  }
  form.inline-form-horiz .form-group .radio label:before, form.inline-form-horiz .form-group .radio label:after {
    top: 2px;
  }
}
.dialog-embed > .close, .dialog .close-action {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 13px;
}
.dialog-embed > .close:before, .dialog .close-action:before {
  display: block;
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.dialog-box:before {
  content: " ";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 167, 225, 0.97);
  z-index: 1100;
}

.dialog {
  position: absolute;
  z-index: 1200;
  margin: auto;
  margin-bottom: 40px;
  color: black;
  background-color: white;
  box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.2);
}
.dialog::after {
  clear: both;
  content: "";
  display: table;
}
.dialog.dialog-loading {
  min-height: 250px;
  background-image: url("/App/Site/Assets/i/dialog-spinner.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.dialog .dialog-caption {
  font-family: FuturaPT, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.dialog p {
  font-family: FuturaPT, sans-serif;
  font-size: 16px;
  line-height: 1.375;
}
.dialog form {
  margin-top: 25px;
}
.dialog .table-responsive {
  position: relative;
}
.dialog .table-responsive .table-container {
  overflow: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .dialog .table-responsive:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
.dialog table {
  font-family: FuturaPT, sans-serif;
}
.dialog table th, .dialog table td {
  text-align: center;
}
.dialog table th {
  font-weight: bold;
}
.dialog table td {
  border-top: 1px solid #f5f5f5;
}
.dialog .dialog-actions {
  margin-top: 15px;
}
.dialog .btn {
  min-width: 165px;
  text-align: center;
  border-color: #00a7e1;
  background-color: #00a7e1;
  outline: none;
}

.dialog-embed {
  position: relative;
  margin: 100px auto 200px;
}
.dialog-embed .dialog {
  position: relative;
}

@media screen and (min-width: 481px) {
  .dialog {
    width: 450px;
    padding: 45px 50px;
  }
  .dialog .dialog-caption {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .dialog table {
    min-width: 100%;
  }
  .dialog table th, .dialog table td {
    max-width: 180px;
    font-size: 16px;
    line-height: 1.25;
    padding: 10px 7px;
  }
  .dialog .btn:hover,
.dialog button:hover {
    color: #00a7e1;
    border-color: #00a7e1;
    background-color: white;
  }

  .dialog-embed {
    width: 450px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .dialog {
    width: 280px;
    padding: 25px;
  }
  .dialog .dialog-caption {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .dialog .close-action {
    top: -44px;
    right: -13px;
  }
  .dialog .table-responsive {
    margin-right: -25px;
  }
  .dialog .table-responsive .table-container {
    -webkit-overflow-scrolling: touch;
  }
  .dialog .table-responsive table {
    min-width: 85%;
  }
  .dialog .table-responsive table th:last-child,
.dialog .table-responsive table td:last-child {
    padding-right: 37px;
  }
  .dialog .table-responsive table th, .dialog .table-responsive table td {
    max-width: 150px;
    min-width: 100px;
    font-size: 16px;
    line-height: 1.25;
    padding: 10px 7px;
  }
  .dialog .table-responsive table th {
    font-size: 14px;
  }
  .dialog .table-responsive table tr:last-child td {
    padding-bottom: 20px;
  }

  .dialog-embed > .close {
    top: -44px;
    right: -13px;
  }
}
.filter form .form-group select.form-control {
  border: 1px solid white;
  border-radius: 0;
  font-family: FuturaPT, sans-serif;
  font-size: 20px;
  color: white;
  padding: 10px 20px;
  padding-right: 40px;
  outline: none;
  background: #00B0EC url("/App/Site/Assets/i/blue-drop-down-arrow.png") no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.filter form .form-actions button {
  text-align: left;
  background-color: #00bfff;
  border-color: #00bfff;
}
.filter + section {
  margin-top: 10px !important;
}

@media screen and (min-width: 481px) {
  .filter {
    margin-top: 20px;
  }
  .filter form .form-fields {
    display: inline-block;
    vertical-align: top;
  }
  .filter form .form-group select.form-control {
    width: 355px;
  }
  .filter form .form-actions {
    margin-left: 25px;
  }
  .filter form .form-actions button:hover {
    color: black;
    background-color: white;
    border-color: white;
  }
  .filter form .form-group,
.filter form .form-actions {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .filter {
    margin-bottom: 40px;
  }
  .filter .form-group select.form-control {
    width: 100%;
  }
}
.pagination {
  width: 100%;
  font-family: FuturaPT, sans-serif;
  display: table;
}
.pagination, .pagination a {
  color: white;
}
.pagination .row {
  display: table-row;
}
.pagination .row .first,
.pagination .row .prev,
.pagination .row .pages,
.pagination .row .next,
.pagination .row .last {
  display: table-cell;
}
.pagination .row .first i.icon,
.pagination .row .prev i.icon,
.pagination .row .pages i.icon,
.pagination .row .next i.icon,
.pagination .row .last i.icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
  font-weight: normal;
  font-size: 14px;
}
.pagination .row .first .text,
.pagination .row .prev .text {
  margin-left: 12px;
}
.pagination .row .next,
.pagination .row .last {
  text-align: right;
}
.pagination .row .next .text,
.pagination .row .last .text {
  margin-right: 12px;
}
.pagination .row .prev,
.pagination .row .next {
  white-space: nowrap;
}
.pagination .row a .text {
  color: rgba(255, 255, 255, 0.5);
}
.pagination .row .pages {
  width: 99%;
  text-align: center;
}
.pagination .row .pages a {
  color: rgba(255, 255, 255, 0.5);
}
.pagination .row .pages a.active {
  font-weight: bold;
  color: white;
}

@media screen and (min-width: 481px) {
  .pagination {
    margin-top: 27px;
    font-size: 20px;
  }
  .pagination .row .first,
.pagination .row .last {
    display: none;
  }
  .pagination .row a:hover .text {
    color: white;
  }
  .pagination .row .pages a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .pagination .row .pages a:hover {
    color: white;
  }
  .pagination .row .pages .text {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .pagination {
    margin-top: 20px;
    font-size: 16px;
  }
  .pagination .row .prev .text,
.pagination .row .next .text {
    display: none;
  }
  .pagination .row .first,
.pagination .row .prev,
.pagination .row .next,
.pagination .row .last {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .pagination .row .pages > .text {
    display: inline;
  }
  .pagination .row .pages a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pagination .row .pages a:not(.active) {
    display: none;
  }
}
.images-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.images-slider .slides-container {
  position: relative;
  margin-bottom: 90px;
}
.images-slider .slides-container.no-slide {
  margin-bottom: 35px !important;
}
.images-slider .slides-container .slides-row {
  position: relative;
  overflow: hidden;
}
.images-slider .slides-container .slides .slide {
  display: none;
  width: 100%;
}
.images-slider .slides-container .slides .slide img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.images-slider .slides-container .action-bar .action-left,
.images-slider .slides-container .action-bar .action-right {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #00ace7;
  border: 2px solid #00ace7;
}
.images-slider .slides-container .action-bar .action-left:hover,
.images-slider .slides-container .action-bar .action-right:hover {
  color: white;
  background-color: #00ace7;
}
.images-slider .slides-container .action-bar .action-left:before,
.images-slider .slides-container .action-bar .action-right:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-top: 11px;
  font-size: 24px;
  text-align: center;
}
.images-slider .slides-container .action-bar .action-left {
  left: 0;
}
.images-slider .slides-container .action-bar .action-left:before {
  content: "";
}
.images-slider .slides-container .action-bar .action-right {
  right: 0;
}
.images-slider .slides-container .action-bar .action-right:before {
  content: "";
}
.images-slider .slides-container .indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
  margin-top: 24px;
  margin-bottom: 30px;
  height: 35px;
  text-align: center;
}
.images-slider .slides-container .indicators::after {
  clear: both;
  content: "";
  display: table;
}
.images-slider .slides-container .indicators .indicator {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding-left: 8px;
  padding-right: 8px;
}
.images-slider .slides-container .indicators .indicator:before {
  content: " ";
  display: block;
  width: 4px;
  height: 12px;
  margin-top: 11px;
  margin-bottom: 11px;
  background-color: #00ace7;
  -webkit-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.images-slider .slides-container .indicators .indicator.active:before {
  height: 34px;
  margin: 0;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .images-slider .slides-container {
    margin-bottom: 85px;
  }
  .images-slider .slides-container .action-bar .action-left,
.images-slider .slides-container .action-bar .action-right {
    top: 37%;
    width: 40px;
    height: 40px;
  }
  .images-slider .slides-container .action-bar .action-left:before,
.images-slider .slides-container .action-bar .action-right:before {
    margin-top: 7px;
  }
  .images-slider .indicators {
    bottom: -85px;
    margin-top: 18px;
    margin-bottom: 30px;
    height: 30px;
  }
}
.rich-content .video-block {
  margin: 20px 0;
}
.rich-content .media-left {
  float: left;
  margin-right: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.rich-content .media-center {
  display: block !important;
  float: none !important;
  margin-bottom: 20px;
  text-align: center;
}
.rich-content .media-center.media-preview {
  margin: 20px auto;
}
.rich-content .media-right {
  float: right;
  margin-left: 20px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.rich-content p .media:first-child:before {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rich-content p:empty {
  display: none;
}
.rich-content p.small-heading {
  font-size: 16px;
  line-height: 1.875;
  color: #b1edff !important;
  margin-bottom: 0;
}
.rich-content p.small-heading + p {
  margin-top: 0;
}
.rich-content p.strong {
  font-size: 22px;
  line-height: 1.3636363636;
  color: white;
}
.rich-content p.strong a {
  border-bottom: 1px solid #33bceb;
}
.rich-content ul:not(:last-child), .rich-content ol:not(:last-child) {
  margin-bottom: 35px !important;
}
.rich-content table {
  font-family: FuturaPT, sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

@media screen and (min-width: 481px) {
  .rich-content table tr td {
    border-top: 1px solid #f5f5f5;
    padding: 10px;
  }
  .rich-content table tr td:not(:first-child) {
    padding-left: 50px;
  }
  .rich-content table tr td:first-child {
    padding-left: 0;
  }
  .rich-content table tr:first-child td {
    border-top: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .rich-content .media-preview,
.rich-content .video-block {
    max-width: 100%;
  }
  .rich-content .video-block iframe {
    width: 100%;
    height: 50%;
  }
  .rich-content table {
    display: block;
  }
  .rich-content table tr {
    display: block;
  }
  .rich-content table tr td {
    display: block;
  }
  .rich-content table tr td:first-child {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
  }
  .rich-content table tr td:not(:first-child) {
    font-weight: bold;
    padding-bottom: 10px;
  }
  .rich-content table tr:first-child td:first-child {
    border-top: none;
  }
  .rich-content p.small-heading {
    font-size: 16px;
    line-height: 1.5625;
  }
  .rich-content p.strong {
    font-size: 20px;
    line-height: 1.25;
  }
}
.select-menu {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: FuturaPT, sans-serif;
}
.select-menu, .select-menu a {
  color: white;
}
.select-menu .selected {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5625;
  text-transform: uppercase;
  cursor: pointer;
}
.select-menu .selected:after {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-left: 7px;
  font-weight: normal;
  font-size: 18px;
}
.select-menu .items {
  display: none;
  position: absolute;
  z-index: 4000;
  top: -11px;
  left: -20px;
  padding: 6px 20px;
  padding-right: 40px;
  background-color: white;
  box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.select-menu .items:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 14px;
  right: 15px;
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #00ace7;
}
.select-menu .items .item {
  display: block;
  padding: 6px 0;
  color: #00ace7;
  white-space: nowrap;
}
.select-menu .items .item.active {
  color: black;
}
.select-menu.menu-open .items {
  display: block;
}

.collapsed-list .collapsed-item {
  display: block;
}
.collapsed-list .collapsed-item .body {
  display: inline-block;
}

@media screen and (min-width: 481px) {
  .collapsed-list .collapser-less {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .collapsed-list .collapsed-item {
    position: relative;
    overflow: hidden;
    height: 0;
  }
  .collapsed-list .collapsed-item.active {
    height: auto;
  }
  .collapsed-list .collapsed-item.active:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 100;
  }
  .collapsed-list .collapsed-item.active .body:after {
    font-family: "icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 5px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .collapsed-list .collapsed-item.collapser-less .body:after {
    font-family: "icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: 5px;
  }
  .collapsed-list.opening .collapsed-item.active .body:after, .collapsed-list.open .collapsed-item.active .body:after {
    opacity: 0;
  }
  .collapsed-list.open .collapsed-item {
    height: auto;
  }
  .collapsed-list.closing {
    margin-bottom: 0;
  }
  .collapsed-list:not(.open):not(.opening) .collapsed-item.active .body {
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.section-frontpage .page-header header {
  pointer-events: none;
  /*
  @include x-breakpoint($x-desktop) {
    .col-call {
      a:hover {
        color: white;
        .icon {
          color: $color-accent;
        }
      }
    }
  }
  */
}
body.section-frontpage .page-header header .col-logo,
body.section-frontpage .page-header header .col-menu,
body.section-frontpage .page-header header .col-call {
  pointer-events: all;
  margin-top: 0;
}
body.section-frontpage .page-content section.featured {
  margin-bottom: 42px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  body.section-frontpage .page-content section.featured {
    margin-top: 42px;
  }
}
body.section-frontpage .page-content .card > .content {
  width: auto;
}
body.section-frontpage .page-content .tiles .toggler {
  color: white;
}
@media screen and (min-width: 481px) {
  body.section-frontpage .page-content .tiles .toggler:hover {
    color: black;
  }
  body.section-frontpage .page-content .tiles .toggler:hover:after {
    color: white;
  }
}
body.section-presscenter .page-header h1 {
  margin-bottom: 10px;
}
@media screen and (min-width: 481px) {
  body.section-presscenter .page-header .page-description {
    margin-bottom: 50px;
  }
}

body.section-erlangpage .page-header .content .page-container .col {
  font-family: FuturaPT, sans-serif;
}
body.section-erlangpage .page-header .content .page-container .col h3 {
  text-transform: uppercase;
}
body.section-erlangpage .page-header .content .page-container .col .form-group::after {
  clear: both;
  content: "";
  display: table;
}
body.section-erlangpage .page-header .content .page-container .col .form-group .form-label,
body.section-erlangpage .page-header .content .page-container .col .form-group .form-control {
  float: left;
}
body.section-erlangpage .page-header .content .page-container .col .form-group .form-control {
  width: 116px;
  border: 1px solid white;
  color: white;
  background-color: #2BB0ED;
}
body.section-erlangpage .page-header .content .page-container .col .form-group .form-control:focus {
  color: black;
  background-color: white;
}
body.section-erlangpage .page-header .content .page-container .col .form-group .form-control.validation-failed {
  background-color: #2692c5;
}
body.section-erlangpage .page-header .content .page-container .col .form-group .error {
  clear: both;
  overflow: hidden;
}
body.section-erlangpage .page-header .content .page-container .col .form-group .error .validation-advice {
  margin-top: 22px;
  color: black;
}

@media screen and (min-width: 481px) {
  body.section-erlangpage .page-header .content .page-container .col {
    padding-bottom: 75px;
  }
  body.section-erlangpage .page-header .content .page-container .col h3 {
    font-size: 30px;
  }
  body.section-erlangpage .page-header .content .page-container .col .form-group .form-label {
    width: 350px;
    padding-right: 30px;
    padding-top: 12px;
  }
  body.section-erlangpage .page-header .content .page-container .col .form-control {
    width: 116px;
  }
  body.section-erlangpage .page-header .content .page-container .col .error {
    width: 400px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  body.section-erlangpage .page-header .content .page-container .col {
    padding-bottom: 50px;
  }
  body.section-erlangpage .page-header .content .page-container .col h3 {
    font-size: 24px;
  }
  body.section-erlangpage .page-header .content .page-container .col .form-group .form-label {
    width: 170px;
    padding-right: 20px;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.25;
  }
  body.section-erlangpage .page-header .content .page-container .col .form-group .form-control {
    width: 90px;
    -webkit-appearance: none;
  }
  body.section-erlangpage .page-header .content .page-container .col .error {
    width: 280px;
    font-size: 16px;
    line-height: 1.25;
  }
  body.section-erlangpage .page-header .content .page-container .col .error .validation-advice {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
section.features {
  width: 100%;
}
section.features .features-list .feature-item {
  font-family: FuturaPT, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  text-transform: uppercase;
}
section.features .features-list .feature-item .body {
  padding: 2px 0;
  margin: 13px 0;
}
section.features .features-list .feature-item:first-child .body {
  margin-top: 0;
}
section.features .features-list .feature-item:last-child .body {
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  section.features .row .col-70 {
    width: 760px;
    padding-right: 25px;
  }
  section.features .row .col-30 {
    float: right;
    width: 355px;
  }
  section.features .features-list .feature-item:hover .body, section.features .features-list .feature-item.active .body {
    color: black;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  section.features .features-list .feature-item.active .body {
    color: white;
  }
  section.features .features-list.opening, section.features .features-list.open {
    margin-bottom: 25px;
  }
  section.features .features-list.opening .feature-item.active .body, section.features .features-list.open .feature-item.active .body {
    color: black;
  }
}
div.map {
  background: #fafafa;
  box-shadow: 3px 4px 35px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 481px) {
  div.map {
    margin-top: 40px;
    margin-bottom: 120px;
    width: 100%;
    height: 500px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  div.map {
    margin-top: 20px;
    margin-bottom: 80px;
    width: 100%;
    height: 210px;
  }
}
.page-center .content .text .actions .action {
  font-family: FuturaPT, sans-serif;
  color: #b1edff;
  border-bottom: 1px solid #b1edff;
}

@media screen and (min-width: 481px) {
  .page-center {
    max-width: 654px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 200px;
  }
  .page-center .content .text {
    text-align: center;
    width: 100%;
  }
  .page-center .content .text h1 {
    font-family: FuturaPT, sans-serif;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
  }
  .page-center .content .text p {
    font-size: 28px;
    line-height: 1.25;
    color: white;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
  }
  .page-center .content .text .actions {
    margin-top: 25px;
  }
  .page-center .content .text .actions .action {
    font-size: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .page-center {
    max-width: 85%;
    margin-bottom: 120px;
  }
  .page-center .content .text h1 {
    font-family: FuturaPT, sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
  }
  .page-center .content .text p {
    font-size: 20px;
    line-height: 1.2;
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .page-center .content .text .actions {
    margin-top: 35px;
  }
  .page-center .content .text .actions .action {
    font-size: 16px;
  }
}
.cookie-panel {
  display: none;
  position: fixed;
  z-index: 109;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.5);
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.cookie-panel .button.button-blue {
  background-color: #00a7e1;
  border-color: #00a7e1;
  outline: none;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
.cookie-panel .button.button-blue[disabled] {
  cursor: default;
  color: #8e959a;
  background-color: #e1e9ef;
  border-color: #e1e9ef;
}
@media (pointer: fine) {
  .cookie-panel .button.button-blue:hover:not([disabled]) {
    background-color: black;
    border-color: black;
  }
}
.cookie-panel .button.button-blue-outline {
  background-color: transparent;
  color: #00ace7;
  border-color: #00a7e1;
  outline: none;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
.cookie-panel .button.button-blue-outline[disabled] {
  cursor: default;
  color: #8e959a;
  border-color: #e1e9ef;
}
@media (pointer: fine) {
  .cookie-panel .button.button-blue-outline:hover:not([disabled]) {
    color: black;
    border-color: black;
  }
}
.cookie-panel .cookie-bar {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  -ms-scroll-chaining: none;
  padding: 24px 16px;
  color: black;
  background-color: white;
  box-shadow: 0px 8px 48px 0px #000D8014;
}
.cookie-panel .cookie-bar .cookie-bar-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1168px;
}
@media screen and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    width: 100%;
    text-align: center;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button + .button {
    margin-top: 8px;
  }
}
@media screen and (max-width: 480px) and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -12px;
    margin-left: -12px;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    margin-top: 12px;
    margin-left: 12px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -12px;
    margin-left: -12px;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    margin-top: 12px;
    margin-left: 12px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer {
    margin-left: 24px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    width: 100%;
    text-align: center;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button + .button {
    margin-top: 8px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -12px;
    margin-left: -12px;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    margin-top: 12px;
    margin-left: 12px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -12px;
    margin-left: -12px;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    margin-top: 12px;
    margin-left: 12px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer {
    margin-left: 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    width: 100%;
    text-align: center;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button + .button {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -12px;
    margin-left: -12px;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    margin-top: 12px;
    margin-left: 12px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: -12px;
    margin-left: -12px;
  }
  .cookie-panel .cookie-bar .cookie-bar-content .cookie-bar-content__footer .cookie-bar-buttons .button {
    margin-top: 12px;
    margin-left: 12px;
    white-space: nowrap;
  }
}
.cookie-panel .cookie-bar .cookie-bar-text {
  color: #999;
}
@media screen and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-text {
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-text {
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-text {
    font-weight: 400;
    font-size: 14px;
  }
}
.cookie-panel .cookie-bar .cookie-bar-text a {
  color: #00ace7;
}
@media (pointer: fine) {
  .cookie-panel .cookie-bar .cookie-bar-text a:hover {
    color: black;
  }
}
.cookie-panel .cookie-bar .cookie-bar-form {
  max-width: 890px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--title {
  color: black;
  margin-bottom: 16px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--intro {
  color: black;
  margin-bottom: 16px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--intro:not(:first-child) {
  margin-top: 16px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem + .cookie-bar-form-checkitem {
  margin-top: 12px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--input {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 0.3em;
  accent-color: #00ace7;
  cursor: pointer;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 8px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--label {
  color: black;
  cursor: pointer;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--note {
  margin-top: 4px;
  color: #999;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--description {
  margin-top: 4px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--description p {
  margin-top: 8px;
  margin-bottom: 0;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--description p:first-child {
  margin-top: 0;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--description p:last-child {
  margin-bottom: 0;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--description p.note {
  color: #999;
}
@media screen and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry {
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry {
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry {
    font-weight: 400;
    font-size: 14px;
  }
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry:first-child {
  margin-top: 24px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry + .cookie-bar-form-entry {
  margin-top: 32px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--description p {
  margin-top: 8px;
  margin-bottom: 0;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--description p:first-child {
  margin-top: 0;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--description p:last-child {
  margin-bottom: 0;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--description p.note {
  color: #999;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message:not(.cookie-bar-form-entry-message--visible) {
  display: none;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-right: 8px;
}
@media screen and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message {
    margin-top: 8px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message {
    margin-top: 12px;
  }
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message.cookie-bar-form-entry-message--notify {
  border-color: #00ace7;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message.cookie-bar-form-entry-message--notify:before {
  color: #00ace7;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message.cookie-bar-form-entry-message--warning {
  border-color: #e3000e;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry-message.cookie-bar-form-entry-message--warning:before {
  color: #e3000e;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions {
  margin-top: 12px;
}
@media screen and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions {
    margin-bottom: -8px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions {
    margin-bottom: -8px;
  }
}
@media screen and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions {
    margin-bottom: -8px;
  }
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions .cookie-bar-form-entry--action {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions .cookie-bar-form-entry--action {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions .cookie-bar-form-entry--action {
    margin-right: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions .cookie-bar-form-entry--action {
    margin-right: 12px;
    margin-bottom: 8px;
  }
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions .cookie-bar-form-entry--action input[type=radio] {
  display: none;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions .cookie-bar-form-entry--action.cookie-bar-form-entry--action-checked .button:before,
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions .cookie-bar-form-entry--action input[type=radio]:checked + .button:before {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  margin-right: 4px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions .cookie-bar-form-entry--action .button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-entry .cookie-bar-form-entry--actions--error {
  margin-top: 8px;
  color: #e3000e;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--footer {
  margin-top: 24px;
  color: #999;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--footer a {
  color: #00ace7;
}
@media (pointer: fine) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--footer a:hover {
    color: black;
  }
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--footer .cookie-bar-buttons {
  margin-top: 24px;
}
.cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--footer .cookie-bar-buttons .button {
  margin-bottom: 12px;
  margin-right: 12px;
}
@media screen and (max-width: 480px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--intro {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--note {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--description {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--footer {
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--intro {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--note {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--description {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--footer {
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--intro {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--note {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--body .cookie-bar-form-checkitem .cookie-bar-form-checkitem--details .cookie-bar-form-checkitem--description {
    font-weight: 400;
    font-size: 14px;
  }
  .cookie-panel .cookie-bar .cookie-bar-form .cookie-bar-form--footer {
    font-weight: 400;
    font-size: 14px;
  }
}
.cookie-panel.cookie-panel--visible {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.cookie-panel .cookie-bar.cookie-bar--advanced {
  display: none;
}
.cookie-panel.cookie-panel--advanced .cookie-bar.cookie-bar--simple {
  display: none;
}
.cookie-panel.cookie-panel--advanced .cookie-bar.cookie-bar--advanced {
  display: initial;
  display: revert;
}

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