@import url(https://use.typekit.net/zns4zee.css);.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}


/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}



/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: .4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: .4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: .1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}




/*Skin */

.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose,
    .glightbox-modern .gprev,
    .glightbox-modern .gnext,
    .glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.20);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: .7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}




/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn .5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut .5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft .3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft .3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight .3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight .3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn .5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut .5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d( 0, 0, 0);
    transform: translate3d( 0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, .92);
  }
  .glightbox-clean .gslide-media,
.glightbox-modern .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner,
.glightbox-modern .description-left .gdesc-inner,
.glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
.glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
.glightbox-modern .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose,
.glightbox-modern .gclose {
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
@charset "UTF-8";

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-disable */

/* stylelint-enable */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/* Settings
**
** This holds any global settings for your project. This layer should only house settings that need to be accessed from anywhere.
** This ensures this layer stays nice and slim, and means that most settings can be found alongside the code that uses them, making finding things far simpler.
**
** Examples of global settings might be things like the base font size, colour palettes, config and so on.
*/

/* Tools
**
** The next layer houses your globally available tooling – namely mixins and functions. Any mixin or function that does not need accessing globally should belong in the partial to which it relates.
** The Tools layer comes after the Settings layer because a mixin may require one of the global settings as a default parameter. Examples of global tools might be gradient mixins, font-sizing mixins and so on.
**
*/

/* Generic
**
** The Generic layer is the first one that actually produces any CSS. It houses very high-level, far reaching styles. This layer is seldom modified, and is usually the same across any projects you work on.
** It contains things like Normalize.css, global box-sizing rules, CSS resets and so on. The Generic layer affects a lot of the DOM, hence it being nice and wide in the Triangle model, and occurring very early on.
**
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* line 12, node_modules/stuurmen-css/generic/_generic.normalize.scss */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

/* line 25, node_modules/stuurmen-css/generic/_generic.normalize.scss */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

/* line 33, node_modules/stuurmen-css/generic/_generic.normalize.scss */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* line 47, node_modules/stuurmen-css/generic/_generic.normalize.scss */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

/* line 60, node_modules/stuurmen-css/generic/_generic.normalize.scss */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

/* line 70, node_modules/stuurmen-css/generic/_generic.normalize.scss */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/* line 79, node_modules/stuurmen-css/generic/_generic.normalize.scss */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* line 90, node_modules/stuurmen-css/generic/_generic.normalize.scss */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

/* line 103, node_modules/stuurmen-css/generic/_generic.normalize.scss */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/* line 113, node_modules/stuurmen-css/generic/_generic.normalize.scss */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

/* line 123, node_modules/stuurmen-css/generic/_generic.normalize.scss */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/* line 132, node_modules/stuurmen-css/generic/_generic.normalize.scss */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* line 142, node_modules/stuurmen-css/generic/_generic.normalize.scss */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

/* line 153, node_modules/stuurmen-css/generic/_generic.normalize.scss */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

/* line 161, node_modules/stuurmen-css/generic/_generic.normalize.scss */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

/* line 170, node_modules/stuurmen-css/generic/_generic.normalize.scss */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* line 179, node_modules/stuurmen-css/generic/_generic.normalize.scss */

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

/* line 187, node_modules/stuurmen-css/generic/_generic.normalize.scss */

sub {
  bottom: -0.25em;
}

/* line 191, node_modules/stuurmen-css/generic/_generic.normalize.scss */

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

/* line 202, node_modules/stuurmen-css/generic/_generic.normalize.scss */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

/* line 211, node_modules/stuurmen-css/generic/_generic.normalize.scss */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

/* line 220, node_modules/stuurmen-css/generic/_generic.normalize.scss */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

/* line 228, node_modules/stuurmen-css/generic/_generic.normalize.scss */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

/* line 240, node_modules/stuurmen-css/generic/_generic.normalize.scss */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

/* line 256, node_modules/stuurmen-css/generic/_generic.normalize.scss */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

/* line 266, node_modules/stuurmen-css/generic/_generic.normalize.scss */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

/* line 277, node_modules/stuurmen-css/generic/_generic.normalize.scss */

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

/**
 * Remove the inner border and padding in Firefox.
 */

/* line 288, node_modules/stuurmen-css/generic/_generic.normalize.scss */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

/* line 300, node_modules/stuurmen-css/generic/_generic.normalize.scss */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/* line 311, node_modules/stuurmen-css/generic/_generic.normalize.scss */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/* line 322, node_modules/stuurmen-css/generic/_generic.normalize.scss */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/* line 336, node_modules/stuurmen-css/generic/_generic.normalize.scss */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

/* line 345, node_modules/stuurmen-css/generic/_generic.normalize.scss */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

/* line 354, node_modules/stuurmen-css/generic/_generic.normalize.scss */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/* line 364, node_modules/stuurmen-css/generic/_generic.normalize.scss */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/* line 374, node_modules/stuurmen-css/generic/_generic.normalize.scss */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

/* line 383, node_modules/stuurmen-css/generic/_generic.normalize.scss */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* line 393, node_modules/stuurmen-css/generic/_generic.normalize.scss */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

/* line 406, node_modules/stuurmen-css/generic/_generic.normalize.scss */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

/* line 415, node_modules/stuurmen-css/generic/_generic.normalize.scss */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

/* line 426, node_modules/stuurmen-css/generic/_generic.normalize.scss */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

/* line 434, node_modules/stuurmen-css/generic/_generic.normalize.scss */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

/* line 445, node_modules/stuurmen-css/generic/_generic.normalize.scss */

[hidden] {
  display: none;
}

/*  =========================================================================
    reset
    A thin layer on top of normalize.css that provides a starting point more
    suitable for web applications. Removes the default spacing and border for
    appropriate elements.
    ========================================================================= */

/**
 * 1. Set the global `box-sizing` state to `border-box`. As per:
 *    paulirish.com/2012/box-sizing-border-box-ftw
 * 2. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */

/* line 14, node_modules/stuurmen-css/generic/_generic.reset.scss */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* [1] */
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  /* [2] */
  -webkit-font-smoothing: antialiased;
  /* [2] */
}

/* line 22, node_modules/stuurmen-css/generic/_generic.reset.scss */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* [1] */
}

/**
 * The usual resetting of margins, paddings, borders etc.
 */

/* line 33, node_modules/stuurmen-css/generic/_generic.reset.scss */

blockquote,
dl,
dd,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
fieldset,
hr {
  margin: 0;
}

/* line 51, node_modules/stuurmen-css/generic/_generic.reset.scss */

fieldset,
ol,
ul {
  padding: 0;
}

/* line 57, node_modules/stuurmen-css/generic/_generic.reset.scss */

iframe,
fieldset {
  border: 0;
}

/**
 * Remove extra vertical spacing when nesting lists.
 */

/* line 67, node_modules/stuurmen-css/generic/_generic.reset.scss */

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

/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

/* line 79, node_modules/stuurmen-css/generic/_generic.reset.scss */

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

/**
 * Image
 *
 * 1. By default all images are fluid
 * 2. Render `alt` visually offset when images don't load
 */

/* line 90, node_modules/stuurmen-css/generic/_generic.reset.scss */

img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
}

/**
 * 1. Single taps should be dispatched immediately on clickable elements
 */

/* line 98, node_modules/stuurmen-css/generic/_generic.reset.scss */

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* [1] */
  touch-action: manipulation;
}

/* line 103, node_modules/stuurmen-css/generic/_generic.reset.scss */

[hreflang] > abbr[title] {
  text-decoration: none;
}

/* line 107, node_modules/stuurmen-css/generic/_generic.reset.scss */

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

/* line 112, node_modules/stuurmen-css/generic/_generic.reset.scss */

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC;
}

/* Elements
**
** These are bare, unclassed HTML elements. What does an h1 look like without a class on it? What does an a look like without a class on it? The Elements layer binds onto bare HTML element (or 'type') selectors only.
**
*/

/* line 5, node_modules/stuurmen-css/elements/_elements.form.scss */

form,
input {
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
}

/* line 10, node_modules/stuurmen-css/elements/_elements.form.scss */

input,
select,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 27, node_modules/stuurmen-css/elements/_elements.form.scss */

select {
  text-transform: none;
}

/* line 29, node_modules/stuurmen-css/elements/_elements.form.scss */

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

/* line 32, node_modules/stuurmen-css/elements/_elements.form.scss */

select::-ms-value {
  background: none;
  color: inherit;
}

/* line 38, node_modules/stuurmen-css/elements/_elements.form.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 18, node_modules/stuurmen-css/elements/_elements.headings.scss */

.u-h,
h1,
h2,
h3,
h4,
h5,
h6,
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6 {
  margin-top: 0;
  line-height: 20px;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
}

/* line 25, node_modules/stuurmen-css/elements/_elements.headings.scss */

h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.33333;
}

@media screen and (min-width: 1024px) {
  /* line 25, node_modules/stuurmen-css/elements/_elements.headings.scss */

  h1 {
    font-size: 6.25vw;
    font-size: 6.25vw;
    line-height: 3.2;
  }
}

/* line 30, node_modules/stuurmen-css/elements/_elements.headings.scss */

h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  /* line 30, node_modules/stuurmen-css/elements/_elements.headings.scss */

  h2 {
    font-size: 4.7vw;
    font-size: 4.7vw;
    line-height: 4.25532;
  }
}

/* line 35, node_modules/stuurmen-css/elements/_elements.headings.scss */

h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.14286;
}

@media screen and (min-width: 1024px) {
  /* line 35, node_modules/stuurmen-css/elements/_elements.headings.scss */

  h3 {
    font-size: 3.4vw;
    font-size: 3.4vw;
    line-height: 5.88235;
  }
}

/* line 40, node_modules/stuurmen-css/elements/_elements.headings.scss */

h4 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
}

@media screen and (min-width: 1024px) {
  /* line 40, node_modules/stuurmen-css/elements/_elements.headings.scss */

  h4 {
    font-size: 2.55vw;
    font-size: 2.55vw;
    line-height: 7.84314;
  }
}

/* line 45, node_modules/stuurmen-css/elements/_elements.headings.scss */

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  /* line 45, node_modules/stuurmen-css/elements/_elements.headings.scss */

  h5 {
    font-size: 1.35vw;
    font-size: 1.35vw;
    line-height: 14.81481;
  }
}

/* line 50, node_modules/stuurmen-css/elements/_elements.headings.scss */

h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  /* line 50, node_modules/stuurmen-css/elements/_elements.headings.scss */

  h6 {
    font-size: 1.35vw;
    font-size: 1.35vw;
    line-height: 14.81481;
  }
}

/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */

/* line 13, node_modules/stuurmen-css/elements/_elements.images.scss */

img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * If a `width` and/or `height` attribute have been explicitly defined, let’s
 * not make the image fluid.
 */

/* line 25, node_modules/stuurmen-css/elements/_elements.images.scss */

img[width],
img[height] {
  max-width: none;
}

/* line 5, node_modules/stuurmen-css/elements/_elements.links.scss */

a {
  text-decoration: none;
  color: #1ecc7c;
  -webkit-transition: 0.5s color cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 0.5s color cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 0.5s color cubic-bezier(0.4, 0.6, 0.2, 1);
}

/* line 81, node_modules/stuurmen-css/tools/_tools.mixins.scss */

a:focus,
a:hover {
  color: #1ecc7c;
}

/* line 13, node_modules/stuurmen-css/elements/_elements.page.scss */

html {
  color: #14281d;
  font-size: 1rem;
  /* [1] */
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  line-height: 20px;
  /* [1] */
}

/* line 20, node_modules/stuurmen-css/elements/_elements.page.scss */

::-moz-selection {
  background-color: #1ecc7c;
  color: #14281d;
  text-shadow: none;
}

::selection {
  background-color: #1ecc7c;
  color: #14281d;
  text-shadow: none;
}

/* line 5, node_modules/stuurmen-css/elements/_elements.typography.scss */

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

@media screen and (min-width: 1024px) {
  /* line 5, node_modules/stuurmen-css/elements/_elements.typography.scss */

  p {
    font-size: 1.25vw;
    font-size: 1.25vw;
    line-height: 16;
  }
}

/* Objects
**
** This is the first layer in which we find class-based selectors. These are concerned with styling non-cosmetic design patterns, or 'objects'.
** Objects can range from something as simple as a .wrapper element, to layout systems, through to things like the OOCSS poster child – the Media Object. This layer affects less of the DOM than the last layer,
** has a higher specificity, and is slightly more explicit in that we are now targeting sections of the DOM with classes.
**
** E.g. Objects, abstractions, and design patterns (e.g. .o-layout {}). non-cosmetic styles that handle the skeletal aspect of a lot of UI components, without ever actually looking like designed ‘things’.
**
*/

/* line 9, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* line 14, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--auto,
.o-layout--grids {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 20, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--auto > .o-layout__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 25, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--grids {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 29, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--grids > .o-layout__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

/* line 38, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--grids-stretched {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 49, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 54, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--centered-v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 58, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--centered-h {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 68, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 79, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 83, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--column-reversed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

/* line 93, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 97, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 101, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

/* line 111, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 115, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/* line 131, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--lock-left {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 137, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--lock-right {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 143, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--lock-top {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 149, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--lock-bottom {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 155, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--lock-top-left {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 161, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--lock-top-right {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 167, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--lock-bottom-left {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 173, node_modules/stuurmen-css/objects/_objects.grid.scss */

.o-layout--lock-bottom-right {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */

/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 *
 * Note: Declaring the item-class might not be necessary everywhere but
 * is for example in <dl> lists for the <dd> childs.
 */

/* line 17, node_modules/stuurmen-css/objects/_objects.list.scss */

.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/* line 22, node_modules/stuurmen-css/objects/_objects.list.scss */

.o-list-bare__item {
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */

/**
 * The list-inline object simply displays a list of items in one line.
 */

/* line 34, node_modules/stuurmen-css/objects/_objects.list.scss */

.o-list-inline {
  margin-left: 0;
  list-style: none;
}

/* line 39, node_modules/stuurmen-css/objects/_objects.list.scss */

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

/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
 */

/* line 22, node_modules/stuurmen-css/objects/_objects.ratio.scss */

.o-ratio {
  position: relative;
  display: block;
}

/* line 26, node_modules/stuurmen-css/objects/_objects.ratio.scss */

.o-ratio:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /* [1] */
}

/* line 36, node_modules/stuurmen-css/objects/_objects.ratio.scss */

.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* stylelint-disable */

/* Ratio variants.
   ========================================================================== */

/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="o-ratio  o-ratio--16:9">
 *
 */

/* line 74, node_modules/stuurmen-css/objects/_objects.ratio.scss */

.o-ratio--2\:1:before {
  padding-bottom: 50%;
}

/* line 74, node_modules/stuurmen-css/objects/_objects.ratio.scss */

.o-ratio--4\:3:before {
  padding-bottom: 75%;
}

/* line 74, node_modules/stuurmen-css/objects/_objects.ratio.scss */

.o-ratio--16\:9:before {
  padding-bottom: 56.25%;
}

/* stylelint-enable */

/**
 * A simple object for manipulating the structure of HTML `table`s.
 */

/* line 9, node_modules/stuurmen-css/objects/_objects.table.scss */

.o-table {
  width: 100%;
}

/* line 11, node_modules/stuurmen-css/objects/_objects.table.scss */

.o-table.\--fixed {
  table-layout: fixed;
}

/**
 * Page-level constraining and wrapping elements.
 */

/* stylelint-disable */

/* stylelint-enable */

/* line 16, node_modules/stuurmen-css/objects/_objects.wrapper.scss */

.o-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
}

/* line 132, node_modules/stuurmen-css/tools/_tools.mixins.scss */

.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

/* Components
**
** The Components layer is where we begin to style recognisable pieces of UI. We're still binding onto classes here, so our specificity hasn't yet increased.
** However, this layer is more explicit than the last one in that we are now styling explicit, designed pieces of the DOM.
** We shouldn't find any selectors with a lower specificity than one class in this layer. This is where the majority of your work will happen after initial project set-up.
**
** E.g. Discrete, complete chunks of UI (e.g. .c-carousel {}).
*/

/* Utilities
**
** A layer of high-specificity selectors. It overrides all classes for specific use cases.
**
** E.g. .u-hidden {}.
*/

/* line 1, node_modules/stuurmen-css/utilities/_utilities.editor-style.scss */

body#tinymce {
  margin: 12px !important;
  height: auto !important;
  min-height: 0 !important;
}

/* line 7, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-float-left {
  float: left !important;
}

/* line 11, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-float-right {
  float: right !important;
}

/* line 17, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-text-center {
  text-align: center !important;
}

/* line 21, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-text-left {
  text-align: left !important;
}

/* line 25, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-text-right {
  text-align: right !important;
}

/* line 31, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-align-baseline {
  vertical-align: baseline !important;
}

/* line 35, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-align-bottom {
  vertical-align: bottom !important;
}

/* line 39, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-align-middle {
  vertical-align: middle !important;
}

/* line 43, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-align-top {
  vertical-align: top !important;
}

/* line 47, node_modules/stuurmen-css/utilities/_utilities.float.scss */

.u-vertical-center {
  font-size: 0;
}

/* line 16, node_modules/stuurmen-css/tools/_tools.mixins.scss */

.u-vertical-center::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

/* line 23, node_modules/stuurmen-css/tools/_tools.mixins.scss */

.u-vertical-center > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

/**
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 *
 */

/* line 14, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

.u-h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.33333;
}

@media screen and (min-width: 1024px) {
  /* line 14, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

  .u-h1 {
    font-size: 6.25vw;
    font-size: 6.25vw;
    line-height: 3.2;
  }
}

/* line 19, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

.u-h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  /* line 19, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

  .u-h2 {
    font-size: 4.7vw;
    font-size: 4.7vw;
    line-height: 4.25532;
  }
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

.u-h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.14286;
}

@media screen and (min-width: 1024px) {
  /* line 24, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

  .u-h3 {
    font-size: 3.4vw;
    font-size: 3.4vw;
    line-height: 5.88235;
  }
}

/* line 29, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

.u-h4 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
}

@media screen and (min-width: 1024px) {
  /* line 29, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

  .u-h4 {
    font-size: 2.55vw;
    font-size: 2.55vw;
    line-height: 7.84314;
  }
}

/* line 34, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

.u-h5 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.66667;
}

@media screen and (min-width: 1024px) {
  /* line 34, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

  .u-h5 {
    font-size: 1.8vw;
    font-size: 1.8vw;
    line-height: 11.11111;
  }
}

/* line 39, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

.u-h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  /* line 39, node_modules/stuurmen-css/utilities/_utilities.headings.scss */

  .u-h6 {
    font-size: 1.35vw;
    font-size: 1.35vw;
    line-height: 14.81481;
  }
}

/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

/* line 10, node_modules/stuurmen-css/utilities/_utilities.hidden.scss */

.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */

/* line 19, node_modules/stuurmen-css/utilities/_utilities.hidden.scss */

.u-hidden {
  display: none !important;
}

/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://raw.githubusercontent.com/inuitcss/inuitcss/develop/utilities/_utilities.print.scss
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */

