@import url("https://use.typekit.net/ked2eke.css");
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shake {
  0% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg) scale(1.01);
  }
  20% {
    transform: rotate(5deg) scale(1.02);
  }
  30% {
    transform: rotate(5deg) scale(1.03);
  }
  40% {
    transform: rotate(-5deg) scale(1.04);
  }
  50% {
    transform: rotate(5deg) scale(1.05);
  }
  60% {
    transform: rotate(-5deg) scale(1.04);
  }
  70% {
    transform: rotate(5deg) scale(1.03);
  }
  80% {
    transform: rotate(5deg) scale(1.02);
  }
  90% {
    transform: rotate(-5deg) scale(1.01);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
a img {
  border: 0;
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

button {
  border: 0;
  text-align: left;
  background: transparent;
}

*:focus {
  outline: none;
}

button, input, textarea {
  font: inherit;
}

.newsletter-subscribe-prompt {
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin: auto;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 1.05rem + 0.375vw, 1.2rem);
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .newsletter-subscribe-prompt {
    width: 60vw;
  }
}
.newsletter-subscribe-prompt a {
  text-decoration: underline;
}
.newsletter-subscribe-prompt #email {
  border-radius: 20px;
  border-color: #700015;
}
.newsletter-subscribe-prompt__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.newsletter-subscribe-prompt__title {
  display: block;
  margin-bottom: 3rem;
}
.newsletter-subscribe-prompt__footer {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 90%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 750px) {
  html {
    font-size: 75%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 80%;
  }
}
@media screen and (min-width: 1150px) {
  html {
    font-size: 85%;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width: 1375px) {
  html {
    font-size: 95%;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 1750px) {
  html {
    font-size: 105%;
  }
}
@media screen and (min-width: 2150px) {
  html {
    font-size: 120%;
  }
}

body {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 1.05rem + 0.375vw, 1.2rem);
  color: #000000;
  margin: 0.6rem;
  background-color: #FDF9F5;
  border: 2px solid #000000;
  position: relative;
  overflow-x: hidden;
  min-height: 98vh;
}

::-webkit-scrollbar {
  width: 0.2rem;
  background-color: #FDF9F5;
}

::-webkit-scrollbar-thumb {
  background-color: #700015;
}

::selection {
  background-color: #000000;
  color: #FDF9F5;
}

.page-title {
  margin: 4rem 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  opacity: 0.5;
  transition: opacity ease-in-out 300ms;
  border-radius: 20px;
  overflow: hidden;
}
.splide__slide span {
  color: #FDF9F5;
}

.is-active {
  opacity: 1;
}

.splide__slide img {
  vertical-align: bottom;
  width: 100%;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 20px;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #700015;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: white;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: -2em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #F3C76E;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #700015;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #F3C76E;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.cookie-notice {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  padding: 2rem;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .cookie-notice {
    left: unset;
    bottom: 2rem;
    right: 2rem;
  }
}
.cookie-notice__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.cookie-notice__wrapper > * {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cookie-notice__wrapper > * {
    text-align: left;
  }
}
.cookie-notice__wrapper > *:last-child {
  margin-bottom: unset;
}
.cookie-notice__footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 650px) {
  .cookie-notice__footer {
    gap: 2rem;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .cookie-notice__footer {
    justify-content: flex-start;
  }
}
.cookie-notice__link {
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
}
.cookie-notice__link:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' xmlns='http://www.w3.org/2000/svg' height='24' fill='none' viewBox='0 0 24 24'><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M9.25 4.75H6.75C5.64543 4.75 4.75 5.64543 4.75 6.75V17.25C4.75 18.3546 5.64543 19.25 6.75 19.25H17.25C18.3546 19.25 19.25 18.3546 19.25 17.25V14.75'/><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19.25 9.25V4.75H14.75'/><path stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19 5L11.75 12.25'/></svg>");
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-left: 0.25em;
}
.cookie-notice__button--essential, .cookie-notice__button--agree {
  text-align: center;
  cursor: pointer;
  border: 1px solid green;
  color: green;
  transform: scale(1);
  transition: transform 300ms ease-in-out;
  padding: 0.6666666667rem 1rem;
}
.cookie-notice__button--essential:hover, .cookie-notice__button--agree:hover {
  transform: scale(1.03);
}
.cookie-notice__button--agree {
  background-color: green;
  color: white;
}

