/*! Boka i Åre | v2 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
}
input {
  border-radius: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.o-main {
  max-width: 1440px;
  margin: 32px 16px;
}
@media (min-width: 640px) {
  .o-main {
    margin: 64px 32px;
  }
}
@media (min-width: 1020px) {
  .o-main {
    margin: 128px 64px;
  }
}
@media (min-width: 1440px) {
  .o-main {
    padding-right: 16px;
    padding-left: 16px;
    margin: 128px auto;
  }
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* @media (min-width: 640px) {
  body {
    font-size: 16px;
  }
} */
p {
  margin: 0;
  line-height: 1.8;
}
p:not(:last-of-type) {
  margin-bottom: 24px;
}
a {
  color: #4fb0e5;
  text-decoration: none;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.o-wrapper {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 420px) {
  .o-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1280px) {
  .o-wrapper {
    max-width: 1280px;
  }
}
.o-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.o-layout-item {
  width: 100%;
  text-align: left;
}
.u-col-2 {
  -ms-flex: 0 0 16.66667% !important;
  flex: 0 0 16.66667% !important;
}
.u-col-3 {
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
}
.u-col-4 {
  -ms-flex: 0 0 33.33333% !important;
  flex: 0 0 33.33333% !important;
}
.u-col-6 {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
}
@media (min-width: 320px) {
  .u-col-2\@xs {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
  }
  .u-col-3\@xs {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
  }
  .u-col-4\@xs {
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
  }
  .u-col-6\@xs {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (min-width: 640px) {
  .u-col-2\@sm {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
  }
  .u-col-3\@sm {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
  }
  .u-col-4\@sm {
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
  }
  .u-col-6\@sm {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (min-width: 880px) {
  .u-col-2\@md {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
  }
  .u-col-3\@md {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
  }
  .u-col-4\@md {
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
  }
  .u-col-6\@md {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (min-width: 1020px) {
  .u-col-2\@lg {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
  }
  .u-col-3\@lg {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
  }
  .u-col-4\@lg {
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
  }
  .u-col-6\@lg {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (min-width: 1280px) {
  .u-col-2\@xl {
    -ms-flex: 0 0 16.66667% !important;
    flex: 0 0 16.66667% !important;
  }
  .u-col-3\@xl {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
  }
  .u-col-4\@xl {
    -ms-flex: 0 0 33.33333% !important;
    flex: 0 0 33.33333% !important;
  }
  .u-col-6\@xl {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
}
.o-layout-invertSpace {
  margin-left: -16px;
}
@media (min-width: 640px) {
  .o-layout-invertSpace {
    margin-left: -32px;
  }
}
.o-layout-space {
  padding-left: 16px;
}
@media (min-width: 640px) {
  .o-layout-space {
    padding-left: 32px;
  }
}
.o-button {
  padding: 16px 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  background-color: #4fb0e5;
  border: none;
  outline: none;
  cursor: pointer;
}
.c-hero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.25s;
  transition-timing-function: ease-in-out;
}
.c-hero--small {
  height: 78%;
}
.c-hero--none {
  height: 50px;
  background-color: #121212;
}
.c-hero--none .c-hero-logo {
  top: 0;
}
.c-hero--none .c-menu {
  padding-top: 0;
}
.c-hero--none .c-menu-link {
  padding: 18px 24px;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
.c-hero-overlay {
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.c-hero-title {
  position: relative;
  top: 50%;
  max-width: 800px;
  padding: 16px;
  margin: 0 16px;
  font-size: 24px;
  font-style: italic;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
  transform: translateY(-50%);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.75s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 420px) {
  .c-hero-title {
    margin-right: 32px;
    margin-left: 32px;
    font-size: 36px;
  }
}
@media (min-width: 640px) {
  .c-hero-title {
    padding: 32px;
    font-size: 48px;
  }
}
@media (min-width: 880px) {
  .c-hero-title {
    margin-right: auto;
    margin-left: auto;
    font-size: 64px;
  }
}
#logo {
  height: 20px;
}
.c-heroStory {
  position: relative;
  z-index: 2;
  padding: 32px 16px;
  margin-top: 50px;
  line-height: 1.5;
  font-size: 18px;
  background-color: #f9f9f9;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.75s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 640px) {
  .c-heroStory {
    padding: 32px;
  }
}
@media (min-width: 760px) {
  .c-heroStory {
    position: absolute;
    top: 35%;
    left: 5%;
    max-width: 700px;
    padding: 0;
    line-height: 1.8;
    background-color: transparent;
    transform: translateY(-50%);
  }
}
.c-heroStory-title {
  font-size: 18px;
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media (min-width: 760px) {
  .c-heroStory-title {
    font-size: 36px;
    font-style: italic;
    color: #fff;
  }
}
.c-heroStory-text {
  color: #8e8e8e;
}
@media (min-width: 760px) {
  .c-heroStory-text {
    color: #fff;
    text-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
  }
}
.c-logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  height: 50px;
  padding: 16px;
  text-align: right;
  background-color: #4fb0e5;
  transition: background 0.5s ease-in-out;
  will-change: transform;
}
@media (min-width: 640px) {
  .c-logo {
    width: 216px;
  }
}
.c-logo:hover {
  background-color: #121212;
}
.c-menu {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 50px;
  padding-left: 150px;
  text-align: center;
  background-color: #121212;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(18, 18, 18, 0.2);
  will-change: transform;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 640px) {
  .c-menu {
    padding-left: 216px;
  }
}
@media (min-width: 1280px) {
  .c-menu {
    padding-left: 0;
  }
}
.c-menu-list {
  position: relative;
  max-height: 100px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-menu-item {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.25rem;
}
.c-menu-item:last-child {
  position: absolute;
  right: 0;
  bottom: 50px;
  background-image: linear-gradient(
    to right,
    rgba(18, 18, 18, 0) 0,
    #121212 16px
  );
  padding-left: 32px;
}
.c-menu-item:nth-last-child(2) {
  display: none;
}
.c-menu-item:hover .c-menu-subList {
  display: block;
}
.c-menu-link {
  display: block;
  height: 50px;
  padding: 0 24px;
  color: #fff;
  opacity: 0.7;
  white-space: nowrap;
  line-height: 50px;
  text-transform: uppercase;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 880px) {
  .c-menu-link {
    padding: 0 32px;
  }
}
.c-menu-link:hover {
  opacity: 1;
}
.c-menu-subList {
  display: none;
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.c-menu-subList:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -12px;
  left: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #222;
}
.c-menu-subItem {
  text-align: left;
  border-bottom: 1px solid #444;
}
.c-menu-subLink {
  display: block;
  width: 100%;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05rem;
  background-color: #222;
  white-space: nowrap;
  cursor: pointer;
}
.c-menu-subLink:hover {
  background-color: #333;
}
nav#menu:target {
  height: auto;
  padding: 0;
}
nav#menu:target ul {
  max-height: none;
}
nav#menu:target li {
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
nav#menu:target li:first-child {
  padding-top: 50px;
}
nav#menu:target a {
  display: block;
  padding: 0 32px;
}
nav#menu:target a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
nav#menu:target li:last-child {
  display: none;
}
nav#menu:target li:nth-last-child(2) {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border-left: 2px solid #121212;
  border-bottom: 0;
}
.c-submenu {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05rem;
  text-align: center;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1.25s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 640px) {
  .c-submenu {
    left: 50%;
    width: auto;
    transform: translate(-50%, 0%);
  }
}
.c-submenu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-submenu-item {
  display: inline-block;
  width: 100%;
  padding-top: 16px;
}
@media (min-width: 640px) {
  .c-submenu-item {
    width: auto;
  }
}
@media (min-width: 640px) {
  .c-submenu-item:hover .c-submenu-subList {
    display: block;
  }
}
.c-submenu-link {
  display: block;
  min-width: 300px;
  padding: 16px 32px;
  color: #fff;
  background-color: #4fb0e5;
  text-transform: uppercase;
  transition: background 0.5s ease-in-out;
}

.c-submenu-link + .c-submenu-link {
  border-top: 1px solid currentcolor;
}

@media (min-width: 640px) {
  .c-submenu-link:first-of-type {
    display: none;
  }

  .c-submenu-link + .c-submenu-link {
    border-top: 0;
  }
}

.c-submenu-link:hover {
  background-color: #121212;
}
.c-submenu-subList {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 48px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .c-submenu-subList {
    bottom: 62px;
  }
}
.c-submenu-subList:before {
  position: absolute;
  z-index: -1;
  content: '';
  bottom: -12px;
  left: 50%;
  border-top: 12px solid #121212;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  transform: translate(-50%, 0%);
}
.c-submenu-subItem:not(:first-child) {
  border-top: 1px solid #222;
}
.c-submenu-subLink {
  display: block;
  width: 100%;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05rem;
  background-color: #121212;
  white-space: nowrap;
  cursor: pointer;
}
.c-submenu-subLink:hover {
  background-color: #000;
}
.c-promo {
  margin: 32px 8px;
  text-align: center;
}
@media (min-width: 420px) {
  .c-promo {
    margin: 32px 16px;
  }
}
@media (min-width: 640px) {
  .c-promo {
    margin: 64px;
  }
}
@media (min-width: 880px) {
  .c-promo {
    margin: 64px 128px;
  }
}
@media (min-width: 1020px) {
  .c-promo {
    margin: 128px;
  }
}
.c-promo-subTitle {
  max-width: 800px;
  margin: 0 auto 6px;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (min-width: 640px) {
  .c-promo-subTitle {
    margin-bottom: 24px;
  }
}
.c-promo-title {
  max-width: 800px;
  margin: 0 auto 9px;
  font-size: 20px;
  font-style: italic;
  color: #414141;
}
@media (min-width: 640px) {
  .c-promo-title {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
@media (min-width: 880px) {
  .c-promo-title {
    font-size: 36px;
  }
}
.c-promo-text {
  max-width: 800px;
  margin: 0 auto;
  color: #8e8e8e;
}
@media (min-width: 880px) {
  .c-promo-text {
    font-size: 20px;
  }
}
.c-card {
  margin: 32px auto;
  background-color: #fff;
}
@media (min-width: 640px) {
  .c-card {
    margin: -16px -16px 32px -16px;
  }
}
@media (min-width: 880px) {
  .c-card {
    margin-bottom: 64px;
  }
}
@media (min-width: 1440px) {
  .c-card {
    padding-right: 6px;
    padding-left: 6px;
    margin: -16px -30px 32px -30px;
  }
}
.c-card-item {
  display: block;
  position: relative;
  padding-bottom: 75%;
  background-size: cover;
  transition: transform 0.5s;
}
@media (min-width: 420px) {
  .c-card-item {
    padding-bottom: 67.5%;
  }
}
@media (min-width: 640px) {
  .c-card-item {
    transform: scale(0.9);
  }
}
@media (min-width: 640px) {
  .c-card-item:hover {
    transform: translate(0%, 4%);
  }
}
@media (min-width: 880px) {
  .c-card-item:hover {
    transform: translate(0%, 2%);
  }
}
.c-card-link {
  display: block;
}
.c-card-title {
  padding: 12px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 640px) {
  .c-card-title {
    padding: 0 12px 12px;
    margin-right: 16px;
    margin-top: -3px;
  }
}
@media (min-width: 880px) {
  .c-card-title {
    margin-top: -6px;
    margin-right: 32px;
  }
}
.c-imageCard {
  background-color: #121212;
}
.c-imageCard-item {
  display: block;
  position: relative;
  padding-bottom: 75%;
  background-size: cover;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
@media (min-width: 420px) {
  .c-imageCard-item {
    padding-bottom: 56.25%;
  }
}
/* @media (min-width: 640px) {
  .c-imageCard-item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
@media (min-width: 640px) {
  .c-imageCard-item:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
} */
.c-imageCard-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background 0.5s;
}
@media (min-width: 640px) {
  .c-imageCard-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .c-imageCard-overlay:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .c-imageCard-overlay:hover .c-imageCard-title {
    background-color: #121212;
  }
}
.c-imageCard-title {
  padding: 12px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-color: #121212;
  transition: color 0.5s, background 0.25s;
}
@media (min-width: 420px) {
  .c-imageCard-title {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .c-imageCard-title {
    background-color: transparent;
  }
}
@media (min-width: 880px) {
  .c-imageCard-title {
    font-size: 16px;
  }
}
.c-imageBanner {
  position: relative;
  padding-bottom: 56.25%;
  margin: 32px 0;
  background-position: center;
  background-size: cover;
  background-color: #121212;
}
@media (min-width: 640px) {
  .c-imageBanner {
    margin: 64px 0;
  }
}
@media (min-width: 1020px) {
  .c-imageBanner {
    margin: 128px 0;
  }
}
.c-imageRight {
  margin: 32px 0;
}
@media (min-width: 640px) {
  .c-imageRight {
    margin: 64px 0;
  }
}
@media (min-width: 880px) {
  .c-imageRight {
    overflow: hidden;
  }
}
@media (min-width: 1020px) {
  .c-imageRight {
    margin: 128px 0;
  }
}
.c-imageRight-figure {
  width: 100%;
  padding-bottom: 42.1875%;
  margin: 32px 0;
  background-position: center;
  background-size: cover;
  background-color: #121212;
}
@media (min-width: 880px) {
  .c-imageRight-figure {
    float: right;
    width: 70%;
  }
}
.c-imageRight-caption {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #8e8e8e;
}
@media (min-width: 880px) {
  .c-imageRight-caption {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-right: 5%;
    margin-top: 64px;
  }
}
.c-imageRight-caption strong {
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.c-imageLeft {
  margin: 32px 0;
}
@media (min-width: 640px) {
  .c-imageLeft {
    margin: 64px 0;
  }
}
@media (min-width: 880px) {
  .c-imageLeft {
    overflow: hidden;
  }
}
@media (min-width: 1020px) {
  .c-imageLeft {
    margin: 128px 0;
  }
}
.c-imageLeft-figure {
  position: relative;
  width: 100%;
  padding-bottom: 42.1875%;
  margin: 32px 0;
  background-position: center;
  background-size: cover;
  background-color: #121212;
}
@media (min-width: 880px) {
  .c-imageLeft-figure {
    float: left;
    width: 70%;
  }
}
.c-imageLeft-caption {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #8e8e8e;
}
@media (min-width: 880px) {
  .c-imageLeft-caption {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-left: 5%;
    margin-top: 64px;
  }
}
.c-imageLeft-caption strong {
  color: #414141;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.c-text {
  margin: 32px 0;
}
@media (min-width: 640px) {
  .c-text {
    margin: 64px 0;
  }
}
.c-text-content {
  max-width: 700px;
  margin: 0 auto;
  color: #8e8e8e;
}
@media (min-width: 880px) {
  .c-text-content {
    font-size: 18px;
  }
}
.c-text-content h1,
.c-text-content h2,
.c-text-content h3,
.c-text-content h4,
.c-text-content h5,
.c-text-content h6 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #414141;
  /* text-transform: uppercase; */
  letter-spacing: 0.1rem;
}
.c-facts {
  margin: 32px 0;
  text-align: center;
}
@media (min-width: 640px) {
  .c-facts {
    margin: 64px 0;
  }
}
.c-facts-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  color: #8e8e8e;
}
@media (min-width: 880px) {
  .c-facts-content {
    font-size: 18px;
  }
}
.c-facts-subTitle {
  max-width: 800px;
  margin: 0 auto 6px;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (min-width: 640px) {
  .c-facts-subTitle {
    margin-bottom: 24px;
  }
}
.c-facts hr {
  height: 1px;
  margin: 0;
  clear: both;
  border: none;
  background-color: #eee;
}
.c-facts dt {
  float: left;
  width: 30%;
  margin: 8px 0 8px 0;
  color: #414141;
}
.c-facts dd {
  float: right;
  width: 60%;
  margin: 8px 0 8px 0;
}
.c-quote {
  margin: 32px 0;
  text-align: center;
}
@media (min-width: 420px) {
  .c-quote {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 640px) {
  .c-quote {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (min-width: 1020px) {
  .c-quote {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.c-quote-content {
  max-width: 700px;
  padding: 0 32px;
  margin: 0 auto;
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  color: #414141;
}
@media (min-width: 420px) {
  .c-quote-content {
    font-size: 24px;
  }
}
@media (min-width: 760px) {
  .c-quote-content {
    font-size: 36px;
  }
}
.c-linkGroup {
  margin: 32px 0;
  text-align: center;
}
@media (min-width: 640px) {
  .c-linkGroup {
    margin: 64px 0;
  }
}
.c-linkGroup-list {
  max-width: 700px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.c-linkGroup-item {
  display: block;
  width: 100%;
  padding: 0;
  margin: 4px 0;
  text-transform: uppercase;
}
@media (min-width: 880px) {
  .c-linkGroup-item {
    display: inline-block;
    width: auto;
    margin: 4px 2px;
  }
}
.c-linkGroup-link {
  display: block;
  padding: 16px 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #4fb0e5;
  letter-spacing: 0.1rem;
  transition: background 0.5s ease-in-out;
}
@media (min-width: 880px) {
  .c-linkGroup-link {
    padding: 16px 32px;
  }
}
.c-linkGroup-link:hover {
  background-color: #121212;
}
.c-linkGroup-title {
  max-width: 800px;
  margin: 0 auto 12px;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (min-width: 640px) {
  .c-linkGroup-title {
    margin-bottom: 24px;
  }
}
.c-footer {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  text-align: center;
  background-color: #121212;
}
@media (min-width: 640px) {
  .c-footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.c-footer-logo {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 16px;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .c-footer-logo {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.c-footerMenu {
  width: 100%;
  text-align: center;
}
.c-footerMenu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-footerMenu-item {
  position: relative;
  display: block;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.25rem;
}
@media (min-width: 880px) {
  .c-footerMenu-item {
    display: inline-block;
  }
}
.c-footerMenu-link {
  display: block;
  padding: 24px;
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 880px) {
  .c-footerMenu-link {
    padding: 12px 32px;
  }
}
.c-footerMenu-link:hover {
  opacity: 1;
}
.c-form {
  max-width: 700px;
  margin: 0 auto;
  scroll-margin-top: 100px;
}
.c-form-field {
  margin-bottom: 24px;
}
.c-form-label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.c-form-input,
.c-form-textarea,
.c-form-select {
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #121212;
}
.c-form-input {
  min-height: 50px;
}
.c-form-textarea {
  min-height: 150px;
}
.c-form-select {
  position: relative;
  display: flex;
  width: 100%;
  padding: 8px;
  cursor: pointer;
  min-height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
}
.c-form-select select {
  /* A reset of styles, including removing the default dropdown arrow */
  appearance: none;

  /* Additional resets for further consistency */
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;

  /* Custom styles */
  padding: 8px;
}
.c-form-select-icon {
  position: absolute;
  top: 55%;
  right: 1rem;
  color: var(--color-black);
  transform: translateY(-50%);
  pointer-events: none;
}
.c-form-select-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.c-form-submit {
  margin-top: 32px;
}
.c-form-alert {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  color: red;
}
.c-weeks {
  margin-bottom: 32px;
  scroll-margin-top: 50px;
}
@media (min-width: 640px) {
  .c-weeks {
    margin-bottom: 64px;
  }
}
@media (min-width: 1020px) {
  .c-weeks {
    margin-bottom: 128px;
  }
}
.c-weeks-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-weeks-item {
  width: 100%;
  padding: 8px;
  color: #fff;
  background-color: #121212;
  overflow: hidden;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.c-weeks-item:nth-child(n + 2) {
  border-top: 2px solid #222;
}
.c-weeks-item:last-child {
  border-right: none !important;
}
@media (min-width: 320px) {
  .c-weeks-item {
    padding: 16px;
    border-right: 2px solid #222;
  }
  .c-weeks-item:nth-child(even) {
    border-right: none;
  }
  .c-weeks-item:nth-child(n + 2) {
    border-top: none;
  }
  .c-weeks-item:nth-child(n + 3) {
    border-top: 2px solid #222;
  }
}
@media (min-width: 880px) {
  .c-weeks-item:nth-child(even) {
    border-right: 2px solid #222;
  }
  .c-weeks-item:nth-child(3n + 0) {
    border: none;
  }
  .c-weeks-item:nth-child(n + 3) {
    border-top: none;
  }
  .c-weeks-item:nth-child(n + 4) {
    border-top: 2px solid #222;
  }
}
@media (min-width: 1020px) {
  .c-weeks-item:nth-child(3n + 0) {
    border-right: 2px solid #222;
  }
  .c-weeks-item:nth-child(4n + 0) {
    border: none;
  }
  .c-weeks-item:nth-child(n + 4) {
    border-top: none;
  }
  .c-weeks-item:nth-child(n + 5) {
    border-top: 2px solid #222;
  }
}
@media (min-width: 1280px) {
  .c-weeks-item:nth-child(4n + 0) {
    border-right: 2px solid #222;
  }
  .c-weeks-item:nth-child(n + 5) {
    border-top: 0;
  }
  .c-weeks-item:nth-child(6n + 0) {
    border: none;
  }
  .c-weeks-item:nth-child(n + 6) {
    border-top: none;
  }
  .c-weeks-item:nth-child(n + 7) {
    border-top: 2px solid #222;
  }
}
.c-weeks-header {
  display: flex;
  justify-content: space-between;
}
.c-weeks-year {
  float: left;
  color: #1b7db3;
}
.c-weeks-week {
  margin-top: 0;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 320px) {
  .c-weeks-week {
    font-size: 16px;
  }
}
@media (min-width: 1020px) {
  .c-weeks-week {
    font-size: 18px;
  }
}
.c-weeks-price {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.c-weeks-price--discount {
  text-decoration: line-through;
}
.c-weeks-discount {
  font-size: 20px;
  color: red;
  text-decoration: none;
}
.c-gallery-list {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 640px) {
  .c-gallery-list {
    row-gap: 4rem;
  }
}
@media (min-width: 1020px) {
  .c-gallery-list {
    row-gap: 8rem;
  }
}
.c-gallery-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 2rem;
}
.c-gallery-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.c-gallery-text {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20rem;
  max-width: 40rem;
  color: #8e8e8e;
}
.c-gallery-text p strong {
  color: #414141;
  text-transform: uppercase;
}
.c-gallery-image {
  --ratio: 4/3;

  position: relative;
  flex-grow: 2;
  flex-shrink: 1;
  flex-basis: 40rem;
}
@supports (aspect-ratio: var(--ratio)) {
  .c-gallery-image {
    aspect-ratio: var(--ratio);
  }
}
@supports not (aspect-ratio: var(--ratio)) {
  .c-gallery-image {
    padding-bottom: calc(100% / (var(--ratio)));
  }
}
.c-gallery-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-gallery-image[data-contain] img {
  object-fit: contain;
}
label {
  display: block;
}
.u-button--fullWidth {
  width: 100% !important;
}
.u-color-black {
  color: #000 !important;
}
.u-color-grey {
  color: #696969 !important;
}
.u-margin-top {
  --margin-top: 0;
  margin-top: var(--margin-top);
}
.u-margin-right {
  --margin-right: 0;
  margin-right: var(--margin-right);
}
.u-margin-bottom {
  --margin-bottom: 0;
  margin-bottom: var(--margin-bottom);
}
.u-margin-left {
  --margin-left: 0;
  margin-left: var(--margin-left);
}
.u-hide-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
