@charset "UTF-8";
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed,
object,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
  text-align: left;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial;
}

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type=reset],
input[type=button],
input[type=submit] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }

  h2, .h2 {
    font-size: 2.5rem;
  }

  h3, .h3 {
    font-size: 1.9375rem;
  }

  h4, .h4 {
    font-size: 1.5625rem;
  }

  h5, .h5 {
    font-size: 1.25rem;
  }

  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 73.125rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

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

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

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

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

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

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

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

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

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

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

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

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

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

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

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

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

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

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

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

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

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

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

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

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

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

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

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

  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

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

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

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

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

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

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

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

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

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

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

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

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

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

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

@font-face {
  font-family: "montserratbold";
  src: url("/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "montserratregular";
  src: url("/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "montserratsemibold";
  src: url("/fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("/fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "montserratmedium";
  src: url("/fonts/montserrat-medium-webfont.woff2") format("woff2"), url("/fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "montserratmediumitalic";
  src: url("/fonts/montserrat-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "montserratlight";
  src: url("/fonts/montserrat-light-webfont.woff2") format("woff2"), url("/fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "montserratextralight";
  src: url("/fonts/montserrat-extralight-webfont.woff2") format("woff2"), url("/fonts/montserrat-extralight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "montserratextralightitalic";
  src: url("/fonts/montserrat-extralightitalic-webfont.woff2") format("woff2"), url("/fonts/montserrat-extralightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Flounder-Pro-Regular";
  src: url("/fonts/Flounder-Pro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Flounder-Pro-Black";
  src: url("/fonts/Flounder-Pro-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Flounder-Pro-Medium";
  src: url("/fonts/Flounder-Pro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
.block-news__title, .experience-detail-slide__item-title, strong {
  font-family: "montserratbold", sans-serif;
}

.fixed-bar__item, .pagination .page-item.active, .form__title {
  font-family: "montserratsemibold", sans-serif;
}

::-moz-placeholder {
  font-family: "montserratregular", sans-serif;
}

:-ms-input-placeholder {
  font-family: "montserratregular", sans-serif;
}

.more__link, body .Cookie--base .Cookie__button, .dmo__value-subtitle, .section-text, .section-subtitle, .page-subtitle, .island-top__link, .search-results label, .results__phone, .card-big__title, .experiences__box-subtitle, .hero-slide__title, .hero__subtitle, .menu--primary-bottom .menu__item span, .language-menu, label, .filter__link, ::placeholder, .form__subtitle, .footer__credits, body {
  font-family: "montserratregular", sans-serif;
}

.gallery-carroussel__title, .see-more__title, .search-results__filter-cat, .results__site, .faq__item-title, .box__email, .card-plane__time, .card-plane__text, .filter__select, .btn {
  font-family: "montserratmedium", sans-serif;
}

.testimonials__title {
  font-family: "montserratmediumitalic", sans-serif;
}

.card-news__info-label, .card-plane__text-light, .card__text, .card__subtitle, .filter__label {
  font-family: "montserratlight", sans-serif;
}

.label--filter {
  font-family: "montserratextralight", sans-serif;
}

.pager__item-title {
  font-family: "Flounder-Pro-Regular", sans-serif;
}

.plan__filter-title, .dmo__value-title, .dmo__value, .section-title, .page-subtitle--big, .results__subtitle, .faq__item-title--big, .box__title, .card-island__thumb-title, .card-island__title, .card-news__cat, .card-news__title, .card-news__info-author, .card-plane__title, .card__title, .plan-menu__items, .menu-footer__item, .menu__item {
  font-family: "Flounder-Pro-Medium", sans-serif;
}

.page-title, .news__info-author, .hero__title {
  font-family: "Flounder-Pro-Black", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.2;
  background-color: #F6F6F6;
  color: #707070;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.position-relative {
  position: relative;
}

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

* {
  outline: none;
}

button:hover {
  cursor: pointer;
}

p a {
  text-decoration: underline;
}
p a:hover {
  opacity: 0.9;
}

.fadeIn {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(40px);
}

.header {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.63);
  -webkit-backdrop-filter: blur(5.3253002167px);
          backdrop-filter: blur(5.3253002167px);
  --webkit-backdrop-filter: blur(5.325300216674805px);
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .header {
    padding: 10px 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .header__content {
    display: flex;
    justify-content: space-between;
  }
}
.page-home .header, .page-island .header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.logos-header-wrapper {
  padding-left: 10%;
}
@media print, screen and (min-width: 40em) {
  .logos-header-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
  }
}

.logos-header-outer-wrapper {
  position: relative;
}
@media (max-height: 480px) {
  .menu-content .logos-header-outer-wrapper {
    margin-top: 40px;
  }
}

.logos-header-item {
  margin: 0 20px;
}
.logos-header-item:first-child {
  margin-left: 0;
}
.logos-header-item:nth-child(2) {
  margin-right: 0;
}
.logos-header-item--bottom {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  margin: 0;
  width: 44px;
}
.menu-wrapper .logos-header-item--bottom {
  top: 0px;
  right: 10px;
}
@media print, screen and (min-width: 40em) {
  .logos-header-item--bottom {
    top: calc(100% + 10px);
    width: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .active .logos-header-item {
    display: none;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .img-logo {
    width: 78px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.footer {
  background-color: #F0F0F0;
  padding: 40px 0 10px 0;
}
@media print, screen and (min-width: 40em) {
  .footer {
    padding: 60px 0 60px 0;
  }
}
.footer__credits {
  font-size: 11px;
  color: #11246F;
  padding: 0 10px;
  margin-top: 10px;
}
.footer__credits p {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .footer__credits {
    margin-top: 0;
  }
}

.logo-footer-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .logo-footer-wrapper {
    margin-bottom: 40px;
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.logo-footer-wrapper + .logo-footer-wrapper:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  .logo-apoios-wrapper {
    margin-top: 30px;
  }
  .logo-apoios-wrapper > a {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.btn {
  display: inline-block;
  border: 1px solid;
  border-radius: 25px;
  padding: 11px 28px;
  font-size: 14px;
  line-height: 1;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 64em) {
  .btn {
    min-width: 172px;
  }
}
@media screen and (max-width: 20.625em) {
  .btn {
    font-size: 13px;
  }
}
.btn--default {
  color: #11246F;
  border-color: currentColor;
}
.btn--default:hover {
  background-color: #11246F;
  border-color: #11246F;
  color: #fff;
}
.btn--icon-explorar {
  position: relative;
  padding-right: 70px;
}
.btn--icon-explorar:after {
  content: url(/images/icons/icon-explorar.svg);
  padding-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn--icon-explorar:hover:after {
  content: url(/images/icons/icon-explorar-white.svg);
}
.btn--icon-search {
  position: relative;
  padding-right: 70px;
}
.btn--icon-search:after {
  content: url(/images/icons/icon-ios-search.svg);
  padding-left: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn--icon-search:hover:after {
  content: url(/images/icons/icon-ios-search-blue.svg);
}
.btn--icon-dl {
  position: relative;
  padding-right: 70px;
}
@media print, screen and (max-width: 39.99875em) {
  .btn--icon-dl {
    padding-right: 50px;
  }
}
.btn--icon-dl:after {
  content: url(/images/icons/icon-dl.svg);
  padding-left: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .btn--icon-dl:after {
    right: 20px;
  }
}
.btn--icon-dl:hover:after {
  content: url(/images/icons/icon-dl-white.svg);
}
.btn--icon-share {
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
  max-width: 172px;
  width: 100%;
  text-align: center;
}
.btn--icon-share:after {
  content: url(/images/icons/icon-share.svg);
  padding-left: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .btn--icon-share:after {
    right: 20px;
  }
}
.btn--icon-share:hover:after {
  content: url(/images/icons/icon-share-white.svg);
}
.btn--icon-arrow {
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
  max-width: 172px;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .hero .btn--icon-arrow {
    width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 50%;
    margin-left: auto;
  }
}
@media screen and (max-width: 23.4375em) {
  .btn--icon-arrow {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .btn--icon-arrow span {
    display: none;
  }
}
.btn--icon-arrow--blue:after {
  content: url(/images/icons/icon-arrow-blue.svg);
}
.btn--icon-arrow--blue:hover:after {
  content: url(/images/icons/icon-arrow.svg);
}
.btn--icon-arrow--white:after {
  content: url(/images/icons/icon-arrow.svg);
}
.btn--icon-arrow--white:hover:after {
  content: url(/images/icons/icon-arrow-blue.svg);
}
.btn--icon-arrow:after {
  padding-left: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 39.99875em) {
  .hero .btn--icon-arrow:after {
    right: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
  }
}
@media screen and (max-width: 20.625em) {
  .btn--icon-arrow:after {
    right: 6px;
  }
}
.btn--icon-arrow-left {
  position: relative;
  padding-right: 20px;
  padding-left: 40px;
  max-width: 172px;
  width: 100%;
}
.btn--icon-arrow-left:hover:after {
  content: url(/images/icons/icon-arrow-blue.svg);
}
.btn--icon-arrow-left:after {
  content: url(/images/icons/icon-arrow.svg);
  position: absolute;
  top: 5px;
  left: 18px;
  transform: rotate(-180deg) translateY(-50%);
}
.btn--icon-plane {
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
  max-width: 200px;
  width: 100%;
  transition: all 0.3s ease;
}
.btn--icon-plane:after {
  content: url(/images/icons/icon-plane.svg);
  position: absolute;
  top: 53%;
  right: 10px;
  transform: translateY(-50%);
}
.btn--icon-plane:hover:after {
  content: url(/images/icons/icon-plane-white.svg);
}
.btn--icon-ship {
  position: relative;
  padding-right: 40px;
  padding-left: 20px;
  max-width: 200px;
  width: 100%;
  transition: all 0.3s ease;
}
.btn--icon-ship:after {
  content: url(/images/icons/icon-ship.svg);
  position: absolute;
  top: 53%;
  right: 10px;
  transform: translateY(-50%);
}
.btn--icon-ship:hover:after {
  content: url(/images/icons/icon-ship-white.svg);
}
.btn--white {
  border-color: currentColor;
  color: #fff;
}
.btn--white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #11246F;
}
.btn--solid {
  background-color: #11246F;
  color: #fff;
  border-color: #11246F;
  text-align: center;
}
.btn--solid:hover {
  background-color: #fff;
  color: #11246F;
  border-color: #11246F;
}
.form--nl .btn--solid:hover {
  background-color: transparent;
}
@media print, screen and (max-width: 39.99875em) {
  .btn--small-wide {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 80%;
  }
}

.btn-social {
  display: flex;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.btn-social__item {
  display: inline-block;
  margin: 0 4px;
}
.btn-social--active {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width: 40em) {
  .footer .form--nl {
    margin-bottom: 100px;
  }
}
.form__title {
  color: #11246F;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 4px;
}
.form__subtitle {
  color: #11246F;
  font-size: 13px;
  line-height: 1.2;
}
.form__header {
  margin-bottom: 30px;
}
.form__content {
  margin-bottom: 20px;
}
.form__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .form__group {
    flex-direction: row;
  }
}
.form__group--row {
  flex-direction: column;
}
.form__field {
  margin: 0 5px;
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .form__field {
    margin-bottom: 0;
  }
}
.form__field--auto {
  width: auto;
}
.form__field:first-child {
  margin-left: 0;
}
.form__field:last-child {
  margin-right: 0;
}
.form__field--checkbox {
  margin-top: 10px;
  margin-left: 14px;
}
@media print, screen and (max-width: 39.99875em) {
  .form__field--checkbox {
    margin-left: 0;
  }
}

.label--filter {
  text-transform: uppercase;
  font-size: 18px;
  color: #11246F;
}
.label span {
  padding-left: 20px;
}

.filter__items {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.plan .filter__items {
  margin: 0;
}
@media print, screen and (min-width: 40em) {
  .filter__items {
    flex-direction: row;
    margin: 60px 0 40px 0;
  }
}
.filter__item {
  flex: 1;
  margin-bottom: 16px;
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .filter__item:nth-last-child(2) {
    margin-bottom: 40px;
  }
}
.filter__select {
  color: #11246F;
  font-size: 14px;
  border-bottom: 1px solid #11246F;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .filter__select {
    width: calc(100% - 30px);
    font-size: 18px;
  }
}
.filter__select--partners {
  width: 100%;
  border-bottom: 1px solid #11246F;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .filter__select--partners {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .filter__select {
    font-size: 18px;
  }
}
.filter__label {
  text-transform: uppercase;
  font-size: 14px;
  color: #11246F;
  display: block;
  padding-left: 4px;
}
@media print, screen and (min-width: 40em) {
  .filter__label {
    font-size: 18px;
  }
}
.filter__results {
  margin-bottom: 40px;
}
.page-home .filter__results {
  margin-bottom: 0;
}
.plan .filter__results {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .filter__results {
    margin-bottom: 120px;
  }
  .plan .filter__results {
    margin-bottom: 0;
  }
}
.filter__link {
  color: #11246F;
  font-size: 13px;
  text-align: right;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.filter__link:hover {
  color: #11246F;
}
.filter__link-icon:after {
  content: url(/images/icons/icon-arrow-blue.svg);
  margin-left: 4px;
}
.filter__link-icon:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 40em) {
  .partners .filter__link {
    display: none;
  }
}

.icon-line-filter {
  transform: rotate(90deg);
  width: 30px;
}

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #11246F;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #11246F;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 13px;
  height: 13px;
  background: #11246F;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.input {
  display: inline-block;
}
.input__text {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  padding: 11px 20px;
  width: 100%;
  box-sizing: border-box;
}
.form__field--checkbox .input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

label {
  font-size: 11px;
  line-height: 1.2;
}
.form__field--checkbox label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
@media print, screen and (max-width: 39.99875em) {
  .form__field--checkbox label {
    font-size: 10px;
  }
}
.form__field--checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #11246F;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form__field--checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 4px;
  height: 9px;
  border: solid #11246F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.icon-hamburger {
  position: relative;
  width: 26px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  margin: 0 20px;
  z-index: 2;
}
.menu-content .icon-hamburger {
  position: absolute;
  top: 20px;
  left: 0;
}
@media print, screen and (min-width: 40em) {
  .menu-content .icon-hamburger {
    top: 40px;
  }
}
.icon-hamburger.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.icon-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.icon-hamburger.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.icon-hamburger span {
  list-style: none;
  position: absolute;
  left: 5%;
  width: 90%;
  height: 3px;
  transition: 0.5s;
  background: #11246F;
  border-radius: 25%;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
}
.icon-hamburger span:nth-child(1) {
  top: 20%;
}
.icon-hamburger span:nth-child(2) {
  top: 50%;
}
.icon-hamburger span:nth-child(3) {
  top: 80%;
}

.openmenu {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.language-menu {
  position: relative;
  display: inline-block;
  color: #11246F;
  font-size: 12px;
  color: #11246F;
  min-width: 90px;
}
.language-menu__select {
  background: url("/images/icons/ios-arrow-down.svg") no-repeat right center;
  padding: 6px 4px;
  text-transform: capitalize;
}
.language-menu__select:hover {
  cursor: pointer;
}
.language-menu__item {
  display: block;
}
.language-menu__item:hover {
  background-color: #dddddd;
}
.language-menu__item a {
  display: inline-block;
  width: 100%;
  padding: 6px 4px;
  text-transform: capitalize;
}
.language-menu__option {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  min-width: 120px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #dddddd;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  background-clip: padding-box;
  transition: all 0.3s;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .language-menu__option {
    right: inherit;
    left: 0;
  }
}
.language-menu__option.is-active {
  display: inline-block;
}

.social {
  padding: 20px 10%;
}
@media print, screen and (min-width: 40em) {
  .social {
    padding: 40px 20%;
  }
}
.footer .social {
  padding-left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .footer .social {
    padding: 20px 0;
  }
}
.social__items {
  display: flex;
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .footer .social__items {
    justify-content: center;
  }
}
.social__item {
  margin: 0 15px;
  color: #11246F;
  transition: all 0.3s ease;
}
.header .social__item {
  opacity: 0;
}
.social__item:hover {
  color: #D8D8D8;
}
.social__item:hover svg {
  fill: currentColor;
}
.social__item:first-child {
  margin-left: 0;
}
.social__item:last-child {
  margin-right: 0;
}

.menu-wrapper {
  display: inline-block;
}

.menu-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #F6F6F6;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.14, 0.93, 0.72, 0.93);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .menu-content {
    width: 50%;
  }
}
.menu-content.active {
  transform: translateX(0);
  z-index: 2;
}

.menu {
  padding: 40px 10%;
}
@media print, screen and (min-width: 40em) {
  .menu {
    padding: 40px 20%;
  }
}
@media (max-height: 480px) {
  .menu {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.menu--primary-bottom {
  padding-bottom: 0;
  padding-top: 0;
}
.footer .menu--primary-bottom {
  display: none;
}
@media (max-height: 480px) {
  .menu__items {
    margin-bottom: 0;
  }
}
.footer .menu__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.menu__item {
  font-size: 25px;
  color: #11246F;
}
.header .menu__item {
  opacity: 0;
  transform: translateX(100px);
}
.footer .menu__item {
  font-size: 21px;
  margin: 0 30px 0 0;
}
.menu--primary-bottom .menu__item {
  color: #29aae0;
}
.menu--primary-bottom .menu__item span {
  display: block;
  font-size: 12px;
}
.footer .menu {
  padding: 0;
}

.menu-footer__items {
  display: flex;
  flex-wrap: wrap;
}
.menu-footer__item {
  font-size: 16px;
  color: #11246F;
  margin: 0 14px 10px 0;
}
@media print, screen and (min-width: 40em) {
  .menu-footer__item {
    margin: 0 40px 10px 0;
  }
}

.plan-menu {
  background-color: #11246F;
  width: 100%;
  position: absolute;
  top: 66px;
}
@media print, screen and (min-width: 40em) {
  .plan-menu {
    top: 102px;
  }
}
.plan-menu.is-active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.plan-menu__items {
  display: flex;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.2;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox 64 */
  -ms-overflow-style: none;
  /* Internet Explorer 11 */
}
.plan-menu__items::-webkit-scrollbar {
  /** WebKit */
  display: none;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .plan-menu__items {
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .plan-menu__items {
    font-size: 20px;
  }
}
.plan-menu__item {
  padding: 14px 10px;
  text-align: center;
  transition: all 0.3s ease;
  flex: 0 0 auto;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .plan-menu__item {
    padding: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  .plan-menu__item {
    padding: 16px 20px;
  }
}
.plan-menu__item:hover {
  background-color: #fff;
  color: #11246F;
}

.hero {
  position: relative;
  height: 100vh;
  max-height: 550px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .hero {
    max-height: 850px;
  }
}
.hero__title {
  font-size: 28vw;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .hero__title {
    font-size: 118px;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__title {
    font-size: 128px;
  }
}
@media screen and (min-width: 93.75em) {
  .hero__title {
    font-size: 207px;
  }
}
.hero__subtitle {
  font-size: 3vw;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  padding-right: 5px;
}
@media print, screen and (min-width: 40em) {
  .hero__subtitle {
    font-size: 11px;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__subtitle {
    font-size: 21px;
  }
}
.hero__col {
  position: absolute;
  top: 120px;
}
@media print, screen and (min-width: 40em) {
  .hero__col {
    top: 200px;
  }
}
.hero__col--left {
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 64em) {
  .hero__col--left {
    top: calc(50% + 102px);
    transform: translate(-50%, calc(-50% - 102px));
  }
}
.hero__col--right {
  right: 0;
  width: 100%;
  top: inherit;
  bottom: 50px;
  transform: translateY(0);
}
@media print, screen and (min-width: 64em) {
  .hero__col--right {
    top: calc(50% + 100px);
    bottom: inherit;
    transform: translateY(calc(-50% - 20px));
  }
}
.img-hero, .video-hero {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  max-height: 850px;
}
@media print, screen and (min-width: 64em) {
  .img-hero, .video-hero {
    width: 75%;
  }
}

.video-hero {
  filter: brightness(0.7);
  max-height: 550px;
}
@media print, screen and (min-width: 40em) {
  .video-hero {
    max-height: 850px;
  }
}

.hero-slide {
  position: relative;
}
.hero-slide__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
}
.hero-slide__content > * {
  flex: 1;
}
@media print, screen and (min-width: 64em) {
  .hero-slide__content {
    flex-direction: row;
    padding: 20px;
  }
}
.hero-slide__title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  .hero-slide__title {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero-slide__title {
    font-size: 15px;
    text-shadow: 2px 2px 5px #707070;
  }
}
.hero-slide__img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 390px) and (max-width: 640px) {
  .hero-slide__img {
    height: 220px;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-slide__img {
    height: 300px;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-slide__img {
    height: 410px;
  }
}

.slick-slider .slick-dots li button:before, .slick-slider .slick-dots li button, .slick-slider .slick-dots li {
  width: 30px;
  height: 3px;
}
@media print, screen and (min-width: 40em) {
  .slick-slider .slick-dots li button:before, .slick-slider .slick-dots li button, .slick-slider .slick-dots li {
    width: 70px;
    height: 4px;
  }
}

.hero .slick-slider {
  width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 390px) and (max-width: 640px) {
  .hero .slick-slider {
    width: 220px;
  }
}
@media print, screen and (min-width: 40em) {
  .hero .slick-slider {
    width: 40%;
  }
}
@media print, screen and (min-width: 64em) {
  .hero .slick-slider {
    width: 80%;
  }
}
.slick-slider .slick-prev {
  width: 68px;
  height: 26px;
  transition: all 0.3s ease;
}
.testimonials .slick-slider .slick-prev {
  left: 0;
}
.experiences .slick-slider .slick-prev {
  top: inherit;
  bottom: -80px;
  right: 100px;
  left: inherit;
}
.experiences .slick-slider .slick-prev:hover {
  transform: translateX(4px);
}
.partners .slick-slider .slick-prev {
  top: inherit;
  bottom: -80px;
  right: 100px;
  left: inherit;
}
.partners .slick-slider .slick-prev:hover {
  transform: translateX(4px);
}
.faq .slick-slider .slick-prev {
  top: inherit;
  bottom: -80px;
  right: 100px;
  left: inherit;
}
.faq .slick-slider .slick-prev:hover {
  transform: translateX(4px);
}
.experience-detail-slide .slick-slider .slick-prev {
  right: inherit;
  left: 30px;
  z-index: 5;
  width: 14px;
  height: 8px;
  transform: translate(0, 50%) rotate(-180deg);
  top: 53%;
  transition: all 0.3s ease;
}
.experience-detail-slide .slick-slider .slick-prev:hover {
  transform: translate(-4px, 50%) rotate(-180deg);
}
.slick-slider .slick-prev:hover {
  transform: translateX(4px);
}
.slick-slider .slick-prev:before {
  content: url(/images/ico_arrow-grey.svg);
  display: inline-block;
}
.experience-detail-slide .slick-slider .slick-prev:before {
  content: url(/images/icons/icon-arrow-small.svg);
}
.slick-slider .slick-next {
  width: 68px;
  height: 26px;
}
.testimonials .slick-slider .slick-next {
  right: 0;
}
.experiences .slick-slider .slick-next {
  top: inherit;
  bottom: -80px;
  right: 15px;
}
.partners .slick-slider .slick-next {
  top: inherit;
  bottom: -80px;
  right: 15px;
}
.faq .slick-slider .slick-next {
  top: inherit;
  bottom: -80px;
  right: 15px;
}
.experience-detail-slide .slick-slider .slick-next {
  width: 14px;
  height: 9px;
  right: calc(50% + 40px);
  left: inherit;
  transition: all 0.3s ease;
}
.slick-slider .slick-next:before {
  content: url(/images/ico_arrow.svg);
  display: inline-block;
}
.experience-detail-slide .slick-slider .slick-next:before {
  content: url(/images/icons/icon-arrow-small.svg);
}
.slick-slider .slick-dots {
  border-bottom: 1px solid #11246F;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -30px;
  text-align: left;
}
.testimonials .slick-slider .slick-dots {
  max-width: 200px;
  bottom: -60px;
}
@media print, screen and (min-width: 40em) {
  .testimonials .slick-slider .slick-dots {
    max-width: 580px;
  }
}
.experiences .slick-slider .slick-dots {
  bottom: 0;
  width: 50%;
}
@media print, screen and (min-width: 40em) {
  .experiences .slick-slider .slick-dots {
    width: calc(100% - 30px);
    bottom: -15px;
  }
}
.partners .slick-slider .slick-dots {
  bottom: -15px;
  width: calc(100% - 15px);
}
.experience-detail-slide .slick-slider .slick-dots {
  position: absolute;
  top: 200px;
  bottom: inherit;
  width: calc(50% - 20px);
  border: 0;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .experience-detail-slide .slick-slider .slick-dots {
    bottom: 30px;
    top: inherit;
    margin: 0 auto 0 10px;
  }
}
.hero .slick-slider .slick-dots {
  border: 0;
  left: inherit;
  right: inherit;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .hero .slick-slider .slick-dots {
    text-align: right;
  }
}
.results .slick-slider .slick-dots {
  bottom: 40px;
  border: 0;
  margin: 0 auto;
  text-align: center;
}
.slick-slider .slick-dots li {
  top: 9px;
}
.hero .slick-slider .slick-dots li {
  width: 20px;
  height: 20px;
  top: inherit;
}
@media print, screen and (max-width: 39.99875em) {
  .experiences .slick-slider .slick-dots li {
    top: 10px;
  }
}
.experience-detail-slide .slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  top: 0;
  margin: 0 6px;
}
@media print, screen and (min-width: 40em) {
  .experience-detail-slide .slick-slider .slick-dots li {
    top: inherit;
  }
}
.results .slick-slider .slick-dots li {
  width: 8px;
  height: 8px;
  top: 0;
  margin: 0 6px;
}
@media print, screen and (min-width: 40em) {
  .results .slick-slider .slick-dots li {
    top: inherit;
  }
}
.slick-slider .slick-dots li button {
  padding: 0;
  opacity: 0;
}
.hero .slick-slider .slick-dots li button {
  width: 20px;
  height: 20px;
  opacity: 1;
}
.experience-detail-slide .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  opacity: 1;
}
.results .slick-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  opacity: 1;
}
.slick-slider .slick-dots li button:before {
  border-radius: 0;
  content: "";
  background-color: #11246F;
}
.hero .slick-slider .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  color: #fff;
  border: 1px solid currentColor;
  background-color: transparent;
}
@media print, screen and (min-width: 64em) {
  .hero .slick-slider .slick-dots li button:before {
    color: #d6d6d6;
    background-color: currentColor;
  }
}
.experience-detail-slide .slick-slider .slick-dots li button:before {
  font-size: 9px;
  opacity: 1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  color: #fff;
  border: 1px solid currentColor;
  background-color: transparent;
}
@media print, screen and (min-width: 64em) {
  .experience-detail-slide .slick-slider .slick-dots li button:before {
    color: #d6d6d6;
    background-color: currentColor;
  }
}
.results .slick-slider .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  color: #fff;
  border: 1px solid currentColor;
  background-color: transparent;
}
.slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.hero .slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  border: 1px solid currentColor;
  background-color: currentColor;
}
@media print, screen and (min-width: 64em) {
  .hero .slick-slider .slick-dots li.slick-active button:before {
    color: #11246F;
  }
}
.results .slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  border: 1px solid currentColor;
  background-color: currentColor;
}
.experience-detail-slide .slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  border: 1px solid currentColor;
  background-color: currentColor;
}
@media print, screen and (max-width: 39.99875em) {
  .experiences--home .slick-slider .slick-dots li.slick-active button:before {
    top: 25px;
  }
}
.slick-slider .slick-dots li:first-child {
  margin-left: 0;
}
.slick-slider .slick-dots li:last-child {
  margin-right: 0;
}

.slideshow-thumb {
  margin: 0 0 60px 0;
}
.slideshow-thumb__img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow-thumb__nav {
  margin-top: 20px;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow-thumb__nav img {
  padding: 0 4px;
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .slideshow-thumb__nav img {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 40em) {
  .slideshow-thumb__nav {
    margin-top: 10px;
  }
}
.slideshow-thumb .slick-prev, .slideshow-thumb .slick-next {
  top: calc(100% + 20px);
}
.slideshow-thumb .slick-next {
  right: 5px;
}
@media print, screen and (min-width: 40em) {
  .slideshow-thumb .slick-next {
    right: 20px;
  }
}
.slideshow-thumb .slick-prev {
  left: inherit;
  right: 100px;
}

.slideshow-thumb-name {
  margin-top: 40px;
}
.slideshow-thumb-name__nav {
  margin: 20px 0;
}
@media print, screen and (min-width: 40em) {
  .slideshow-thumb-name__nav {
    margin: 50px 0;
  }
  .page--short-island .slideshow-thumb-name__nav {
    margin-top: 10px;
  }
}
.slideshow-thumb-name__nav .slick-slide {
  padding: 0 5px;
}
.slideshow-thumb-name__nav.regular {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slideshow-thumb-name__main {
  margin-bottom: 0 !important;
}

.gallery-carroussel__slide {
  margin-top: 30px;
}
.gallery-carroussel .slick-slide {
  padding: 0 15px;
}
.gallery-carroussel__img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-carroussel .slick-next {
  right: -80px;
}
.gallery-carroussel .slick-prev {
  left: -80px;
}

.experiences {
  margin-top: 70px;
}
.experiences--home {
  margin: 20px 0 70px 0;
}
@media print, screen and (min-width: 64em) {
  .experiences--home {
    margin: 60px 0 100px 0;
  }
}
.experiences--home .experiences__btn {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}
@media print, screen and (max-width: 39.99875em) {
  .experiences--home .experiences__btn {
    margin-top: 40px;
    width: calc(100% - 80px);
  }
}
.experiences .slick-slide {
  padding: 15px;
}
.experiences__boxes {
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .experiences__boxes {
    margin-top: 60px;
  }
}
.experiences__box {
  position: relative;
  height: 100vh;
  max-height: 420px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .experiences__box {
    margin-bottom: 30px;
    max-height: 542px;
  }
  .page-home .experiences__box {
    margin-bottom: 0;
  }
}
.experiences__box-title {
  position: absolute;
  top: 30px;
  right: calc(100% - 30px);
  transform: rotate(-90deg) translateY(-6px);
  width: 100%;
  max-width: 250px;
  transform-origin: top right;
  line-height: 1.1 !important;
  text-align: right;
}
[lang=de] .experiences__box-title {
  font-size: 32px;
}
@media print, screen and (max-width: 39.99875em) {
  .experiences__box-title {
    max-width: 180px;
  }
  [lang=de] .experiences__box-title {
    font-size: 20px;
  }
}
.experiences__box-subtitle {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  max-width: 230px;
}
@media print, screen and (min-width: 40em) {
  .experiences__box-subtitle {
    max-width: 100%;
  }
}
.experiences__box-content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  padding: 30px;
}
.experiences__box-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  filter: brightness(1);
}
@media print, screen and (min-width: 40em) {
  .experiences__col--left {
    margin-bottom: 48px;
  }
}
.experiences__icon {
  margin-bottom: 10px;
  display: block;
}

@media print, screen and (max-width: 39.99875em) {
  .experience-detail-top {
    margin-bottom: 60px;
  }
}
.experience-detail-top__title {
  margin-top: 30px;
  margin-bottom: calc(17vw + 50px);
  margin-right: 20%;
  max-width: 460px;
}
@media screen and (min-width: 100em) {
  .experience-detail-top__title {
    margin-bottom: 300px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .experience-detail-top__title {
    position: absolute;
    font-size: 27px;
    padding: 30px;
    background-color: #fff;
    max-width: 280px;
    margin-bottom: 20px;
  }
}

.experience-detail-intro {
  margin: 90px 0 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .experience-detail-intro {
    margin: 90px 0;
  }
}

.experience-detail-gallery {
  margin: 30px 0 50px 0;
}
@media print, screen and (min-width: 40em) {
  .experience-detail-gallery {
    margin: 90px 0;
  }
}
.experience-detail-gallery__title {
  margin-bottom: 20px;
  max-width: 40%;
}
@media print, screen and (max-width: 39.99875em) {
  .experience-detail-gallery__title {
    max-width: 100%;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .experience-detail-gallery__item {
    margin-bottom: 10px;
  }
}
.experience-detail-gallery__item--1 {
  max-width: 50%;
}
@media print, screen and (max-width: 39.99875em) {
  .experience-detail-gallery__item--1 {
    max-width: 100%;
    position: static;
    -o-object-fit: cover;
       object-fit: cover;
    height: 290px;
    width: 100%;
  }
}
.experience-detail-gallery__item--2 {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 60%;
}
@media print, screen and (max-width: 39.99875em) {
  .experience-detail-gallery__item--2 {
    max-width: 100%;
    position: static;
  }
}
.experience-detail-gallery__item--3 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
}
@media print, screen and (max-width: 39.99875em) {
  .experience-detail-gallery__item--3 {
    max-width: 100%;
    position: static;
  }
}
.experience-detail-gallery__content {
  max-width: 45%;
  margin: 40px 40px 40px 0;
}
@media print, screen and (max-width: 39.99875em) {
  .experience-detail-gallery__content {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.experience-detail-gallery__content .section-title {
  margin-bottom: 20px;
  max-width: 100%;
}

.img-top-image-sec {
  position: absolute;
  right: 0;
  bottom: 20px;
  height: 17vw;
  max-height: 260px;
}
@media print, screen and (max-width: 39.99875em) {
  .img-top-image-sec {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 60%;
    right: 10px;
    bottom: -60px;
  }
}

.img-top-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
@media print, screen and (min-width: 40em) {
  .img-top-image {
    height: 570px;
  }
}

.experience-detail-slide__row {
  display: flex;
}
@media print, screen and (max-width: 39.99875em) {
  .experience-detail-slide__row {
    flex-direction: column;
  }
}
.experience-detail-slide__items {
  margin: 10px 0 0 0;
}
@media print, screen and (min-width: 64em) {
  .experience-detail-slide__items {
    margin: 70px 0 90px 0;
  }
}
.experience-detail-slide__col {
  flex: 1;
  position: relative;
}
.experience-detail-slide__item-title {
  text-transform: uppercase;
  color: #0a0a0a;
}
.experience-detail-slide__item-subtitle {
  color: #C1BE84;
}
@media print, screen and (min-width: 64em) {
  .experience-detail-slide__item-subtitle {
    color: #0a0a0a;
  }
}
.experience-detail-slide__item-text {
  font-size: 16px;
  padding: 20px 0 0 0;
}
.experience-detail-slide__item-content {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.experience-detail-slide__item-content p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .experience-detail-slide__item-content {
    padding: 20px 50px;
  }
}
.experience-detail-slide__item-img {
  height: 100%;
}
.experience-detail-slide__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .experience-detail-slide__item-img img {
    height: 450px;
  }
}

.gallery-grid {
  margin: 70px 0;
}
@media print, screen and (min-width: 64em) {
  .gallery-grid {
    margin: 160px 0 100px 0;
  }
}
.gallery-grid__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(50vw - 20px);
  display: block;
}
@media print, screen and (min-width: 40em) {
  .gallery-grid__img {
    height: 260px;
  }
}
.gallery-grid__item {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .gallery-grid__item {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .gallery-grid__item--insta {
    order: -1;
    width: 100% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .gallery-grid .section-title {
    font-size: 38px;
  }
}

.testimonials {
  margin: 40px 0;
}
@media print, screen and (min-width: 64em) {
  .testimonials {
    margin: 80px 0 60px 0;
  }
}
.testimonials__logo {
  margin-bottom: 40px;
}
.testimonials__logo img {
  margin: 0 auto;
}
.testimonials__title {
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #0a0a0a;
}
@media print, screen and (min-width: 40em) {
  .testimonials__title {
    font-size: 23px;
  }
}
.testimonials__items {
  margin-top: 50px;
}
@media print, screen and (min-width: 40em) {
  .testimonials__items {
    margin-top: 70px;
  }
}
.testimonials__item {
  margin: 0 auto;
  max-width: 580px;
}

.stars {
  display: flex;
  max-width: 100px;
  margin: 30px auto 0 auto;
}

.star {
  background: url(/images/icons/icon-star.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  margin: 0 2px;
}

.card, .card-news, .card-plane {
  background-color: #fff;
  padding: 20px 12px;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .card, .card-news, .card-plane {
    max-width: 270px;
  }
  .search-results .card, .search-results .card-news, .search-results .card-plane {
    margin-bottom: 30px;
  }
}
.card__title {
  color: #11246F;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: left;
  line-height: 1.2;
  height: 76px;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .card__title {
    font-size: 25px;
    height: 90px;
  }
}
.card__subtitle {
  color: #11246F;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
.card__text {
  font-size: 10px;
  color: #11246F;
  text-align: left;
}
.card__img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__icon {
  max-width: 50px;
}
.card__logo {
  position: absolute;
  right: 12px;
  top: 20px;
  width: 80px;
}

.card-big {
  background-color: #fff;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.card-big--dl {
  max-width: 270px;
  margin: 0 auto 30px auto;
}
.card-big__img {
  width: 100%;
  height: 320px;
  margin-bottom: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.card-big__img--dl {
  height: 100vh;
  max-height: 300px;
}
.card-big__title {
  text-transform: uppercase;
  color: #11246F;
  margin-bottom: 28px;
  font-size: 15px;
}
.card-big--dl .card-big__title {
  height: 42px;
  overflow: hidden;
}

.card-plane {
  padding: 24px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-plane__title {
  color: #11246F;
  font-size: 21px;
  margin-left: 0;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}
@media print, screen and (min-width: 40em) {
  .card-plane__title {
    margin-left: 10px;
  }
}
.card-plane__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.card-plane__row {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .card-plane__row {
    flex-direction: row;
  }
}
.card-plane__col {
  flex: 1;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .card-plane__col {
    margin-bottom: 0;
  }
}
.card-plane__icon {
  height: 70px;
  width: auto;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .card-plane__icon {
    display: block;
  }
}
.card-plane__text {
  font-size: 10px;
  color: #11246F;
  text-transform: uppercase;
  display: block;
}
.card-plane__text-light {
  font-size: 12px;
  color: #11246F;
}
.card-plane__time {
  color: #11246F;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-plane__time:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #11246F;
  display: inline-block;
  margin-right: 5px;
}
.card-plane__time:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #11246F;
  display: inline-block;
  margin-left: 5px;
}
.card-plane__time-wrapper {
  position: relative;
  margin: 20px 0 30px 0;
}
.card-plane__time-start {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(/images/plan/icon-dot.svg);
  width: 5px;
  height: 5px;
  display: inline-block;
}
.card-plane__time-end {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(/images/plan/icon-plane.svg);
  width: 28px;
  height: 30px;
  display: inline-block;
}

.card-news {
  color: #11246F;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-news__info {
  padding: 12px 0;
  border-top: 1px solid #11246F;
  border-bottom: 1px solid #11246F;
}
.card-news__info-label {
  display: block;
  font-size: 13px;
}
.card-news__info-author {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.card-news__title {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
.card-news__cat {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 6px;
  display: block;
}

.card-island {
  position: relative;
}
.card-island__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}
@media print, screen and (min-width: 40em) {
  .card-island__img {
    max-height: auto;
  }
}
.card-island__content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.card-island__icon {
  padding: 20px 10%;
  margin: 0 auto;
}
.card-island__title {
  font-size: 26px;
  color: #fff;
  display: block;
  margin-bottom: 45px;
}
.card-island__thumb-title {
  color: #11246F;
  font-size: 12px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .card-island__thumb-title {
    font-size: 10px;
  }
}
.card-island__thumb {
  border-top: 1px solid #11246F;
}
@media print, screen and (max-width: 39.99875em) {
  .card-island__thumb {
    width: 100%;
    margin: 10px 10px;
  }
}
.card-island__thumb.is-active {
  border-top: 4px solid #11246F;
}

.box {
  background-color: #fff;
  padding: 20px;
  width: 31.3333%;
  margin: 1%;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .box {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.box__title {
  color: #11246F;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.box__address {
  font-size: 16px;
  color: #11246F;
  line-height: 1.3;
}
.box__phone {
  font-size: 18px;
  color: #11246F;
  line-height: 1.3;
}
.box__email {
  font-size: 18px;
  color: #11246F;
  line-height: 1.3;
}

.contact-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.faq {
  margin: 40px 0;
}
.faq .section-subtitle {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .faq {
    margin: 60px 0;
  }
}
.faq + .faq {
  margin-top: 100px;
}
.faq + .faq:last-child {
  margin-bottom: 40px !important;
}
.faq--contacts + .faq--contacts {
  margin-top: 0;
  margin-bottom: 0;
}
.faq--contacts + .faq--contacts:last-child {
  margin-bottom: 40px;
}
.faq--contacts + .faq--contacts:last-child .faq__item:last-child {
  border-bottom: 1px solid currentColor;
}
.faq--secondary {
  margin-bottom: 0;
  margin-top: 0;
}
.faq--secondary + .faq--secondary {
  margin-top: 0;
}
.faq--contacts {
  margin-bottom: 0 !important;
}
.faq--experiences {
  margin-top: 60px;
}
.faq__items {
  margin-left: 0;
  list-style: none;
}
.faq--contacts .faq__items {
  margin-bottom: 0;
}
.faq__items .faq__items .faq__item-title--big {
  font-size: 22px;
}
.faq__item {
  color: #11246F;
  border-top: 1px solid currentColor;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 39.99875em) {
  .faq--contacts .faq__item {
    padding: 10px;
  }
}
.faq--secondary .faq__item {
  color: #C1BE84;
  border-top: 1px solid #11246F;
}
.faq__item:last-child {
  border-bottom: 1px solid currentColor;
}
.page-contacts .faq__item:last-child {
  border-bottom: 0;
}
.faq__item:hover {
  cursor: pointer;
  background-color: #11246F;
  color: #fff;
}
.faq__item.faq-active:hover {
  background-color: transparent;
  color: #11246F;
}
.faq__item.faq-active svg .plus-h {
  display: none;
}
.faq__item.faq-active .faq__item svg .plus-h {
  display: block;
}
.faq__item.faq-active .faq-active svg .plus-h {
  display: none;
}
.faq__item.faq-active .slick-slider {
  margin-bottom: 100px;
}
.faq__item-title {
  font-size: 15px;
}
.faq__item-title--big {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media print, screen and (min-width: 40em) {
  .faq__item-title--big {
    font-size: 30px;
  }
}
.faq__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__item-content {
  color: #707070;
  font-size: 15px;
}
.faq--secondary .faq__item-content {
  margin: 30px 0;
}
.faq__item-text {
  padding: 30px 0;
}
.faq__item-text ul {
  margin-bottom: 1rem;
}
.faq__item-row {
  display: flex;
  flex-flow: row wrap;
}
.faq__item-col {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 64em) {
  .faq__item-col {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.faq__slide-img {
  line-height: 1;
}
.faq .slick-slider {
  margin-bottom: 40px;
}

.icon-plus {
  line-height: 0;
}
.faq--secondary .icon-plus {
  color: #11246F;
}

.pagination {
  display: flex;
  list-style: none;
  font-size: 15px;
  color: #11246F;
  margin-left: 15px;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item.active {
  position: relative;
}
.pagination .page-item.active:after {
  content: ".";
  position: absolute;
  left: 1px;
  top: 6px;
}
.pagination .page-item .page-link--prev {
  opacity: 0.3;
}
.pagination .page-item .page-link--prev img {
  transform: rotate(180deg);
}
.pagination .page-item .page-link--next {
  opacity: 0.3;
}
.pagination .page-item a.page-link {
  opacity: 1;
}

.results {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .results {
    margin-top: 100px;
  }
}
.results__text {
  font-size: 13px;
  color: #11246F;
  line-height: 1.2;
}
.results__subtitle {
  text-transform: uppercase;
  font-size: 15px;
  color: #11246F;
}
.results__row {
  display: flex;
  margin: 20px 0;
}
@media print, screen and (max-width: 39.99875em) {
  .results__row--extra {
    flex-direction: column;
  }
}
.results__row .results__col:first-child {
  min-width: 40px;
}
.results__site {
  font-size: 13px;
  color: #11246F;
  display: block;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 40em) {
  .results__site {
    font-size: 13px;
  }
}
.results__phone {
  font-size: 13px;
  color: #11246F;
  display: block;
  margin-bottom: 4px;
  line-height: 1.4;
}
@media print, screen and (min-width: 40em) {
  .results__phone {
    font-size: 13px;
    line-height: 1.2;
  }
}
.results__extra {
  font-size: 13px;
  color: #11246F;
}
@media print, screen and (min-width: 40em) {
  .results__content {
    padding: 0 10px;
  }
}
.results__row--extra .results__content {
  max-width: 400px;
}
.results__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 39.99875em) {
  .results__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.results__logo {
  max-width: 100px;
  order: -1;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .results__logo {
    max-width: 140px;
    order: 0;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.results__icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.results__icons img {
  width: 21%;
  margin-right: 3%;
}
@media print, screen and (max-width: 39.99875em) {
  .results__icons img {
    width: 36%;
    margin: 0 7% 10% 7%;
  }
}
.results__img {
  margin-bottom: 20px;
}
.results__slide-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .results__slide-img {
    height: 415px;
  }
}
.results__btn {
  border: 1px solid #11246F;
  background-color: #11246F;
  border-radius: 21px;
  color: #fff;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  padding: 10px 20px;
}
.results__btn span {
  color: #fff;
}
.results__btn--white {
  border: 2px solid #11246F;
  background-color: transparent;
  padding: 12px 20px;
}
.results__btn--white span {
  color: #11246F;
}
@media print, screen and (max-width: 39.99875em) {
  .results__col {
    flex: 1;
  }
}
.results__row-icon {
  width: 40px;
}
.results__pager {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .results__contacts {
    margin: 20px 0 40px 0;
  }
}

.search-results {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .search-results {
    margin-top: 80px;
  }
}
.search-results label {
  font-size: 11px;
  text-transform: uppercase;
  color: #11246F;
}
.search-results__filter-items {
  margin-left: 0;
  list-style: none;
}
.search-results__filter-cat {
  font-size: 20px;
  text-transform: uppercase;
  color: #11246F;
  display: block;
  border-bottom: 2px solid #11246F;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.search-results__filter {
  margin-bottom: 25px;
}
.search-results__filters-icon {
  text-align: right;
  margin-bottom: 20px;
}
.search-results__label-icon {
  color: #11246F;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}
.search-results__form {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .search-results__form {
    display: block;
  }
}
.search-results__form.activeIconFilter {
  display: block;
}

.fixed-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #11246F;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.fixed-bar.is-active {
  opacity: 1;
  visibility: visible;
}
.fixed-bar__content {
  padding: 10px 30px;
}
.fixed-bar__items {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.fixed-bar__item {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .fixed-bar__item {
    font-size: 13px;
  }
}
.fixed-bar__item a {
  text-decoration: underline;
}
.fixed-bar__close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media print, screen and (min-width: 40em) {
  .fixed-bar__close {
    right: 20px;
  }
}
.fixed-bar__close:hover {
  cursor: pointer;
}
.fixed-bar .slick-slide {
  visibility: hidden;
  min-height: 35px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.fixed-bar .slick-slide.slick-active {
  visibility: visible;
}

.see-more {
  margin: 40px 0;
}
.see-more__image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.see-more__title {
  color: #11246F;
  display: block;
  margin-bottom: 10px;
}
.see-more__content {
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (max-width: 39.99875em) {
  .see-more__col {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .see-more__col:last-child {
    margin-bottom: 0;
  }
}

.news__info {
  margin-top: 20px;
  color: #11246F;
}
.news__info-label {
  display: block;
  font-size: 13px;
}
.news__info-author {
  display: block;
  font-size: 16px;
  margin: 2px 0;
}
.news__col {
  padding: 35px 0;
  margin-bottom: 30px;
}
.page--simple-news .news__col {
  margin-bottom: 0;
}
@media print, screen and (min-width: 64em) {
  .news__col {
    margin-bottom: 0;
  }
}
.news__col--border {
  border-top: 1px solid #11246F;
  border-bottom: 1px solid #11246F;
}
.news__col--p0 {
  padding: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .news__col--right {
    padding: 0;
  }
}
.news__row + .news__row {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  .news__row + .news__row {
    margin-bottom: 40px;
  }
}
.news__actions {
  color: #11246F;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media print, screen and (min-width: 64em) {
  .news__actions {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.news .btn {
  margin: 10px;
  min-width: 200px;
}

.block-news {
  margin: 40px 0;
}
@media print, screen and (min-width: 40em) {
  .block-news {
    margin: 120px 0;
  }
}
.block-news__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.block-news__bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.block-news__cat {
  color: currentColor;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 14px;
  line-height: 1.2;
}
.block-news__cat-btn {
  color: #11246F;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #11246F;
  padding-bottom: 6px;
  flex: 1;
  text-align: center;
}
.block-news__title {
  color: currentColor;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 6px;
  width: 100%;
  max-width: 350px;
  line-height: 1.2;
}
.block-news__subtitle {
  color: currentColor;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.block-news__box {
  position: relative;
  margin-bottom: 30px;
  background-color: #ffffff;
  line-height: 0;
  color: #fff;
  min-height: 360px;
}
.block-news__box.has-image {
  color: #11246F;
}
.block-news__box-content {
  padding: 25px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
.block-news__btn {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.block-news__img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.island-top {
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .island-top {
    margin-bottom: 60px;
  }
}
.island-top__col {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .island-top__col {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    margin-top: 0;
  }
}
.island-top__link {
  color: #11246F;
  font-size: 13px;
  text-align: left;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}
.island-top__link:hover {
  color: #11246F;
}
.island-top__link-icon:before {
  content: url(/images/icons/icon-arrow-blue.svg);
  margin-right: 8px;
  transform: rotate(-180deg);
  display: inline-block;
}
.island-top__link-icon:hover {
  text-decoration: underline;
}
.island-top__icon {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.slideshow-island ~ .faq--secondary {
  margin-top: 20px;
}
.slideshow-island ~ .faq--secondary + .faq--secondary {
  margin-top: 0;
}
.slideshow-island + .grid-container .hr--large {
  margin: 20px 0;
}
.slideshow-island ~ .plan--filter .plan__row--filter {
  margin-top: 40px;
}
@media print, screen and (max-width: 39.99875em) {
  .slideshow-island ~ .plan {
    margin-top: 40px;
  }
}

[v-cloak] {
  display: none;
}

.full-height {
  height: 100%;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

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

@media print, screen and (max-width: 39.99875em) {
  .small-align-center-only {
    justify-content: center;
  }
}

.text-underline {
  text-decoration: underline;
}

.page {
  position: relative;
  overflow-x: hidden;
}
.page--short {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .page--short {
    margin-top: 60px;
  }
}

.page-title {
  font-size: 63px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0;
}
.page-title--mb-1 {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .page-title {
    font-size: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-title {
    font-size: 120px;
    margin-left: -8px;
  }
  .page-title span {
    font-size: 73px;
  }
}

.page-subtitle {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .page-subtitle {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-subtitle {
    font-size: 23px;
  }
}
.page-subtitle--big {
  font-size: 25px !important;
}
@media print, screen and (min-width: 40em) {
  .page-subtitle--big {
    font-size: 42px !important;
  }
}

.section-title {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.05;
}
@media print, screen and (min-width: 40em) {
  .section-title {
    font-size: 42px;
  }
}
.section-title--medium {
  font-size: 32px;
}
@media print, screen and (min-width: 40em) {
  .section-title--medium {
    font-size: 38px;
  }
}
.section-title--large {
  font-size: 26px;
}
@media print, screen and (min-width: 40em) {
  .section-title--large {
    font-size: 40px;
  }
}
.section-title--small {
  font-size: 26px;
}
@media print, screen and (min-width: 40em) {
  .section-title--small {
    font-size: 32px;
  }
}
.section-title--primary {
  color: #11246F;
}
.section-title--secondary {
  color: #C1BE84;
}
.section-title--white {
  color: #fff;
}
.section-title--underline {
  border-bottom: 1px solid currentColor;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 12px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .section-subtitle {
    font-size: 16px;
  }
}
.section-subtitle--primary {
  color: #11246F;
}

.section-text {
  font-size: 16px;
  color: #11246F;
}
.section-text--big {
  font-size: 17px;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}
.blur-up.lazyloaded.darken {
  filter: blur(0) brightness(0.6);
}

.fade-box .lazyload,
.fade-box .lazyloading {
  opacity: 0;
  transition: opacity 400ms;
}

.fade-box img.lazyloaded {
  opacity: 1;
}

.divider {
  width: 1px;
  background-color: #fff;
  display: inline-block;
}
.hero .divider {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 170px;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .hero .divider {
    display: inline-block;
  }
}

.search {
  margin: 22px 0;
}
@media print, screen and (min-width: 40em) {
  .search {
    margin: 100px 0 40px 0;
  }
}
.search__filters {
  margin: 40px 0;
}
.search__text {
  margin-top: 20px;
}

.download {
  margin: 90px 0;
}
.download--experiences {
  margin: 30px 0;
}
.download__items {
  list-style: none;
  margin-left: 0;
}
.download__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #11246F;
  padding: 18px 45px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 39.99875em) {
  .download__item {
    flex-direction: column;
    padding: 20px 30px;
  }
}
.download__item-title {
  font-size: 15px;
  color: #11246F;
  text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
  .download__item-title {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.partners {
  margin: 70px 0;
}
.partners__items {
  padding-bottom: 10px;
}
@media print, screen and (min-width: 64em) {
  .partners__items {
    margin: 35px 0 60px 0;
    padding-bottom: 50px;
    display: block;
  }
}
.partners__items.regular {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners__items.regular .card, .partners__items.regular .card-plane, .partners__items.regular .card-news {
  width: calc(50% - 10px);
}
.partners .slick-list {
  text-align: center;
}

.top-section {
  background-position: center;
  background-size: cover;
  height: 305px;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .top-section {
    height: 490px;
    margin-bottom: 70px;
  }
}
.top-section--big {
  height: 100vh;
}

.intro {
  margin: 20px 0;
}
@media print, screen and (min-width: 40em) {
  .intro {
    margin: 70px 0;
  }
}
@media print, screen and (min-width: 40em) {
  .intro--contacts {
    margin-bottom: 30px;
  }
}

@media print, screen and (max-width: 63.99875em) {
  .pager {
    display: none;
  }
}
.pager__items {
  display: flex;
  flex-wrap: wrap;
}
.pager__item {
  position: relative;
  flex: 1;
  height: 204px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 20px 42px;
  transition: all 1s ease;
}
.pager__item--single {
  width: calc(50% + 84px);
}
.pager__item--single .icon-pager {
  right: 0;
  transform: translateY(-13px) rotate(180deg);
}
.pager__item--single .pager__content {
  align-items: flex-end;
  padding-right: 10%;
}
.pager__item:hover .icon-pager--next {
  -webkit-animation: bounce-next 1s infinite;
          animation: bounce-next 1s infinite;
}
.pager__item:hover .icon-pager--prev {
  -webkit-animation: bounce-prev 1s infinite;
          animation: bounce-prev 1s infinite;
}
.pager__item:hover .pager__item-title {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.pager__item.pager-next {
  align-items: flex-start;
  text-align: left;
}
.pager__item.pager-prev {
  align-items: flex-end;
  text-align: right;
}
.pager__content {
  max-width: calc(73.125rem - 40px);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: inherit;
}
.pager__content .icon-pager--prev {
  align-items: flex-end;
}
.pager__item-title {
  font-size: 40px;
  color: #fff;
  max-width: 254px;
}
.pager__item-title span {
  font-size: 25px;
}
[lang=de] .pager__item-title {
  font-size: 25px;
}
.pager__item-subtitle {
  font-size: 12px;
  color: #fff;
  max-width: 254px;
}
.pager__img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.6);
}

.icon-pager {
  position: absolute;
  top: 50%;
}
.icon-pager--prev {
  left: 0;
}
.icon-pager--next {
  right: 0;
  transform: translateY(-13px) rotate(180deg);
}

@-webkit-keyframes bounce-next {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(0, -13px) rotate(180deg);
  }
  40% {
    transform: translate(10px, -13px) rotate(180deg);
  }
  60% {
    transform: translate(5px, -13px) rotate(180deg);
  }
}

@keyframes bounce-next {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(0, -13px) rotate(180deg);
  }
  40% {
    transform: translate(10px, -13px) rotate(180deg);
  }
  60% {
    transform: translate(5px, -13px) rotate(180deg);
  }
}
@-webkit-keyframes bounce-prev {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(0, -13px);
  }
  40% {
    transform: translate(-10px, -13px);
  }
  60% {
    transform: translate(-5px, -13px);
  }
}
@keyframes bounce-prev {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(0, -13px);
  }
  40% {
    transform: translate(-10px, -13px);
  }
  60% {
    transform: translate(-5px, -13px);
  }
}
.interative {
  margin: 70px 0;
}

.hr--primary {
  border-color: #11246F;
}
.hr--small {
  margin: 12px 0;
}
.hr--medium {
  margin: 30px 0;
}
.hr--large {
  margin: 70px 0;
}
.hr--h90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.parallax-v__item {
  transform: translateY(25%);
}

.gallery-carroussel {
  margin: 40px 0;
}
@media print, screen and (min-width: 40em) {
  .gallery-carroussel {
    margin: 70px 0;
  }
}
.gallery-carroussel__title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 10px 6px;
  text-align: center;
  display: block;
  color: #11246F;
}
.gallery-carroussel__img {
  transition: all 0.3s ease;
}
.gallery-carroussel__img:hover {
  transform: scale(1.05);
}
.gallery-carroussel__link {
  display: inline-block;
  overflow: hidden;
}

.section-video {
  margin: 40px 0;
}
@media print, screen and (min-width: 40em) {
  .section-video {
    margin: 70px 0;
  }
}
.section-video iframe {
  height: 250px;
}
@media print, screen and (min-width: 40em) {
  .section-video iframe {
    height: 408px;
  }
}

.section-border-bottom .grid-container:last-child .grid-x {
  border-bottom: 1px solid #11246F;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-left: 5px;
  margin-right: 5px;
}
@media print, screen and (min-width: 40em) {
  .section-border-bottom .grid-container:last-child .grid-x {
    border-bottom: 1px solid #11246F;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.section-border-bottom:last-child .grid-x {
  border: 0 !important;
}

.section-text-image {
  margin: 40px 0;
}
@media print, screen and (min-width: 40em) {
  .section-text-image {
    margin: 60px 0;
  }
}
.section-text-image__img {
  max-width: 150px;
  margin: 0 auto;
}

.dmo {
  margin: 40px 0;
}
@media print, screen and (min-width: 40em) {
  .dmo {
    margin: 60px 0;
  }
}
.dmo__text {
  margin-top: 20px;
}
.dmo__data-title {
  position: relative;
}
.dmo__title-content {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.dmo__text {
  margin-bottom: 30px;
}
.dmo__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 400px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .dmo__img {
    padding-bottom: 0;
    max-height: 100%;
    margin-bottom: 0;
  }
}
.dmo__data-title-separator {
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #11246F;
  display: inline-block;
  flex: 1;
  margin-left: 20px;
}
.dmo__row {
  display: flex;
  flex-wrap: wrap;
}
.dmo__col {
  flex: 1 1 50%;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.dmo__col--auto {
  flex: auto;
}
.dmo__col--auto:first-child {
  flex: 0;
}
.dmo__value {
  color: #11246F;
  font-size: 58px;
  line-height: 1;
  margin-right: 10px;
}
.dmo__value-title {
  display: block;
  color: #11246F;
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
}
.dmo__value-subtitle {
  display: block;
  color: #11246F;
  font-size: 16px;
  line-height: 1.2;
}

table {
  border: 2px solid #11246F;
  margin: 20px 0;
}
table th {
  background-color: #11246F;
  color: #fff;
  padding: 10px 6px;
}
table td {
  border: 2px solid #11246F;
  padding: 6px;
  font-size: 12px;
}
@media print, screen and (min-width: 40em) {
  table td {
    font-size: 14px;
  }
}

.plan {
  margin: 30px 0;
}
@media print, screen and (min-width: 40em) {
  .plan {
    margin: 70px 0;
  }
}
.plan:first-child {
  margin-top: 60px;
}
@media print, screen and (min-width: 40em) {
  .plan:first-child {
    margin-top: 140px;
  }
}
.faq .plan {
  margin-top: 0;
}
.plan__two-col iframe {
  max-width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .plan__two-col iframe {
    margin-bottom: 0;
  }
}
.plan__two-col-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 40em) {
  .plan__two-col-img {
    height: 370px;
  }
}
.plan__two-col-ctas {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .plan__two-col-ctas {
    flex-direction: row;
  }
}
.plan__two-col-ctas .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .plan__two-col-ctas .btn {
    margin: 0 10px 10px 0;
  }
}
.plan__two-col-ctas .btn:first-child {
  margin-left: 0;
}
.plan__two-col-ctas .btn:last-child {
  margin-right: 0;
}
.plan__row {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .plan__row {
    margin-bottom: 50px;
  }
}
.plan__row--filter {
  position: relative;
  margin-top: -55px;
  margin-bottom: 40px;
}
.plan__block-img {
  display: flex;
  margin-top: 40px;
}
.plan__block-img-item {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan__filter-title {
  color: #11246F;
  font-size: 22px;
}
.plan__filter {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 60px 60px 0;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .plan__filter {
    flex-direction: row;
  }
}
.plan__filter--transparent {
  background-color: transparent;
  padding: 20px;
  border-radius: 0;
}
.plan__col--left {
  margin: 0 0px 0 0px;
  max-width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 40em) {
  .plan__col--left {
    margin: 0 80px 0 40px;
    max-width: 240px;
    margin-bottom: 0;
  }
}
.plan__col--right {
  flex: 1;
}
.page-400 {
  margin-bottom: 0;
}
.page-400__text {
  color: #fff;
  margin-bottom: 30px;
}

body .Cookie--base {
  background-color: #11246F;
  color: #fff;
}
body .Cookie--base .Cookie__button {
  background-color: #fff;
  color: #11246F;
  padding-top: 16px;
  padding-bottom: 16px;
}

.more {
  margin-bottom: 12px;
}
.more__link {
  color: #11246F;
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.more__link:hover {
  color: #11246F;
  text-decoration: underline;
}
.more__link-icon-big-before:before {
  margin-right: 8px;
  content: url(/images/icons/icon-big-arrow.svg);
}
.more__link-icon-big-after:after {
  margin-left: 8px;
  content: url(/images/icons/icon-big-arrow.svg);
}
.more__link-icon:after {
  content: url(/images/icons/icon-arrow-blue.svg);
  margin-left: 4px;
}
.more__link-icon:hover {
  text-decoration: underline;
}

.webcam_view {
  width: 50%;
}
@media print, screen and (max-width: 63.99875em) {
  .webcam_view {
    width: 100%;
  }
}