.photo-text {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .photo-text {
    gap: 6rem;
    flex-direction: row;
  }
}
.photo-text__photo {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .photo-text__photo {
    width: 50%;
  }
}
.photo-text__photo img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1024px) {
  .photo-text__photo--small img {
    width: 70%;
    position: relative;
    overflow: hidden;
  }
}
.photo-text__photo--rounded {
  border-radius: 20px;
  overflow: hidden;
}
.photo-text__photo--round {
  border-radius: 300px;
  overflow: hidden;
}
.photo-text__content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
  gap: 2rem;
}
.photo-text__content:not(.photo-text__footer) {
  font-size: clamp(1rem, 1.05rem + 0.375vw, 1.2rem);
}
@media screen and (min-width: 1024px) {
  .photo-text__content {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .photo-text--reverse {
    flex-direction: row-reverse;
  }
  .photo-text--reverse .photo-text__content {
    width: 50%;
  }
}

.wysiwyg {
  /*
  	Config
   */
}
.wysiwyg p, .wysiwyg ul {
  margin-bottom: 2rem;
}
.wysiwyg p:last-child, .wysiwyg ul:last-child {
  margin-bottom: 0;
}
.wysiwyg ul, .wysiwyg ol {
  margin-left: 1.3333333333rem;
}
.wysiwyg ul li,
.wysiwyg ol li {
  padding-left: 0.6666666667rem;
  list-style: square;
}
.wysiwyg ul li:last-child,
.wysiwyg ol li:last-child {
  margin-bottom: 0;
}
.wysiwyg a {
  border-bottom: 1px solid #000000;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}

.tnt-credit {
  /*
  	Config
   */
  display: block;
  width: 4.5rem;
}
.tnt-credit svg {
  display: block;
  width: 100%;
  height: auto;
}
.tnt-credit svg > * {
  fill: #700015;
}

.title {
  /*
  	Config
   */
  display: block;
  font-size: clamp(2.625rem, 2.25rem + 1.875vw, 4.5rem);
  text-transform: uppercase;
  font-weight: bold;
  color: #700015;
}
.title--secondary {
  font-size: clamp(2rem, 1.8375rem + 0.8125vw, 2.8125rem);
}

.title--tertiary {
  font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);
}

.title--quaternary {
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
}

.textarea {
  /*
  	Config
   */
  display: block;
  width: 100%;
  height: 100%;
  min-height: 7rem;
  padding: 0.5714285714rem;
  padding-left: 1rem;
  border: 0;
  border-radius: 0;
  border: 1.5px solid #000000;
  resize: none;
  color: #000000;
  background-color: #FDF9F5;
  transition: border-color 0.3s;
}
.textarea:active, .textarea:focus {
  border-color: #700015;
}
.textarea::placeholder {
  color: #000000;
}

.radio__label {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.radio__label span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.radio__label span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 25px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #B9B8C3;
  transition: all 0.2s ease;
}
.radio__label span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 6px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.radio__label span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F3C76E;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 25px;
  transition-delay: 0.2s;
}
.radio__label span:last-child {
  margin-left: 8px;
  font-size: 1.2rem;
}
.radio__label span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #B9B8C3;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.radio__label:hover span:first-child {
  border-color: #700015;
}
.radio__field:checked + .radio__label span:first-child {
  border-color: #700015;
  background: #700015;
  animation: check-15 0.6s ease;
}
.radio__field:checked + .radio__label span:first-child svg {
  stroke-dashoffset: 0;
}
.radio__field:checked + .radio__label span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.radio__field:checked + .radio__label span:first-child:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}
.radio__field:checked + .radio__label span:first-child:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.photo {
  display: block;
  width: 100%;
}
.photo img {
  display: block;
  width: 100%;
}

.logo {
  /*
  	Config
   */
  display: block;
  width: 8rem;
}
.logo svg {
  display: block;
  width: 100%;
  fill: #000000;
}

.link {
  color: #700015;
  font-weight: bold;
  position: relative;
  width: max-content;
}
.link:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 9L21 3M21 3H15M21 3L13 11M10 5H7.8C6.11984 5 5.27976 5 4.63803 5.32698C4.07354 5.6146 3.6146 6.07354 3.32698 6.63803C3 7.27976 3 8.11984 3 9.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H14.2C15.8802 21 16.7202 21 17.362 20.673C17.9265 20.3854 18.3854 19.9265 18.673 19.362C19 18.7202 19 17.8802 19 16.2V14' stroke='%23700015' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.label {
  /* for reference */
}

.icon-button {
  /*
  	Config
   */
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 50%;
  border: 1.5px solid #000000;
}
.icon-button--dim {
  border-color: #700015;
}

.icon {
  /*
  	Config
   */
  display: block;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
@media screen and (min-width: 650px) {
  .icon {
    width: 1.1428571429rem;
    height: 1.1428571429rem;
  }
}
.icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #000000;
}
.icon--dim svg {
  fill: #700015;
}