@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.print.scss */

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.print.scss */

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

  /* line 33, node_modules/stuurmen-css/utilities/_utilities.print.scss */

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

  /* line 37, node_modules/stuurmen-css/utilities/_utilities.print.scss */

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

  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.print.scss */

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

  /* line 52, node_modules/stuurmen-css/utilities/_utilities.print.scss */

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

  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  /* line 63, node_modules/stuurmen-css/utilities/_utilities.print.scss */

  thead {
    display: table-header-group;
  }

  /* line 67, node_modules/stuurmen-css/utilities/_utilities.print.scss */

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

  /* line 73, node_modules/stuurmen-css/utilities/_utilities.print.scss */

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

  /* line 77, node_modules/stuurmen-css/utilities/_utilities.print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 84, node_modules/stuurmen-css/utilities/_utilities.print.scss */

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

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-1 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 4.16667% !important;
          flex: 0 0 4.16667% !important;
  max-width: 4.16667% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-1 {
  margin-left: 4.16667% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-1 {
  margin-right: 4.16667% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-2 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 8.33333% !important;
          flex: 0 0 8.33333% !important;
  max-width: 8.33333% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-2 {
  margin-left: 8.33333% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-2 {
  margin-right: 8.33333% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-3 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 12.5% !important;
          flex: 0 0 12.5% !important;
  max-width: 12.5% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-3 {
  margin-left: 12.5% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-3 {
  margin-right: 12.5% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-4 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16.66667% !important;
          flex: 0 0 16.66667% !important;
  max-width: 16.66667% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-4 {
  margin-left: 16.66667% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-4 {
  margin-right: 16.66667% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-5 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 20.83333% !important;
          flex: 0 0 20.83333% !important;
  max-width: 20.83333% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-5 {
  margin-left: 20.83333% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-5 {
  margin-right: 20.83333% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-6 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
          flex: 0 0 25% !important;
  max-width: 25% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-6 {
  margin-left: 25% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-6 {
  margin-right: 25% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-7 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 29.16667% !important;
          flex: 0 0 29.16667% !important;
  max-width: 29.16667% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-7 {
  margin-left: 29.16667% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-7 {
  margin-right: 29.16667% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-8 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 33.33333% !important;
          flex: 0 0 33.33333% !important;
  max-width: 33.33333% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-8 {
  margin-left: 33.33333% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-8 {
  margin-right: 33.33333% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-9 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 37.5% !important;
          flex: 0 0 37.5% !important;
  max-width: 37.5% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-9 {
  margin-left: 37.5% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-9 {
  margin-right: 37.5% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-10 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 41.66667% !important;
          flex: 0 0 41.66667% !important;
  max-width: 41.66667% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-10 {
  margin-left: 41.66667% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-10 {
  margin-right: 41.66667% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-11 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 45.83333% !important;
          flex: 0 0 45.83333% !important;
  max-width: 45.83333% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-11 {
  margin-left: 45.83333% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-11 {
  margin-right: 45.83333% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-12 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50% !important;
          flex: 0 0 50% !important;
  max-width: 50% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-12 {
  margin-left: 50% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-12 {
  margin-right: 50% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-13 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 54.16667% !important;
          flex: 0 0 54.16667% !important;
  max-width: 54.16667% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-13 {
  margin-left: 54.16667% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-13 {
  margin-right: 54.16667% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-14 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 58.33333% !important;
          flex: 0 0 58.33333% !important;
  max-width: 58.33333% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-14 {
  margin-left: 58.33333% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-14 {
  margin-right: 58.33333% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-15 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 62.5% !important;
          flex: 0 0 62.5% !important;
  max-width: 62.5% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-15 {
  margin-left: 62.5% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-15 {
  margin-right: 62.5% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-16 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 66.66667% !important;
          flex: 0 0 66.66667% !important;
  max-width: 66.66667% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-16 {
  margin-left: 66.66667% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-16 {
  margin-right: 66.66667% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-17 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70.83333% !important;
          flex: 0 0 70.83333% !important;
  max-width: 70.83333% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-17 {
  margin-left: 70.83333% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-17 {
  margin-right: 70.83333% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-18 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75% !important;
          flex: 0 0 75% !important;
  max-width: 75% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-18 {
  margin-left: 75% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-18 {
  margin-right: 75% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-19 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 79.16667% !important;
          flex: 0 0 79.16667% !important;
  max-width: 79.16667% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-19 {
  margin-left: 79.16667% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-19 {
  margin-right: 79.16667% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-20 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 83.33333% !important;
          flex: 0 0 83.33333% !important;
  max-width: 83.33333% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-20 {
  margin-left: 83.33333% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-20 {
  margin-right: 83.33333% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-21 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 87.5% !important;
          flex: 0 0 87.5% !important;
  max-width: 87.5% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-21 {
  margin-left: 87.5% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-21 {
  margin-right: 87.5% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-22 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 91.66667% !important;
          flex: 0 0 91.66667% !important;
  max-width: 91.66667% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-22 {
  margin-left: 91.66667% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-22 {
  margin-right: 91.66667% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-23 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 95.83333% !important;
          flex: 0 0 95.83333% !important;
  max-width: 95.83333% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-23 {
  margin-left: 95.83333% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-23 {
  margin-right: 95.83333% !important;
}

/* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-24 {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-24 {
  margin-left: 100% !important;
}

/* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.o-layout.o-layout--reversed .o-layout__item.u-offset-24 {
  margin-right: 100% !important;
}

/* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

.u-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media all {
  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-1\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 4.16667% !important;
            flex: 0 0 4.16667% !important;
    max-width: 4.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-1\@tiny {
    margin-left: 4.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-1\@tiny {
    margin-right: 4.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-2\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-2\@tiny {
    margin-left: 8.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-2\@tiny {
    margin-right: 8.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-3\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
            flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-3\@tiny {
    margin-left: 12.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-3\@tiny {
    margin-right: 12.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-4\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.66667% !important;
            flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-4\@tiny {
    margin-left: 16.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-4\@tiny {
    margin-right: 16.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-5\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20.83333% !important;
            flex: 0 0 20.83333% !important;
    max-width: 20.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-5\@tiny {
    margin-left: 20.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-5\@tiny {
    margin-right: 20.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-6\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-6\@tiny {
    margin-left: 25% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-6\@tiny {
    margin-right: 25% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-7\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 29.16667% !important;
            flex: 0 0 29.16667% !important;
    max-width: 29.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-7\@tiny {
    margin-left: 29.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-7\@tiny {
    margin-right: 29.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-8\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-8\@tiny {
    margin-left: 33.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-8\@tiny {
    margin-right: 33.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-9\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 37.5% !important;
            flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-9\@tiny {
    margin-left: 37.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-9\@tiny {
    margin-right: 37.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-10\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
            flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-10\@tiny {
    margin-left: 41.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-10\@tiny {
    margin-right: 41.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-11\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.83333% !important;
            flex: 0 0 45.83333% !important;
    max-width: 45.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-11\@tiny {
    margin-left: 45.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-11\@tiny {
    margin-right: 45.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-12\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-12\@tiny {
    margin-left: 50% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-12\@tiny {
    margin-right: 50% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-13\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 54.16667% !important;
            flex: 0 0 54.16667% !important;
    max-width: 54.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-13\@tiny {
    margin-left: 54.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-13\@tiny {
    margin-right: 54.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-14\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.33333% !important;
            flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-14\@tiny {
    margin-left: 58.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-14\@tiny {
    margin-right: 58.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-15\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 62.5% !important;
            flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-15\@tiny {
    margin-left: 62.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-15\@tiny {
    margin-right: 62.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-16\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66667% !important;
            flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-16\@tiny {
    margin-left: 66.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-16\@tiny {
    margin-right: 66.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-17\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70.83333% !important;
            flex: 0 0 70.83333% !important;
    max-width: 70.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-17\@tiny {
    margin-left: 70.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-17\@tiny {
    margin-right: 70.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-18\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-18\@tiny {
    margin-left: 75% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-18\@tiny {
    margin-right: 75% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-19\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 79.16667% !important;
            flex: 0 0 79.16667% !important;
    max-width: 79.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-19\@tiny {
    margin-left: 79.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-19\@tiny {
    margin-right: 79.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-20\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.33333% !important;
            flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-20\@tiny {
    margin-left: 83.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-20\@tiny {
    margin-right: 83.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-21\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 87.5% !important;
            flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-21\@tiny {
    margin-left: 87.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-21\@tiny {
    margin-right: 87.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-22\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 91.66667% !important;
            flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-22\@tiny {
    margin-left: 91.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-22\@tiny {
    margin-right: 91.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-23\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95.83333% !important;
            flex: 0 0 95.83333% !important;
    max-width: 95.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-23\@tiny {
    margin-left: 95.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-23\@tiny {
    margin-right: 95.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-24\@tiny {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-24\@tiny {
    margin-left: 100% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-24\@tiny {
    margin-right: 100% !important;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-1\@tiny {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-2\@tiny {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-3\@tiny {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 40em) {
  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-1\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 4.16667% !important;
            flex: 0 0 4.16667% !important;
    max-width: 4.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-1\@small {
    margin-left: 4.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-1\@small {
    margin-right: 4.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-2\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-2\@small {
    margin-left: 8.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-2\@small {
    margin-right: 8.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-3\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
            flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-3\@small {
    margin-left: 12.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-3\@small {
    margin-right: 12.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-4\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.66667% !important;
            flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-4\@small {
    margin-left: 16.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-4\@small {
    margin-right: 16.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-5\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20.83333% !important;
            flex: 0 0 20.83333% !important;
    max-width: 20.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-5\@small {
    margin-left: 20.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-5\@small {
    margin-right: 20.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-6\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-6\@small {
    margin-left: 25% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-6\@small {
    margin-right: 25% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-7\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 29.16667% !important;
            flex: 0 0 29.16667% !important;
    max-width: 29.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-7\@small {
    margin-left: 29.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-7\@small {
    margin-right: 29.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-8\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-8\@small {
    margin-left: 33.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-8\@small {
    margin-right: 33.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-9\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 37.5% !important;
            flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-9\@small {
    margin-left: 37.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-9\@small {
    margin-right: 37.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-10\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
            flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-10\@small {
    margin-left: 41.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-10\@small {
    margin-right: 41.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-11\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.83333% !important;
            flex: 0 0 45.83333% !important;
    max-width: 45.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-11\@small {
    margin-left: 45.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-11\@small {
    margin-right: 45.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-12\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-12\@small {
    margin-left: 50% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-12\@small {
    margin-right: 50% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-13\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 54.16667% !important;
            flex: 0 0 54.16667% !important;
    max-width: 54.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-13\@small {
    margin-left: 54.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-13\@small {
    margin-right: 54.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-14\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.33333% !important;
            flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-14\@small {
    margin-left: 58.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-14\@small {
    margin-right: 58.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-15\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 62.5% !important;
            flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-15\@small {
    margin-left: 62.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-15\@small {
    margin-right: 62.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-16\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66667% !important;
            flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-16\@small {
    margin-left: 66.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-16\@small {
    margin-right: 66.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-17\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70.83333% !important;
            flex: 0 0 70.83333% !important;
    max-width: 70.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-17\@small {
    margin-left: 70.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-17\@small {
    margin-right: 70.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-18\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-18\@small {
    margin-left: 75% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-18\@small {
    margin-right: 75% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-19\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 79.16667% !important;
            flex: 0 0 79.16667% !important;
    max-width: 79.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-19\@small {
    margin-left: 79.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-19\@small {
    margin-right: 79.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-20\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.33333% !important;
            flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-20\@small {
    margin-left: 83.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-20\@small {
    margin-right: 83.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-21\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 87.5% !important;
            flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-21\@small {
    margin-left: 87.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-21\@small {
    margin-right: 87.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-22\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 91.66667% !important;
            flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-22\@small {
    margin-left: 91.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-22\@small {
    margin-right: 91.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-23\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95.83333% !important;
            flex: 0 0 95.83333% !important;
    max-width: 95.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-23\@small {
    margin-left: 95.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-23\@small {
    margin-right: 95.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-24\@small {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-24\@small {
    margin-left: 100% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-24\@small {
    margin-right: 100% !important;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-1\@small {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-2\@small {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-3\@small {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 64em) {
  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-1\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 4.16667% !important;
            flex: 0 0 4.16667% !important;
    max-width: 4.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-1\@medium {
    margin-left: 4.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-1\@medium {
    margin-right: 4.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-2\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-2\@medium {
    margin-left: 8.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-2\@medium {
    margin-right: 8.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-3\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
            flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-3\@medium {
    margin-left: 12.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-3\@medium {
    margin-right: 12.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-4\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.66667% !important;
            flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-4\@medium {
    margin-left: 16.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-4\@medium {
    margin-right: 16.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-5\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20.83333% !important;
            flex: 0 0 20.83333% !important;
    max-width: 20.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-5\@medium {
    margin-left: 20.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-5\@medium {
    margin-right: 20.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-6\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-6\@medium {
    margin-left: 25% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-6\@medium {
    margin-right: 25% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-7\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 29.16667% !important;
            flex: 0 0 29.16667% !important;
    max-width: 29.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-7\@medium {
    margin-left: 29.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-7\@medium {
    margin-right: 29.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-8\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-8\@medium {
    margin-left: 33.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-8\@medium {
    margin-right: 33.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-9\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 37.5% !important;
            flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-9\@medium {
    margin-left: 37.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-9\@medium {
    margin-right: 37.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-10\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
            flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-10\@medium {
    margin-left: 41.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-10\@medium {
    margin-right: 41.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-11\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.83333% !important;
            flex: 0 0 45.83333% !important;
    max-width: 45.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-11\@medium {
    margin-left: 45.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-11\@medium {
    margin-right: 45.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-12\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-12\@medium {
    margin-left: 50% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-12\@medium {
    margin-right: 50% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-13\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 54.16667% !important;
            flex: 0 0 54.16667% !important;
    max-width: 54.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-13\@medium {
    margin-left: 54.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-13\@medium {
    margin-right: 54.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-14\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.33333% !important;
            flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-14\@medium {
    margin-left: 58.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-14\@medium {
    margin-right: 58.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-15\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 62.5% !important;
            flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-15\@medium {
    margin-left: 62.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-15\@medium {
    margin-right: 62.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-16\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66667% !important;
            flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-16\@medium {
    margin-left: 66.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-16\@medium {
    margin-right: 66.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-17\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70.83333% !important;
            flex: 0 0 70.83333% !important;
    max-width: 70.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-17\@medium {
    margin-left: 70.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-17\@medium {
    margin-right: 70.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-18\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-18\@medium {
    margin-left: 75% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-18\@medium {
    margin-right: 75% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-19\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 79.16667% !important;
            flex: 0 0 79.16667% !important;
    max-width: 79.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-19\@medium {
    margin-left: 79.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-19\@medium {
    margin-right: 79.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-20\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.33333% !important;
            flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-20\@medium {
    margin-left: 83.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-20\@medium {
    margin-right: 83.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-21\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 87.5% !important;
            flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-21\@medium {
    margin-left: 87.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-21\@medium {
    margin-right: 87.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-22\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 91.66667% !important;
            flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-22\@medium {
    margin-left: 91.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-22\@medium {
    margin-right: 91.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-23\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95.83333% !important;
            flex: 0 0 95.83333% !important;
    max-width: 95.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-23\@medium {
    margin-left: 95.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-23\@medium {
    margin-right: 95.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-24\@medium {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-24\@medium {
    margin-left: 100% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-24\@medium {
    margin-right: 100% !important;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-1\@medium {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-2\@medium {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-3\@medium {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 75em) {
  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-1\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 4.16667% !important;
            flex: 0 0 4.16667% !important;
    max-width: 4.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-1\@large {
    margin-left: 4.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-1\@large {
    margin-right: 4.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-2\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-2\@large {
    margin-left: 8.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-2\@large {
    margin-right: 8.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-3\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
            flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-3\@large {
    margin-left: 12.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-3\@large {
    margin-right: 12.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-4\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.66667% !important;
            flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-4\@large {
    margin-left: 16.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-4\@large {
    margin-right: 16.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-5\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20.83333% !important;
            flex: 0 0 20.83333% !important;
    max-width: 20.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-5\@large {
    margin-left: 20.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-5\@large {
    margin-right: 20.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-6\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-6\@large {
    margin-left: 25% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-6\@large {
    margin-right: 25% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-7\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 29.16667% !important;
            flex: 0 0 29.16667% !important;
    max-width: 29.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-7\@large {
    margin-left: 29.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-7\@large {
    margin-right: 29.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-8\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-8\@large {
    margin-left: 33.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-8\@large {
    margin-right: 33.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-9\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 37.5% !important;
            flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-9\@large {
    margin-left: 37.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-9\@large {
    margin-right: 37.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-10\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
            flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-10\@large {
    margin-left: 41.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-10\@large {
    margin-right: 41.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-11\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.83333% !important;
            flex: 0 0 45.83333% !important;
    max-width: 45.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-11\@large {
    margin-left: 45.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-11\@large {
    margin-right: 45.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-12\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-12\@large {
    margin-left: 50% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-12\@large {
    margin-right: 50% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-13\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 54.16667% !important;
            flex: 0 0 54.16667% !important;
    max-width: 54.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-13\@large {
    margin-left: 54.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-13\@large {
    margin-right: 54.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-14\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.33333% !important;
            flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-14\@large {
    margin-left: 58.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-14\@large {
    margin-right: 58.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-15\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 62.5% !important;
            flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-15\@large {
    margin-left: 62.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-15\@large {
    margin-right: 62.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-16\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66667% !important;
            flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-16\@large {
    margin-left: 66.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-16\@large {
    margin-right: 66.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-17\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70.83333% !important;
            flex: 0 0 70.83333% !important;
    max-width: 70.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-17\@large {
    margin-left: 70.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-17\@large {
    margin-right: 70.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-18\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-18\@large {
    margin-left: 75% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-18\@large {
    margin-right: 75% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-19\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 79.16667% !important;
            flex: 0 0 79.16667% !important;
    max-width: 79.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-19\@large {
    margin-left: 79.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-19\@large {
    margin-right: 79.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-20\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.33333% !important;
            flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-20\@large {
    margin-left: 83.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-20\@large {
    margin-right: 83.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-21\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 87.5% !important;
            flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-21\@large {
    margin-left: 87.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-21\@large {
    margin-right: 87.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-22\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 91.66667% !important;
            flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-22\@large {
    margin-left: 91.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-22\@large {
    margin-right: 91.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-23\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95.83333% !important;
            flex: 0 0 95.83333% !important;
    max-width: 95.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-23\@large {
    margin-left: 95.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-23\@large {
    margin-right: 95.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-24\@large {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-24\@large {
    margin-left: 100% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-24\@large {
    margin-right: 100% !important;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-1\@large {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-2\@large {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-3\@large {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 90em) {
  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-1\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 4.16667% !important;
            flex: 0 0 4.16667% !important;
    max-width: 4.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-1\@big {
    margin-left: 4.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-1\@big {
    margin-right: 4.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-2\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-2\@big {
    margin-left: 8.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-2\@big {
    margin-right: 8.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-3\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
            flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-3\@big {
    margin-left: 12.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-3\@big {
    margin-right: 12.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-4\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.66667% !important;
            flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-4\@big {
    margin-left: 16.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-4\@big {
    margin-right: 16.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-5\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20.83333% !important;
            flex: 0 0 20.83333% !important;
    max-width: 20.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-5\@big {
    margin-left: 20.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-5\@big {
    margin-right: 20.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-6\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-6\@big {
    margin-left: 25% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-6\@big {
    margin-right: 25% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-7\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 29.16667% !important;
            flex: 0 0 29.16667% !important;
    max-width: 29.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-7\@big {
    margin-left: 29.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-7\@big {
    margin-right: 29.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-8\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-8\@big {
    margin-left: 33.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-8\@big {
    margin-right: 33.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-9\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 37.5% !important;
            flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-9\@big {
    margin-left: 37.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-9\@big {
    margin-right: 37.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-10\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
            flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-10\@big {
    margin-left: 41.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-10\@big {
    margin-right: 41.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-11\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.83333% !important;
            flex: 0 0 45.83333% !important;
    max-width: 45.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-11\@big {
    margin-left: 45.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-11\@big {
    margin-right: 45.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-12\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-12\@big {
    margin-left: 50% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-12\@big {
    margin-right: 50% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-13\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 54.16667% !important;
            flex: 0 0 54.16667% !important;
    max-width: 54.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-13\@big {
    margin-left: 54.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-13\@big {
    margin-right: 54.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-14\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.33333% !important;
            flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-14\@big {
    margin-left: 58.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-14\@big {
    margin-right: 58.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-15\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 62.5% !important;
            flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-15\@big {
    margin-left: 62.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-15\@big {
    margin-right: 62.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-16\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66667% !important;
            flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-16\@big {
    margin-left: 66.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-16\@big {
    margin-right: 66.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-17\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70.83333% !important;
            flex: 0 0 70.83333% !important;
    max-width: 70.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-17\@big {
    margin-left: 70.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-17\@big {
    margin-right: 70.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-18\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-18\@big {
    margin-left: 75% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-18\@big {
    margin-right: 75% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-19\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 79.16667% !important;
            flex: 0 0 79.16667% !important;
    max-width: 79.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-19\@big {
    margin-left: 79.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-19\@big {
    margin-right: 79.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-20\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.33333% !important;
            flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-20\@big {
    margin-left: 83.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-20\@big {
    margin-right: 83.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-21\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 87.5% !important;
            flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-21\@big {
    margin-left: 87.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-21\@big {
    margin-right: 87.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-22\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 91.66667% !important;
            flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-22\@big {
    margin-left: 91.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-22\@big {
    margin-right: 91.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-23\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95.83333% !important;
            flex: 0 0 95.83333% !important;
    max-width: 95.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-23\@big {
    margin-left: 95.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-23\@big {
    margin-right: 95.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-24\@big {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-24\@big {
    margin-left: 100% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-24\@big {
    margin-right: 100% !important;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-1\@big {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-2\@big {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-3\@big {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 101.25em) {
  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-1\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 4.16667% !important;
            flex: 0 0 4.16667% !important;
    max-width: 4.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-1\@huge {
    margin-left: 4.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-1\@huge {
    margin-right: 4.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-2\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-2\@huge {
    margin-left: 8.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-2\@huge {
    margin-right: 8.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-3\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
            flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-3\@huge {
    margin-left: 12.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-3\@huge {
    margin-right: 12.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-4\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.66667% !important;
            flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-4\@huge {
    margin-left: 16.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-4\@huge {
    margin-right: 16.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-5\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20.83333% !important;
            flex: 0 0 20.83333% !important;
    max-width: 20.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-5\@huge {
    margin-left: 20.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-5\@huge {
    margin-right: 20.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-6\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-6\@huge {
    margin-left: 25% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-6\@huge {
    margin-right: 25% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-7\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 29.16667% !important;
            flex: 0 0 29.16667% !important;
    max-width: 29.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-7\@huge {
    margin-left: 29.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-7\@huge {
    margin-right: 29.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-8\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-8\@huge {
    margin-left: 33.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-8\@huge {
    margin-right: 33.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-9\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 37.5% !important;
            flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-9\@huge {
    margin-left: 37.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-9\@huge {
    margin-right: 37.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-10\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
            flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-10\@huge {
    margin-left: 41.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-10\@huge {
    margin-right: 41.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-11\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.83333% !important;
            flex: 0 0 45.83333% !important;
    max-width: 45.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-11\@huge {
    margin-left: 45.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-11\@huge {
    margin-right: 45.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-12\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-12\@huge {
    margin-left: 50% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-12\@huge {
    margin-right: 50% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-13\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 54.16667% !important;
            flex: 0 0 54.16667% !important;
    max-width: 54.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-13\@huge {
    margin-left: 54.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-13\@huge {
    margin-right: 54.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-14\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.33333% !important;
            flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-14\@huge {
    margin-left: 58.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-14\@huge {
    margin-right: 58.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-15\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 62.5% !important;
            flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-15\@huge {
    margin-left: 62.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-15\@huge {
    margin-right: 62.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-16\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66667% !important;
            flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-16\@huge {
    margin-left: 66.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-16\@huge {
    margin-right: 66.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-17\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70.83333% !important;
            flex: 0 0 70.83333% !important;
    max-width: 70.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-17\@huge {
    margin-left: 70.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-17\@huge {
    margin-right: 70.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-18\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-18\@huge {
    margin-left: 75% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-18\@huge {
    margin-right: 75% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-19\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 79.16667% !important;
            flex: 0 0 79.16667% !important;
    max-width: 79.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-19\@huge {
    margin-left: 79.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-19\@huge {
    margin-right: 79.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-20\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.33333% !important;
            flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-20\@huge {
    margin-left: 83.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-20\@huge {
    margin-right: 83.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-21\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 87.5% !important;
            flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-21\@huge {
    margin-left: 87.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-21\@huge {
    margin-right: 87.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-22\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 91.66667% !important;
            flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-22\@huge {
    margin-left: 91.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-22\@huge {
    margin-right: 91.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-23\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95.83333% !important;
            flex: 0 0 95.83333% !important;
    max-width: 95.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-23\@huge {
    margin-left: 95.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-23\@huge {
    margin-right: 95.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-24\@huge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-24\@huge {
    margin-left: 100% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-24\@huge {
    margin-right: 100% !important;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-1\@huge {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-2\@huge {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-3\@huge {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 120em) {
  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-1\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 4.16667% !important;
            flex: 0 0 4.16667% !important;
    max-width: 4.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-1\@xhuge {
    margin-left: 4.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-1\@xhuge {
    margin-right: 4.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-2\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.33333% !important;
            flex: 0 0 8.33333% !important;
    max-width: 8.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-2\@xhuge {
    margin-left: 8.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-2\@xhuge {
    margin-right: 8.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-3\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 12.5% !important;
            flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-3\@xhuge {
    margin-left: 12.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-3\@xhuge {
    margin-right: 12.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-4\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.66667% !important;
            flex: 0 0 16.66667% !important;
    max-width: 16.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-4\@xhuge {
    margin-left: 16.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-4\@xhuge {
    margin-right: 16.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-5\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20.83333% !important;
            flex: 0 0 20.83333% !important;
    max-width: 20.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-5\@xhuge {
    margin-left: 20.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-5\@xhuge {
    margin-right: 20.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-6\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-6\@xhuge {
    margin-left: 25% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-6\@xhuge {
    margin-right: 25% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-7\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 29.16667% !important;
            flex: 0 0 29.16667% !important;
    max-width: 29.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-7\@xhuge {
    margin-left: 29.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-7\@xhuge {
    margin-right: 29.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-8\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33333% !important;
            flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-8\@xhuge {
    margin-left: 33.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-8\@xhuge {
    margin-right: 33.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-9\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 37.5% !important;
            flex: 0 0 37.5% !important;
    max-width: 37.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-9\@xhuge {
    margin-left: 37.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-9\@xhuge {
    margin-right: 37.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-10\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 41.66667% !important;
            flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-10\@xhuge {
    margin-left: 41.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-10\@xhuge {
    margin-right: 41.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-11\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 45.83333% !important;
            flex: 0 0 45.83333% !important;
    max-width: 45.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-11\@xhuge {
    margin-left: 45.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-11\@xhuge {
    margin-right: 45.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-12\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-12\@xhuge {
    margin-left: 50% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-12\@xhuge {
    margin-right: 50% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-13\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 54.16667% !important;
            flex: 0 0 54.16667% !important;
    max-width: 54.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-13\@xhuge {
    margin-left: 54.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-13\@xhuge {
    margin-right: 54.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-14\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 58.33333% !important;
            flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-14\@xhuge {
    margin-left: 58.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-14\@xhuge {
    margin-right: 58.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-15\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 62.5% !important;
            flex: 0 0 62.5% !important;
    max-width: 62.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-15\@xhuge {
    margin-left: 62.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-15\@xhuge {
    margin-right: 62.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-16\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 66.66667% !important;
            flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-16\@xhuge {
    margin-left: 66.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-16\@xhuge {
    margin-right: 66.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-17\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 70.83333% !important;
            flex: 0 0 70.83333% !important;
    max-width: 70.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-17\@xhuge {
    margin-left: 70.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-17\@xhuge {
    margin-right: 70.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-18\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-18\@xhuge {
    margin-left: 75% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-18\@xhuge {
    margin-right: 75% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-19\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 79.16667% !important;
            flex: 0 0 79.16667% !important;
    max-width: 79.16667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-19\@xhuge {
    margin-left: 79.16667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-19\@xhuge {
    margin-right: 79.16667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-20\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 83.33333% !important;
            flex: 0 0 83.33333% !important;
    max-width: 83.33333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-20\@xhuge {
    margin-left: 83.33333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-20\@xhuge {
    margin-right: 83.33333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-21\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 87.5% !important;
            flex: 0 0 87.5% !important;
    max-width: 87.5% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-21\@xhuge {
    margin-left: 87.5% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-21\@xhuge {
    margin-right: 87.5% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-22\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 91.66667% !important;
            flex: 0 0 91.66667% !important;
    max-width: 91.66667% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-22\@xhuge {
    margin-left: 91.66667% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-22\@xhuge {
    margin-right: 91.66667% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-23\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 95.83333% !important;
            flex: 0 0 95.83333% !important;
    max-width: 95.83333% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-23\@xhuge {
    margin-left: 95.83333% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-23\@xhuge {
    margin-right: 95.83333% !important;
  }

  /* line 18, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-24\@xhuge {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  /* line 24, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout:not(.o-layout--reversed) .o-layout__item.u-offset-24\@xhuge {
    margin-left: 100% !important;
  }

  /* line 28, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .o-layout.o-layout--reversed .o-layout__item.u-offset-24\@xhuge {
    margin-right: 100% !important;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-1\@xhuge {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-2\@xhuge {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 47, node_modules/stuurmen-css/utilities/_utilities.widths.scss */

  .u-order-3\@xhuge {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* Templates
**
** This layer beats all other layers, and has the power to override anything at all that has gone before it.
** The files are grouped by template 'page'.
**
*/

/** Import theme styles */

@font-face {
  font-family: "Aeonik";
  src: url(/wp-content/themes/park2020/dist/fonts/Aeonik-Medium.woff2) format("woff2"), url(/wp-content/themes/park2020/dist/fonts/Aeonik-Medium.woff) format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url(/wp-content/themes/park2020/dist/fonts/Aeonik-MediumItalic.woff2) format("woff2"), url(/wp-content/themes/park2020/dist/fonts/Aeonik-MediumItalic.woff) format("woff");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik";
  src: url(/wp-content/themes/park2020/dist/fonts/Aeonik-Regular.woff2) format("woff2"), url(/wp-content/themes/park2020/dist/fonts/Aeonik-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* line 2, resources/assets/styles/elements/_elements.form.scss */

form label {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: normal;
  display: inline-block;
  font-weight: 400;
}

/* line 9, resources/assets/styles/elements/_elements.form.scss */

form input:not([type="checkbox"]):not([type="submit"]),
form textarea,
form select {
  background: #fff;
  padding: 0.875rem 0.75rem 0.9375rem;
  color: #14281d;
  font-size: 0.875rem;
  line-height: normal;
  border-radius: 0.125rem;
}

/* line 19, resources/assets/styles/elements/_elements.form.scss */

form textarea {
  width: 100%;
}

/* line 22, resources/assets/styles/elements/_elements.form.scss */

form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 0, 0%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 32, resources/assets/styles/elements/_elements.form.scss */

form input[type="submit"] {
  display: inline-block;
}

/* line 35, resources/assets/styles/elements/_elements.form.scss */

form p {
  margin-bottom: 0.625rem;
  width: 100%;
}

/* line 39, resources/assets/styles/elements/_elements.form.scss */

form .\--hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* line 42, resources/assets/styles/elements/_elements.form.scss */

form .hf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

/* line 48, resources/assets/styles/elements/_elements.form.scss */

form .hf-fields-wrap > div {
  margin-bottom: 1.875rem;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}

/* line 54, resources/assets/styles/elements/_elements.form.scss */

form .\--half {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}

/* line 58, resources/assets/styles/elements/_elements.form.scss */

form div.\--submit {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

/* line 69, resources/assets/styles/elements/_elements.form.scss */

form .hf-message.hf-message-success {
  background: #fff;
  padding: 1.25rem;
  color: #14281d !important;
}

@media (min-width: 40em) {
  /* line 77, resources/assets/styles/elements/_elements.form.scss */

  form .\--half {
    max-width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: 0 47%;
            flex: 0 47%;
  }

  /* line 82, resources/assets/styles/elements/_elements.form.scss */

  form p.\--half {
    max-width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: 0 47%;
            flex: 0 47%;
  }

  /* line 86, resources/assets/styles/elements/_elements.form.scss */

  form p.\--info {
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 65%;
            flex: 0 65%;
    margin-left: 35%;
    text-align: right;
  }
}

@media (min-width: 64em) {
  /* line 95, resources/assets/styles/elements/_elements.form.scss */

  form label {
    font-size: 1.36719vw;
    margin-bottom: 0.97656vw;
  }

  /* line 100, resources/assets/styles/elements/_elements.form.scss */

  form input:not([type="checkbox"]):not([type="submit"]),
  form textarea,
  form select {
    padding: 1.36719vw 1.17188vw 1.46484vw;
    font-size: 1.36719vw;
    line-height: normal;
    border-radius: 0.19531vw;
  }

  /* line 109, resources/assets/styles/elements/_elements.form.scss */

  form select {
    background-position: right 0.97656vw center;
    background-size: 0.87891vw 0.58594vw;
    padding-right: 2.34375vw;
  }

  /* line 115, resources/assets/styles/elements/_elements.form.scss */

  form p {
    margin-bottom: 0.97656vw;
  }

  /* line 120, resources/assets/styles/elements/_elements.form.scss */

  form .hf-fields-wrap > div {
    margin-bottom: 2.92969vw;
  }

  /* line 125, resources/assets/styles/elements/_elements.form.scss */

  form .hf-message.hf-message-success {
    padding: 1.95312vw;
  }
}

/* line 131, resources/assets/styles/elements/_elements.form.scss */

.e-radio {
  position: relative;
  width: 100%;
  margin-bottom: 0.3125rem;
}

@media (min-width: 64em) {
  /* line 131, resources/assets/styles/elements/_elements.form.scss */

  .e-radio {
    margin-bottom: 0.48828vw;
  }
}

/* line 140, resources/assets/styles/elements/_elements.form.scss */

.e-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* line 143, resources/assets/styles/elements/_elements.form.scss */

.e-radio input[type="radio"] + .radio-label {
  cursor: pointer;
}

/* line 145, resources/assets/styles/elements/_elements.form.scss */

.e-radio input[type="radio"] + .radio-label::before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  margin-right: 0.625rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media (min-width: 64em) {
  /* line 145, resources/assets/styles/elements/_elements.form.scss */

  .e-radio input[type="radio"] + .radio-label::before {
    margin-right: 0.97656vw;
  }
}

/* line 167, resources/assets/styles/elements/_elements.form.scss */

.e-radio input[type="radio"]:checked + .radio-label::before {
  background-color: #1ecc7c;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

@media (min-width: 64em) {
  /* line 167, resources/assets/styles/elements/_elements.form.scss */

  .e-radio input[type="radio"]:checked + .radio-label::before {
    -webkit-box-shadow: inset 0 0 0 0.39062vw #fff;
            box-shadow: inset 0 0 0 0.39062vw #fff;
  }
}

/* line 179, resources/assets/styles/elements/_elements.form.scss */

.e-radio input[type="radio"]:focus + .radio-label::before {
  outline: none;
}

/* line 187, resources/assets/styles/elements/_elements.form.scss */

.e-radio input[type="radio"]:disabled + .radio-label::before {
  -webkit-box-shadow: inset 0 0 0 4px #1ecc7c;
          box-shadow: inset 0 0 0 4px #1ecc7c;
  border-color: #0e5d38;
  background: #0e5d38;
}

@media (min-width: 64em) {
  /* line 187, resources/assets/styles/elements/_elements.form.scss */

  .e-radio input[type="radio"]:disabled + .radio-label::before {
    -webkit-box-shadow: inset 0 0 0 0.39062vw #1ecc7c;
            box-shadow: inset 0 0 0 0.39062vw #1ecc7c;
  }
}

/* line 207, resources/assets/styles/elements/_elements.form.scss */

.e-checkbox {
  position: relative;
  padding-left: 1.6rem;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 64em) {
  /* line 207, resources/assets/styles/elements/_elements.form.scss */

  .e-checkbox {
    padding-left: 2.53906vw;
  }
}

/* line 217, resources/assets/styles/elements/_elements.form.scss */

.e-checkbox::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #40403f;
  border-radius: 50%;
}

@media (min-width: 64em) {
  /* line 217, resources/assets/styles/elements/_elements.form.scss */

  .e-checkbox::before {
    top: 0.58594vw;
    width: 1.46484vw;
    height: 1.46484vw;
    border: 0.09766vw solid #40403f;
  }
}

/* line 236, resources/assets/styles/elements/_elements.form.scss */

.e-checkbox span {
  margin-bottom: 0;
  padding-top: 0;
  cursor: pointer;
  font-size: 0.875rem;
}

@media (min-width: 64em) {
  /* line 236, resources/assets/styles/elements/_elements.form.scss */

  .e-checkbox span {
    font-size: 1.36719vw;
  }
}

/* line 246, resources/assets/styles/elements/_elements.form.scss */

.e-checkbox span::after {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0.3125rem;
  bottom: 0;
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #14281d;
  opacity: 0;
  border-radius: 50%;
}

@media (min-width: 64em) {
  /* line 246, resources/assets/styles/elements/_elements.form.scss */

  .e-checkbox span::after {
    top: 1.07422vw;
    left: 0.48828vw;
    width: 0.48828vw;
    height: 0.48828vw;
  }
}

/* line 267, resources/assets/styles/elements/_elements.form.scss */

.e-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  display: none;
}

/* line 273, resources/assets/styles/elements/_elements.form.scss */

.e-checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

/* line 1, resources/assets/styles/elements/_elements.headings.scss */

.u-h,
h1,
h2,
h3,
h4,
h5,
h6,
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6 {
  font-weight: 400;
}

/* line 5, resources/assets/styles/elements/_elements.headings.scss */

.u-h1,
h1 {
  line-height: 97%;
  letter-spacing: -0.035em;
}

/* line 16, resources/assets/styles/elements/_elements.headings.scss */

.u-h2,
h2 {
  line-height: 100%;
  letter-spacing: -0.03em;
}

/* line 28, resources/assets/styles/elements/_elements.headings.scss */

.u-h3,
h3 {
  line-height: 100%;
  letter-spacing: -0.03em;
}

/* line 40, resources/assets/styles/elements/_elements.headings.scss */

.u-h4,
h4 {
  line-height: 100%;
  letter-spacing: -0.03em;
}

/* line 52, resources/assets/styles/elements/_elements.headings.scss */

.u-h5,
h5 {
  line-height: 100%;
  letter-spacing: -0.03em;
}

/* line 57, resources/assets/styles/elements/_elements.headings.scss */

.u-h6,
h6 {
  line-height: 100%;
  letter-spacing: -0.03em;
}

/* line 3, resources/assets/styles/elements/_elements.list.scss */

ul.o-list-bare li {
  line-height: 2.1875rem;
}

/* line 5, resources/assets/styles/elements/_elements.list.scss */

ul.o-list-bare li button {
  cursor: pointer;
  background: none;
  outline: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
  text-align: left;
  padding: 0;
}

/* line 9, resources/assets/styles/elements/_elements.list.scss */

ul.o-list-bare li.is-active,
ul.o-list-bare li:hover {
  font-weight: 700;
}

/* line 12, resources/assets/styles/elements/_elements.list.scss */

ul.o-list-bare li.is-active button,
ul.o-list-bare li:hover button {
  font-weight: 700;
}

@media (min-width: 64em) {
  /* line 20, resources/assets/styles/elements/_elements.list.scss */

  ul.o-list-bare li {
    line-height: 4.10156vw;
  }
}

/* line 1, resources/assets/styles/elements/_elements.page.scss */

* {
  outline-color: transparent;
  outline-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 7, resources/assets/styles/elements/_elements.page.scss */

body,
html {
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  color: #14281d;
}

/* line 20, resources/assets/styles/elements/_elements.page.scss */

body {
  margin: 0;
}

/* line 33, resources/assets/styles/elements/_elements.page.scss */

body .fonts-loaded body {
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
}

/* line 62, resources/assets/styles/elements/_elements.page.scss */

body.template-availability {
  background-color: #14281d;
}

/* line 66, resources/assets/styles/elements/_elements.page.scss */

body.template-map {
  height: 100vh;
}

/* line 70, resources/assets/styles/elements/_elements.page.scss */

body.-nav-open {
  overflow: hidden;
}

@media (min-width: 64em) {
  /* line 75, resources/assets/styles/elements/_elements.page.scss */

  body.-home {
    height: 100vh;
    overflow: hidden;
  }
}

/* line 82, resources/assets/styles/elements/_elements.page.scss */

.js-park2020-wrapper {
  width: 100%;
}

/* line 86, resources/assets/styles/elements/_elements.page.scss */

.js-bg-lazy {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 1s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s cubic-bezier(0.4, 0.6, 0.2, 1);
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  will-change: opacity;
}

/* line 92, resources/assets/styles/elements/_elements.page.scss */

.js-bg-lazy[data-loaded="true"] {
  opacity: 1;
}

/* line 1, resources/assets/styles/elements/_elements.tabs.scss */

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/elements/_elements.tabs.scss */

  .invisible {
    height: 0.09766vw;
    margin: -0.09766vw;
    width: 0.09766vw;
  }
}

/* line 18, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__list {
  margin: 1.25rem 0 3.125rem;
  padding: 0;
}

@media (min-width: 40em) {
  /* line 18, resources/assets/styles/elements/_elements.tabs.scss */

  .e-tabs__list {
    margin: 0;
  }
}

/* line 25, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__item {
  display: block;
}

/* line 29, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__link {
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  margin-bottom: 0.625rem;
  display: block;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  text-align: center;
  font-weight: 700 !important;
}

@media (min-width: 64em) {
  /* line 29, resources/assets/styles/elements/_elements.tabs.scss */

  .e-tabs__link {
    margin-bottom: 0.97656vw;
    padding: 0.97656vw 1.95312vw;
  }
}

/* line 47, resources/assets/styles/elements/_elements.tabs.scss */

[aria-selected="true"].e-tabs__link {
  color: #1ecc7c;
}

/* line 51, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__content {
  padding: 0 1.25rem;
}

@media (min-width: 64em) {
  /* line 51, resources/assets/styles/elements/_elements.tabs.scss */

  .e-tabs__content {
    padding: 0 1.95312vw;
  }
}

/* line 58, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__content ul li,
.e-tabs__content p {
  color: #14281d !important;
}

/* line 64, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__content a:not(.c-btn) {
  color: #1ecc7c;
  text-decoration: underline;
  font-weight: 700;
}

/* line 68, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__content a:not(.c-btn):hover {
  color: #14281d;
}

/* line 73, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__content ul li {
  margin-left: 1.5rem;
}

@media (min-width: 64em) {
  /* line 73, resources/assets/styles/elements/_elements.tabs.scss */

  .e-tabs__content ul li {
    margin-left: 2.34375vw;
  }
}

/* line 82, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__content img.alignleft {
  margin-right: 2.5rem;
}

@media (min-width: 64em) {
  /* line 82, resources/assets/styles/elements/_elements.tabs.scss */

  .e-tabs__content img.alignleft {
    margin-right: 3.90625vw;
  }
}

/* line 90, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__content strong {
  font-weight: #000;
}

/* line 93, resources/assets/styles/elements/_elements.tabs.scss */

.e-tabs__content .c-btn {
  margin-top: 1.25rem;
  margin-left: 5.125rem;
}

@media (min-width: 64em) {
  /* line 93, resources/assets/styles/elements/_elements.tabs.scss */

  .e-tabs__content .c-btn {
    margin-top: 1.95312vw;
    margin-left: 8.00781vw;
  }
}

/* line 104, resources/assets/styles/elements/_elements.tabs.scss */

[aria-hidden="true"].e-tabs__content {
  display: none;
}

/* line 1, resources/assets/styles/elements/_elements.typography.scss */

strong {
  font-weight: 700;
}

/* line 5, resources/assets/styles/elements/_elements.typography.scss */

p,
.u-p,
.c-slider-content__container__details span,
.c-slider-main__slide__details span {
  color: inherit;
  font-weight: 400;
  line-height: 130%;
  font-size: 16px;
}

@media (min-width: 64em) {
  /* line 5, resources/assets/styles/elements/_elements.typography.scss */

  p,
  .u-p,
  .c-slider-content__container__details span,
  .c-slider-main__slide__details span {
    font-size: 1.25vw;
  }
}

/* stylelint-disable no-descending-specificity */

/* line 3, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel {
  padding-bottom: 1.875rem;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

/* line 12, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel__btn {
  position: absolute !important;
  top: 0.9375rem;
  left: 0.9375rem;
  -webkit-transform: translateY(-95px);
       -o-transform: translateY(-95px);
          transform: translateY(-95px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
}

/* line 20, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide {
  max-width: 83.33333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 29, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide:hover .o-carousel__btn {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 34, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide img {
  width: auto;
  border-radius: 0.3125rem;
  max-height: calc(12.5rem + 50vw);
  max-width: 100%;
  height: auto;
}

/* line 41, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide span {
  margin-top: 0.9375rem;
  display: block;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  text-align: center;
  letter-spacing: -0.03em;
}

/* line 48, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide__title {
  font-size: 1.625rem;
  letter-spacing: -0.03em;
  color: #dadfdc;
  display: block;
}

/* line 53, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide__title + span {
  color: #dadfdc;
  opacity: 0.4;
  margin-top: 0.3125rem;
}

/* line 59, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide.-active {
  margin-right: 4.16667vw;
  margin-left: 8.33333vw;
}

/* line 64, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide:first-of-type .o-carousel__btn {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 71, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel.\--hover .o-carousel-slide {
  cursor: initial;
}

/* line 74, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel.\--hover img {
  width: 83.33333vw;
  height: auto;
  max-height: unset;
}

@media (max-width: 63.99em) {
  /* line 83, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-slide:last-of-type {
    padding-right: 8.33333vw;
  }
}

@media (min-width: 64em) {
  /* line 3, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel {
    padding-bottom: 6.5vw;
    margin-bottom: 6.5vw;
  }

  /* line 91, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-slide {
    max-width: 33.33333vw;
    margin-right: 3.125vw;
  }

  /* line 94, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-slide img {
    border-radius: 0.26074vw;
    max-height: calc(19.53125vw + 28vw);
  }

  /* line 98, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-slide span {
    font-size: 1.35vw;
    margin-top: 1.46484vw;
  }

  /* line 102, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-slide.-active {
    margin-left: 12.5vw;
    margin-right: 3.125vw;
  }

  /* line 106, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-slide__title {
    font-size: 2.53906vw;
  }

  /* line 109, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-slide__title + span {
    margin-top: 0.48828vw;
  }

  /* line 114, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel__btn {
    top: 1.46484vw;
    left: 1.46484vw;
    -webkit-transform: translateY(calc(-1.46484vw - 5.2vw));
         -o-transform: translateY(calc(-1.46484vw - 5.2vw));
            transform: translateY(calc(-1.46484vw - 5.2vw));
  }

  /* line 120, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel.\--hover .o-carousel-slide {
    max-width: 25vw;
    margin-right: 4.16667vw;
  }

  /* line 123, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel.\--hover .o-carousel-slide__title {
    font-size: 1.88vw;
    line-height: 100%;
    margin-bottom: 0.5vw;
  }

  /* line 127, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel.\--hover .o-carousel-slide__title + span {
    margin-top: 0;
  }

  /* line 131, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel.\--hover .o-carousel-slide:last-of-type {
    margin-right: 0;
  }

  /* line 135, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel.\--hover .o-carousel-scrollbar {
    bottom: 0.15625vw;
    z-index: 50;
    height: 0.15625vw;
    left: 0;
    width: 100%;
    position: absolute;
  }

  /* line 142, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel.\--hover .o-carousel-scrollbar-drag {
    position: relative;
    background: #1ecc7c;
    border-radius: 0.97656vw;
    left: 0;
    height: 0.15625vw;
    width: 33.33333%;
    -webkit-transform: translate3d(idx, 0, 0);
            transform: translate3d(idx, 0, 0);
    -webkit-transform-origin: left;
         -o-transform-origin: left;
            transform-origin: left;
  }

  /* line 155, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel.\--hover .swiper-scrollbar-drag {
    display: none;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* line 176, resources/assets/styles/objects/_objects.carousel.scss */

:root {
  --swiper-theme-color: #1ecc7c;
}

/* line 179, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-wrapper,
.c-cards__wrapper,
.c-slider-main__wrapper,
.c-slider-content__wrapper,
.c-slider-media__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 193, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-vertical > .o-carousel-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 196, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-android .o-carousel-slide {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 199, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-multirow > .o-carousel-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 202, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-multirow-column > .o-carousel-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 206, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-free-mode > .o-carousel-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 210, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

/* line 216, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-autoheight,
.o-carousel-container-autoheight .o-carousel {
  height: auto;
}

/* line 221, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-autoheight .o-carousel-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}

/* CSS Mode */

/* line 229, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-css-mode > .o-carousel-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

/* line 233, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-css-mode > .o-carousel-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 237, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-css-mode > .o-carousel-wrapper > .o-carousel-slide {
  scroll-snap-align: start start;
}

/* line 242, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-horizontal.o-carousel-container-css-mode > .o-carousel-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

/* line 247, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-container-vertical.o-carousel-container-css-mode > .o-carousel-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

/* Scrollbar */

/* line 253, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-scrollbar {
  border-radius: 0.625rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 258, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-horizontal > .o-carousel-scrollbar,
.o-carousel-scrollbar.\--content {
  position: absolute;
  left: 8.33333vw;
  bottom: 3px;
  z-index: 50;
  height: 0.0625rem;
  width: 83.33333vw;
}

/* line 268, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-vertical > .o-carousel-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 276, resources/assets/styles/objects/_objects.carousel.scss */

.\--green .o-carousel-scrollbar {
  background: rgba(218, 223, 220, 0.2);
}

@media (min-width: 64em) {
  /* line 280, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-horizontal > .o-carousel-scrollbar,
  .o-carousel-scrollbar.\--content {
    left: 12.5vw;
    width: 75vw;
    height: 0.15625vw;
  }

  /* line 287, resources/assets/styles/objects/_objects.carousel.scss */

  .o-carousel-vertical > .o-carousel-scrollbar {
    width: 0.48828vw;
  }
}

/* line 292, resources/assets/styles/objects/_objects.carousel.scss */

.swiper-scrollbar-drag {
  height: 0.1875rem;
  width: 100%;
  position: relative;
  background: #1ecc7c;
  border-radius: 0.625rem;
  left: 0;
}

@media (min-width: 64em) {
  /* line 292, resources/assets/styles/objects/_objects.carousel.scss */

  .swiper-scrollbar-drag {
    height: 0.15625vw;
    border-radius: 0.97656vw;
  }
}

/* line 306, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-scrollbar-cursor-drag {
  cursor: move;
}

/* line 309, resources/assets/styles/objects/_objects.carousel.scss */

.o-carousel-scrollbar-lock {
  display: none;
}

/* line 1, resources/assets/styles/objects/_objects.iframe.scss */

.o-iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 100vh;
}

/* line 8, resources/assets/styles/objects/_objects.iframe.scss */

.o-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* stylelint-disable */

/* line 41, resources/assets/styles/objects/_objects.list.scss */

.o-list-border {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* line 45, resources/assets/styles/objects/_objects.list.scss */

.o-list-border::before,
.o-list-border::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dadfdc;
  top: 0;
  left: 0;
  position: absolute;
}

/* line 55, resources/assets/styles/objects/_objects.list.scss */

.o-list-border::after {
  display: none;
}

/* line 58, resources/assets/styles/objects/_objects.list.scss */

.o-list-border li {
  padding: 1.125rem 0 1.1875rem;
  border-bottom: 1px solid #dadfdc;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  list-style-type: none;
  position: relative;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  letter-spacing: -0.02em;
}

/* line 69, resources/assets/styles/objects/_objects.list.scss */

.o-list-border li span {
  color: #1ecc7c;
}

@media (min-width: 64em) {
  /* line 84, resources/assets/styles/objects/_objects.list.scss */

  .o-list-border::before,
  .o-list-border::after {
    width: calc(50% - 1vw);
    height: 0.09766vw;
  }

  /* line 89, resources/assets/styles/objects/_objects.list.scss */

  .o-list-border::after {
    left: unset;
    right: 0;
    display: initial;
  }

  /* line 94, resources/assets/styles/objects/_objects.list.scss */

  .o-list-border li {
    padding: 1.2vw 0 1.5vw;
    border-width: 0.09766vw;
    font-size: 1.25vw;
    line-height: 110%;
  }

  /* line 108, resources/assets/styles/objects/_objects.list.scss */

  .o-list-border.\--columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.08333vw;
       -moz-column-gap: 2.08333vw;
            column-gap: 2.08333vw;
  }
}

/* line 1, resources/assets/styles/objects/_objects.section.scss */

.o-section {
  padding-top: 3.75rem;
  background-color: #14281d;
  color: #dadfdc;
  border-radius: 0.9375rem 0.9375rem 0 0;
}

/* line 6, resources/assets/styles/objects/_objects.section.scss */

.o-section.\--brown {
  background-color: #ece9e4;
  color: #14281d;
}

/* line 10, resources/assets/styles/objects/_objects.section.scss */

.o-section.\--white {
  background-color: #fff;
  color: #14281d;
}

/* line 14, resources/assets/styles/objects/_objects.section.scss */

.o-section.\--gray {
  background-color: #f7f7f7;
  color: #14281d;
}

/* line 18, resources/assets/styles/objects/_objects.section.scss */

.o-section.\--no-radius {
  border-radius: 0;
}

/* line 21, resources/assets/styles/objects/_objects.section.scss */

.o-section.\--margin-top {
  margin-top: -1.25rem;
}

/* line 24, resources/assets/styles/objects/_objects.section.scss */

.o-section__title {
  text-align: center;
  color: currentColor;
  margin-bottom: 2.5rem;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/objects/_objects.section.scss */

  .o-section {
    padding-top: 8.75vw;
    border-radius: 1.4vw 1.4vw 0 0;
  }

  /* line 32, resources/assets/styles/objects/_objects.section.scss */

  .o-section__title {
    margin-bottom: 4.75vw;
  }

  /* line 35, resources/assets/styles/objects/_objects.section.scss */

  .o-section.\--margin-top {
    margin-top: -1.46484vw;
  }
}

/* line 1, resources/assets/styles/objects/_objects.table.scss */

.o-table {
  margin-top: 3.75rem;
}

/* line 3, resources/assets/styles/objects/_objects.table.scss */

.o-table table {
  width: 100%;
  color: inherit;
}

/* line 7, resources/assets/styles/objects/_objects.table.scss */

.o-table thead {
  font-weight: 400;
}

/* line 9, resources/assets/styles/objects/_objects.table.scss */

.o-table thead th {
  font-weight: 400;
  color: #1ecc7c;
  padding: 0 0 1.1875rem;
  text-align: left;
}

/* line 16, resources/assets/styles/objects/_objects.table.scss */

.o-table tbody {
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  letter-spacing: -0.03em;
  color: currentColor;
}

/* line 20, resources/assets/styles/objects/_objects.table.scss */

.o-table tbody tr {
  border-top: 1px solid currentColor;
}

/* line 22, resources/assets/styles/objects/_objects.table.scss */

.o-table tbody tr:last-of-type {
  border-bottom: 1px solid currentColor;
}

/* line 26, resources/assets/styles/objects/_objects.table.scss */

.o-table tbody td {
  padding: 1.1875rem 0;
  letter-spacing: -0.02em;
  vertical-align: top;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/objects/_objects.table.scss */

  .o-table {
    font-size: 1.26953vw;
    margin-top: 5.85938vw;
  }

  /* line 37, resources/assets/styles/objects/_objects.table.scss */

  .o-table thead th {
    padding-bottom: 1.75781vw;
  }

  /* line 42, resources/assets/styles/objects/_objects.table.scss */

  .o-table tbody td {
    letter-spacing: -0.03em;
    padding: 1.36719vw 0;
    line-height: 140%;
  }

  /* line 47, resources/assets/styles/objects/_objects.table.scss */

  .o-table tbody tr {
    border-width: 0.04883vw;
  }

  /* line 50, resources/assets/styles/objects/_objects.table.scss */

  .o-table tbody tr:last-of-type {
    border-width: 0.04883vw;
  }

  /* line 55, resources/assets/styles/objects/_objects.table.scss */

  .o-table.\--margin-bottom {
    margin-bottom: 5.37109vw;
  }
}

@-webkit-keyframes rotateIcon {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-o-keyframes rotateIcon {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(-360deg);
       transform: rotate(-360deg);
  }
}

@keyframes rotateIcon {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotateIconReset {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-o-keyframes rotateIconReset {
  0% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }

  100% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
}

@keyframes rotateIconReset {
  0% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
}

/* line 38, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li {
  opacity: 0;
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -o-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s transform cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1), 1s -o-transform cubic-bezier(0.4, 0.6, 0.2, 1);
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(1) {
  -webkit-transition-delay: 0.16667s;
       -o-transition-delay: 0.16667s;
          transition-delay: 0.16667s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(2) {
  -webkit-transition-delay: 0.33333s;
       -o-transition-delay: 0.33333s;
          transition-delay: 0.33333s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(4) {
  -webkit-transition-delay: 0.66667s;
       -o-transition-delay: 0.66667s;
          transition-delay: 0.66667s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(5) {
  -webkit-transition-delay: 0.83333s;
       -o-transition-delay: 0.83333s;
          transition-delay: 0.83333s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(7) {
  -webkit-transition-delay: 1.16667s;
       -o-transition-delay: 1.16667s;
          transition-delay: 1.16667s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(8) {
  -webkit-transition-delay: 1.33333s;
       -o-transition-delay: 1.33333s;
          transition-delay: 1.33333s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(9) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(10) {
  -webkit-transition-delay: 1.66667s;
       -o-transition-delay: 1.66667s;
          transition-delay: 1.66667s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(11) {
  -webkit-transition-delay: 1.83333s;
       -o-transition-delay: 1.83333s;
          transition-delay: 1.83333s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(12) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(13) {
  -webkit-transition-delay: 2.16667s;
       -o-transition-delay: 2.16667s;
          transition-delay: 2.16667s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(14) {
  -webkit-transition-delay: 2.33333s;
       -o-transition-delay: 2.33333s;
          transition-delay: 2.33333s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(15) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(16) {
  -webkit-transition-delay: 2.66667s;
       -o-transition-delay: 2.66667s;
          transition-delay: 2.66667s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(17) {
  -webkit-transition-delay: 2.83333s;
       -o-transition-delay: 2.83333s;
          transition-delay: 2.83333s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(18) {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(19) {
  -webkit-transition-delay: 3.16667s;
       -o-transition-delay: 3.16667s;
          transition-delay: 3.16667s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(20) {
  -webkit-transition-delay: 3.33333s;
       -o-transition-delay: 3.33333s;
          transition-delay: 3.33333s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(21) {
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(22) {
  -webkit-transition-delay: 3.66667s;
       -o-transition-delay: 3.66667s;
          transition-delay: 3.66667s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(23) {
  -webkit-transition-delay: 3.83333s;
       -o-transition-delay: 3.83333s;
          transition-delay: 3.83333s;
}

/* line 43, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list li:nth-child(24) {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}

@media (min-width: 64em) {
  /* line 38, resources/assets/styles/utilities/_utilities.animations.scss */

  .js-animate.\--list li {
    -webkit-transform: translateY(2.92969vw);
         -o-transform: translateY(2.92969vw);
            transform: translateY(2.92969vw);
  }
}

/* line 53, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--list.is-inview li {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 60, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--opacity {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -o-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s transform cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1), 1s -o-transform cubic-bezier(0.4, 0.6, 0.2, 1);
}

@media (min-width: 64em) {
  /* line 60, resources/assets/styles/utilities/_utilities.animations.scss */

  .js-animate.\--opacity {
    -webkit-transform: translate3d(0, 2.92969vw, 0);
            transform: translate3d(0, 2.92969vw, 0);
  }
}

/* line 69, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--opacity.is-inview {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 76, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--opacityItems img {
  opacity: 0;
  -webkit-transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s -o-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 1s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 1s transform cubic-bezier(0.4, 0.6, 0.2, 1), 1s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1), 1s -o-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
}

@media (min-width: 64em) {
  /* line 76, resources/assets/styles/utilities/_utilities.animations.scss */

  .js-animate.\--opacityItems img {
    -webkit-transform: translateY(2.92969vw);
         -o-transform: translateY(2.92969vw);
            transform: translateY(2.92969vw);
  }
}

/* line 85, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--opacityItems img:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* line 90, resources/assets/styles/utilities/_utilities.animations.scss */

.js-animate.\--opacityItems.is-inview img {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 2, resources/assets/styles/utilities/_utilities.lightbox.scss */

.glightbox-clean .gclose {
  opacity: 1;
  width: 3.125rem;
  height: 3.125rem;
  right: 1.25rem;
  top: 1.25rem;
  background: none;
}

/* line 9, resources/assets/styles/utilities/_utilities.lightbox.scss */

.glightbox-clean .gclose svg {
  margin: 0 auto;
  width: 0.75rem;
}

/* line 12, resources/assets/styles/utilities/_utilities.lightbox.scss */

.glightbox-clean .gclose svg path {
  fill: #14281d;
}

/* line 16, resources/assets/styles/utilities/_utilities.lightbox.scss */

.glightbox-clean .gclose::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: -1;
  border-radius: 100%;
  padding: 0;
}

/* line 27, resources/assets/styles/utilities/_utilities.lightbox.scss */

.glightbox-clean .gclose:hover {
  background: none;
}

@media (min-width: 64em) {
  /* line 32, resources/assets/styles/utilities/_utilities.lightbox.scss */

  .glightbox-clean .gclose {
    right: 3.90625vw;
    top: 3.90625vw;
    width: 2.92969vw;
    height: 2.92969vw;
  }

  /* line 37, resources/assets/styles/utilities/_utilities.lightbox.scss */

  .glightbox-clean .gclose svg {
    width: 1.17188vw;
  }

  /* line 40, resources/assets/styles/utilities/_utilities.lightbox.scss */

  .glightbox-clean .gclose::after {
    font-size: 1.25vw;
  }
}

/* line 1, resources/assets/styles/utilities/_utilities.tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/utilities/_utilities.tinymce.scss */

  body#tinymce {
    margin: 1.17188vw !important;
  }
}

/* line 8, resources/assets/styles/utilities/_utilities.tinymce.scss */

body#tinymce::before {
  display: none;
}

/* line 1, resources/assets/styles/utilities/_utilities.typography.scss */

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

/* line 5, resources/assets/styles/utilities/_utilities.typography.scss */

form .hf-message.hf-message-success,
.e-tabs__link,
.e-tabs__content ul li,
.e-tabs__content p,
.u-lead,
.u-lead > p {
  font-size: 2rem;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  line-height: 110%;
  letter-spacing: -0.03em;
}

@media (min-width: 64em) {
  /* line 5, resources/assets/styles/utilities/_utilities.typography.scss */

  form .hf-message.hf-message-success,
  .e-tabs__link,
  .e-tabs__content ul li,
  .e-tabs__content p,
  .u-lead,
  .u-lead > p {
    font-size: 2.7vw;
    line-height: 115%;
  }
}

/* line 27, resources/assets/styles/utilities/_utilities.typography.scss */

.u-highlight {
  color: #1ecc7c;
}

/* line 31, resources/assets/styles/utilities/_utilities.typography.scss */

.u-headline {
  font-size: 2.8125rem;
  line-height: 95%;
  letter-spacing: -0.03em;
}

@media (min-width: 64em) {
  /* line 31, resources/assets/styles/utilities/_utilities.typography.scss */

  .u-headline {
    font-size: 8.6vw;
    letter-spacing: -0.04em;
  }
}

/* line 1, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content {
  width: 83.33333vw;
  margin: 1.875rem 0 3.75rem 8.33333vw;
}

/* line 5, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content h1,
.u-content h2,
.u-content h3,
.u-content h4,
.u-content h5,
.u-content h6 {
  margin-bottom: 1.5625rem;
}

/* line 13, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content ul,
.u-content ol {
  margin: 1.875rem 0 1.875rem 0;
  list-style: none;
  position: relative;
}

/* line 18, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content ul li,
.u-content ol li {
  line-height: 1.625rem;
  font-size: 1rem;
}

/* line 21, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content ul li::before,
.u-content ol li::before {
  content: "\2022   ";
  padding-right: 1.8125rem;
  width: 0.625rem;
  display: inline-block;
  position: absolute;
  left: -1.25rem;
  font-weight: 700;
}

/* line 33, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content ol li {
  counter-increment: step-counter;
}

/* line 35, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content ol li::before {
  content: counter(step-counter);
}

/* line 40, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content img {
  max-width: 100%;
  border-radius: 0.3125rem;
  font-size: 1rem;
}

/* line 45, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content img.size-full {
  margin: 1.875rem 0;
  width: 100%;
}

/* line 50, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content a {
  text-decoration: underline;
  color: #1ecc7c;
}

/* line 54, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content figure {
  position: relative;
}

/* line 56, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content figure img,
.u-content figure img.size-full {
  margin: 0;
  width: auto;
  height: auto;
}

/* line 62, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content figure figcaption {
  background: #f7f7f7;
  position: relative;
  padding: 0.625rem 0.625rem;
  max-width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  font-style: italic;
}

/* line 73, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content .gallery {
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}

/* line 76, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content .gallery .gallery-item {
  display: inline-block;
  margin-right: 0.625rem;
}

/* line 81, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content table {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-wrap: break-word;
  margin: 1.25rem 0;
}

/* line 91, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  color: #fff;
}

/* line 97, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content table tr {
  display: table-row;
}

/* line 100, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content table th {
  text-align: left;
}

/* line 103, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content table th,
.u-content table td {
  margin: 0;
  padding: 1.25rem 1.25rem;
  border: 1px solid lightgrey;
  white-space: normal;
  text-align: center;
}

/* line 111, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content table td {
  background: #f7f7f7;
}

/* line 115, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content blockquote {
  margin: 1.25rem 0 1.25rem 2.08333%;
  padding: 0 0 0 1.25rem;
  border-left-width: 2px;
  border-left-style: solid;
  font-size: 0.875rem;
}

/* line 122, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content blockquote p {
  font-style: italic;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: normal;
  margin: 0;
  max-width: 100%;
}

/* line 131, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content blockquote cite {
  font-size: 1.36719vw;
  line-height: normal;
}

/* line 137, resources/assets/styles/utilities/_utilities.u-content.scss */

.u-content address {
  font-size: 1rem;
  line-height: normal;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content {
    width: 75vw;
    margin: 9vw 0 21vw 12.5vw;
  }

  /* line 146, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content img {
    font-size: 1.25vw;
  }

  /* line 150, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content hr {
    margin: 1.5625vw 0;
    height: 0.09766vw;
    border-width: 0.09766vw;
  }

  /* line 156, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content ul,
  .u-content ol {
    margin: 2.92969vw 0 2.92969vw 0;
  }

  /* line 160, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content ul li,
  .u-content ol li {
    line-height: 2.53906vw;
    font-size: 1.5625vw;
  }

  /* line 163, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content ul li::before,
  .u-content ol li::before {
    padding-right: 2.83203vw;
    width: 0.97656vw;
    left: -1.95312vw;
  }

  /* line 171, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content p,
  .u-content ul,
  .u-content ol {
    max-width: 50vw;
    margin-left: 8.33333vw;
  }

  /* line 178, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content h1,
  .u-content h2,
  .u-content h3,
  .u-content h4,
  .u-content h5,
  .u-content h6 {
    margin-left: 8.33333vw;
    margin-bottom: 2.44141vw;
  }

  /* line 189, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content figure figcaption {
    padding: 0.97656vw 0.97656vw;
    font-size: 1.5625vw;
    line-height: 2.73438vw;
  }

  /* line 196, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content .gallery {
    margin-top: 5.85938vw;
    margin-bottom: 3.90625vw;
  }

  /* line 199, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content .gallery .gallery-item {
    margin-right: 0.97656vw;
  }

  /* line 203, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content table {
    margin: 1.95312vw 0;
  }

  /* line 206, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content table th,
  .u-content table td {
    padding: 1.95312vw 1.95312vw;
    border-width: 0.09766vw;
  }

  /* line 212, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content blockquote {
    margin: 1.875rem 0 2.92969vw 3.125%;
    padding: 0 0 0 1.95312vw;
    border-left-width: 0.19531vw;
  }

  /* line 216, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content blockquote p {
    font-size: 1.36719vw;
  }

  /* line 219, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content blockquote cite {
    font-size: 1.36719vw;
  }

  /* line 224, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content address {
    font-size: 1.25vw;
  }
}

@media (min-width: 75em) {
  /* line 232, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content ul li,
  .u-content ol li {
    line-height: 2.75vw;
  }

  /* line 238, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content img.size-full {
    margin: 5vw 0;
  }

  /* line 242, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content figure {
    position: relative;
  }

  /* line 244, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content figure figcaption {
    padding: 3.33333vw 4.16667vw;
    max-width: 60%;
    font-size: 1.66667vw;
    line-height: 2.66667vw;
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: normal;
  }
}

@media (min-width: 101.25em) {
  /* line 258, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content figure figcaption {
    max-width: 50%;
  }

  /* line 264, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content ul li,
  .u-content ol li {
    font-size: 1.04938vw;
  }

  /* line 269, resources/assets/styles/utilities/_utilities.u-content.scss */

  .u-content blockquote {
    margin: 2.46914vw 0 2.46914vw 4.16667%;
    padding: 0 0 0 2.46914vw;
  }
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/utilities/_utilities.wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/utilities/_utilities.wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

@media (min-width: 64em) {
  /* line 14, resources/assets/styles/utilities/_utilities.wp-classes.scss */

  .aligncenter {
    margin: calc(1.5625vw / 2) auto;
  }
}

/* line 24, resources/assets/styles/utilities/_utilities.wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 64em) {
  /* line 24, resources/assets/styles/utilities/_utilities.wp-classes.scss */

  .alignleft,
  .alignright {
    margin-bottom: calc(1.5625vw / 2);
  }
}

@media (min-width: 30rem) {
  /* line 34, resources/assets/styles/utilities/_utilities.wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
}

@media (min-width: 64em) {
  /* line 34, resources/assets/styles/utilities/_utilities.wp-classes.scss */

  .alignleft {
    margin-right: 0.78125vw;
  }
}

@media (min-width: 30rem) {
  /* line 44, resources/assets/styles/utilities/_utilities.wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

@media (min-width: 64em) {
  /* line 44, resources/assets/styles/utilities/_utilities.wp-classes.scss */

  .alignright {
    margin-left: 0.78125vw;
  }
}

/** Text meant only for screen readers */

/* line 55, resources/assets/styles/utilities/_utilities.wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/components/_components.c-address.scss */

.c-address {
  text-align: center;
  margin-top: 2.8125rem;
}

/* line 4, resources/assets/styles/components/_components.c-address.scss */

.c-address__title,
.c-address__info {
  font-size: 1.25rem;
  line-height: 120%;
  display: block;
}

/* line 10, resources/assets/styles/components/_components.c-address.scss */

.c-address__title {
  font-weight: 500;
}

/* line 13, resources/assets/styles/components/_components.c-address.scss */

.c-address__btn {
  margin: 1.875rem auto 0;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-address.scss */

  .c-address {
    text-align: left;
    margin-left: 3.875vw;
    margin-top: 0;
  }

  /* line 20, resources/assets/styles/components/_components.c-address.scss */

  .c-address__title,
  .c-address__info {
    font-size: 1.25vw;
  }

  /* line 24, resources/assets/styles/components/_components.c-address.scss */

  .c-address__title {
    display: inline-block;
  }

  /* line 27, resources/assets/styles/components/_components.c-address.scss */

  .c-address__btn.c-btn.\--circle {
    margin: 0;
    position: absolute;
    top: 11.5vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-advantages.scss */

.c-advantages {
  padding-top: 4.375rem;
  padding-bottom: 2.8125rem;
  margin-top: -1.25rem;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-advantages.scss */

  .c-advantages {
    padding-top: 8.75vw;
    padding-bottom: 9vw;
    margin-top: -1.95312vw;
  }
}

/* line 12, resources/assets/styles/components/_components.c-advantages.scss */

.c-advantages__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

/* line 18, resources/assets/styles/components/_components.c-advantages.scss */

.c-advantages__item {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 8.33333vw 4.16667vw 5.20833vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.625rem;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

/* line 28, resources/assets/styles/components/_components.c-advantages.scss */

.c-advantages__item span {
  font-size: 1.625rem;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  line-height: 110%;
  letter-spacing: -0.03em;
}

/* line 34, resources/assets/styles/components/_components.c-advantages.scss */

.c-advantages__item.\--empty {
  visibility: hidden;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-advantages.scss */

  .c-advantages {
    padding-bottom: 7vw;
  }

  /* line 40, resources/assets/styles/components/_components.c-advantages.scss */

  .c-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 44, resources/assets/styles/components/_components.c-advantages.scss */

  .c-advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 0.21973vw);
    min-height: 11vw;
    padding: 1.5vw 4vw 1.5vw 1.5vw;
    margin-right: 0.29297vw;
    margin-bottom: 0.29297vw;
    border-radius: 0.48828vw;
  }

  /* line 53, resources/assets/styles/components/_components.c-advantages.scss */

  .c-advantages__item span {
    font-size: 1.6vw;
    line-height: 100%;
  }

  /* line 57, resources/assets/styles/components/_components.c-advantages.scss */

  .c-advantages__item:empty {
    background-color: transparent;
    display: block;
  }

  /* line 61, resources/assets/styles/components/_components.c-advantages.scss */

  .c-advantages__item:nth-child(4n) {
    margin-right: 0;
  }
}

/* line 1, resources/assets/styles/components/_components.c-availability-item.scss */

.c-availability-item {
  text-align: center;
  margin-bottom: 3.75rem;
  width: 100%;
}

/* line 5, resources/assets/styles/components/_components.c-availability-item.scss */

.c-availability-item__bg.c-image {
  height: 82vh;
  border-radius: 0.3125rem;
  margin-bottom: 0.9375rem;
}

/* line 10, resources/assets/styles/components/_components.c-availability-item.scss */

.c-availability-item__title {
  line-height: 110%;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 14, resources/assets/styles/components/_components.c-availability-item.scss */

.c-availability-item__title a {
  color: currentColor;
  letter-spacing: -0.03em;
}

/* line 19, resources/assets/styles/components/_components.c-availability-item.scss */

.c-availability-item__subtitle {
  color: rgba(218, 223, 220, 0.4);
  font-size: 1rem;
  display: block;
  line-height: 115%;
}

/* line 25, resources/assets/styles/components/_components.c-availability-item.scss */

.c-availability-item__btn.c-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 500;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  margin-top: 0.9375rem;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-availability-item.scss */

  .c-availability-item {
    width: calc(49% - 1.45833vw);
    margin-bottom: 4vw;
    position: relative;
  }

  /* line 37, resources/assets/styles/components/_components.c-availability-item.scss */

  .c-availability-item:nth-child(odd) {
    margin-right: 2.91667vw;
  }

  /* line 40, resources/assets/styles/components/_components.c-availability-item.scss */

  .c-availability-item__bg.c-image {
    border-radius: 0.26074vw;
    margin-bottom: 1.85547vw;
  }

  /* line 44, resources/assets/styles/components/_components.c-availability-item.scss */

  .c-availability-item__bg.c-image.\--background {
    height: 25vw;
  }

  /* line 47, resources/assets/styles/components/_components.c-availability-item.scss */

  .c-availability-item__title {
    margin-bottom: 0.95vw;
  }

  /* line 50, resources/assets/styles/components/_components.c-availability-item.scss */

  .c-availability-item__subtitle {
    font-size: 1.375vw;
  }

  /* line 53, resources/assets/styles/components/_components.c-availability-item.scss */

  .c-availability-item__btn.c-btn {
    font-size: 1.36719vw;
    margin-top: 1.07422vw;
  }
}

@media (min-width: 101.25em) {
  /* line 1, resources/assets/styles/components/_components.c-availability-item.scss */

  .c-availability-item {
    margin-bottom: 6vw;
  }
}

/* line 2, resources/assets/styles/components/_components.c-availability.scss */

.c-availability__content {
  margin-top: 6.25rem;
}

/* line 5, resources/assets/styles/components/_components.c-availability.scss */

.c-availability__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid rgba(218, 223, 220, 0.2);
}

@media (max-width: 63.99em) {
  /* line 1, resources/assets/styles/components/_components.c-availability.scss */

  .c-availability {
    padding-top: 9.375rem;
  }
}

@media (min-width: 64em) {
  /* line 16, resources/assets/styles/components/_components.c-availability.scss */

  .c-availability__content {
    margin-top: 14.16016vw;
  }

  /* line 19, resources/assets/styles/components/_components.c-availability.scss */

  .c-availability__list {
    border-width: 0.09766vw;
    margin-bottom: 7.8125vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-btn.scss */

.c-btn {
  background: none;
  outline: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
  text-align: left;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  background-color: #1ecc7c;
  color: #14281d;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  padding: 1.3125rem 2.125rem 1.375rem;
  -webkit-transition: background-color cubic-bezier(0.4, 0.6, 0.2, 1) 0.8s;
  -o-transition: background-color cubic-bezier(0.4, 0.6, 0.2, 1) 0.8s;
  transition: background-color cubic-bezier(0.4, 0.6, 0.2, 1) 0.8s;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 3.125rem;
}

/* line 22, resources/assets/styles/components/_components.c-btn.scss */

.c-btn:focus {
  color: #14281d;
}

/* line 26, resources/assets/styles/components/_components.c-btn.scss */

.c-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1cbe73;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s all cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 0.3s all cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 0.3s all cubic-bezier(0.4, 0.6, 0.2, 1);
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 40, resources/assets/styles/components/_components.c-btn.scss */

.c-btn:hover {
  color: #14281d;
}

/* line 43, resources/assets/styles/components/_components.c-btn.scss */

.c-btn:hover:focus {
  color: #14281d;
}

/* line 47, resources/assets/styles/components/_components.c-btn.scss */

.c-btn:hover::after {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  width: 100%;
}

/* line 53, resources/assets/styles/components/_components.c-btn.scss */

.\--white.c-btn {
  background-color: #fff;
  color: #14281d;
}

/* line 57, resources/assets/styles/components/_components.c-btn.scss */

.\--white.c-btn:focus {
  color: #14281d;
}

/* line 61, resources/assets/styles/components/_components.c-btn.scss */

.\--white.c-btn::after {
  background-color: #fff;
}

/* line 66, resources/assets/styles/components/_components.c-btn.scss */

.\--tertiary.c-btn {
  background-color: #eef3f0;
  color: #14281d;
}

/* line 70, resources/assets/styles/components/_components.c-btn.scss */

.\--tertiary.c-btn:focus {
  color: #14281d;
}

/* line 74, resources/assets/styles/components/_components.c-btn.scss */

.\--tertiary.c-btn::after {
  background-color: #dadfdc;
}

/* line 79, resources/assets/styles/components/_components.c-btn.scss */

.\--border.c-btn {
  background-color: transparent;
  color: #14281d;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}

@media (min-width: 64em) {
  /* line 79, resources/assets/styles/components/_components.c-btn.scss */

  .\--border.c-btn {
    border-width: 0.09766vw;
  }
}

/* line 89, resources/assets/styles/components/_components.c-btn.scss */

.\--border.c-btn:hover {
  border-color: #000;
}

/* line 93, resources/assets/styles/components/_components.c-btn.scss */

.\--border.c-btn::after {
  background-color: transparent;
}

/* line 98, resources/assets/styles/components/_components.c-btn.scss */

.\--small.c-btn {
  font-size: 1rem;
  padding: 0.9375rem 1.25rem;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-btn.scss */

  .c-btn {
    font-size: 1.25vw;
    padding: 1.32vw 1.7vw 1.42vw;
    border-radius: 4.88281vw;
  }

  /* line 107, resources/assets/styles/components/_components.c-btn.scss */

  .\--small.c-btn {
    font-size: 1.36719vw;
    padding: 0.97656vw 1.46484vw;
  }
}

@media (min-width: 101.25em) {
  /* line 113, resources/assets/styles/components/_components.c-btn.scss */

  .\--small.c-btn {
    font-size: 1.11111vw;
  }
}

/* line 120, resources/assets/styles/components/_components.c-btn.scss */

.c-btn.\--circle {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  text-align: center;
  color: #14281d;
  padding: 0;
}

/* line 133, resources/assets/styles/components/_components.c-btn.scss */

.c-btn.\--circle svg {
  width: 24%;
  pointer-events: none;
}

/* line 139, resources/assets/styles/components/_components.c-btn.scss */

.c-btn.\--circle.\--large {
  width: 7.5rem;
  height: 7.5rem;
  padding: 0.625rem;
}

@media (min-width: 64em) {
  /* line 120, resources/assets/styles/components/_components.c-btn.scss */

  .c-btn.\--circle {
    width: 5.17578vw;
    height: 5.17578vw;
  }

  /* line 148, resources/assets/styles/components/_components.c-btn.scss */

  .c-btn.\--circle.\--large {
    font-size: 1.25vw;
    width: 10.75vw;
    height: 10.75vw;
    padding: 2vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-card.scss */

.c-card {
  position: relative;
  width: 66.66667vw;
  height: 66.66667vw;
  padding: 4.16667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  color: #14281d;
}

/* line 10, resources/assets/styles/components/_components.c-card.scss */

.c-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 0.625rem;
  z-index: 0;
}

/* line 22, resources/assets/styles/components/_components.c-card.scss */

.c-card__icon {
  display: none;
}

/* line 25, resources/assets/styles/components/_components.c-card.scss */

.c-card__title {
  font-size: 1.125rem;
  line-height: 120%;
  font-weight: 500;
  z-index: 1;
  position: relative;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
}

/* line 33, resources/assets/styles/components/_components.c-card.scss */

.c-card__content {
  z-index: 1;
  line-height: 120%;
  color: inherit;
  position: relative;
}

/* line 40, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--tertiary::after {
  background-color: #dadfdc;
}

/* line 44, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--border {
  color: #dadfdc;
}

/* line 46, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--border::after {
  background-color: transparent;
  border: 1px solid #dadfdc;
}

/* line 51, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* line 56, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--image::after {
  display: none;
}

/* line 60, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--refresh {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 64, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--refresh .c-btn svg {
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-animation: rotateIconReset 1s;
       -o-animation: rotateIconReset 1s;
          animation: rotateIconReset 1s;
}

/* line 69, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--refresh .c-btn:hover svg {
  -webkit-animation: rotateIcon 1s infinite;
       -o-animation: rotateIcon 1s infinite;
          animation: rotateIcon 1s infinite;
}

/* line 74, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--refresh::after {
  display: none;
}

/* line 80, resources/assets/styles/components/_components.c-card.scss */

.c-card.\--hidden::after,
.c-card:empty::after {
  background-color: transparent;
  border: none;
  pointer-events: none;
}

@media (max-width: 63.99em) {
  /* line 87, resources/assets/styles/components/_components.c-card.scss */

  .c-card.\--hidden,
  .c-card.\--refresh {
    padding: 0;
    width: 0;
    height: 0;
  }
}

@media (min-width: 40em) {
  /* line 1, resources/assets/styles/components/_components.c-card.scss */

  .c-card {
    width: 41.66667vw;
    height: 41.66667vw;
  }
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-card.scss */

  .c-card {
    width: 20.83333vw;
    height: 20.83333vw;
    padding: 1.66667vw 2.5vw 1.66667vw 1.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* line 105, resources/assets/styles/components/_components.c-card.scss */

  .c-card::after {
    border-radius: 0.5vw;
    max-width: 99%;
    max-height: 99%;
  }

  /* line 110, resources/assets/styles/components/_components.c-card.scss */

  .c-card__icon {
    display: block;
    position: relative;
    z-index: 1;
  }

  /* line 114, resources/assets/styles/components/_components.c-card.scss */

  .c-card__icon svg {
    max-width: 2vw;
    max-height: 2vw;
  }

  /* line 117, resources/assets/styles/components/_components.c-card.scss */

  .c-card__icon svg path {
    fill: currentColor;
  }

  /* line 122, resources/assets/styles/components/_components.c-card.scss */

  .c-card__title {
    font-size: 1.25vw;
    line-height: 130%;
    margin-top: auto;
    margin-bottom: 2vw;
  }

  /* line 128, resources/assets/styles/components/_components.c-card.scss */

  .c-card__content {
    font-size: 1.15vw;
  }

  /* line 131, resources/assets/styles/components/_components.c-card.scss */

  .c-card.\--image {
    border-radius: 0.5vw;
    max-width: 99%;
    max-height: 99%;
  }

  /* line 137, resources/assets/styles/components/_components.c-card.scss */

  .c-card.\--refresh svg {
    width: 1.5625vw;
    height: 1.5625vw;
  }

  /* line 144, resources/assets/styles/components/_components.c-card.scss */

  .c-card.\--border::after {
    border-width: 0.09766vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-cards.scss */

.c-cards {
  overflow: hidden;
  z-index: 1;
}

/* line 4, resources/assets/styles/components/_components.c-cards.scss */

.c-cards__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2.8125rem;
}

/* line 10, resources/assets/styles/components/_components.c-cards.scss */

.c-cards__item.\--hidden {
  display: none;
}

/* line 14, resources/assets/styles/components/_components.c-cards.scss */

.c-cards__scrollbar {
  width: 83.33333vw;
  height: 0.03125rem;
  margin-left: 8.33333vw;
  background: rgba(218, 223, 220, 0.2);
}

@media (max-width: 63.99em) {
  /* line 1, resources/assets/styles/components/_components.c-cards.scss */

  .c-cards {
    padding-bottom: 3.75rem;
  }

  /* line 23, resources/assets/styles/components/_components.c-cards.scss */

  .c-cards__item.-active {
    margin-right: 4.16667vw;
    margin-left: 8.33333vw;
  }
}

@media (min-width: 64em) {
  /* line 33, resources/assets/styles/components/_components.c-cards.scss */

  .c-cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    width: 83.33333vw;
    margin-bottom: 15vw;
    margin-left: 8.33333vw;
  }

  /* line 40, resources/assets/styles/components/_components.c-cards.scss */

  .c-cards__scrollbar {
    display: none;
  }
}

/* line 1, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 210;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 0.4s cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 0.4s cubic-bezier(0.4, 0.6, 0.2, 1);
  will-change: opacity;
  opacity: 0;
}

/* line 14, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice.\--active {
  display: block;
  opacity: 1;
}

/* line 19, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice.\--inactive {
  display: none;
}

/* line 23, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

@media (max-width: 63.99em) {
  /* line 23, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 83.33333vw;
    padding: 2.1875rem;
  }
}

@media (min-width: 64em) {
  /* line 23, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner {
    position: absolute;
    bottom: 2.08333vw;
    right: 4.16667vw;
    width: 25vw;
    padding: 2.08333vw;
  }
}

/* line 47, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice__inner__message {
  text-align: center;
}

@media (max-width: 63.99em) {
  /* line 47, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner__message {
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 64em) {
  /* line 47, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner__message {
    margin-left: 1.5625vw;
    margin-right: 1.5625vw;
    margin-bottom: 1.30208vw;
  }
}

@media (max-width: 63.99em) {
  /* line 60, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner__message > * {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 64em) {
  /* line 60, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner__message > * {
    margin-bottom: 0.52083vw;
  }
}

/* line 70, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice__inner__message :last-child {
  margin-bottom: 0;
}

/* line 75, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice__inner__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 63.99em) {
  /* line 79, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner__actions > * {
    margin-right: 0.625rem;
  }
}

@media (min-width: 64em) {
  /* line 79, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner__actions > * {
    margin-right: 0.52083vw;
  }
}

/* line 89, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice__inner__actions :last-child {
  margin-right: 0;
}

/* line 93, resources/assets/styles/components/_components.c-cookie-notice.scss */

.c-cookie-notice__inner__actions .cookie-btn {
  text-align: center;
}

@media (max-width: 63.99em) {
  /* line 93, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner__actions .cookie-btn {
    min-width: 6.25rem;
  }
}

@media (min-width: 64em) {
  /* line 93, resources/assets/styles/components/_components.c-cookie-notice.scss */

  .c-cookie-notice__inner__actions .cookie-btn {
    min-width: 8.85417vw;
  }
}

/* line 2, resources/assets/styles/components/_components.c-cookieform.scss */

.c-cookieform__checkbox {
  margin-bottom: 0.9375rem;
}

@media (min-width: 64em) {
  /* line 2, resources/assets/styles/components/_components.c-cookieform.scss */

  .c-cookieform__checkbox {
    margin-bottom: 1.46484vw;
  }
}

/* line 11, resources/assets/styles/components/_components.c-cookieform.scss */

.c-cookieform-title {
  margin-bottom: 1.5625rem;
}

@media (min-width: 64em) {
  /* line 11, resources/assets/styles/components/_components.c-cookieform.scss */

  .c-cookieform-title {
    margin-bottom: 2.44141vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-cta.scss */

.c-cta {
  padding: 6.25rem 0;
  text-align: center;
  position: relative;
}

/* line 5, resources/assets/styles/components/_components.c-cta.scss */

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

/* line 8, resources/assets/styles/components/_components.c-cta.scss */

.c-cta__content .u-h3 {
  margin-bottom: 1.875rem;
  line-height: 100%;
}

/* line 12, resources/assets/styles/components/_components.c-cta.scss */

.c-cta__content .c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-cta.scss */

  .c-cta {
    padding: 2vw 0 16vw;
  }

  /* line 19, resources/assets/styles/components/_components.c-cta.scss */

  .c-cta__content .u-h3 {
    margin-bottom: 4vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-development.scss */

.c-development {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-development.scss */

  .c-development {
    padding-bottom: 4.75vw;
    margin-top: -1.46484vw;
  }
}

/* line 2, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__inner {
  color: #14281d;
}

/* line 6, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__title {
  display: block;
  margin-bottom: 1.875rem;
}

/* line 10, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__agent {
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
}

/* line 13, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__agent img {
  display: block;
  margin-bottom: 1.25rem;
}

/* line 17, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__agent a {
  color: inherit;
  display: block;
}

/* line 21, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__agent p {
  margin-bottom: 1.25rem;
}

/* line 24, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__agent p:last-of-type br {
  display: none;
}

/* line 29, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__agent__title {
  display: block;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

/* line 35, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__bottom {
  margin-top: 3.75rem;
  border-top: 1px solid #000;
  padding-top: 2.8125rem;
}

/* line 39, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__bottom__logo {
  display: block;
  margin: 0 auto 1.875rem;
  text-align: center;
}

/* line 43, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__bottom__logo svg {
  width: 20.83333vw;
  height: 5vw;
}

/* line 46, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__bottom__logo svg path {
  fill: #14281d;
}

/* line 51, resources/assets/styles/components/_components.c-footer.scss */

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

/* line 53, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__bottom__info span,
.c-footer__bottom__info a {
  display: block;
  margin-bottom: 0.625rem;
}

/* line 58, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__bottom__info a {
  color: inherit;
}

/* line 61, resources/assets/styles/components/_components.c-footer.scss */

.c-footer__bottom__info .c-stuurmen {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media (min-width: 64em) {
  /* line 68, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__inner {
    padding-top: 5vw;
    padding-bottom: 2.8vw;
  }

  /* line 72, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__title {
    margin-bottom: 4.5vw;
  }

  /* line 75, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer p {
    font-size: 1.6vw;
  }

  /* line 78, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__agent {
    margin-top: 5vw;
    margin-bottom: 4.5vw;
    max-width: 25vw;
  }

  /* line 82, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__agent img {
    width: 4.16667vw;
    height: auto;
    margin-bottom: 1vw;
  }

  /* line 87, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__agent p {
    margin-bottom: 1.95312vw;
  }

  /* line 90, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__agent__title {
    font-size: 1.15vw;
    line-height: 110%;
    margin-bottom: 1.22vw;
  }

  /* line 95, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__agent__info {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.08333vw;
       -moz-column-gap: 2.08333vw;
            column-gap: 2.08333vw;
  }

  /* line 98, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__agent__info p {
    font-size: 1.05vw;
  }

  /* line 103, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom {
    margin-top: 6.4vw;
    padding-top: 1.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-width: 0.09766vw;
  }

  /* line 111, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__logo {
    width: 5.25vw;
    height: 1.65vw;
    margin: 0;
    display: inline-block;
  }

  /* line 116, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__logo svg {
    width: 5.25vw;
    height: 1.65vw;
  }

  /* line 121, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__info {
    display: inline-block;
    width: 51.3vw;
    text-align: left;
  }

  /* line 125, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__info a,
  .c-footer__bottom__info span {
    display: inline-block;
    font-size: 1vw;
  }

  /* line 131, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__info span {
    width: 16.66667vw;
  }

  /* line 135, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__info a:first-of-type {
    width: 12.5vw;
  }

  /* line 138, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__info a:nth-child(2) {
    width: 12.5vw;
  }

  /* line 141, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__info a:nth-child(3) {
    width: 8.33333vw;
  }

  /* line 145, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__bottom__info .c-stuurmen {
    margin: 0;
    width: 12.5vw;
    text-align: right;
  }

  /* line 153, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__form .\--half {
    max-width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: 0 47%;
            flex: 0 47%;
  }

  /* line 157, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__form .e-checkbox {
    max-width: 27.08333vw;
  }

  /* line 159, resources/assets/styles/components/_components.c-footer.scss */

  .c-footer__form .e-checkbox span {
    font-size: 0.97656vw;
    line-height: 120%;
  }
}

/* line 168, resources/assets/styles/components/_components.c-footer.scss */

.\--green + .c-footer {
  background-color: #14281d;
}

/* line 172, resources/assets/styles/components/_components.c-footer.scss */

.\--white + .c-footer {
  background-color: #fff;
}

/* line 176, resources/assets/styles/components/_components.c-footer.scss */

.\--gray + .c-footer {
  background-color: #f7f7f7;
}

/* line 1, resources/assets/styles/components/_components.c-form.scss */

.c-checkbox {
  cursor: pointer;
}

/* line 4, resources/assets/styles/components/_components.c-form.scss */

.c-checkbox::before {
  top: 50%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 9, resources/assets/styles/components/_components.c-form.scss */

.c-checkbox label {
  margin-bottom: 0;
}

/* line 13, resources/assets/styles/components/_components.c-form.scss */

.c-checkbox label span::after {
  top: 50%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* line 1, resources/assets/styles/components/_components.c-header.scss */

.c-header {
  padding-top: 1.25rem;
}

/* line 3, resources/assets/styles/components/_components.c-header.scss */

.c-header__nav-line {
  pointer-events: none;
  display: block;
  height: 0.1875rem;
  background-color: #1ecc7c;
  width: 0%;
  position: fixed;
  bottom: 78px;
  left: 0;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s transform;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s transform;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s transform;
  will-change: transform;
  z-index: 103;
}

/* line 18, resources/assets/styles/components/_components.c-header.scss */

.c-header__nav-line.\--item-1,
.c-header__nav-line.\--item-2,
.c-header__nav-line.\--item-3 {
  width: 100%;
}

/* line 23, resources/assets/styles/components/_components.c-header.scss */

.js-stop-transition .c-header__nav-line {
  width: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 63.99em) {
  /* line 29, resources/assets/styles/components/_components.c-header.scss */

  .c-header__nav-line {
    bottom: 4.9375rem;
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }

  /* line 33, resources/assets/styles/components/_components.c-header.scss */

  .c-header__nav-line.is-visible.\--item-1 {
    -webkit-transform: scaleX(0.32);
         -o-transform: scaleX(0.32);
            transform: scaleX(0.32);
  }

  /* line 36, resources/assets/styles/components/_components.c-header.scss */

  .c-header__nav-line.is-visible.\--item-2 {
    -webkit-transform: scaleX(0.6);
         -o-transform: scaleX(0.6);
            transform: scaleX(0.6);
  }

  /* line 39, resources/assets/styles/components/_components.c-header.scss */

  .c-header__nav-line.is-visible.\--item-3 {
    -webkit-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-header.scss */

  .c-header {
    padding-top: 1.65vw;
  }

  /* line 47, resources/assets/styles/components/_components.c-header.scss */

  .c-header__nav-line {
    height: 0.58594vw;
    position: absolute;
    top: -0.09766vw;
  }

  /* line 51, resources/assets/styles/components/_components.c-header.scss */

  .c-header__nav-line.\--item-1 {
    -webkit-transform: scaleX(0.69);
         -o-transform: scaleX(0.69);
            transform: scaleX(0.69);
  }

  /* line 54, resources/assets/styles/components/_components.c-header.scss */

  .c-header__nav-line.\--item-2 {
    -webkit-transform: scaleX(0.77);
         -o-transform: scaleX(0.77);
            transform: scaleX(0.77);
  }

  /* line 57, resources/assets/styles/components/_components.c-header.scss */

  .c-header__nav-line.\--item-3 {
    -webkit-transform: scaleX(0.845);
         -o-transform: scaleX(0.845);
            transform: scaleX(0.845);
  }

  /* line 61, resources/assets/styles/components/_components.c-header.scss */

  .c-header.\--dark-green {
    color: #dadfdc;
  }
}

/* line 67, resources/assets/styles/components/_components.c-header.scss */

.c-header__logo {
  z-index: 1;
  display: none;
}

@media (min-width: 64em) {
  /* line 67, resources/assets/styles/components/_components.c-header.scss */

  .c-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 2, resources/assets/styles/components/_components.c-image.scss */

.c-image.\--background {
  width: 100%;
  height: 47vw;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 11, resources/assets/styles/components/_components.c-image.scss */

.c-image.\--radius {
  border-radius: 0.3125rem;
}

/* line 14, resources/assets/styles/components/_components.c-image.scss */

.c-image.\--contain {
  background-size: contain;
}

@media (min-width: 64em) {
  /* line 18, resources/assets/styles/components/_components.c-image.scss */

  .c-image.\--background {
    height: 58vw;
  }

  /* line 21, resources/assets/styles/components/_components.c-image.scss */

  .c-image.\--radius {
    border-radius: 0.75%;
  }
}

/* line 1, resources/assets/styles/components/_components.c-label.scss */

.c-label {
  background-color: #14281d;
  color: #dadfdc;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: background-color cubic-bezier(0.4, 0.6, 0.2, 1) 0.8s;
  -o-transition: background-color cubic-bezier(0.4, 0.6, 0.2, 1) 0.8s;
  transition: background-color cubic-bezier(0.4, 0.6, 0.2, 1) 0.8s;
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 2.6px;
  margin-bottom: 2.6px;
  padding: 0.6vw;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.03em;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-label.scss */

  .c-label {
    border-radius: 0.25391vw;
    margin-bottom: 0.25391vw;
  }
}

/* line 24, resources/assets/styles/components/_components.c-label.scss */

.c-label::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #14281d;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s all cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 0.3s all cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 0.3s all cubic-bezier(0.4, 0.6, 0.2, 1);
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 37, resources/assets/styles/components/_components.c-label.scss */

.c-label.\--white {
  background-color: #fff;
  color: #14281d;
}

/* line 40, resources/assets/styles/components/_components.c-label.scss */

.c-label.\--white::after {
  background-color: #fff;
}

/* line 2, resources/assets/styles/components/_components.c-lang-selector.scss */

.c-lang-selector.\--desktop {
  display: none;
}

@media (min-width: 64em) {
  /* line 2, resources/assets/styles/components/_components.c-lang-selector.scss */

  .c-lang-selector.\--desktop {
    display: inline-block;
  }

  /* line 6, resources/assets/styles/components/_components.c-lang-selector.scss */

  .c-lang-selector.\--desktop a {
    color: #14281d;
    font-size: 1.25vw;
    text-transform: uppercase;
    margin-right: 1.8vw;
  }

  /* line 12, resources/assets/styles/components/_components.c-lang-selector.scss */

  .c-header.\--dark-green .c-lang-selector.\--desktop a {
    color: #dadfdc;
  }
}

/* line 19, resources/assets/styles/components/_components.c-lang-selector.scss */

.c-lang-selector.\--mobile {
  background: none;
  outline: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
  text-align: left;
  padding: 0;
  cursor: pointer;
  height: 3.75rem;
  width: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 32, resources/assets/styles/components/_components.c-lang-selector.scss */

.c-lang-selector.\--mobile::after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
}

/* line 44, resources/assets/styles/components/_components.c-lang-selector.scss */

.c-lang-selector.\--mobile a {
  position: relative;
  display: block;
  z-index: 1;
  color: #14281d;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 64em) {
  /* line 19, resources/assets/styles/components/_components.c-lang-selector.scss */

  .c-lang-selector.\--mobile {
    display: none;
  }
}

/* line 1, resources/assets/styles/components/_components.c-link.scss */

.c-link {
  color: #14281d;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Aeonik", Helvetica, Arial, sans-serif;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-link.scss */

  .c-link {
    font-size: 1.25vw;
    padding-bottom: 0.97656vw;
  }
}

/* line 19, resources/assets/styles/components/_components.c-link.scss */

.c-link span {
  display: block;
  position: relative;
}

/* line 23, resources/assets/styles/components/_components.c-link.scss */

.c-link span::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  bottom: -0.125rem;
  left: 0;
  background-color: #14281d;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.8s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s -o-transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s transform cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s transform cubic-bezier(0.23, 1, 0.32, 1), 0.8s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1), 0.8s -o-transform cubic-bezier(0.23, 1, 0.32, 1);
}

@media (min-width: 64em) {
  /* line 23, resources/assets/styles/components/_components.c-link.scss */

  .c-link span::after {
    height: 0.09766vw;
    bottom: -0.19531vw;
  }
}

/* line 45, resources/assets/styles/components/_components.c-link.scss */

.c-link:hover span,
.c-link:focus span {
  color: #14281d;
}

/* line 47, resources/assets/styles/components/_components.c-link.scss */

.c-link:hover span::after,
.c-link:focus span::after {
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}

/* line 1, resources/assets/styles/components/_components.c-location.scss */

.c-location {
  background-color: #fff;
  color: #000;
  padding-bottom: 2.8125rem;
}

/* line 5, resources/assets/styles/components/_components.c-location.scss */

.c-location p {
  color: #000;
}

/* line 8, resources/assets/styles/components/_components.c-location.scss */

.c-location__title {
  font-size: 3.125rem;
  line-height: 87.5%;
  letter-spacing: -0.07em;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  margin-bottom: 3.75rem;
  color: #14281d;
}

/* line 15, resources/assets/styles/components/_components.c-location.scss */

.c-location__title span {
  font-style: italic;
  margin-left: 3.125rem;
}

/* line 20, resources/assets/styles/components/_components.c-location.scss */

.c-location__subtitle {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  color: #14281d;
}

/* line 25, resources/assets/styles/components/_components.c-location.scss */

.c-location__content {
  margin-top: 4.6875rem;
}

/* line 27, resources/assets/styles/components/_components.c-location.scss */

.c-location__content .o-list-border {
  margin-bottom: 1.875rem;
}

/* line 31, resources/assets/styles/components/_components.c-location.scss */

.c-location__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 35, resources/assets/styles/components/_components.c-location.scss */

.c-location__plane {
  display: none;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-location.scss */

  .c-location {
    position: relative;
    padding-bottom: 6.4vw;
    overflow: hidden;
  }

  /* line 42, resources/assets/styles/components/_components.c-location.scss */

  .c-location__title {
    font-size: 6.25vw;
    margin-bottom: 3.2vw;
  }

  /* line 45, resources/assets/styles/components/_components.c-location.scss */

  .c-location__title span {
    margin-left: 6.25vw;
  }

  /* line 49, resources/assets/styles/components/_components.c-location.scss */

  .c-location__subtitle {
    font-size: 1.25vw;
    margin-bottom: 1.2vw;
  }

  /* line 53, resources/assets/styles/components/_components.c-location.scss */

  .c-location__content {
    position: relative;
    margin-top: 9.76562vw;
  }

  /* line 56, resources/assets/styles/components/_components.c-location.scss */

  .c-location__content .o-list-border {
    margin-bottom: 2.92969vw;
  }

  /* line 60, resources/assets/styles/components/_components.c-location.scss */

  .c-location__btn {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(-15%, 79%, 0);
            transform: translate3d(-15%, 79%, 0);
  }

  /* line 66, resources/assets/styles/components/_components.c-location.scss */

  .c-location__plane {
    display: block;
  }

  /* line 68, resources/assets/styles/components/_components.c-location.scss */

  .c-location__plane svg {
    position: absolute;
    top: 0;
    left: 17.5vw;
    width: 5.56641vw;
    height: 5.76172vw;
  }

  /* line 76, resources/assets/styles/components/_components.c-location.scss */

  .c-location__plane__line {
    content: "";
    display: block;
    width: 0.78125vw;
    height: 100%;
    position: absolute;
    background-color: #1ecc7c;
    left: calc(17.5vw + 2.44141vw);
    -webkit-transform-origin: center top;
         -o-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleY(0);
         -o-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/* line 1, resources/assets/styles/components/_components.c-logo.scss */

.c-logo {
  width: 6.875rem;
  height: 2.03125rem;
}

/* line 4, resources/assets/styles/components/_components.c-logo.scss */

.c-logo svg {
  width: 100%;
  height: 100%;
}

/* line 7, resources/assets/styles/components/_components.c-logo.scss */

.c-logo svg path {
  -webkit-transition: fill 0.25s linear;
  -o-transition: fill 0.25s linear;
  transition: fill 0.25s linear;
}

/* line 12, resources/assets/styles/components/_components.c-logo.scss */

.c-header:not(.\--dark-green) .c-logo svg path {
  fill: unset;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-logo.scss */

  .c-logo {
    width: 5.72949vw;
    height: 1.6875vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-map.scss */

.c-map {
  position: relative;
}

/* line 3, resources/assets/styles/components/_components.c-map.scss */

.c-map__bg {
  height: auto;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

/* line 12, resources/assets/styles/components/_components.c-map.scss */

.c-map__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
       -o-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

/* line 18, resources/assets/styles/components/_components.c-map.scss */

.c-map__components {
  display: none;
}

@media (min-width: 64em) {
  /* line 22, resources/assets/styles/components/_components.c-map.scss */

  .c-map__btn {
    display: none;
  }

  /* line 25, resources/assets/styles/components/_components.c-map.scss */

  .c-map__components {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
  }

  /* line 32, resources/assets/styles/components/_components.c-map.scss */

  .c-map__component {
    position: absolute;
  }

  /* line 35, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot {
    cursor: pointer;
  }

  /* line 40, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .outer,
  .c-map__dot .inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    pointer-events: none;
  }

  /* line 51, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .outer {
    width: 1.25vw;
    height: 1.25vw;
    background: #fff;
  }

  /* line 56, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .outer .inner {
    width: 0.78125vw;
    height: 0.78125vw;
    background: #14281d;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }

  /* line 62, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .outer .inner:hover {
    background: #030604;
  }

  /* line 68, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated {
    -webkit-animation-duration: 3s;
         -o-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-1 {
    -webkit-animation-delay: 0.2s;
         -o-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-2 {
    -webkit-animation-delay: 0.4s;
         -o-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-3 {
    -webkit-animation-delay: 0.6s;
         -o-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-4 {
    -webkit-animation-delay: 0.8s;
         -o-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-5 {
    -webkit-animation-delay: 1s;
         -o-animation-delay: 1s;
            animation-delay: 1s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-6 {
    -webkit-animation-delay: 1.2s;
         -o-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-7 {
    -webkit-animation-delay: 1.4s;
         -o-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-8 {
    -webkit-animation-delay: 1.6s;
         -o-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-9 {
    -webkit-animation-delay: 1.8s;
         -o-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-10 {
    -webkit-animation-delay: 2s;
         -o-animation-delay: 2s;
            animation-delay: 2s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-11 {
    -webkit-animation-delay: 2.2s;
         -o-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-12 {
    -webkit-animation-delay: 2.4s;
         -o-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-13 {
    -webkit-animation-delay: 2.6s;
         -o-animation-delay: 2.6s;
            animation-delay: 2.6s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-14 {
    -webkit-animation-delay: 2.8s;
         -o-animation-delay: 2.8s;
            animation-delay: 2.8s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-15 {
    -webkit-animation-delay: 3s;
         -o-animation-delay: 3s;
            animation-delay: 3s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-16 {
    -webkit-animation-delay: 3.2s;
         -o-animation-delay: 3.2s;
            animation-delay: 3.2s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-17 {
    -webkit-animation-delay: 3.4s;
         -o-animation-delay: 3.4s;
            animation-delay: 3.4s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-18 {
    -webkit-animation-delay: 3.6s;
         -o-animation-delay: 3.6s;
            animation-delay: 3.6s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-19 {
    -webkit-animation-delay: 3.8s;
         -o-animation-delay: 3.8s;
            animation-delay: 3.8s;
  }

  /* line 73, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.index-20 {
    -webkit-animation-delay: 4s;
         -o-animation-delay: 4s;
            animation-delay: 4s;
  }

  /* line 78, resources/assets/styles/components/_components.c-map.scss */

  .c-map__dot .animated.pulse {
    -webkit-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
         -o-animation-name: pulse;
            animation-name: pulse;
  }

@-webkit-keyframes pulse {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }

    to {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}

@-o-keyframes pulse {
    from {
      -o-transform: scale(1);
         transform: scale(1);
    }

    50% {
      -o-transform: scale(1.2);
         transform: scale(1.2);
    }

    to {
      -o-transform: scale(1);
         transform: scale(1);
    }
}

@keyframes pulse {
    from {
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
    }

    50% {
      -webkit-transform: scale(1.2);
           -o-transform: scale(1.2);
              transform: scale(1.2);
    }

    to {
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
    }
}

  /* line 98, resources/assets/styles/components/_components.c-map.scss */

  .c-map__info {
    position: absolute;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(5%);
         -o-transform: translateY(5%);
            transform: translateY(5%);
    pointer-events: none;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
    z-index: 1;
  }

  /* line 109, resources/assets/styles/components/_components.c-map.scss */

  .c-map__info.\--left {
    left: -20.99609vw;
  }

  /* line 112, resources/assets/styles/components/_components.c-map.scss */

  .c-map__info.\--right {
    right: -20.99609vw;
  }

  /* line 115, resources/assets/styles/components/_components.c-map.scss */

  .c-map__info.\--bottom {
    top: 1vw;
  }

  /* line 118, resources/assets/styles/components/_components.c-map.scss */

  .c-map__info.\--top {
    top: -24.90234vw;
  }

  /* line 121, resources/assets/styles/components/_components.c-map.scss */

  .c-map__info.is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    pointer-events: initial;
  }
}

/* line 130, resources/assets/styles/components/_components.c-map.scss */

.c-map-item {
  background-color: #fff;
}

/* line 132, resources/assets/styles/components/_components.c-map.scss */

.c-map-item__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

@media (min-width: 64em) {
  /* line 130, resources/assets/styles/components/_components.c-map.scss */

  .c-map-item {
    border-radius: 0.39062vw;
    padding: 0.78125vw;
  }

  /* line 141, resources/assets/styles/components/_components.c-map.scss */

  .c-map-item__sqm {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 1.95312vw;
  }

  /* line 146, resources/assets/styles/components/_components.c-map.scss */

  .c-map-item__image {
    width: 21.48438vw;
    height: 14.64844vw;
    margin-bottom: 2.24609vw;
  }

  /* line 151, resources/assets/styles/components/_components.c-map.scss */

  .c-map-item__title {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
  }

  /* line 157, resources/assets/styles/components/_components.c-map.scss */

  .c-map-item__btn {
    margin: 2.34375vw auto 0.78125vw;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 101.25em) {
  /* line 164, resources/assets/styles/components/_components.c-map.scss */

  .c-map-item__image {
    width: 18.51852vw;
    height: 12.03704vw;
    margin-bottom: 1.95312vw;
  }

  /* line 169, resources/assets/styles/components/_components.c-map.scss */

  .c-map-item__btn {
    margin: 1.95312vw auto 0.78125vw;
  }
}

/* line 2, resources/assets/styles/components/_components.c-metropolitan.scss */

.c-metropolitan__image {
  position: relative;
}

/* line 5, resources/assets/styles/components/_components.c-metropolitan.scss */

.c-metropolitan__btn {
  position: absolute !important;
  top: 0.9375rem;
  left: 0.9375rem;
}

/* line 10, resources/assets/styles/components/_components.c-metropolitan.scss */

.c-metropolitan__legend {
  margin-top: 1.875rem;
  margin-bottom: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  place-content: center;
  width: 66.66667vw;
  margin-left: 16.66667vw;
}

/* line 19, resources/assets/styles/components/_components.c-metropolitan.scss */

.c-metropolitan__car,
.c-metropolitan__train {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  place-items: center;
}

/* line 24, resources/assets/styles/components/_components.c-metropolitan.scss */

.c-metropolitan__car > span,
.c-metropolitan__train > span {
  margin-left: 1.25rem;
  font-size: 1.625rem;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
}

/* line 30, resources/assets/styles/components/_components.c-metropolitan.scss */

.c-metropolitan__car {
  margin-right: 2.8125rem;
}

/* line 32, resources/assets/styles/components/_components.c-metropolitan.scss */

.c-metropolitan__car div {
  height: 0.625rem;
  width: 3.125rem;
  background-color: #1ecc7c;
  display: inline-block;
}

/* line 41, resources/assets/styles/components/_components.c-metropolitan.scss */

.c-metropolitan__train div span {
  height: 0.625rem;
  width: 0.625rem;
  background-color: #14281d;
  display: inline-block;
  margin-right: 0.1875rem;
}

@media (min-width: 64em) {
  /* line 51, resources/assets/styles/components/_components.c-metropolitan.scss */

  .c-metropolitan__btn {
    top: 1.46484vw;
    left: 1.46484vw;
  }

  /* line 55, resources/assets/styles/components/_components.c-metropolitan.scss */

  .c-metropolitan__legend {
    margin-top: 2vw;
    margin-bottom: 9vw;
  }

  /* line 61, resources/assets/styles/components/_components.c-metropolitan.scss */

  .c-metropolitan__car > span,
  .c-metropolitan__train > span {
    font-size: 1.375vw;
    margin-left: 0.8vw;
  }

  /* line 66, resources/assets/styles/components/_components.c-metropolitan.scss */

  .c-metropolitan__car {
    margin-right: 2vw;
  }

  /* line 68, resources/assets/styles/components/_components.c-metropolitan.scss */

  .c-metropolitan__car div {
    height: 0.3vw;
    width: 2.75vw;
  }

  /* line 74, resources/assets/styles/components/_components.c-metropolitan.scss */

  .c-metropolitan__train div {
    line-height: 0;
  }

  /* line 76, resources/assets/styles/components/_components.c-metropolitan.scss */

  .c-metropolitan__train div span {
    height: 0.3vw;
    width: 0.5vw;
    margin-right: 0.15625vw;
    line-height: 0;
  }
}

/* line 1, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}

/* line 17, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__bg {
  content: "";
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: -1;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s opacity;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s opacity;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s opacity;
}

/* line 29, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list {
  color: #14281d;
  display: block;
  margin-left: 8.33333%;
  width: 83.33333%;
  margin-top: 120px;
}

/* line 36, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 0.5s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 0.5s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 0.5s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: 0.5s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 0.5s -o-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 0.5s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 0.5s transform cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: 0.5s opacity cubic-bezier(0.4, 0.6, 0.2, 1), 0.5s transform cubic-bezier(0.4, 0.6, 0.2, 1), 0.5s -webkit-transform cubic-bezier(0.4, 0.6, 0.2, 1), 0.5s -o-transform cubic-bezier(0.4, 0.6, 0.2, 1);
  position: relative;
}

/* line 44, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 44, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item:nth-child(2) {
  -webkit-transition-delay: 0.08333s;
       -o-transition-delay: 0.08333s;
          transition-delay: 0.08333s;
}

/* line 44, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item:nth-child(3) {
  -webkit-transition-delay: 0.16667s;
       -o-transition-delay: 0.16667s;
          transition-delay: 0.16667s;
}

/* line 44, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item:nth-child(4) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

/* line 44, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item:nth-child(5) {
  -webkit-transition-delay: 0.33333s;
       -o-transition-delay: 0.33333s;
          transition-delay: 0.33333s;
}

/* line 44, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item:nth-child(6) {
  -webkit-transition-delay: 0.41667s;
       -o-transition-delay: 0.41667s;
          transition-delay: 0.41667s;
}

/* line 52, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item a {
  color: #14281d;
  font-size: 1rem;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 1.25rem;
  margin-bottom: 0.3125rem;
}

/* line 62, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item a span:first-of-type {
  font-weight: 500;
  display: block;
}

/* line 66, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item a span:last-of-type {
  color: #aaa;
}

/* line 70, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__list li.c-nav-sub__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  border-radius: 0.3125rem;
}

/* line 84, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__language {
  display: block;
  width: 83.33333%;
  margin-left: 8.33333%;
  margin-top: 4.16667%;
  margin-bottom: calc( (30px * 2) + 18px + 8.33333%);
}

/* line 93, resources/assets/styles/components/_components.c-nav-sub.scss */

.c-nav-sub__language .list-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 64em) {
  /* line 84, resources/assets/styles/components/_components.c-nav-sub.scss */

  .c-nav-sub__language {
    display: none;
  }
}

/* line 101, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-open .c-nav-sub {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

/* line 105, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-open .c-nav-sub .c-nav-sub__bg {
  opacity: 0.15;
}

/* line 109, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-open .c-nav-sub__list li.c-nav-sub__item {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 115, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub {
  pointer-events: none;
}

/* line 117, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub .c-nav-sub__bg {
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s opacity 0.5s;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s opacity 0.5s;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s opacity 0.5s;
  opacity: 0;
}

/* line 122, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub__list li.c-nav-sub__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
}

/* line 126, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub__list li.c-nav-sub__item:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 126, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub__list li.c-nav-sub__item:nth-child(2) {
  -webkit-transition-delay: 0.08333s;
       -o-transition-delay: 0.08333s;
          transition-delay: 0.08333s;
}

/* line 126, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub__list li.c-nav-sub__item:nth-child(3) {
  -webkit-transition-delay: 0.16667s;
       -o-transition-delay: 0.16667s;
          transition-delay: 0.16667s;
}

/* line 126, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub__list li.c-nav-sub__item:nth-child(4) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

/* line 126, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub__list li.c-nav-sub__item:nth-child(5) {
  -webkit-transition-delay: 0.33333s;
       -o-transition-delay: 0.33333s;
          transition-delay: 0.33333s;
}

/* line 126, resources/assets/styles/components/_components.c-nav-sub.scss */

.-nav-closing .c-nav-sub__list li.c-nav-sub__item:nth-child(6) {
  -webkit-transition-delay: 0.41667s;
       -o-transition-delay: 0.41667s;
          transition-delay: 0.41667s;
}

@media (min-width: 64em) {
  /* line 137, resources/assets/styles/components/_components.c-nav-sub.scss */

  .c-nav-sub__list {
    width: 33.33333vw;
    margin-top: 7vw;
    margin-left: 60.41667vw;
  }

  /* line 142, resources/assets/styles/components/_components.c-nav-sub.scss */

  .c-nav-sub__list li.c-nav-sub__item.\--home {
    display: none;
  }

  /* line 146, resources/assets/styles/components/_components.c-nav-sub.scss */

  .c-nav-sub__list li.c-nav-sub__item a {
    font-size: 1.51367vw;
    padding: 1.95312vw;
    margin-bottom: 0.48828vw;
  }

  /* line 151, resources/assets/styles/components/_components.c-nav-sub.scss */

  .c-nav-sub__list li.c-nav-sub__item a::after {
    border-radius: 0.26074vw;
  }

  /* line 160, resources/assets/styles/components/_components.c-nav-sub.scss */

  .-nav-open .c-nav-sub__list li.c-nav-sub__item {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  /* line 168, resources/assets/styles/components/_components.c-nav-sub.scss */

  .-nav-closing .c-nav-sub__list li.c-nav-sub__item {
    -webkit-transform: translateY(2.92969vw);
         -o-transform: translateY(2.92969vw);
            transform: translateY(2.92969vw);
  }
}

@media (min-width: 101.25em) {
  /* line 175, resources/assets/styles/components/_components.c-nav-sub.scss */

  .c-nav-sub__list {
    width: 29.16667vw;
    margin-left: 64.58333vw;
  }

  /* line 180, resources/assets/styles/components/_components.c-nav-sub.scss */

  .c-nav-sub__list li.c-nav-sub__item a {
    font-size: 1.35802vw;
  }
}

/* line 13, resources/assets/styles/components/_components.c-nav-trigger.scss */

.c-nav-trigger {
  text-align: center;
  display: block;
  cursor: pointer;
  z-index: 101;
}

@media (max-width: 63.99em) {
  /* line 13, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
         -o-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0.6, 0.2, 1);
    -o-transition: -o-transform 0.8s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 0.8s cubic-bezier(0.4, 0.6, 0.2, 1);
  }

  /* line 24, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger.is-visible {
    -webkit-transform: translateX(-50%) translateY(43px);
         -o-transform: translateX(-50%) translateY(43px);
            transform: translateX(-50%) translateY(43px);
  }

  /* line 27, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .js-stop-transition .c-nav-trigger {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 64em) {
  /* line 13, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger {
    text-align: right;
  }
}

/* line 36, resources/assets/styles/components/_components.c-nav-trigger.scss */

.c-nav-trigger__btn {
  background: none;
  outline: none;
  text-decoration: none;
  text-shadow: none;
  border: none;
  text-align: left;
  padding: 0;
  cursor: pointer;
  height: 3.75rem;
  width: 3.75rem;
  display: block;
  position: relative;
}

/* line 45, resources/assets/styles/components/_components.c-nav-trigger.scss */

.c-nav-trigger__btn::after {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
}

/* line 58, resources/assets/styles/components/_components.c-nav-trigger.scss */

.-nav-open .c-nav-trigger__btn::after {
  background-color: #fff;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.5s background-color;
}

@media (min-width: 64em) {
  /* line 36, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__btn {
    width: 3.9vw;
    height: 3.9vw;
  }
}

/* line 70, resources/assets/styles/components/_components.c-nav-trigger.scss */

.c-nav-trigger__icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  background: #14281d;
  width: 26px;
  height: 1.25px;
  margin: auto;
}

/* line 80, resources/assets/styles/components/_components.c-nav-trigger.scss */

.c-nav-trigger__icon::before,
.c-nav-trigger__icon::after {
  width: 26px;
  height: 1.25px;
}

/* line 86, resources/assets/styles/components/_components.c-nav-trigger.scss */

.c-nav-trigger__icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #14281d;
  -webkit-transition: bottom 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: bottom 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
}

/* line 98, resources/assets/styles/components/_components.c-nav-trigger.scss */

.c-nav-trigger__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: black;
  -webkit-transition: top 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: top 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: top 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: top 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: top 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
}

/* line 110, resources/assets/styles/components/_components.c-nav-trigger.scss */

.-nav-open .c-nav-trigger__icon {
  background: transparent;
}

/* line 112, resources/assets/styles/components/_components.c-nav-trigger.scss */

.-nav-open .c-nav-trigger__icon::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
}

/* line 120, resources/assets/styles/components/_components.c-nav-trigger.scss */

.-nav-open .c-nav-trigger__icon::after {
  top: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  -o-transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
  transition: bottom 250ms cubic-bezier(0.4, 0.6, 0.2, 1), transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 250ms 250ms cubic-bezier(0.4, 0.6, 0.2, 1);
}

@media (min-width: 64em) {
  /* line 70, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__icon {
    width: 1.95312vw;
    height: 0.09766vw;
  }

  /* line 133, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__icon::before,
  .c-nav-trigger__icon::after {
    width: 1.95312vw;
    height: 0.09766vw;
  }

  /* line 139, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__icon::before {
    bottom: 0.39062vw;
  }

  /* line 143, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__icon::after {
    top: 0.39062vw;
  }
}

@media (min-width: 101.25em) {
  /* line 70, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__icon {
    width: 1.85185vw;
    height: 0.08025vw;
  }

  /* line 151, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__icon::before,
  .c-nav-trigger__icon::after {
    width: 1.85185vw;
    height: 0.08025vw;
  }

  /* line 157, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__icon::before {
    bottom: 0.37037vw;
  }

  /* line 161, resources/assets/styles/components/_components.c-nav-trigger.scss */

  .c-nav-trigger__icon::after {
    top: 0.37037vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-nav.scss */

.c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 4, resources/assets/styles/components/_components.c-nav.scss */

.c-nav__item {
  color: inherit;
}

/* line 7, resources/assets/styles/components/_components.c-nav.scss */

.c-nav__item a {
  color: inherit;
  font-size: 1.125rem;
  line-height: normal;
}

/* line 13, resources/assets/styles/components/_components.c-nav.scss */

.c-nav__item.is-active a {
  color: #dadfdc;
}

@media (max-width: 63.99em) {
  /* line 1, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav {
    position: fixed;
    -webkit-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    bottom: 0;
    z-index: 102;
    padding: 30px 12.5vw;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.6, 0.2, 1);
    -o-transition: -o-transform 0.5s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0.6, 0.2, 1);
    transition: transform 0.5s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 0.5s cubic-bezier(0.4, 0.6, 0.2, 1);
  }

  /* line 25, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav::after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-top: 1px solid rgba(20, 40, 29, 0.1);
  }

  /* line 36, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav.is-visible {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  /* line 39, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  /* line 45, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav__item {
    width: 33%;
    display: block;
  }

  /* line 48, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav__item a {
    width: 100%;
    display: block;
  }

  /* line 52, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav__item:nth-of-type(2) {
    text-align: center;
  }

  /* line 55, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav__item:nth-of-type(3) {
    text-align: right;
  }
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  /* line 63, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav__item {
    margin-right: 3.6vw;
  }

  /* line 65, resources/assets/styles/components/_components.c-nav.scss */

  .c-nav__item a {
    font-size: 1.25vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-page-header.scss */

.c-page-header {
  position: relative;
  margin-top: 10.3125rem;
  overflow: visible;
}

/* line 5, resources/assets/styles/components/_components.c-page-header.scss */

.c-page-header__content {
  margin-top: 7.8125rem;
  margin-bottom: 2.1875rem;
}

/* line 14, resources/assets/styles/components/_components.c-page-header.scss */

.c-page-header__date {
  font-size: 1rem;
  display: block;
  margin-bottom: 1.875rem;
}

@media (max-width: 63.99em) {
  /* line 20, resources/assets/styles/components/_components.c-page-header.scss */

  .c-page-header.\--center {
    text-align: center;
  }
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-page-header.scss */

  .c-page-header {
    margin-top: 8vw;
  }

  /* line 26, resources/assets/styles/components/_components.c-page-header.scss */

  .c-page-header__content {
    margin-top: 0;
    margin-bottom: 5.5vw;
  }

  /* line 30, resources/assets/styles/components/_components.c-page-header.scss */

  .c-page-header__date {
    font-size: 1.36719vw;
    margin-bottom: 2.14844vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-page-intro.scss */

.c-page-intro {
  margin-bottom: 3.75rem;
}

/* line 3, resources/assets/styles/components/_components.c-page-intro.scss */

.c-page-intro__container {
  margin-top: 2.8125rem;
}

/* line 6, resources/assets/styles/components/_components.c-page-intro.scss */

.c-page-intro__link {
  margin-top: 3.75rem;
  margin-bottom: 1.875rem;
}

/* line 9, resources/assets/styles/components/_components.c-page-intro.scss */

.c-page-intro__link span {
  margin: 0 auto;
}

/* line 13, resources/assets/styles/components/_components.c-page-intro.scss */

.c-page-intro.\--contact {
  overflow: visible;
}

@media (max-width: 63.99em) {
  /* line 17, resources/assets/styles/components/_components.c-page-intro.scss */

  .c-page-intro__container {
    text-align: center;
  }

  /* line 19, resources/assets/styles/components/_components.c-page-intro.scss */

  .\--left .c-page-intro__container {
    text-align: left;
  }
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-page-intro.scss */

  .c-page-intro {
    margin-bottom: 8vw;
    position: relative;
  }

  /* line 27, resources/assets/styles/components/_components.c-page-intro.scss */

  .c-page-intro__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.1vw;
  }

  /* line 33, resources/assets/styles/components/_components.c-page-intro.scss */

  .c-page-intro__btn {
    margin-top: 0;
    display: inline-block;
  }

  /* line 37, resources/assets/styles/components/_components.c-page-intro.scss */

  .c-page-intro__link {
    display: inline-block;
    margin: 0 0 0 1.8vw;
  }

  /* line 41, resources/assets/styles/components/_components.c-page-intro.scss */

  .c-page-intro.\--contact {
    margin-top: 9vw;
    margin-bottom: 6vw;
    overflow: visible;
  }

  /* line 46, resources/assets/styles/components/_components.c-page-intro.scss */

  .c-page-intro.\--post {
    margin-top: 5.17734vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-partners.scss */

.c-partners {
  padding-top: 4.375rem;
  padding-bottom: 2.8125rem;
  position: relative;
  margin-top: -1.25rem;
}

/* line 6, resources/assets/styles/components/_components.c-partners.scss */

.c-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 12, resources/assets/styles/components/_components.c-partners.scss */

.c-partners__list li {
  margin-bottom: 1vw;
  margin-right: 1vw;
  width: 39.58333vw;
  height: 29.16667vw;
}

/* line 17, resources/assets/styles/components/_components.c-partners.scss */

.c-partners__list li:nth-child(even) {
  margin-right: 0;
}

/* line 20, resources/assets/styles/components/_components.c-partners.scss */

.c-partners__list li:last-of-type {
  margin-bottom: 0;
}

/* line 25, resources/assets/styles/components/_components.c-partners.scss */

.c-partners__link {
  display: block;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 0.3125rem;
  width: 100%;
  height: 100%;
}

/* line 32, resources/assets/styles/components/_components.c-partners.scss */

.c-partners__link img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 8.125rem;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 40em) {
  /* line 41, resources/assets/styles/components/_components.c-partners.scss */

  .c-partners__link img {
    width: 50%;
    height: 50%;
  }
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-partners.scss */

  .c-partners {
    padding-top: 8.75vw;
    padding-bottom: 9vw;
    margin-top: -1.95312vw;
  }

  /* line 52, resources/assets/styles/components/_components.c-partners.scss */

  .c-partners__list li {
    margin-bottom: 0;
    margin-right: 0.9vw;
    width: 19.79167vw;
    height: 14.25vw;
  }

  /* line 57, resources/assets/styles/components/_components.c-partners.scss */

  .c-partners__list li:nth-child(even) {
    margin-right: 0.9vw;
  }

  /* line 60, resources/assets/styles/components/_components.c-partners.scss */

  .c-partners__list li:last-of-type {
    margin-right: 0;
  }

  /* line 65, resources/assets/styles/components/_components.c-partners.scss */

  .c-partners__link {
    border-radius: 0.26074vw;
  }

  /* line 68, resources/assets/styles/components/_components.c-partners.scss */

  .c-partners__link img {
    width: 12.69531vw;
  }
}

@media (min-width: 75em) {
  /* line 75, resources/assets/styles/components/_components.c-partners.scss */

  .c-partners__link img {
    width: 60%;
    height: 50%;
  }
}

/* line 1, resources/assets/styles/components/_components.c-post-item.scss */

.c-post-item {
  text-align: center;
  margin-bottom: 3.75rem;
  margin-left: 8.33333vw;
}

/* line 5, resources/assets/styles/components/_components.c-post-item.scss */

.c-post-item__bg.c-image {
  height: 82vh;
  border-radius: 0.3125rem;
  margin-bottom: 1.875rem;
}

/* line 10, resources/assets/styles/components/_components.c-post-item.scss */

.c-post-item__title {
  line-height: 110%;
  display: block;
  margin-bottom: 0.3125rem;
}

/* line 14, resources/assets/styles/components/_components.c-post-item.scss */

.c-post-item__title a {
  color: currentColor;
}

/* line 18, resources/assets/styles/components/_components.c-post-item.scss */

.c-post-item__date {
  color: rgba(218, 223, 220, 0.4);
  font-size: 1.125rem;
  display: block;
  line-height: 115%;
}

@media (min-width: 64em) {
  /* line 25, resources/assets/styles/components/_components.c-post-item.scss */

  .c-post-item:nth-child(3n + 2),
  .c-post-item:nth-child(3n + 3) {
    margin-left: 4.16667vw;
  }

  /* line 29, resources/assets/styles/components/_components.c-post-item.scss */

  .c-post-item:nth-child(3n + 2) {
    margin-top: 4vw;
  }

  /* line 32, resources/assets/styles/components/_components.c-post-item.scss */

  .c-post-item__bg.c-image {
    height: 36vw;
    border-radius: 0.26074vw;
    margin-bottom: 2.05078vw;
  }

  /* line 37, resources/assets/styles/components/_components.c-post-item.scss */

  .c-post-item__title {
    margin-bottom: 0.95vw;
  }

  /* line 40, resources/assets/styles/components/_components.c-post-item.scss */

  .c-post-item__date {
    font-size: 1.375vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-post-list.scss */

.c-post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 4, resources/assets/styles/components/_components.c-post-list.scss */

.c-post-list__loadmore {
  padding-bottom: 6.25rem;
  display: block;
  color: rgba(218, 223, 220, 0.3);
  text-align: center;
}

@media (min-width: 64em) {
  /* line 11, resources/assets/styles/components/_components.c-post-list.scss */

  .c-post-list__loadmore {
    padding-top: 2.92969vw;
    padding-bottom: 14.64844vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-progress-scroll.scss */

.c-progress-scroll {
  width: 0.1875rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1ecc7c), color-stop(0, transparent));
  background: -webkit-linear-gradient(top, #1ecc7c var(--scroll), transparent 0);
  background: -o-linear-gradient(top, #1ecc7c var(--scroll), transparent 0);
  background: linear-gradient(to bottom, #1ecc7c var(--scroll), transparent 0);
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-progress-scroll.scss */

  .c-progress-scroll {
    width: 0.29297vw;
  }
}

/* line 5, resources/assets/styles/components/_components.c-row.scss */

.c-row {
  margin-bottom: 2.8125rem;
}

/* line 7, resources/assets/styles/components/_components.c-row.scss */

.c-row__image.c-image {
  height: 96vw;
  border-radius: 0.3125rem;
  margin-bottom: 1.875rem;
}

/* line 12, resources/assets/styles/components/_components.c-row.scss */

.c-row__title {
  margin-bottom: 1.875rem;
  display: block;
}

/* line 16, resources/assets/styles/components/_components.c-row.scss */

.c-row__content {
  margin-bottom: 0.9375rem;
}

@media (min-width: 64em) {
  /* line 5, resources/assets/styles/components/_components.c-row.scss */

  .c-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12.5vw;
  }

  /* line 25, resources/assets/styles/components/_components.c-row.scss */

  .c-row:nth-child(even) .c-row__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 11%;
    margin-right: 0;
  }

  /* line 31, resources/assets/styles/components/_components.c-row.scss */

  .c-row__image.c-image {
    width: 44%;
    height: 46vw;
    margin-right: 11%;
    border-radius: 0.26074vw;
  }

  /* line 37, resources/assets/styles/components/_components.c-row.scss */

  .c-row__container {
    width: 44%;
  }

  /* line 40, resources/assets/styles/components/_components.c-row.scss */

  .c-row__title {
    margin-bottom: 2.2vw;
  }

  /* line 43, resources/assets/styles/components/_components.c-row.scss */

  .c-row__content {
    margin-bottom: 2.6vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-section-intro.scss */

.c-section-intro {
  padding-bottom: 3.75rem;
}

/* line 3, resources/assets/styles/components/_components.c-section-intro.scss */

.c-section-intro > .o-layout {
  overflow: visible;
}

/* line 6, resources/assets/styles/components/_components.c-section-intro.scss */

.c-section-intro__title {
  display: block;
  margin-bottom: 3.75rem;
  color: inherit;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
}

/* line 12, resources/assets/styles/components/_components.c-section-intro.scss */

.c-section-intro__btn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 3.75rem;
}

/* line 16, resources/assets/styles/components/_components.c-section-intro.scss */

.c-section-intro__content {
  color: inherit;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-section-intro.scss */

  .c-section-intro {
    margin-bottom: 0;
    padding-bottom: 6.4vw;
  }

  /* line 22, resources/assets/styles/components/_components.c-section-intro.scss */

  .c-section-intro__title {
    margin-bottom: 8.6vw;
  }

  /* line 25, resources/assets/styles/components/_components.c-section-intro.scss */

  .c-section-intro__btn {
    margin-top: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

/* line 1, resources/assets/styles/components/_components.c-section-lead.scss */

.c-section-lead {
  padding-bottom: 3.75rem;
}

/* line 3, resources/assets/styles/components/_components.c-section-lead.scss */

.c-section-lead > .o-layout {
  overflow: visible;
}

/* line 6, resources/assets/styles/components/_components.c-section-lead.scss */

.c-section-lead__title {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 3.75rem;
  color: inherit;
}

/* line 12, resources/assets/styles/components/_components.c-section-lead.scss */

.c-section-lead__content {
  color: inherit;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-section-lead.scss */

  .c-section-lead {
    padding-bottom: 10.7vw;
  }

  /* line 17, resources/assets/styles/components/_components.c-section-lead.scss */

  .c-section-lead__title {
    font-size: 1.75781vw;
    line-height: 110%;
    margin-bottom: 0;
  }
}

/* line 1, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media {
  position: relative;
  margin-bottom: 2.8125rem;
  padding-bottom: 1.875rem;
}

/* line 5, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media__bg {
  min-height: 15.625rem;
  height: 38vw;
  margin-bottom: 0.8125rem;
  width: 83.33333vw;
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  position: relative;
}

/* line 15, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media__btn {
  position: absolute !important;
  top: 0.9375rem;
  left: 0.9375rem;
  -webkit-transform: translateY(-95px);
       -o-transform: translateY(-95px);
          transform: translateY(-95px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
  transition: transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1), -o-transform 0.3s cubic-bezier(0.4, 0.6, 0.2, 1) !important;
}

/* line 22, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media__slide {
  width: 83.33333vw;
  padding-left: 4.16667vw;
}

/* line 25, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media__slide.-active {
  margin-left: 4.16667vw;
  padding-left: 4.16667vw;
}

/* line 31, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media__slide:hover .c-slider-media__btn {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 36, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media__date {
  color: rgba(20, 40, 29, 0.4);
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.5rem;
}

/* line 42, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media__line {
  display: none;
}

/* line 45, resources/assets/styles/components/_components.c-slider-media.scss */

.c-slider-media__mouse {
  display: none;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-slider-media.scss */

  .c-slider-media {
    display: block;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 1;
  }

  /* line 55, resources/assets/styles/components/_components.c-slider-media.scss */

  .c-slider-media__slide {
    width: 58.33333vw;
  }

  /* line 64, resources/assets/styles/components/_components.c-slider-media.scss */

  .c-slider-media__bg {
    min-height: 24.41406vw;
    height: 44vw;
    margin-bottom: 1.26953vw;
    display: block;
    min-width: 100%;
    width: 58.33333vw;
    border-radius: 0.26074vw;
  }

  /* line 74, resources/assets/styles/components/_components.c-slider-media.scss */

  .c-slider-media__btn {
    top: 1.07422vw;
    left: 1.07422vw;
    -webkit-transform: translateY(-0.02422vw);
         -o-transform: translateY(-0.02422vw);
            transform: translateY(-0.02422vw);
  }

  /* line 79, resources/assets/styles/components/_components.c-slider-media.scss */

  .c-slider-media__date {
    font-size: 1.75781vw;
    margin-bottom: 0.78125vw;
  }

  /* line 84, resources/assets/styles/components/_components.c-slider-media.scss */

  .c-slider-media .o-carousel-scrollbar.\--content {
    width: 83.33333vw;
    left: 8.33333vw;
  }
}

/* stylelint-disable no-descending-specificity */

/* line 3, resources/assets/styles/components/_components.c-slider.scss */

.c-slider {
  position: relative;
}

/* line 5, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content {
  margin-bottom: 2.8125rem;
  padding-bottom: 1.875rem;
}

/* line 8, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__bg {
  min-height: 15.625rem;
  height: 38vw;
  width: 83.33333vw;
  background-position: center;
  background-size: cover;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

/* line 16, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__slide {
  width: 83.33333vw;
}

@media (max-width: 63.99em) {
  /* line 19, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__slide:first-of-type {
    margin-left: 8.33333vw;
  }
}

@media (max-width: 63.99em) {
  /* line 25, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__slide:last-of-type {
    margin-right: 8.33333vw;
  }
}

/* line 31, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__slide .u-h3 {
  color: #000;
}

/* line 35, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__container {
  min-height: 36vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem 0.9375rem;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 46, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__container.\--link p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 1.875rem;
}

@media (max-width: 63.99em) {
  /* line 52, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__container__title {
    margin-bottom: 0.9375rem;
  }
}

/* line 58, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__container__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.9375rem;
}

@media (min-width: 64em) {
  /* line 58, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__container__details {
    display: none;
  }
}

/* line 68, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__container__details span {
  margin-right: 0.9375rem;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  letter-spacing: -0.03em;
}

/* line 74, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__container__details span:last-of-type {
  margin-right: 0;
}

/* line 80, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-content__link {
  color: #000;
  font-size: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
}

/* line 86, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main {
  display: none;
  padding-bottom: 1.875rem;
}

/* line 90, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main__slide {
  padding-left: 4.16667vw;
}

/* line 93, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main__slide:last-child {
  padding-right: 28.125vw;
}

/* line 97, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main__slide.-active {
  padding-left: 4.16667vw;
}

/* line 100, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main__slide.-active:first-child {
  margin-left: 4.16667vw;
}

/* line 105, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main__slide__details {
  display: none;
}

@media (min-width: 64em) {
  /* line 105, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-main__slide__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.36719vw;
  }
}

/* line 114, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main__slide__details span {
  margin-right: 0.9375rem;
  font-family: "classico-urw", TimesNewRoman, "Times New Roman", Times, serif;
  letter-spacing: -0.03em;
}

@media (min-width: 64em) {
  /* line 114, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-main__slide__details span {
    margin-right: 1.95312vw;
  }
}

/* line 124, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main__slide__details span:last-of-type {
  margin-right: 0;
}

/* line 130, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main__bg {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 60vw;
  width: 83.33333vw;
  display: block;
  border-radius: 0.3125rem;
}

/* line 140, resources/assets/styles/components/_components.c-slider.scss */

.c-slider-main.is-dragging .c-slider__main__bg {
  pointer-events: none;
}

/* line 145, resources/assets/styles/components/_components.c-slider.scss */

.c-slider__line {
  display: none;
}

/* line 148, resources/assets/styles/components/_components.c-slider.scss */

.c-slider__mouse {
  display: none;
}

@media (max-width: 63.99em) {
  /* line 153, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__slide {
    margin-left: 2.08333vw;
    padding-left: 2.08333vw;
  }

  /* line 156, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__slide.is-selected {
    margin-left: 1.04167vw;
    padding-left: 4.16667vw;
  }
}

@media (min-width: 64em) {
  /* line 3, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider {
    position: relative;
    padding-bottom: 6.5vw;
    margin-bottom: 6.5vw;
  }

  /* line 168, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: center;
        align-self: center;
    position: absolute;
    margin-left: 58.33333vw;
    margin-bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-radius: 0.5vw;
    background-color: #fff;
  }

  /* line 178, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__slide {
    min-width: 100%;
    margin-left: 0;
  }

  /* line 182, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__container {
    min-height: 26vw;
    padding: 3.4vw 3.4vw 1.5vw;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
  }

  /* line 190, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__container.\--link p {
    margin-top: 2.92969vw;
  }

  /* line 195, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__container__title {
    width: 80%;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  /* line 203, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__link {
    font-size: 1.5625vw;
  }

  /* line 207, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-content__bg {
    display: none;
  }

  /* line 211, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-main {
    display: block;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 1;
    cursor: -webkit-grab;
    cursor: grab;
  }

  /* line 219, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-main__slide {
    width: 58.33333vw;
  }

  /* line 221, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-main__slide:last-of-type {
    margin-right: 8.33333vw;
  }

  /* line 225, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider-main__bg {
    height: 44vw;
    display: block;
    min-width: 100%;
    width: 58.33333vw;
    border-radius: 0.5vw;
  }

  /* line 233, resources/assets/styles/components/_components.c-slider.scss */

  .c-slider .o-carousel-scrollbar.\--content {
    width: 83.33333vw;
    left: 8.33333vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-socials.scss */

.c-socials {
  font-size: 1.125rem;
}

/* line 3, resources/assets/styles/components/_components.c-socials.scss */

.c-socials__title {
  display: block;
  margin-bottom: 0.5rem;
  line-height: normal;
}

/* line 8, resources/assets/styles/components/_components.c-socials.scss */

.c-socials__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 11, resources/assets/styles/components/_components.c-socials.scss */

.c-socials__list li {
  display: inline-block;
  margin-right: 1.875rem;
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-socials.scss */

  .c-socials {
    font-size: 1.25vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  /* line 23, resources/assets/styles/components/_components.c-socials.scss */

  .c-socials__title {
    display: inline-block;
    margin-right: 5vw;
    margin-bottom: 0;
  }

  /* line 28, resources/assets/styles/components/_components.c-socials.scss */

  .c-socials__list {
    display: inline-block;
  }

  /* line 30, resources/assets/styles/components/_components.c-socials.scss */

  .c-socials__list li {
    margin-right: 4vw;
  }
}

/* line 1, resources/assets/styles/components/_components.c-users.scss */

.c-users {
  margin-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

/* line 4, resources/assets/styles/components/_components.c-users.scss */

.c-users__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/* line 11, resources/assets/styles/components/_components.c-users.scss */

.c-users-item {
  margin-bottom: 1vw;
  margin-right: 1vw;
  width: 39.16667vw;
  height: 29.16667vw;
}

/* line 16, resources/assets/styles/components/_components.c-users.scss */

.c-users-item:last-of-type {
  margin-bottom: 0;
}

/* line 19, resources/assets/styles/components/_components.c-users.scss */

.c-users-item__link {
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s background-color;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s background-color;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s background-color;
  display: block;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 0.3125rem;
  width: 100%;
  height: 100%;
}

/* line 27, resources/assets/styles/components/_components.c-users.scss */

.c-users-item__link img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50%;
  height: 50%;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 34, resources/assets/styles/components/_components.c-users.scss */

.c-users-item__link:hover {
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s background-color 0;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s background-color 0;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s background-color 0;
}

/* line 36, resources/assets/styles/components/_components.c-users.scss */

.c-users-item__link:hover > div {
  opacity: 1;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity 0.1s;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity 0.1s;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity 0.1s;
}

/* line 41, resources/assets/styles/components/_components.c-users.scss */

.\--button .c-users-item__link {
  background-color: transparent;
}

/* line 45, resources/assets/styles/components/_components.c-users.scss */

.c-users-item__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 48, resources/assets/styles/components/_components.c-users.scss */

.c-users-item__hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1rem 1.25rem;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity 0;
  -o-transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity 0;
  transition: cubic-bezier(0.4, 0.6, 0.2, 1) 0.3s opacity 0;
}

/* line 57, resources/assets/styles/components/_components.c-users.scss */

.c-users-item__hover .c-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.625rem;
}

@media (max-width: 63.99em) {
  /* line 65, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item.\--hidden {
    display: none;
  }
}

@media (min-width: 40em) {
  /* line 72, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item__link img {
    width: 37%;
    height: 37%;
  }
}

@media (min-width: 64em) {
  /* line 1, resources/assets/styles/components/_components.c-users.scss */

  .c-users {
    padding-bottom: 10.74219vw;
  }

  /* line 81, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item {
    margin-bottom: 0.9vw;
    margin-right: 0.9vw;
    width: 15.625vw;
    height: 14.25vw;
  }

  /* line 86, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item:nth-child(even) {
    margin-right: 0.9vw;
  }

  /* line 89, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item:nth-child(5n + 5) {
    margin-right: 0;
  }

  /* line 93, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item__link {
    border-radius: 0.48828vw;
  }

  /* line 96, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item__link img {
    max-width: 14.64844vw;
  }

  /* line 101, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item__hover {
    padding: 1.5625vw 1.95312vw;
  }

  /* line 104, resources/assets/styles/components/_components.c-users.scss */

  .c-users-item__hover .c-btn {
    bottom: 0.97656vw;
  }
}


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