@import url("https://fonts.googleapis.com/css?family=Esteban|Montserrat:300,600,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*:focus,
input:focus {
  outline: none;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: calc(12px + 0.64vw);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
  overflow-x: hidden;
  text-align: center;
  margin: 0;
  background-color: #fdfdfd;
}
body .square {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-image: url("/assets/img/square.svg");
  background-repeat: repeat;
  background-position: left top;
  background-size: 2rem auto;
  opacity: 0.08;
}
@media screen and (min-width: 900px) {
  body .square {
    background-size: 4rem auto;
  }
}
body.menuopen, body.searching, body.popupopen {
  overflow: hidden;
}
body.page {
  margin-top: 4rem;
}

.wrapper {
  position: relative;
  text-align: left;
  margin: auto;
  width: 100%;
  max-width: 1800px;
}

.menubtn {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  padding: 0 1rem;
  line-height: 2rem;
  background-color: #fdfdfd;
  border-radius: 4rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.2s;
}
@media screen and (min-width: 900px) {
  .menubtn {
    right: 4rem;
  }
}

body {
  font-family: "Esteban", serif;
  color: #444;
}

a {
  color: #444;
  text-decoration: none;
}

input,
li {
  font-family: "Esteban", serif;
}

p {
  font-size: 1.12rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1rem;
}
p strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
}