.hero {
  height: calc(80vh - (80px + 1.2rem));
}
@media screen and (min-width: 1024px) {
  .hero {
    flex-grow: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    height: calc(100vh - (80px + 1.2rem));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .hero {
    padding: 0 2.6666666667%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1500px) {
  .hero {
    padding: 0 4%;
  }
}

.hamburger {
  /*
  	Config
   */
  display: block;
  width: 2.5rem;
  padding: 1.1428571429rem 0;
  cursor: pointer;
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.3333333333rem 0;
  background-color: #000000;
  opacity: 1;
  transition: opacity 0.75s;
}
.hamburger__top-line {
  margin-top: 0;
}
body.open-menu .hamburger__top-line {
  opacity: 0;
}
.hamburger__bottom-line {
  margin-bottom: 0;
}
body.open-menu .hamburger__bottom-line {
  opacity: 0;
}

.filter-button {
  display: block;
  border-radius: 50px;
  width: 100%;
  border: 2px solid #700015;
  padding: 0.6rem 1.6rem;
  color: #FDF9F5;
  text-align: center;
  background-color: #700015;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.05rem + 0.375vw, 1.2rem);
  font-size: 1em;
  cursor: pointer;
  white-space: nowrap;
}
.filter-button--inline {
  width: max-content;
}

.field {
  /*
  	Config
   */
  display: block;
  width: 100%;
  padding: 0.5714285714rem;
  padding-left: 1rem;
  border: 0;
  border-radius: 0;
  border: 1.5px solid #000000;
  color: #000000;
  background-color: #FDF9F5;
  transition: border-color 0.3s;
  -webkit-appearance: none;
  appearance: none;
}
.field::-ms-expand {
  display: none;
}
.field::placeholder {
  color: #000000;
}
.field:active, .field:focus {
  border-color: #700015;
}
.field--negative {
  border: none;
}

.field-with-button {
  width: 100%;
  display: flex;
  position: relative;
}
.field-with-button input {
  border-radius: 50px;
  padding: 0.6rem 1.2rem;
  border: 2px solid #700015;
}
.field-with-button input:not([type=submit]) {
  width: 100%;
}
.field-with-button input[type=submit] {
  padding: 0.6rem 2rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  background-color: #700015;
  text-transform: uppercase;
  color: #FDF9F5;
  font-size: 0.8rem;
}

.company-name {
  /*
  	Config
   */
  color: #700015;
}

.checkbox__label {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.checkbox__label span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox__label span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #B9B8C3;
  transition: all 0.2s ease;
}
.checkbox__label span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 6px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.checkbox__label span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F3C76E;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 8px;
  transition-delay: 0.2s;
}
.checkbox__label span:last-child {
  margin-left: 8px;
  font-size: 1.2rem;
}
.checkbox__label span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #B9B8C3;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.checkbox__label:hover span:first-child {
  border-color: #700015;
}
.checkbox__field:checked + .checkbox__label span:first-child {
  border-color: #700015;
  background: #700015;
  animation: check-15 0.6s ease;
}
.checkbox__field:checked + .checkbox__label span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox__field:checked + .checkbox__label span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.checkbox__field:checked + .checkbox__label span:first-child:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}
.checkbox__field:checked + .checkbox__label span:first-child:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check-15 {
  50% {
    transform: scale(1.2);
  }
}
.button {
  border-radius: 50px;
  width: max-content;
  border: 2px solid #700015;
  padding: 0.6rem 1.6rem;
  position: relative;
  color: #FDF9F5;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: clamp(1rem, 1.05rem + 0.375vw, 1.2rem);
  font-size: 1em;
  cursor: pointer;
  white-space: nowrap;
}
.button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  right: 0;
  bottom: 0;
  background-color: #91C79F;
  border-radius: 50px;
  z-index: -1;
  transition: top 300ms ease-in-out, left 300ms ease-in-out;
}
.button:hover:after {
  top: 0;
  left: 0;
}
.button--full-width {
  width: 100%;
}

.button--reset {
  cursor: pointer;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
  padding: 0.46rem 1rem 0.4rem 2rem;
  border: none;
  background-color: rgba(199, 151, 116, 0.7);
  position: relative;
  transform-origin: center;
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out, background-color 300ms ease-in-out;
}
.button--reset:after {
  content: unset;
}
.button--reset:before {
  content: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M16.707 8.707 13.414 12l3.293 3.293a1 1 0 1 1-1.414 1.414L12 13.414 8.707 16.707a1 1 0 1 1-1.414-1.414L10.586 12 7.293 8.707A1 1 0 1 1 8.707 7.293L12 10.586l3.293-3.293a1 1 0 1 1 1.414 1.414Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0.6rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .button--reset:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #c79774;
  }
}

.wrap {
  flex-grow: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1024px) {
  .wrap {
    padding: 0 2.6666666667%;
  }
}
@media screen and (min-width: 1500px) {
  .wrap {
    padding: 0 4%;
  }
}

.text-block {
  display: block;
  width: 100%;
}
.text-block__header {
  margin-bottom: 2rem;
}
.text-block__content {
  font-size: clamp(1rem, 1.05rem + 0.375vw, 1.2rem);
}
.text-block__content > * {
  margin: 2rem 0;
}
.text-block__content > *:first-child {
  margin-top: 0;
}
.text-block__content > *:last-child {
  margin-bottom: 0;
}
.text-block__footer {
  margin-top: 2rem;
}

.tabs {
  display: flex;
  border-radius: 50px;
  flex-wrap: wrap;
  gap: 1rem;
  width: unset;
  margin: 4rem 0;
}
@media screen and (min-width: 1024px) {
  .tabs {
    width: max-content;
    flex-wrap: unset;
    border: 2px solid #000000;
    gap: unset;
    background-color: #fff;
  }
}
.tabs__item {
  padding: 0.8rem 1.4rem;
  border: 2px solid #000000;
  border-color: #700015;
  text-transform: uppercase;
  height: 100%;
  border-radius: 50px;
  transition: background-color 300ms ease-in-out;
  width: max-content;
  user-select: none;
  cursor: pointer;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .tabs__item {
    border: unset;
  }
}
.tabs__item:hover, .tabs__item--active {
  background-color: #F3C76E;
  color: #700015;
}
.tabs__item:hover:not(.tabs__item--active) {
  background-color: rgba(243, 199, 110, 0.7);
}

