/*
    Theme Name: All you need is Cheese
    Description: All you need is Cheese Wordpress Theme
    Version: 1.0.0
*/
/*------------------------------------*\
    IMPORTS
\*------------------------------------*/
@import 'assets/css/normalize.css';
/* 
    Author     : jankopietz.de
    Content    : Global definitions
*/
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/* responsive breakpoints */
/* colors */
/* fonts import */
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/roboto/roboto-condensed-v27-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/roboto/roboto-condensed-v27-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/roboto/roboto-condensed-v27-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/roboto/roboto-v47-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/roboto/roboto-v48-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Vollkorn";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/vollkorn/vollkorn-v29-latin-500.woff2") format("woff2");
}
/* typography */
/* icon font import */
@font-face {
  font-family: "icons";
  src: url("assets/fonts/icons/fonts/icons.ttf?ps2msu") format("truetype"), url("assets/fonts/icons/fonts/icons.woff?ps2msu") format("woff"), url("assets/fonts/icons/fonts/icons.svg?ps2msu#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-house:before {
  content: "\e904";
}

.icon-cross:before {
  content: "\e900";
}

.icon-sound-off:before {
  content: "\e901";
}

.icon-sound-on:before {
  content: "\e902";
}

.icon-whatsapp:before {
  content: "\e903";
}

/* mixins */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global */
*,
*:after,
*:before {
  outline-offset: 0.3125rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  background-color: #FFCA0F;
  font-size: 100%;
  height: 100%;
  min-width: 20rem;
  scroll-behavior: smooth;
}

body {
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
a:focus-visible {
  outline: 0.125rem dotted black;
}

p, .paragraph {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  p, .paragraph {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
p:last-child, .paragraph:last-child {
  margin: 0;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, .paragraph + h1, .paragraph + h2, .paragraph + h3, .paragraph + h4, .paragraph + h5, .paragraph + h6 {
  margin-top: 2.5rem;
}
p b, p strong, .paragraph b, .paragraph strong {
  color: black;
  font-weight: 600;
}
p a, .paragraph a {
  color: #FFCA0F;
  text-decoration: underline;
  text-decoration-thickness: 0.09375rem;
  text-underline-offset: 0.125rem;
}
@media (hover: hover) {
  p a:hover, .paragraph a:hover {
    color: black;
  }
}
p a:active, .paragraph a:active {
  text-decoration: none;
}

.rte {
  margin-bottom: 1.875rem;
}
.rte:last-child {
  margin-bottom: 0;
}
.rte ul, .rte ol {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: none;
  margin: 0 0 1.25rem;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .rte ul, .rte ol {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.rte ul:last-child, .rte ol:last-child {
  margin-bottom: 0;
}
.rte ul + h1, .rte ul + h2, .rte ul + h3, .rte ul + h4, .rte ul + h5, .rte ul + h6, .rte ol + h1, .rte ol + h2, .rte ol + h3, .rte ol + h4, .rte ol + h5, .rte ol + h6 {
  margin-top: 2.5rem;
}
.rte ul li, .rte ol li {
  padding-left: 1.5625rem;
  position: relative;
}
.rte ul li + li, .rte ol li + li {
  margin-top: 0.625rem;
}
.rte ul li a, .rte ol li a {
  color: #FFCA0F;
  text-decoration: underline;
  text-decoration-thickness: 0.09375rem;
  text-underline-offset: 0.125rem;
}
@media (hover: hover) {
  .rte ul li a:hover, .rte ol li a:hover {
    color: black;
  }
}
.rte ul li a:active, .rte ol li a:active {
  text-decoration: none;
}
.rte ul li:before {
  background-color: #FFCA0F;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  height: 0.5rem;
  left: 0;
  top: 0.625rem;
  width: 0.5rem;
}
@media screen and (min-width: 1100px) {
  .rte ul li:before {
    top: 0.875rem;
  }
}
.rte ol {
  counter-reset: counter;
}
.rte ol li {
  counter-increment: counter;
  padding: 0;
}
.rte ol li:before {
  content: counter(counter) ". ";
  color: #FFCA0F;
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: black;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin: 0;
}
.rte h1, .rte .h1, .rte h2, .rte .h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  font-weight: 400;
}

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 1100px) {
  h1, .h1 {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 1100px) {
  h2, .h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 1100px) {
  h3, .h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

h4, .h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1100px) {
  h4, .h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 1100px) {
  h5, .h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1100px) {
  h6, .h6 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*------------------------------------*\
    BUTTON
\*------------------------------------*/
button {
  background-color: transparent;
  border: none;
  color: black;
  outline: none;
  padding: 0;
  transition: all 0.1s ease 0s;
}
button:focus {
  outline: none;
}
button:focus-visible {
  outline: 0.125rem dotted black;
}
button:disabled, button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.button {
  align-items: center;
  background-color: white;
  border-radius: 1.5625rem;
  color: black;
  display: inline-flex;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  padding: 0 1.875rem;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 760px) {
  .button {
    height: 3.125rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .button:hover {
    background-color: black;
    color: white;
  }
}
.button:active {
  transform: translate(0, 0.125rem);
}

/*------------------------------------*\
    LINK
\*------------------------------------*/
.link {
  color: black;
  display: inline-block;
  font-weight: 600;
  padding-left: 2.1875rem;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}

a.link:active {
  transform: translate(0, 0.125rem);
}
/*------------------------------------*\
    BLOCK
\*------------------------------------*/
.block {
  padding: 7.5rem 0;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .block {
    padding: 12.5rem 0;
  }
}

.error404 .block--text {
  text-align: center;
}
.block--text .block--text__image + .rte {
  margin-top: 2.5rem;
}

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/
.content {
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 1.875rem;
}

.loader {
  background-color: #FFCA0F;
  height: 100%;
  left: 0;
  min-width: 20rem;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  top: 0;
  transition: all 2s ease 0s;
  width: 100%;
  z-index: -100;
}
.loader.active {
  opacity: 1;
  pointer-events: auto;
  transition: none;
  z-index: 1000;
}
.loader .loader__text {
  max-width: 25rem;
  text-align: center;
  width: calc(100% - 3.75rem);
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader .loader__text .headline {
  font-weight: 800;
  text-transform: uppercase;
}
.loader .loader__text .loader__text__spinner {
  height: 2.5rem;
  width: 2.5rem;
}
.loader .loader__holes {
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader .loader__holes img {
  position: absolute;
}
.loader .loader__holes img.loader__holes__a {
  left: 20%;
  top: 10%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__a {
    height: 2.375rem;
    width: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .loader .loader__holes img.loader__holes__a {
    top: 20%;
  }
}
.loader .loader__holes img.loader__holes__b {
  left: 50%;
  top: 12%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__b {
    height: 4.0625rem;
    width: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .loader .loader__holes img.loader__holes__b {
    top: 25%;
  }
}
.loader .loader__holes img.loader__holes__c {
  bottom: 15%;
  left: 15%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__c {
    height: 2.625rem;
    width: 2.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .loader .loader__holes img.loader__holes__c {
    bottom: 25%;
  }
}
.loader .loader__holes img.loader__holes__d {
  bottom: 5%;
  left: 70%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__d {
    height: 3.75rem;
    width: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .loader .loader__holes img.loader__holes__d {
    bottom: 10%;
  }
}
.loader .loader__holes img.loader__holes__e {
  bottom: 30%;
  left: 80%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__e {
    display: none;
  }
}
.loader .loader__holes img.loader__holes__f {
  bottom: 25%;
  left: 40%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__f {
    display: none;
  }
}
.loader .loader__holes img.loader__holes__g {
  right: 40%;
  top: 10%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__g {
    display: none;
  }
}
.loader .loader__holes img.loader__holes__h {
  right: 30%;
  top: 25%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__h {
    display: none;
  }
}
.loader .loader__holes img.loader__holes__i {
  right: 20%;
  top: 10%;
}
@media screen and (max-width: 1100px) {
  .loader .loader__holes img.loader__holes__i {
    display: none;
  }
}

.trail {
  background-image: url("assets/img/dots.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
  height: 6.25rem;
  margin: -3.125rem 0 0 -3.125rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s linear, transform 0.2s linear;
  width: 6.25rem;
  z-index: -1;
}
@media (hover: hover) {
  .trail {
    display: block;
  }
}

.container {
  height: 63rem;
  width: 112rem;
}
@media screen and (min-width: 760px) {
  .container {
    height: 90rem;
    width: 160rem;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    height: 108rem;
    width: 192rem;
  }
}
.container .container__inner {
  height: 90rem;
  position: relative;
  transform-origin: top left;
  transform: scale(0.7);
  width: 160rem;
  z-index: 1;
}
@media screen and (min-width: 760px) {
  .container .container__inner {
    transform: scale(1);
  }
}
@media screen and (min-width: 1900px) {
  .container .container__inner {
    transform: scale(1.2);
  }
}
.container .container__inner .container__inner__logo {
  display: flex;
  flex-direction: column;
  height: 30.8125rem;
  width: 22.3125rem;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.container .container__inner .container__inner__logo .container__inner__logo__claim {
  margin-top: 0.9375rem;
}
.container .container__inner .container__inner__cheese {
  height: 100%;
  position: relative;
  width: 100%;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(1) {
  height: 12.375rem;
  left: 46.875rem;
  -webkit-mask: url("assets/img/mask-01.svg");
          mask: url("assets/img/mask-01.svg");
  top: 37.5rem;
  width: 15rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(1) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-01.svg");
          mask: url("assets/img/mask-01.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(2) {
  height: 14.75rem;
  left: 96.25rem;
  -webkit-mask: url("assets/img/mask-02.svg");
          mask: url("assets/img/mask-02.svg");
  top: 32.1875rem;
  width: 19.1875rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(2) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-02.svg");
          mask: url("assets/img/mask-02.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(3) {
  height: 17.3125rem;
  left: 69.375rem;
  -webkit-mask: url("assets/img/mask-03.svg");
          mask: url("assets/img/mask-03.svg");
  top: 8.125rem;
  width: 19.125rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(3) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-03.svg");
          mask: url("assets/img/mask-03.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(4) {
  height: 11.5rem;
  left: 55.625rem;
  -webkit-mask: url("assets/img/mask-04.svg");
          mask: url("assets/img/mask-04.svg");
  top: 68.75rem;
  width: 14.375rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(4) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-04.svg");
          mask: url("assets/img/mask-04.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(5) {
  height: 12.8125rem;
  left: 94.375rem;
  -webkit-mask: url("assets/img/mask-05.svg");
          mask: url("assets/img/mask-05.svg");
  top: 52.5rem;
  width: 13.1875rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(5) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-05.svg");
          mask: url("assets/img/mask-05.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(6) {
  height: 11.5625rem;
  left: 82.8125rem;
  -webkit-mask: url("assets/img/mask-06.svg");
          mask: url("assets/img/mask-06.svg");
  top: 70.3125rem;
  width: 14.375rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(6) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-06.svg");
          mask: url("assets/img/mask-06.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(7) {
  height: 11.125rem;
  left: 48.75rem;
  -webkit-mask: url("assets/img/mask-07.svg");
          mask: url("assets/img/mask-07.svg");
  top: 18.4375rem;
  width: 14.375rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(7) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-07.svg");
          mask: url("assets/img/mask-07.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(8) {
  height: 13.4375rem;
  left: 32.5rem;
  -webkit-mask: url("assets/img/mask-08.svg");
          mask: url("assets/img/mask-08.svg");
  top: 52.5rem;
  width: 15.625rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(8) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-08.svg");
          mask: url("assets/img/mask-08.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(9) {
  height: 12.1875rem;
  left: 95.625rem;
  -webkit-mask: url("assets/img/mask-09.svg");
          mask: url("assets/img/mask-09.svg");
  top: 6.875rem;
  width: 14.375rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(9) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-09.svg");
          mask: url("assets/img/mask-09.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(10) {
  height: 15.3125rem;
  left: 26.5625rem;
  -webkit-mask: url("assets/img/mask-10.svg");
          mask: url("assets/img/mask-10.svg");
  top: 26.5625rem;
  width: 18.125rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(10) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-10.svg");
          mask: url("assets/img/mask-10.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(11) {
  height: 15.3125rem;
  left: 118.75rem;
  -webkit-mask: url("assets/img/mask-11.svg");
          mask: url("assets/img/mask-11.svg");
  top: 25.3125rem;
  width: 15rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(11) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-11.svg");
          mask: url("assets/img/mask-11.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(12) {
  height: 13.75rem;
  left: 116.5625rem;
  -webkit-mask: url("assets/img/mask-12.svg");
          mask: url("assets/img/mask-12.svg");
  top: 50.625rem;
  width: 15.625rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(12) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-12.svg");
          mask: url("assets/img/mask-12.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(13) {
  height: 16.875rem;
  left: 27.8125rem;
  -webkit-mask: url("assets/img/mask-13.svg");
          mask: url("assets/img/mask-13.svg");
  top: 4.6875rem;
  width: 19.0625rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(13) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-13.svg");
          mask: url("assets/img/mask-13.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(14) {
  height: 12.8125rem;
  left: 117.5rem;
  -webkit-mask: url("assets/img/mask-14.svg");
          mask: url("assets/img/mask-14.svg");
  top: 6.25rem;
  width: 13.4375rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(14) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-14.svg");
          mask: url("assets/img/mask-14.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(15) {
  height: 13.4375rem;
  left: 7.1875rem;
  -webkit-mask: url("assets/img/mask-15.svg");
          mask: url("assets/img/mask-15.svg");
  top: 49.375rem;
  width: 17.1875rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(15) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-15.svg");
          mask: url("assets/img/mask-15.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(16) {
  height: 14.375rem;
  left: 136.875rem;
  -webkit-mask: url("assets/img/mask-16.svg");
          mask: url("assets/img/mask-16.svg");
  top: 38.4375rem;
  width: 17.8125rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(16) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-16.svg");
          mask: url("assets/img/mask-16.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(17) {
  height: 12.1875rem;
  left: 4.375rem;
  -webkit-mask: url("assets/img/mask-17.svg");
          mask: url("assets/img/mask-17.svg");
  top: 25.9375rem;
  width: 14.0625rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(17) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-17.svg");
          mask: url("assets/img/mask-17.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(18) {
  height: 9.375rem;
  left: 113.75rem;
  -webkit-mask: url("assets/img/mask-18.svg");
          mask: url("assets/img/mask-18.svg");
  top: 70.9375rem;
  width: 11.875rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(18) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-18.svg");
          mask: url("assets/img/mask-18.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(19) {
  height: 9.375rem;
  left: 33.75rem;
  -webkit-mask: url("assets/img/mask-19.svg");
          mask: url("assets/img/mask-19.svg");
  top: 71.5625rem;
  width: 11.875rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(19) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-19.svg");
          mask: url("assets/img/mask-19.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(20) {
  height: 9.375rem;
  left: 5rem;
  -webkit-mask: url("assets/img/mask-20.svg");
          mask: url("assets/img/mask-20.svg");
  top: 7.1875rem;
  width: 11.875rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(20) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-20.svg");
          mask: url("assets/img/mask-20.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(21) {
  height: 10.625rem;
  left: 139.375rem;
  -webkit-mask: url("assets/img/mask-21.svg");
          mask: url("assets/img/mask-21.svg");
  top: 10rem;
  width: 12.8125rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(21) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-21.svg");
          mask: url("assets/img/mask-21.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(22) {
  height: 12.5rem;
  left: 136.875rem;
  -webkit-mask: url("assets/img/mask-22.svg");
          mask: url("assets/img/mask-22.svg");
  top: 64.375rem;
  width: 15rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(22) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-22.svg");
          mask: url("assets/img/mask-22.svg");
}
.container .container__inner .container__inner__cheese .cheese:nth-child(23) {
  height: 13.75rem;
  left: 5rem;
  -webkit-mask: url("assets/img/mask-23.svg");
          mask: url("assets/img/mask-23.svg");
  top: 70rem;
  width: 15.625rem;
}
.container .container__inner .container__inner__cheese .cheese:nth-child(23) .cheese__inner .cheese__inner__image {
  -webkit-mask: url("assets/img/mask-23.svg");
          mask: url("assets/img/mask-23.svg");
}
.container .container__inner .container__inner__holes {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.container .container__inner .container__inner__holes img {
  position: absolute;
  z-index: -1;
}
.container .container__inner .container__inner__holes img.container__inner__holes__a {
  left: 15.3125rem;
  top: 2.8125rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__b {
  left: 6.25rem;
  top: 39.6875rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__c {
  left: 14.375rem;
  top: 41.25rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__d {
  left: 20rem;
  top: 45rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__e {
  left: 6.875rem;
  top: 63.75rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__f {
  left: 24.375rem;
  top: 70rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__g {
  left: 39.375rem;
  top: 22.5rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__h {
  left: 40.625rem;
  top: 47.5rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__i {
  left: 51.875rem;
  top: 8.75rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__j {
  left: 60rem;
  top: 4.375rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__k {
  left: 65rem;
  top: 30.9375rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__l {
  left: 57.8125rem;
  top: 56.25rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__m {
  left: 89.375rem;
  top: 5.3125rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__n {
  left: 91.25rem;
  top: 26.25rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__o {
  left: 78.75rem;
  top: 65rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__p {
  left: 110.9375rem;
  top: 4.6875rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__q {
  left: 110.9375rem;
  top: 20.625rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__r {
  left: 90rem;
  top: 61.5625rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__s {
  left: 100.9375rem;
  top: 76.25rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__t {
  left: 108.75rem;
  top: 50.625rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__u {
  left: 108.75rem;
  top: 66.875rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__v {
  left: 147.5rem;
  top: 20.3125rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__w {
  left: 139.6875rem;
  top: 25rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__x {
  left: 136.25rem;
  top: 53.125rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__y {
  left: 126.5625rem;
  top: 44.375rem;
}
.container .container__inner .container__inner__holes img.container__inner__holes__z {
  left: 140.625rem;
  top: 79.375rem;
}

.cheese {
  background-color: black;
  display: block;
  -webkit-mask-size: 100% 100% !important;
          mask-size: 100% 100% !important;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.cheese.active {
  height: 22.5rem !important;
  width: 25rem !important;
  transform: translate(-15%, -20%);
}
.cheese.active:before {
  opacity: 0;
}
.cheese.active .cheese__inner {
  pointer-events: auto;
}
.cheese.active .cheese__inner .cheese__inner__image {
  height: 8.125rem;
  margin-right: -4.0625rem;
  -webkit-mask: initial !important;
          mask: initial !important;
  right: 50%;
  top: 1.875rem;
  transform: translate(0, 0) !important;
  width: 8.125rem;
}
.cheese.active .cheese__inner .cheese__inner__image img {
  height: 100%;
  width: 100%;
}
.cheese.active .cheese__inner .cheese__inner__content {
  opacity: 1;
}
.cheese:before {
  background: linear-gradient(355deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease 0s;
  width: 100%;
  z-index: 1;
}
@media (hover: hover) {
  .cheese:not(.active):hover {
    transform: scale(1.05);
  }
}
.cheese .cheese__inner {
  display: block;
  height: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.cheese .cheese__inner .cheese__inner__image {
  display: block;
  height: 96%;
  position: absolute;
  right: 0;
  top: 6%;
  width: 96%;
  transition: all 0.2s ease 0s;
}
.cheese .cheese__inner .cheese__inner__image img {
  display: block;
  height: 200%;
  max-width: none;
  width: 200%;
  transition: all 0.2s ease 0s;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.cheese .cheese__inner .cheese__inner__content {
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  left: 0;
  opacity: 0;
  padding: 1.25rem 3.125rem;
  position: absolute;
  text-align: center;
  transition: opacity 0.2s ease 0s;
  width: 25rem;
}
.cheese .cheese__inner .cheese__inner__content .cheese__inner__content__title {
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
}
.cheese .cheese__inner .cheese__inner__content .cheese__inner__content__description {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.cheese .cheese__inner .cheese__inner__content .cheese__inner__content__price {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin-top: 0.3125rem;
  font-size: 34px;
  font-size: 2.125rem;
}
.cheese .cheese__inner .cheese__inner__content .cheese__inner__content__weight {
  display: block;
  margin-top: 0.625rem;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
  position: relative;
}

.header .header__languages {
  display: flex;
  left: 1.25rem;
  position: fixed;
  top: 1.25rem;
  z-index: 30;
}
@media screen and (min-width: 760px) {
  .header .header__languages {
    left: 1.875rem;
    top: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__languages {
    left: 2.5rem;
    top: 2.5rem;
  }
}
.header .header__languages .header__languages__homelink {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  color: black;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  margin-right: 0.625rem;
  width: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.home .header .header__languages .header__languages__homelink {
  display: none;
}
@media screen and (min-width: 760px) {
  .header .header__languages .header__languages__homelink {
    height: 3.125rem;
    width: 3.125rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .header .header__languages .header__languages__homelink:hover {
    background-color: black;
    color: white;
  }
}
.header .header__languages .header__languages__homelink:active {
  transform: translate(0, 0.125rem);
}
.header .header__trigger {
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 200;
}
@media screen and (min-width: 760px) {
  .header .header__trigger {
    right: 1.875rem;
    top: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__trigger {
    right: 2.5rem;
    top: 2.5rem;
  }
}
.nav-active .header .header__trigger {
  background-color: #FFCA0F;
  color: white;
}
.nav-active .header .header__trigger .icon {
  display: block;
}
.nav-active .header .header__trigger .header__trigger__open {
  display: none;
}
.nav-active .header .header__trigger .header__trigger__close {
  display: block;
}
@media (hover: hover) {
  .nav-active .header .header__trigger:hover {
    background-color: black;
  }
}
.header .header__trigger .icon {
  display: none;
  margin-right: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .header .header__trigger .icon {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.header .header__trigger .header__trigger__close {
  display: none;
}
.header .header__contact {
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 6.875rem 2.5rem 2.5rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: -1;
}
.nav-active .header .header__contact {
  opacity: 1;
  pointer-events: auto;
  z-index: 150;
}
@media screen and (min-width: 760px) {
  .header .header__contact {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .header .header__contact {
    justify-content: flex-end;
    padding-bottom: 6.875rem;
  }
}
.header .header__contact > .menu {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translate(0, 2.5rem);
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 1100px) {
  .header .header__contact > .menu {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, calc(-50% - 4.375rem));
  }
}
.nav-active .header .header__contact > .menu {
  transform: translate(0, 0);
}
@media screen and (min-width: 1100px) {
  .nav-active .header .header__contact > .menu {
    transform: translate(-50%, calc(-50% - 6.875rem));
  }
}
.header .header__contact > .menu li {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
}
.header .header__contact > .menu li + li {
  margin-top: 1.875rem;
}
@media screen and (min-width: 760px) {
  .header .header__contact > .menu li + li {
    right: 1.875rem;
    top: 1.875rem;
  }
}
.header .header__contact > .menu li .header__contact__label {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.header .header__contact > .menu li .header__contact__link {
  color: black;
  display: inline-block;
  font-family: "Vollkorn", serif;
  font-weight: 400;
}
.header .header__contact > .menu li a.header__contact__link:active {
  transform: translate(0, 0.125rem);
}
@media (hover: hover) {
  .header .header__contact > .menu li a.header__contact__link:hover {
    color: #FFCA0F;
  }
}
.header .header__contact .header__contact__footer {
  font-weight: 500;
  margin-top: 3.75rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 760px) {
  .header .header__contact .header__contact__footer {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
  }
}
.header .header__contact .header__contact__footer .header__contact__image {
  height: 8.3125rem;
  margin-bottom: 1.875rem;
  width: 8.375rem;
}
@media screen and (min-width: 760px) {
  .header .header__contact .header__contact__footer .header__contact__image {
    margin: 0 1.25rem 0 0;
  }
}
.header .header__contact .header__contact__footer .header__contact__image img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .header .header__contact .header__contact__footer .header__contact__footer__info {
    padding-bottom: 0.3125rem;
  }
}
.header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-container .menu, .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-menu-container .menu {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 760px) {
  .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-container .menu, .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-menu-container .menu {
    justify-content: flex-start;
  }
}
.header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-container .menu li + li, .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-menu-container .menu li + li {
  margin-left: 0.3125rem;
}
.header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-container .menu li + li:before, .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-menu-container .menu li + li:before {
  content: "|";
  margin-right: 0.3125rem;
}
.header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-container .menu li a, .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-menu-container .menu li a {
  color: black;
  display: inline-block;
}
.header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-container .menu li a:active, .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-menu-container .menu li a:active {
  transform: translate(0, 0.125rem);
}
@media (hover: hover) {
  .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-container .menu li a:hover, .header .header__contact .header__contact__footer .header__contact__footer__info .menu-meta-menu-container .menu li a:hover {
    color: #FFCA0F;
  }
}

.main {
  height: 100%;
  overflow: auto;
  position: relative;
  width: 100%;
}
.error404 .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main::-webkit-scrollbar {
  display: none;
}

.footer .footer__music {
  display: none;
}
.home .footer .footer__music {
  display: block;
}
.footer .footer__music .footer__music__trigger {
  align-items: center;
  background-color: #FF0000;
  border-radius: 50%;
  bottom: 1.25rem;
  color: white;
  display: flex;
  height: 5rem;
  left: 1.25rem;
  justify-content: center;
  position: fixed;
  width: 5rem;
  z-index: 100;
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (min-width: 760px) {
  .footer .footer__music .footer__music__trigger {
    bottom: 1.875rem;
    height: 6.875rem;
    margin-left: -3.4375rem;
    left: 50%;
    width: 6.875rem;
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer .footer__music .footer__music__trigger {
    bottom: 2.5rem;
  }
}
.footer .footer__music .footer__music__trigger.active {
  background-color: white;
  color: #FF0000;
}
@media (hover: hover) {
  .footer .footer__music .footer__music__trigger.active:hover {
    background-color: #FF0000;
    color: white;
  }
}
.footer .footer__music .footer__music__trigger.active .icon.icon-sound-on {
  display: none;
}
.footer .footer__music .footer__music__trigger.active .icon.icon-sound-off {
  display: block;
}
.footer .footer__music .footer__music__trigger:active {
  transform: translate(0, 0.125rem);
}
@media (hover: hover) {
  .footer .footer__music .footer__music__trigger:hover {
    background-color: white;
    color: #FF0000;
  }
}
.footer .footer__music .footer__music__trigger .icon.icon-sound-off {
  display: none;
}
.footer .footer__whatsapp {
  align-items: center;
  background-color: #32D951;
  border-radius: 50%;
  bottom: 1.25rem;
  color: white;
  display: flex;
  height: 5rem;
  justify-content: center;
  position: fixed;
  right: 1.25rem;
  width: 5rem;
  z-index: 100;
  font-size: 42px;
  font-size: 2.625rem;
}
@media screen and (min-width: 760px) {
  .footer .footer__whatsapp {
    bottom: 1.875rem;
    right: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer .footer__whatsapp {
    bottom: 2.5rem;
    right: 2.5rem;
  }
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
div.wpml-ls-legacy-list-horizontal ul li + li {
  margin-left: 0.625rem !important;
}
div.wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  background-color: black;
  color: white;
  pointer-events: none;
}
div.wpml-ls-legacy-list-horizontal ul li a {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  color: black;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  text-transform: uppercase;
  width: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 760px) {
  div.wpml-ls-legacy-list-horizontal ul li a {
    height: 3.125rem;
    width: 3.125rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  div.wpml-ls-legacy-list-horizontal ul li a:hover {
    background-color: black;
    color: white;
  }
}
div.wpml-ls-legacy-list-horizontal ul li a:active {
  transform: translate(0, 0.125rem);
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-shadow: none;
}
::selection {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.3125rem auto 0.3125rem auto;
}

.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.alignright {
  float: right;
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 0.3125rem solid #F0F0F0;
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.3125rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
}/*# sourceMappingURL=style.css.map */