h3 {
  font-size: 1.2rem;
  text-transform: none;
  font-weight: 300;
  margin-bottom: 0.8rem;
}
h3.slogan {
  font-size: calc(0.64rem + 6vw);
  text-transform: none;
  font-weight: 300;
  color: #222;
  line-height: 1.2;
}
h3.title {
  color: #222;
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

strong {
  font-weight: 600;
}

.introvideo {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: inline-block;
  background-color: #fdfdfd;
  opacity: 0;
  transition: all 0.8s;
}
.introvideo video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introvideo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 114, 112, 0.32);
}
.introvideo .slogan {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  width: 80%;
  max-width: 960px;
  z-index: 1;
  opacity: 0;
  transition: all 0.8s;
  text-align: left;
}
.introvideo .slogan h2 {
  font-family: "Esteban", serif;
  text-transform: none;
  font-size: 2.8rem;
  color: #fdfdfd;
  text-align: left;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .introvideo .slogan h2 {
    font-size: 4.6rem;
  }
}
.introvideo .slogan .button {
  margin-top: 2rem;
  background-color: #e4e023;
  padding: 0.4rem 1.4rem;
  line-height: 2rem;
  border-radius: 4rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: #fdfdfd;
  transition: all 0.4s;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
.introvideo .slogan .button:hover {
  background-color: rgb(233.5748987854, 230.4008097166, 80.4251012146);
}
@media screen and (min-width: 900px) {
  .introvideo {
    height: 100vh;
  }
}
.introvideo .scroll {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translate3d(-50%, 0, 0);
  width: 4rem;
  height: 4rem;
  background-image: url(/assets/img/scroll.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  animation-name: scroll;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

.load .introvideo {
  opacity: 1;
}
.load .introvideo .slogan {
  transition-delay: 0.8s;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) scale(1);
}

@keyframes scroll {
  0% {
    bottom: 3rem;
  }
  50% {
    bottom: 2rem;
  }
  100% {
    bottom: 3rem;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 8rem;
  z-index: 99;
  transition: all 0.2s;
}
.header .logo {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 8rem;
  height: 3.352rem;
  transition: all 0.2s;
}
.header .logo svg {
  width: 100%;
  height: auto;
  fill: #fdfdfd;
}
@media screen and (min-width: 900px) {
  .header .logo {
    left: 4rem;
  }
}
.header .menubtn {
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  padding: 0 1rem;
  line-height: 2rem;
  background-color: #fdfdfd;
  border-radius: 4rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.12s;
  cursor: pointer;
}
.header .menubtn:active {
  background-color: #cccccc;
}
.searching .header .menubtn {
  display: none;
}
@media screen and (min-width: 900px) {
  .header .menubtn {
    right: 7rem;
  }
}
.header .menubtn .m {
  display: block;
}
.header .menubtn .s {
  display: none;
}
.header .searchbtn {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  line-height: 2rem;
  width: 2rem;
  background-color: #fdfdfd;
  border-radius: 4rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.12s;
  cursor: pointer;
  text-indent: -9000px;
}
.header .searchbtn:active {
  background-color: #cccccc;
}
.header .searchbtn::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-image: url(/assets/img/search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.searching .header .searchbtn::after {
  background-image: url(/assets/img/x.svg);
}
@media screen and (min-width: 900px) {
  .header .searchbtn {
    right: 4rem;
  }
}
.header .searchbtn .m {
  display: block;
}
.header .searchbtn .s {
  display: none;
}
@media screen and (min-width: 900px) {
  .header {
    height: 12rem;
  }
}
.header.scrolled {
  height: 6rem;
  background-color: #fdfdfd;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
}
.header.scrolled .logo {
  width: 6rem;
  height: 2.514rem;
}
.header.scrolled .logo svg {
  fill: #222;
}
.header.scrolled .searchbtn {
  background-color: #222;
}
.header.scrolled .searchbtn::after {
  background-image: url(/assets/img/search-white.svg);
}
.searching .header.scrolled .searchbtn::after {
  background-image: url(/assets/img/x-white.svg);
}
.header.scrolled .searchbtn:active {
  background-color: #cccccc;
}
.header.scrolled .menubtn {
  background-color: #222;
  color: #fdfdfd;
}
.header.scrolled .menubtn:active {
  background-color: #cccccc;
}
@media screen and (min-width: 900px) {
  .header.scrolled {
    height: 6rem;
  }
  .header.scrolled .logo {
    left: 2rem;
  }
  .header.scrolled .searchbtn {
    right: 2rem;
  }
  .header.scrolled .menubtn {
    right: 5rem;
  }
}

.page .header .logo svg {
  fill: #222;
}
.page .header .searchbtn {
  background-color: #222;
}
.page .header .searchbtn::after {
  background-image: url(/assets/img/search-white.svg);
}
.page .header .menubtn {
  background-color: #222;
  color: #fdfdfd;
}
.page.searching .searchbtn::after {
  background-image: url(/assets/img/x-white.svg);
}

.koekie {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 1.32rem;
  background-color: #fdfdfd;
  z-index: 999;
  width: calc(100% - 4rem);
  max-width: 320px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
  display: none;
}
.koekie p {
  font-size: 0.64rem;
}
.koekie a {
  white-space: nowrap;
  position: relative;
}
.koekie a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #e4e023;
}
.koekie .button {
  background-color: #fdfdfd;
  border: 1px solid #e4e023;
  padding: 0.16rem 1.2rem;
  line-height: 2rem;
  border-radius: 4rem;
  font-size: 0.5rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: #222;
  transition: all 0.4s;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.koekie .button:hover {
  background-color: rgb(233.5748987854, 230.4008097166, 80.4251012146);
}
.koekie.visible {
  display: block;
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f1ef8d;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.menu .menus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  column-count: 2;
  text-align: left;
}
.menu .menus .nav {
  text-align: left;
  opacity: 0;
  transition: opacity 0.4s;
}
.menu .menus .nav h2 {
  display: block;
  border-bottom: 1px solid #222;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.menu .menus .nav h3 {
  display: block;
  border-bottom: 1px solid #222;
  line-height: 4rem;
  margin-bottom: 1rem;
}
.menu .menus .nav.links {
  margin: 0 1rem 0 0;
}
.menu .menus .nav.links ul li a {
  color: #444;
  line-height: 2rem;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  transition: color 0.4s;
}
.menu .menus .nav.links ul li a:hover {
  color: #222;
}
.menu .menus .nav.links ul li a.button {
  margin-top: 2rem;
  background-color: #e4e023;
  padding: 0.4rem 1.4rem;
  line-height: 2rem;
  border-radius: 4rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .menu .menus .nav.links {
    margin: 0 8rem 0 0;
  }
}
.menu .menus .nav.headings {
  margin: 0 0 0 1rem;
}
.menu .menus .nav.headings ul li {
  display: block;
  text-align: left;
  opacity: 0;
  transition: all 0.4s;
  margin: 1rem 0 1rem 1rem;
}
.menu .menus .nav.headings ul li a {
  position: relative;
  display: inline-block;
  color: rgb(88.4, 88.4, 88.4);
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  transition: color 0.4s;
}
.menu .menus .nav.headings ul li a::before {
  content: "";
  width: 0;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  background-color: #444;
  transition: all 0.4s;
}
.menu .menus .nav.headings ul li a:hover {
  color: #222;
}
.menu .menus .nav.headings ul li a:hover::before {
  width: 2rem;
  background-color: #222;
}
.menu .menus .nav.headings ul li a.active {
  color: #222;
}
.menu .menus .nav.headings ul li a.active::before {
  width: 100%;
  background-color: #222;
}

.menuopen .menu {
  opacity: 1;
  pointer-events: auto;
}
.menuopen .menu .menus .nav {
  opacity: 1;
}
.menuopen .menu .menus .nav.links {
  transition-delay: 0.2s;
}
.menuopen .menu .menus .nav.headings {
  transition-delay: 0.4s;
}
.menuopen .menu .menus .nav.headings ul li {
  opacity: 1;
  margin-left: 0;
}
.menuopen .menu .menus .nav.headings ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.menuopen .menu .menus .nav.headings ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.menuopen .menu .menus .nav.headings ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.menuopen .menu .menus .nav.headings ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.menuopen .menu .menus .nav.headings ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.menuopen .menu .menus .nav.headings ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.menuopen .menu .menus .nav.headings ul li:nth-child(7) {
  transition-delay: 0.7s;
}
.menuopen .menu .menus .nav.headings ul li:nth-child(8) {
  transition-delay: 0.8s;
}
.menuopen .menubtn .m {
  display: none;
}
.menuopen .menubtn .s {
  display: block;
}

.blocks {
  position: relative;
  display: inline-block;
  width: calc(100% - 4rem);
  margin: 2rem;
}
.blocks .block {
  position: relative;
  width: calc(100% - 2rem);
  height: auto;
  margin: 6rem 0;
  display: block;
}
.blocks .block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #e4e023;
  transition: all 0.8s;
  transition-delay: 0.2s;
}
.blocks .block:nth-child(even) .bg {
  background-color: #cccccc;
}
.blocks .block .content {
  position: relative;
  padding: 3rem;
  background-color: #fdfdfd;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
  display: block;
  opacity: 0;
  transition: all 0.8s;
}
.blocks .block .content ul {
  margin: 1rem 0;
}
.blocks .block .content ul li {
  box-sizing: border-box;
  position: relative;
  padding: 0 1rem 0 2rem;
  list-style: circle;
  margin: 0.4rem 0;
  color: #444;
  line-height: 2rem;
  display: table;
}
.blocks .block .content ul li::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #e4e023;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0);
}
.blocks .block .content ol {
  margin: 1rem 0;
}
.blocks .block .content ol li {
  margin-left: 1.4rem;
  padding: 0.4rem 0 0.4rem 1rem;
  list-style: decimal;
}
.blocks .block .content ol.links,
.blocks .block .content ul.links {
  margin: 2rem 0 0;
}
.blocks .block .content ol.links li,
.blocks .block .content ul.links li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.blocks .block .content ol.links li::after,
.blocks .block .content ul.links li::after {
  content: none;
}
.blocks .block .content ol.links li .link,
.blocks .block .content ul.links li .link {
  position: relative;
  display: inline-block;
  clear: both;
  margin: 1rem 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  background-color: #e4e023;
  padding: 0.4rem 3rem 0.4rem 1.4rem;
  line-height: 2rem;
  border-radius: 4rem;
  color: #fdfdfd;
  transition: all 0.4s;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  list-style: none;
}
.blocks .block .content ol.links li .link:hover,
.blocks .block .content ul.links li .link:hover {
  background-color: rgb(233.5748987854, 230.4008097166, 80.4251012146);
}
.blocks .block .content ol.links li .link::before,
.blocks .block .content ul.links li .link::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-image: url("/assets/img/arrow-right-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.blocks .block .content ol.downloads,
.blocks .block .content ul.downloads {
  margin: 2rem 0 0;
}
.blocks .block .content ol.downloads li,
.blocks .block .content ul.downloads li {
  margin: 0;
  list-style: none;
  padding: 0;
}
.blocks .block .content ol.downloads li::after,
.blocks .block .content ul.downloads li::after {
  content: none;
}
.blocks .block .content ol.downloads li .download,
.blocks .block .content ul.downloads li .download {
  position: relative;
  display: inline-block;
  clear: both;
  margin: 1rem 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  background-color: #e4e023;
  padding: 0.4rem 1.4rem 0.4rem 3rem;
  line-height: 2rem;
  border-radius: 4rem;
  color: #fdfdfd;
  transition: all 0.4s;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  list-style: none;
}
.blocks .block .content ol.downloads li .download:hover,
.blocks .block .content ul.downloads li .download:hover {
  background-color: rgb(233.5748987854, 230.4008097166, 80.4251012146);
}
.blocks .block .content ol.downloads li .download::before,
.blocks .block .content ul.downloads li .download::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background-image: url("/assets/img/download.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.blocks .block .gallery .images {
  position: relative;
  background-color: #222;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
  display: block;
  opacity: 0;
  transition: all 0.8s;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
}
.blocks .block .gallery .images .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s;
}
.blocks .block .gallery .images .image:first-child {
  z-index: 9;
  opacity: 1;
}
.blocks .block .gallery .nav {
  opacity: 0;
  transition: all 0.4s;
}
.blocks .block .gallery .nav div {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 3rem;
  height: 3rem;
  background-color: #fdfdfd;
  cursor: pointer;
  transition: all 0.4s;
  opacity: 0.64;
  z-index: 9;
}
.blocks .block .gallery .nav div:hover {
  opacity: 1;
}
.blocks .block .gallery .prev {
  left: 0;
}
.blocks .block .gallery .prev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/img/arrow-left.svg");
}
.blocks .block .gallery .next {
  right: 0;
}
.blocks .block .gallery .next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  transform: translate3d(-50%, -50%, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/img/arrow-right.svg");
}
.blocks .block .vid {
  position: relative;
  background-color: #222;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
  display: block;
  opacity: 0;
  transition: all 0.8s;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.blocks .block .vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocks .block .img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: all 0.8s;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
}
.blocks .block.slogan {
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition-timing-function: ease-out;
  transition: all 0.8s;
}
.blocks .block.slogan h3 {
  font-style: normal;
  font-size: 3rem;
  font-family: "Esteban", serif;
  font-weight: 300;
}
@media screen and (min-width: 900px) {
  .blocks .block.slogan h3 {
    font-size: 5rem;
  }
}
.blocks .block.numbers {
  text-align: center;
  opacity: 0;
  transform: scale(0.8);
  transition-timing-function: ease-out;
  transition: all 0.8s;
}
.blocks .block.numbers h3 {
  font-style: normal;
  font-size: 3rem;
  font-family: "Esteban", serif;
}
.blocks .block.numbers h3 .count {
  display: inline-block;
}
.blocks .block.numbers h3 .txt {
  opacity: 0;
  transition: all 0.8s;
}
@media screen and (min-width: 900px) {
  .blocks .block.numbers h3 {
    font-size: 6rem;
  }
}
.blocks .block.numbers h3.counted .txt {
  opacity: 1;
}
.blocks .block.visible .content {
  opacity: 1;
}
.blocks .block.visible .vid {
  opacity: 1;
}
.blocks .block.visible .images {
  opacity: 1;
}
.blocks .block.visible .nav {
  opacity: 1;
}
.blocks .block.visible .bg {
  opacity: 1;
}
.blocks .block.visible .img {
  opacity: 1;
}
.blocks .block.visible.slogan {
  opacity: 1;
  transform: scale(1);
}
.blocks .block.visible.numbers {
  opacity: 1;
  transform: scale(1);
}
.blocks .block.left {
  margin-right: 2rem;
}
.blocks .block.left.visible .bg {
  left: 2rem;
  top: -2rem;
}
@media screen and (min-width: 900px) {
  .blocks .block.left {
    margin-right: 20rem;
  }
  .blocks .block.left.visible .bg {
    left: 4rem;
    top: -4rem;
  }
}
.blocks .block.right {
  margin-left: 2rem;
}
.blocks .block.right.visible .bg {
  left: -2rem;
  top: -2rem;
}
@media screen and (min-width: 900px) {
  .blocks .block.right {
    margin-left: 20rem;
  }
  .blocks .block.right.visible .bg {
    left: -4rem;
    top: -4rem;
  }
}
.blocks .block.center {
  margin-left: 1rem;
  margin-right: 1rem;
}
.blocks .block.center .bg {
  display: none;
}
.blocks .block.center .content {
  background-color: transparent;
  padding: 0 1rem;
  box-shadow: none;
}
@media screen and (min-width: 900px) {
  .blocks .block.center {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .blocks .block.center .content {
    padding: 0 2rem;
  }
}
.blocks .block .button {
  margin-top: 2rem;
  background-color: #e4e023;
  padding: 0.4rem 1.4rem;
  line-height: 2rem;
  border-radius: 4rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: #fdfdfd;
  transition: all 0.4s;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
.blocks .block .button:hover {
  background-color: rgb(233.5748987854, 230.4008097166, 80.4251012146);
}
@media screen and (min-width: 900px) {
  .blocks .block {
    width: calc(100% - 20rem);
    height: auto;
    margin: 11rem 0;
  }
}
@media screen and (min-width: 900px) {
  .blocks {
    width: calc(100% - 16rem);
    margin: 2rem 8rem;
  }
}

.instatitle {
  width: 100%;
  padding: 0;
  text-align: center;
}
.instatitle h2 {
  font-family: "Esteban", serif;
  font-weight: 300;
  text-transform: none;
}

.instafeed {
  position: relative;
  margin: 2rem auto 2rem;
  width: calc(100% - 4rem);
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
}
.instafeed a {
  position: relative;
  display: inline-block;
  width: calc(50% - 2rem);
  padding-top: calc(50% - 2rem);
  margin: 1rem;
  overflow: hidden;
}
.instafeed a span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.4s;
}
@media screen and (min-width: 900px) {
  .instafeed a {
    width: calc(50% - 4rem);
    padding-top: calc(50% - 4rem);
    margin: 2rem;
  }
}
.instafeed a:hover span {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.footer {
  position: relative;
  width: 100vw;
  min-height: 10rem;
  background-color: #f1ef8d;
  margin: 0;
  padding: 3rem;
  border-top: 1px solid #e4e023;
}
.footer .cols {
  display: flex;
  flex-wrap: wrap;
}
.footer .cols .col {
  width: 100%;
  padding: 0;
  text-align: center;
}
.footer .cols .col h3 {
  font-size: 1.2rem;
  text-transform: none;
  margin-bottom: 0.8rem;
  color: #444;
}
.footer .cols .col p {
  font-size: 0.8rem;
  color: #444;
}
.footer .cols .col a {
  color: #444;
}
.footer .cols .col a.logo {
  width: 8rem;
  height: 3rem;
  text-indent: -9000px;
  background-image: url("/assets/img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 900px) {
  .footer .cols .col a.logo {
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .footer .cols .col {
    text-align: left;
    width: 50%;
    padding: 2rem;
  }
}

.searchpopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  background-color: #f1ef8d;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.searchpopup .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 90%;
  max-width: 800px;
  min-height: 200px;
}
.searchpopup .wrap .search {
  position: relative;
  width: 100%;
}
.searchpopup .wrap .search .srch {
  width: 100%;
}
.searchpopup .wrap .search .srch input {
  width: 100%;
  border: none;
  padding: 1rem;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1rem;
  color: #222;
}
.searchpopup .wrap .search::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 2rem;
  height: 2rem;
  z-index: 9;
  pointer-events: none;
  background-image: url(/assets/img/search.svg);
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
}
.searchpopup.active {
  opacity: 1;
  pointer-events: initial;
}

.results {
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s;
  height: auto;
  max-height: 200px;
  overflow-y: scroll;
  padding: 0.64rem 0;
  text-align: left;
}
.results.active {
  opacity: 1;
}
.results .result {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.64rem 1rem;
  transition: all 0.4s;
  color: #444;
}
.results .result .title {
  margin-right: 1rem;
}
.results .result:hover {
  color: #222;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  left: -9000px;
  transition: opacity 0.4s;
}
#popup.show {
  opacity: 1;
  left: 0;
}
#popup .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  padding: 2rem;
  background: #fff;
  text-align: left;
}
#popup .popup .button {
  margin-top: 2rem;
  background-color: #e4e023;
  padding: 0.4rem 1.4rem;
  line-height: 2rem;
  border-radius: 4rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: #fdfdfd;
  transition: all 0.4s;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
#popup .popup .button:hover {
  background-color: rgb(233.5748987854, 230.4008097166, 80.4251012146);
}
#popup .popup .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  transition: all 0.4s;
  background-image: url(/assets/img/x.svg);
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
}