.primary-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  width: 100%;
  bottom: 0;
  z-index: 10;
  padding-top: 80px;
  transform: scaleY(0);
  background-color: #fff;
  transition: transform ease-in-out 300ms;
  transform-origin: top;
  gap: 4rem;
  border-bottom: 2px solid #000000;
}
body.open-menu .primary-nav {
  transform: scaleY(1);
}
@media screen and (min-width: 1024px) {
  .primary-nav {
    flex-direction: row;
    background-color: unset;
    transform: unset;
    transition: unset;
    gap: 2rem;
    padding-top: unset;
    height: 100%;
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    width: unset;
    bottom: unset;
    z-index: unset;
  }
}
.primary-nav__item {
  text-transform: uppercase;
  font-size: 1.4rem;
  user-select: none;
}
body.open-menu .primary-nav__item {
  opacity: 0;
  animation: fadeIn ease-in-out 900ms forwards;
}
@media screen and (min-width: 1024px) {
  .primary-nav__item {
    font-size: unset;
    opacity: 1;
  }
}
.primary-nav__item--active {
  color: #700015;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0);
  max-height: 100vh;
  transition: opacity 300ms ease-in-out, transform 300ms 900ms ease-in-out;
}
.popup__message {
  background-color: #FDF9F5;
  padding: 2rem;
  position: relative;
}
.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translate(50%, -50%);
  background-color: #FDF9F5;
  border-radius: 50%;
  border: 2px solid #700015;
  cursor: pointer;
}
.popup__close:before, .popup__close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Menu / Close_SM'%3E%3Cpath id='Vector' d='M16 16L12 12M12 12L8 8M12 12L16 8M12 12L8 16' stroke='%23700015' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.popup--show {
  transform: scale(1);
  opacity: 1;
}

.pagination {
  /**
  	Config
   */
  display: flex;
  align-items: center;
}
.pagination__previous {
  margin-right: 1.3333333333rem;
  cursor: pointer;
}
.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.2rem;
  transition: color 0.25s, background-color 0.2s;
}
.pagination__item:first-child {
  margin-left: 0;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item > * {
  padding: 0.25rem;
}
.pagination__item:hover, .pagination__item:active {
  color: #FDF9F5;
  background-color: #700015;
}
.pagination__active-item {
  color: #FDF9F5;
  background-color: #700015;
}
.pagination__next {
  margin-left: 1.3333333333rem;
  cursor: pointer;
}

.note {
  background-color: rgba(112, 0, 21, 0.2);
  display: block;
  border-radius: 10px;
  border-left: 5px solid #700015;
  padding: 1rem;
  display: flex;
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
  gap: 2rem;
  color: #000000;
  align-items: center;
}

.message {
  /*
  	Config
   */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.5rem 0.8rem 2rem;
  background-color: #700015;
}
.message__text a {
  color: #000000;
  border-bottom: 1.5px solid #000000;
}
.message__footer {
  margin-left: 2rem;
}

.media-grid {
  display: block;
  width: 100%;
}
.media-grid__item {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.media-grid__item:last-child {
  margin-bottom: 0;
}

.masonry-grid {
  margin: 4rem 0;
  width: 100%;
}
.masonry-grid__photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

.location-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  border-bottom: 2px solid #000000;
}
.location-card__photo {
  display: block;
  width: 100%;
  height: 100%;
}
.location-card__title {
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 0.6rem;
  text-transform: uppercase;
}
.list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.list__preview {
  position: absolute;
  height: 200px;
  width: 300px;
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  border-radius: 20px;
  overflow: hidden;
}
.list--vertical {
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .list--vertical {
    flex-direction: column;
  }
}

.list__item {
  font-size: clamp(2rem, 1.8375rem + 0.8125vw, 2.8125rem);
  z-index: 10;
  cursor: pointer;
  color: #81CDC8;
}
.list__item--small {
  font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);
  width: max-content;
}
.list__item:nth-child(5n+1) {
  color: #91C79F;
}
.list__item:nth-child(5n+2) {
  color: #EA9183;
}
.list__item:nth-child(5n+3) {
  color: #C79774;
}
.list__item:nth-child(5n+4) {
  color: #F3C76E;
}
.list__item:nth-child(5n+5) {
  color: #81CDC8;
}
.list__item--active {
  border-bottom: 2px solid currentColor;
}

.language-switcher {
  cursor: pointer;
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  color: #000000;
}
.language-switcher__active-item {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2rem;
  background-color: #fff;
  position: relative;
}
.language-switcher__active-item:after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 243.63 151.89'%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Page-1'%3E%3Cg id='add'%3E%3Cpolygon id='arrowhead-down' points='121.81 151.89 0 30.29 30.29 0 121.81 91.73 213.33 0 243.63 30.29 121.81 151.89' style='fill:%236f0d19; fill-rule:evenodd;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 300ms ease-in-out;
}
.language-switcher:active .language-switcher__options, .language-switcher:hover .language-switcher__options {
  top: 100%;
}
.language-switcher:active .language-switcher__active-item:after, .language-switcher:hover .language-switcher__active-item:after {
  bottom: -2px;
}
.language-switcher__item {
  text-transform: uppercase;
}
.language-switcher__options {
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  width: calc(100% + 4px);
  height: 100%;
  transition: top 300ms ease-in-out;
  z-index: -1;
  background-color: #fff;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
}
.language-switcher__options--item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.language-switcher__options--item span {
  padding: 0.6rem;
  border-radius: 50px;
  transition: color ease-in-out 300ms, background-color ease-in-out 300ms;
}
.language-switcher__options--item:hover span {
  background-color: #700015;
  color: #fff;
}

.icon-group {
  display: flex;
  flex-wrap: wrap;
}
.icon-group__item {
  margin: 0 0.4rem;
}
.icon-group__item:first-child {
  margin-left: 0;
}
.icon-group__item:last-child {
  margin-right: 0;
}

.form {
  display: block;
  width: 100%;
}
.form__header {
  margin-bottom: 2rem;
}
.form__content > * {
  margin-bottom: 2rem;
}
.form__content > *:last-child {
  margin-bottom: 0;
}
.form__footer {
  margin-top: 2rem;
}

.fieldset-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fieldset-group__item {
  display: flex;
  flex: 1 1 100%;
  margin-bottom: 2rem;
}
.fieldset-group__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 650px) {
  .fieldset-group__item {
    flex: 1 1 auto;
    margin: 0 1.3333333333rem;
  }
  .fieldset-group__item:first-child {
    margin-left: 0;
  }
  .fieldset-group__item:last-child {
    margin-right: 0;
  }
}

.fieldset {
  display: block;
  width: 100%;
  color: #000000;
}
.fieldset__label {
  display: block;
  margin-bottom: 0.5rem;
}
.fieldset--required .fieldset__label > label {
  position: relative;
}
.fieldset--required .fieldset__label > label:after {
  content: "(*)";
  position: absolute;
  right: -1.3333333333rem;
}
.fieldset__input {
  /* for reference */
}

.event-card {
  border: 1.5px solid #000000;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  gap: 2rem;
  padding: 2rem;
  position: relative;
  flex-direction: column;
}
.event-card:last-child {
  margin-bottom: 2rem;
}
.event-card__row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .event-card__row {
    flex-direction: row;
  }
}
.event-card__row > div {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .event-card__row > div:first-of-type {
    width: 40%;
  }
  .event-card__row > div:last-of-type {
    width: 60%;
  }
}
.event-card__row > div .photo {
  width: 100%;
}
.event-card__footer {
  margin-bottom: 1.4rem;
}
.event-card__label {
  padding: 0.4rem 0.6rem;
  background-color: #91C79F;
  border-radius: 30px;
  color: #FDF9F5;
  line-height: 1;
  text-align: center;
}
.event-card__heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event-card__footer {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.event-card__footer > div > span:first-child {
  font-weight: bold;
}
.event-card__photo {
  border-radius: 10px;
  overflow: hidden;
}
.event-card__time {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  border-radius: 10px;
  padding: 1rem;
  background-color: #F3C76E;
}
.event-card__time > div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.event-card__time--day {
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
  text-transform: uppercase;
  font-weight: bold;
}
.event-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.event-card__body > header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (min-width: 650px) {
  .event-card__body > header {
    flex-direction: row;
  }
}
.event-card__subtitle {
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
}

.content-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 2rem;
}
@media screen and (min-width: 650px) {
  .content-block {
    padding: 0;
  }
}
.content-block__column {
  width: 100%;
  margin-bottom: 3rem;
}
.content-block__column > * {
  margin: 4rem 0;
}
.content-block__column > *:first-child {
  margin-top: 0;
}
.content-block__column > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .content-block__column {
    margin-bottom: 0;
  }
}
.content-block__column-left {
  width: 50%;
  padding-right: 2rem;
}
.content-block__column-right {
  width: 50%;
  padding-left: 2rem;
}

.card-list {
  width: 100%;
}
.card-list__item {
  margin: 2rem 0;
}
.card-list__item:first-child {
  margin-top: 0;
}
.card-list__item:last-child {
  margin-bottom: 0;
}

.card-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.card-grid__header {
  margin-bottom: 3rem;
}
.card-grid__main {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 750px) {
  .card-grid__main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1375px) {
  .card-grid__main {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-grid__main--2 {
  grid-template-columns: repeat(1, 1fr);
}
.card-grid__item {
  display: flex;
}
.card-grid__footer {
  margin-top: 2rem;
}

.card {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1.5px solid #000000;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1024px) {
  .card:hover .card__description {
    top: 0;
    max-height: 100%;
  }
  .card:hover .card__description--body {
    opacity: 1;
    transform: translateY(0);
  }
}
.card__labels {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.card__labels--row {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.card__labels--row:first-child .card__label {
  background-color: #F3C76E;
}
.card__labels--row:last-child .card__label {
  background-color: #91C79F;
}
.card__label {
  line-height: 1;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
}
.card__description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FDF9F5;
  background-color: rgba(112, 0, 21, 0.8);
  backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  margin: 1rem;
  border-radius: 20px;
  transition: top 300ms ease-in-out, max-height 300ms ease-in-out;
  top: calc(100% - 5rem);
  min-height: 50px;
  max-height: 50px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (min-width: 1750px) {
  .card__description {
    gap: 1rem;
  }
}
.card__description--title {
  display: block;
  text-align: center;
  height: 100%;
  min-height: 50px;
  max-height: 50px;
  padding: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
}
.card__description--body {
  height: 60%;
  display: flex;
  align-items: center;
  padding: 0.6rem;
  transform: translateY(100%);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  transition-delay: 90ms;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .card__description--body {
    padding: 0.6rem;
  }
}
.card__photo {
  height: 100%;
  width: 100%;
}
.card__photo img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card--type-0 .card__description {
  background-color: rgba(145, 199, 159, 0.9);
}

.card--type-1 .card__description {
  background-color: rgba(234, 145, 131, 0.9);
}

.card--type-2 .card__description {
  background-color: rgba(199, 151, 116, 0.9);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
}
.button-group__item {
  display: flex;
  margin: 0 0.5rem;
}
.button-group__item:first-child {
  margin-left: 0;
}
.button-group__item:last-child {
  margin-right: 0;
}

.breadcrumbs {
  /*
  	Config
   */
  display: flex;
  align-items: center;
  color: #000000;
}
.breadcrumbs__item {
  position: relative;
  display: block;
  padding-left: 1rem;
  margin-left: 1rem;
}
.breadcrumbs__item:nth-last-child(n+3), .breadcrumbs__item:nth-last-child(n+4) {
  display: none;
}
.breadcrumbs__item:first-child {
  display: block;
  padding-left: 0;
  margin-left: 0;
}
.breadcrumbs__item:first-child:after {
  display: none;
}
.breadcrumbs__item:after {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  bottom: 0.15em;
  width: 1.5px;
  background-color: #000000;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__item:nth-last-child(n+3), .breadcrumbs__item:nth-last-child(n+4) {
    display: block;
  }
}

.banner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: flex-start;
}
.banner svg.banner__visuals {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .banner svg.banner__visuals {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .banner svg.banner__visuals {
    width: 80%;
  }
}
.banner__button {
  display: none;
  opacity: 0;
  animation: fadeIn 1500ms ease-in-out forwards;
  animation-delay: 1500ms;
}
@media screen and (min-width: 1024px) {
  .banner__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 100%;
  }
}
.banner__visuals {
  transform: scale(1.5);
}
@media screen and (min-width: 650px) {
  .banner__visuals {
    transform: unset;
  }
}
.banner__visuals .gs-label #est,
.banner__visuals .gs-label #_2011,
.banner__visuals .gs-label #culinair,
.banner__visuals .gs-label #festival,
.banner__visuals .gs-label #background,
.banner__visuals .gs-label #logo,
.banner__visuals .gs-label #smaakt,
.banner__visuals .gs-label #edition,
.banner__visuals .gs-label #date,
.banner__visuals .gs-label #gent {
  opacity: 0;
  animation: fadeIn 1500ms ease-in-out forwards;
}
.banner__visuals .gs-label #background {
  animation-duration: 300ms;
}
.banner__visuals .gs-label #smaakt {
  animation-delay: 600ms;
}
.banner__visuals .gs-label #gent {
  animation-delay: 300ms;
}
.banner__visuals .gs-label #culinair {
  animation-delay: 900ms;
}
.banner__visuals .gs-label #festival {
  animation-delay: 1200ms;
}
.banner__visuals .gs-label #est {
  animation-delay: 1500ms;
}
.banner__visuals .gs-label #_2011 {
  animation-delay: 1800ms;
}
.banner__visuals .gs-label #edition {
  animation-delay: 2400ms;
}
.banner__visuals .gs-label #date {
  animation-delay: 2100ms;
}
.banner__visuals #dumplings,
.banner__visuals #clamp,
.banner__visuals #vlees,
.banner__visuals #cinnamon_roll,
.banner__visuals #beans,
.banner__visuals #tomato,
.banner__visuals #artichok,
.banner__visuals #vlees,
.banner__visuals #schapenstal,
.banner__visuals #taco {
  animation: slideIn 1500ms cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
  opacity: 0;
  animation-delay: 1500ms;
}
.banner__visuals #vlees {
  transform: translate(-10%, 10%);
}
.banner__visuals #schapenstal {
  transform: translate(10%, 0);
}
.banner__visuals #taco {
  transform: translate(10%, -10%);
  animation-delay: 900ms;
}
.banner__visuals #cinnamon_roll {
  transform: translate(20%, -20%);
  animation-delay: 600ms;
}
.banner__visuals #dumplings {
  transform: translate(20%, 20%);
  animation-delay: 900ms;
}
.banner__visuals #clamp {
  transform: translate(-20%, 20%);
  animation-delay: 1200ms;
}
.banner__visuals #tomato {
  animation-delay: 1500ms;
}
.banner__visuals #beans {
  transform: translate(-30%, -30%);
  animation-delay: 1200ms;
}
.banner__visuals #duvel,
.banner__visuals #artichok {
  opacity: 0;
  animation: scaleIn 1500ms cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.banner__visuals #duvel {
  animation-delay: 1800ms;
}
.banner__visuals #artichok {
  animation-delay: 1800ms;
}

@keyframes fadeIn {
  to {
    opacity: 100%;
  }
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes scaleIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.alternate-grid {
  display: grid;
  gap: 2rem;
  margin: 4rem 0;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 650px) {
  .alternate-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .alternate-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.address-item-list {
  display: block;
  width: 100%;
}
.address-item-list__item {
  margin: 2rem 0;
}
.address-item-list__item:first-child {
  margin-top: 0;
}
.address-item-list__item:last-child {
  margin-bottom: 0;
}

.address-item {
  /*
  	Config
   */
  color: #000000;
}
.address-item__link {
  display: inline-block;
  color: #700015;
  border-bottom: 1.5px solid transparent;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-wrapper {
    flex-direction: row;
  }
}
.page-wrapper__nav {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-wrapper__nav {
    width: 25%;
  }
}
.page-wrapper__banner {
  width: 100%;
  display: block;
  margin-bottom: 4rem;
}
.page-wrapper__content {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-wrapper__content {
    width: 70%;
  }
  div.page-wrapper--full-width .page-wrapper__content {
    width: 100%;
  }
}
.page-wrapper__content > *:first-child {
  margin-top: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 2px solid #000000;
}
.header > * {
  height: 80px;
}
.header > *:not(:last-child) {
  border-right: 2px solid #000000;
}
.header > *.primary-nav {
  border: none;
}
@media screen and (min-width: 1024px) {
  .header > *.primary-nav {
    border-right: 2px solid #000000;
  }
}
.header > nav {
  width: 100%;
}
.header > *:not(nav) {
  aspect-ratio: 1/1;
}
.header__language-switcher, .header__socials, .header__hamburger, .header__logo, .header__nav {
  z-index: 11;
}
.header__language-switcher:not(.header__nav), .header__socials:not(.header__nav), .header__hamburger:not(.header__nav), .header__logo:not(.header__nav), .header__nav:not(.header__nav) {
  transition: border-bottom 150ms ease-in-out;
}
body.open-menu .header__language-switcher, body.open-menu .header__socials, body.open-menu .header__hamburger, body.open-menu .header__logo, body.open-menu .header__nav {
  border-bottom: 2px solid #000000;
}
.header__language-switcher {
  border-right: none !important;
}
@media screen and (min-width: 650px) {
  .header__language-switcher {
    border-right: 2px solid #000000 !important;
  }
}
.header__nav {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    height: unset;
  }
}
.header__hamburger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}
body.open-menu .header__logo {
  border-bottom: 2px solid #000000;
}
.header__socials {
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 650px) {
  .header__socials {
    display: flex;
    gap: 0.4rem;
    padding: 0 0.4rem;
  }
}
.header__socials svg > path:not(.svg-transparent) {
  fill: #700015;
  transition: fill 300ms ease-in-out;
}
.header__socials svg > path.svg-transparent {
  fill: transparent;
}
.header__socials > a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header__socials > a:hover {
  transform-origin: center;
  animation: shake 500ms forwards;
  animation-timing-function: linear;
}
.header__socials > a:hover svg path:not(.svg-transparent) {
  fill: #000000;
}

.footer__cta {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__cta {
    flex-direction: row;
  }
}
.footer__cta--button {
  font-size: clamp(2rem, 1.8375rem + 0.8125vw, 2.8125rem);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #700015;
  font-weight: bold;
  padding: 2rem;
  cursor: pointer;
  position: relative;
  border-top: 2px solid #000000;
}
@media screen and (min-width: 1024px) {
  .footer__cta--button {
    width: 50%;
  }
  .footer__cta--button:first-child {
    border-right: 2px solid #000000;
  }
  .footer__cta--button:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0;
    right: 0;
    width: 0;
    height: calc(100% - 20px);
    z-index: -1;
    transition: width ease-in-out 300ms;
  }
  .footer__cta--button:first-child:after {
    background-color: #F3C76E;
  }
  .footer__cta--button:last-child:after {
    background-color: #91C79F;
  }
  .footer__cta--button:hover:after {
    width: calc(100% - 20px);
  }
}
.footer__content {
  border-top: 2px solid #000000;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer__content {
    flex-direction: row;
  }
}
.footer__column-left {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: wrap;
  border-bottom: 2px solid #000000;
}
@media screen and (min-width: 1024px) {
  .footer__column-left {
    flex-wrap: unset;
    border-bottom: unset;
    flex-direction: column;
    border-right: 2px solid #000000;
    width: 20%;
  }
}
.footer__column-left > a {
  text-transform: uppercase;
}
.footer__column-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer__column-right {
    width: 80%;
  }
}
.footer__column-right--general {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer__column-right--general {
    flex-direction: row;
  }
}
.footer__column-right--newsletter {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__column-right--newsletter {
    width: 33%;
  }
}
.footer__column-right--socials svg > path:not(.svg-transparent) {
  fill: #000000;
  transition: fill 300ms ease-in-out;
}
.footer__column-right--socials svg > path.svg-transparent {
  fill: transparent;
}
.footer__column-right--socials > a {
  display: inline-block;
}
.footer__column-right--socials > a:hover {
  transform-origin: center;
  animation: shake 500ms forwards;
  animation-timing-function: linear;
}
.footer__column-right--socials > a:hover svg path:not(.svg-transparent) {
  fill: #700015;
}
.footer__title {
  text-transform: uppercase;
  color: #700015;
  font-weight: bold;
  margin-bottom: 2rem;
}
.footer__partners {
  padding: 2rem;
  border-top: 2px solid #000000;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__partners--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer__partners--title {
  color: #91C79F;
  margin-bottom: unset;
}
.footer__partners--title:not(.footer__partners--title:first-of-type) {
  margin-top: 1rem;
}
.footer__partners--item {
  display: block;
  max-width: 200px;
}
.footer__partners--item img {
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.footer__legal {
  padding: 2rem;
  width: 100%;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  align-items: center;
}
.footer__legal--item {
  display: block;
}

.filters {
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
  border: 1.5px solid #000000;
  display: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
@media screen and (min-width: 1024px) {
  .filters {
    display: block;
    opacity: 1;
  }
}
.filters__wrapper {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .filters__wrapper {
    overflow-y: scroll;
    max-height: 500px;
  }
}
.filters__header {
  font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #700015;
}
.filters__header div {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .filters__header {
    display: flex;
  }
}
.filters__button {
  cursor: pointer;
  font-size: clamp(1.625rem, 1.55rem + 0.375vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #700015;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #000000;
}
@media screen and (min-width: 1024px) {
  .filters__button {
    display: none;
  }
}
.filters__body fieldset {
  margin: 2rem 0;
}
.filters__body fieldset legend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.filters__body fieldset legend > span:first-child {
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
}
.filters__body fieldset > div:not(legend) {
  padding: 0.6rem 0;
  padding-left: 0.6rem;
}

.exhibitor {
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.exhibitor__location {
  border-radius: 20px;
}
.exhibitor__location--title {
  font-size: clamp(1.375rem, 1.325rem + 0.25vw, 1.625rem);
  text-transform: uppercase;
  color: #700015;
}
.exhibitor__specs {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin: 0.6rem 0;
}
.exhibitor__label {
  background-color: #F3C76E;
  border-radius: 50px;
  padding: 0.4rem 1rem;
  width: max-content;
}
.exhibitor__label--alternate {
  background-color: #91C79F;
}
.exhibitor__header {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .exhibitor__header {
    flex-direction: row;
  }
}
.exhibitor__header > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 750px) {
  .exhibitor__header > div:first-child {
    width: 60%;
    flex-direction: row;
  }
}
@media screen and (min-width: 750px) {
  .exhibitor__header > div:last-child {
    width: 40%;
  }
}
.exhibitor__logo {
  display: flex;
  align-items: center;
}
.exhibitor__logo img {
  object-fit: contain;
  display: block;
  height: 100%;
  max-height: 140px;
  max-width: 200px;
}
.exhibitor__info {
  display: flex;
  flex-direction: column;
}
.exhibitor__menu {
  margin: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.exhibitor__menu .list__item {
  pointer-events: none;
}

.content-section {
  display: block;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  .content-section {
    margin-bottom: 10rem;
  }
}
.content-section:first-child {
  margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .content-section:first-child {
    margin-top: 8rem;
  }
}
.content-section--no-margin {
  margin-bottom: 0;
}

.content-section--small-spacing {
  margin-bottom: 2rem;
}

.content-section--layout-1 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .content-section--layout-1 {
    flex-direction: row;
  }
}
.content-section--layout-1 > div {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .content-section--layout-1 > div:first-child {
    min-width: 360px;
    width: 22%;
  }
}
@media screen and (min-width: 1024px) {
  .content-section--layout-1 > div:last-child {
    width: 78%;
  }
}

.content-section--columns {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .content-section--columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.content-section__header {
  margin-bottom: 2rem;
}
.content-section__content > * {
  margin-bottom: 2rem;
}
.content-section__content > *:last-child {
  margin-bottom: 0;
}
.content-section__footer {
  margin-top: 2rem;
}

.card-block {
  background-color: #fff;
  border-radius: 20px;
  border: 1.5px solid #000000;
  margin-bottom: 2rem;
  overflow: hidden;
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  .card-block {
    gap: 4rem;
    flex-direction: row;
  }
}
.card-block__graphics {
  width: 100%;
}
.card-block__graphics img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}
@media screen and (min-width: 1024px) {
  .card-block__graphics {
    max-width: 300px;
  }
}
.card-block__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.accordion {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.accordion__title {
  color: #F3C76E;
}
.accordion__item--chevron {
  width: 25px;
  height: 25px;
  transform: translateY(6px);
  transform-origin: center;
  transition: transform 300ms ease-in-out;
  margin-right: 0.5rem;
}
.accordion__item--chevron-open {
  transform: translateY(6px) rotate(90deg);
}
.accordion__item--header {
  cursor: pointer;
  font-size: calc(2rem * 0.6);
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  background-color: transparent;
  transition: background-color 300ms ease-in-out;
  border-radius: 2px;
  user-select: none;
}
.accordion__item--header span {
  color: #000000;
}
.accordion__item--body {
  font-size: clamp(1rem, 1.05rem + 0.375vw, 1.2rem);
  border-left: 1px solid rgba(var(--rgb-text-color), 0.209);
  margin-left: 10px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms ease;
}
@media screen and (min-width: 1024px) {
  .accordion__item--body {
    width: 80%;
  }
}
.accordion__item--body .wysiwyg {
  color: unset;
}
.accordion__item--body > * {
  margin: 0.5rem 0;
}
.accordion__item--body > *:first-child {
  margin: 1rem;
  margin-left: unset;
  padding-left: 3rem;
}
.accordion__item--body-show {
  max-height: unset;
  border-left: unset;
  margin-left: unset;
  overflow: unset;
}
.accordion__item--body-show > *:first-child {
  margin: 1rem;
  margin-left: unset;
  padding-left: unset;
}