/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-Light.woff) format("woff"), url(../fonts/Kanit-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url(../fonts/Kanit-SemiBold.woff) format("woff"), url(../fonts/Kanit-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RammettoOne";
  src: url(../fonts/RammettoOne-Regular.woff) format("woff"), url(../fonts/RammettoOne-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 14px/1 "Kanit", sans-serif;
  color: #0F251B;
  text-decoration: none;
  cursor: pointer;
}
.btn--green-100, .btn--green-400, .btn--pink-100, .btn--pink-400 {
  padding: 8px 30px;
  border-radius: 100px;
  outline: 0;
  border: 0;
}
.btn--green-100.btn--big, .btn--green-400.btn--big, .btn--pink-100.btn--big, .btn--pink-400.btn--big {
  font-size: 16px;
  padding: 14px 60px;
}
.btn--green-100 {
  background: #B0F3D3;
}
.btn--green-400 {
  background: #8ED1B1;
}
.btn--pink-100 {
  background: #FFEAF6;
}
.btn--pink-400 {
  background: #BF80A6;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .btn {
    font-size: 16px;
  }
  .btn--green-100, .btn--green-400, .btn--pink-100, .btn--pink-400 {
    padding: 10px 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .btn {
    font-size: 18px;
  }
  .btn--green-100, .btn--green-400, .btn--pink-100, .btn--pink-400 {
    padding: 14px 60px;
  }
}
.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 400 64px/1.2 "RammettoOne", sans-serif;
}

.h2 {
  font: 400 38px/1.2 "RammettoOne", sans-serif;
}

.h3 {
  font: 400 32px/1.2 "RammettoOne", sans-serif;
}

.h4 {
  font: 400 25px/1.2 "RammettoOne", sans-serif;
}

.h5 {
  font: 400 20px/1.2 "RammettoOne", sans-serif;
}

@media only screen and (min-width: 768px) {
  .h2 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1280px) {
  .h2 {
    font-size: 80px;
  }
  .h3 {
    font-size: 40px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 990;
  transition: background-color 300ms ease-in-out, padding 300ms ease-in-out, -webkit-backdrop-filter 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, padding 300ms ease-in-out, backdrop-filter 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, padding 300ms ease-in-out, backdrop-filter 300ms ease-in-out, -webkit-backdrop-filter 300ms ease-in-out;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 130px;
  height: auto;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  display: grid;
  gap: 8px;
  padding: 100px 20px 40px;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
}
.header__menu-link {
  font: 400 18px/1.5 "Kanit", sans-serif;
  color: #0F251B;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.header__menu-link:hover {
  color: #686868;
}
.header__hamburger {
  position: relative;
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #BF80A6;
  margin: 4px 0;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
}
.header.scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.header.expanded .header__menu {
  transform: translateY(0);
}
.header.expanded .header__hamburger-line--1 {
  transform: translateY(6px) rotate(45deg);
}
.header.expanded .header__hamburger-line--2 {
  opacity: 0;
}
.header.expanded .header__hamburger-line--3 {
  transform: translateY(-6px) rotate(-45deg);
}

@media only screen and (min-width: 1280px) {
  .header__logo-img {
    width: 150px;
  }
  .header__menu {
    position: initial;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 64px;
    padding: 0;
    transform: none;
    background: transparent;
  }
  .header__hamburger {
    width: 150px;
    visibility: hidden;
    pointer-events: none;
  }
}
.footer {
  background: #FFEAF6;
  overflow: hidden;
}
.footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 32px 0;
}
.footer__logo-big-img {
  width: 50px;
}
.footer__logo-fade {
  width: 100%;
  height: auto;
  transform: translateY(15%);
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.footer__social {
  width: 32px;
  height: 32px;
  background: #BF80A6;
  padding: 6px;
  border-radius: 8px;
}
.footer__social-icon {
  display: block;
  width: 100%;
  height: auto;
}
.footer__menu {
  grid-column: span 2;
  display: grid;
  gap: 4px;
}
.footer__menu-link {
  font: 400 14px/1 "Kanit", sans-serif;
  color: #BF80A6;
  text-transform: uppercase;
  text-decoration: none;
}
.footer__sponsors {
  grid-column: span 2;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.footer__sponsor-img {
  width: auto;
  height: 32px;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .footer__logo-big {
    order: 1;
  }
  .footer__logo-big-img {
    width: 85px;
  }
  .footer__menu {
    order: 2;
    grid-column: initial;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
  }
  .footer__socials {
    order: 3;
    justify-content: flex-start;
  }
  .footer__sponsors {
    order: 4;
    grid-column: initial;
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    display: grid;
  }
  .footer__content {
    order: 2;
  }
  .footer__logo-big-img {
    width: 150px;
  }
  .footer__logo-fade {
    order: 1;
    transform: translateY(-15%);
    margin-bottom: -10%;
  }
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFEAF6;
  height: 100svh;
  text-align: center;
  padding-top: 30%;
}
.hero__content {
  display: grid;
  gap: 40px;
  width: 100%;
}
.hero__container {
  display: grid;
  gap: 18px;
  max-width: 770px;
  margin: 0 auto;
}
.hero__title {
  color: #BF80A6;
}
.hero__cta {
  margin: 0 auto;
}
.hero__img {
  width: 100%;
  height: auto;
  padding: 0 20px;
}
.hero__logo {
  display: none;
}

.contest {
  margin: 60px 0;
}
.contest__container {
  display: grid;
  gap: 40px;
}
.contest__img {
  width: 100%;
}
.contest__text {
  display: grid;
  gap: 16px;
  padding: 0 20px;
  max-width: 520px;
}
.contest__title {
  color: #BF80A6;
}
.contest__paragraphs p {
  font: 300 16px/1.25 "Kanit", sans-serif;
  margin-bottom: 15px;
}
.contest__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.contest__cta {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
}

.quiz__register {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.quiz__register-line {
  width: 100%;
  min-width: 1100px;
}
.quiz__register-line--top {
  transform: translateY(50%);
}
.quiz__register-line--bottom {
  transform: translateY(-50%);
}
.quiz__register-content {
  background: #B0F3D3;
  padding: 40px 0;
}
.quiz__register-container {
  display: grid;
  gap: 30px;
}
.quiz__register-heading {
  display: grid;
  gap: 12px;
  text-align: center;
}
.quiz__register-title {
  color: #0F251B;
}
.quiz__register-paragraphs {
  max-width: 415px;
  margin: 0 auto;
}
.quiz__register-paragraphs p {
  font: 300 16px/1.25 "Kanit", sans-serif;
  color: #686868;
  margin-bottom: 15px;
}
.quiz__register-paragraphs p:last-of-type {
  margin-bottom: 0;
}
.quiz__register-form {
  display: grid;
  gap: 24px;
}
.quiz__register-inputs {
  display: grid;
  gap: 6px;
}
.quiz__register-email {
  width: 100%;
  height: 40px;
  font: 600 14px/1 "Kanit", sans-serif;
  color: #0F251B;
  background: #B0F3D3;
  border: 1px solid #0F251B;
  border-radius: 100px;
  padding: 10px 18px;
}
.quiz__register-email::-moz-placeholder {
  color: #0F251B;
}
.quiz__register-email::placeholder {
  color: #0F251B;
}
.quiz__register-email:active, .quiz__register-email:focus, .quiz__register-email:hover {
  outline: 0;
}
.quiz__register-consent {
  display: flex;
  align-items: center;
  gap: 4px;
}
.quiz__register-consent-text {
  font: 400 10px/1.2 "Kanit", sans-serif;
  color: #0F251B;
}
.quiz__register-consent-text a {
  font: 400 10px/1.2 "Kanit", sans-serif;
  color: #0F251B;
}
.quiz__register-submit {
  height: 40px;
  margin: 0 auto;
}
.quiz .error-message {
  font: 300 20px/1.2 "Kanit", sans-serif;
  color: #0F251B;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.quiz__form {
  position: relative;
  overflow: hidden;
  margin-top: -30px;
  z-index: 1;
}
.quiz__form.quiz-active .quiz__form-line,
.quiz__form.quiz-active .quiz__form-content {
  filter: unset;
}
.quiz__form.quiz-active .quiz__form-banner {
  display: none;
}
.quiz__form-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFEAF6;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 20px;
  width: 1080px;
  max-width: calc(100% - 40px);
  height: 366px;
  max-height: 100vh;
  z-index: 9;
  box-shadow: 0px 21px 33px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 40px;
  text-align: center;
}
.quiz__form-banner p {
  font: 400 35px/1.3 "RammettoOne", sans-serif;
  color: #0F251B;
}
.quiz__form-title {
  margin-bottom: 40px;
  text-align: center;
  font: 400 24px/1.4 "RammettoOne", sans-serif;
  color: #FFFFFF;
}
.quiz__form-points {
  padding-left: 110px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}
.quiz__form-points span {
  font: 600 50px/0.7 "Kanit", sans-serif;
  color: #0F251B;
  opacity: 0.6;
}
.quiz__form-points span:first-of-type {
  padding-left: 10px;
}
.quiz__form-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.quiz__form-content {
  background: #8ED1B1;
  padding: 120px 0 80px;
  filter: blur(14px);
}
.quiz__form-line {
  width: 100%;
  min-width: 1100px;
  transform: translateY(-50%);
  filter: blur(14px);
}
.quiz__form-fields {
  display: grid;
  gap: 14px;
}
.quiz__form-contestant {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.quiz__form-contestant-heading {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: center;
  word-break: break-word;
  margin: 6px 0;
}
.quiz__form-contestant-heading-content {
  display: grid;
  gap: 4px;
  width: 60px;
}
.quiz__form-contestant-number {
  font: 600 80px/0.7 "Kanit", sans-serif;
  color: #0F251B;
  opacity: 0.2;
  width: 45px;
}
.quiz__form-contestant-img {
  width: 100%;
  height: auto;
}
.quiz__form-contestant-title {
  font: 300 12px/0.8 "Kanit", sans-serif;
  color: #0F251B;
}
.quiz__form-contestant-score {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background: #B0F3D3;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  box-shadow: 0 3.661px 3.661px 0 rgba(0, 0, 0, 0.25);
}
.quiz__form-contestant-score::before, .quiz__form-contestant-score::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #8ED1B1;
}
.quiz__form-contestant-score::before {
  left: 33%;
}
.quiz__form-contestant-score::after {
  left: 66%;
}
.quiz__form-contestant-score::-webkit-slider-runnable-track {
  height: 30px;
  margin: 20px 0;
  border-radius: 20px;
  background: linear-gradient(to right, #8ED1B1 0% var(--fill, 0%), #a7f3d0 var(--fill, 0%) 100%);
}
.quiz__form-contestant-score::-moz-range-track {
  height: 30px;
  margin: 20px 0;
  border-radius: 20px;
  background: linear-gradient(to right, #8ED1B1 0% var(--fill, 0%), #a7f3d0 var(--fill, 0%) 100%);
}
.quiz__form-contestant-score::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-image: var(--thumb-img);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-top: -17px;
}
.quiz__form-contestant-score::-moz-range-thumb {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-image: var(--thumb-img);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.quiz__form .btn {
  margin: 24px auto 0;
}

.quiz-thanks-modal {
  display: none;
}

.location-date {
  margin: 60px 0 0;
}
.location-date__date-with-media {
  display: none;
}
.location-date__content {
  background-color: #B0F3D3;
  position: relative;
}
.location-date__content::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 32px;
  background-image: url(../images/gornja-linija.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
}
.location-date__content::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 32px;
  background-image: url(../images/donja-linija.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -12px;
}
.location-date__content .container {
  padding-top: 55px;
  padding-bottom: 55px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 500px;
  margin: auto;
}
.location-date__content .container::after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background: #BF80A6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.location {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.location__title {
  font: 400 24px/1.3 "RammettoOne", sans-serif;
  color: #BF80A6;
  margin-bottom: 6px;
}
.location__address {
  display: none;
}
.location__location, .location__address {
  font: 500 18px/1 "Kanit", sans-serif;
  color: #BF80A6;
}

.date {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.date__title {
  font: 400 24px/1.3 "RammettoOne", sans-serif;
  color: #BF80A6;
  margin-bottom: 6px;
}
.date p {
  font: 500 18px/1 "Kanit", sans-serif;
  color: #BF80A6;
}
.date p strong {
  font: 400 15px/1 "RammettoOne", sans-serif;
  color: #0F251B;
  padding: 10px 5px;
  background: #8ED1B1;
  border-radius: 6px;
}
.date p:first-of-type {
  margin-bottom: 4px;
}

.quiz-thanks-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(191, 128, 166, 0.4);
  z-index: 9999;
}
.quiz-thanks-modal .quiz-thanks-backdrop {
  border-radius: 40px;
  max-width: 100%;
  width: 1080px;
  height: 588px;
  max-height: 100vh;
  position: relative;
  background: linear-gradient(180deg, #FFEAF6 0%, #FFFFFF 100%);
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.quiz-thanks-modal .quiz-thanks-dialog {
  text-align: center;
  z-index: 1;
}
.quiz-thanks-modal .quiz-thanks-dialog #quiz-thanks-title {
  font: 400 28px/1 "RammettoOne", sans-serif;
  color: #BF80A6;
  margin-bottom: 8px;
}
.quiz-thanks-modal .quiz-thanks-dialog p {
  font: 300 20px/1 "Kanit", sans-serif;
  color: #BF80A6;
}
.quiz-thanks-modal .gelato-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.quiz-thanks-modal .gelatoroll-img,
.quiz-thanks-modal .gelatoroll2-img {
  display: none;
  position: absolute;
  z-index: -1;
}
.quiz-thanks-modal .gelatoroll-img {
  right: 0;
  bottom: 30px;
}
.quiz-thanks-modal .gelatoroll2-img {
  left: 0;
  top: 10px;
}
.quiz-thanks-modal #quiz-thanks-close {
  position: absolute;
  top: 39px;
  right: 39px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

#quiz-2 .quiz__form {
  background: #8ED1B1;
  padding-top: 80px;
  padding-bottom: 80px;
}
#quiz-2 .quiz__form.quiz-active .quiz-2__form-content {
  filter: unset;
}
#quiz-2 .quiz__form .quiz-2__form-content {
  filter: blur(16px);
}
#quiz-2 .quiz__form .quiz-2__form-rate-holder {
  background: #B4EDD2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 40px;
  padding: 42px 32px;
  max-width: 570px;
  margin: 0 auto;
}
#quiz-2 .quiz__form .quiz__form-contestant-heading-content,
#quiz-2 .quiz__form .quiz-2__form-contestant {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
#quiz-2 .quiz__form .quiz__form-contestant-heading {
  margin: 0;
  padding: 6px 0;
  width: 188px;
  border-right: 1px solid #8ED1B1;
}
#quiz-2 .quiz__form .quiz__form-contestant-heading-content {
  gap: 8px;
  width: auto;
}
#quiz-2 .quiz__form .quiz__form-contestant-heading-content img {
  width: 88px;
  height: 88px;
}
#quiz-2 .quiz__form .quiz__form-contestant-heading-content .quiz__form-contestant-title {
  font: 300 17px/1 "Kanit", sans-serif;
  color: #0F251B;
  text-align: left;
}
#quiz-2 .quiz__form .q2-rating {
  padding: 0;
}
#quiz-2 .quiz__form-contestant-score {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background: transparent !important;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  box-shadow: unset !important;
}
#quiz-2 .quiz__form-contestant-score::-webkit-slider-runnable-track {
  height: 1px;
  margin: 0;
  background: #8ED1B1;
}
#quiz-2 .quiz__form-contestant-score::-moz-range-track {
  height: 1px;
  margin: 20px 0;
  background: #8ED1B1;
}
#quiz-2 .quiz__form-contestant-score::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 64px;
  height: 1px;
  border-radius: 50%;
  background-image: var(--thumb-img);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-top: -17px;
}
#quiz-2 .quiz__form-contestant-score::-moz-range-thumb {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-image: var(--thumb-img);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#quiz-2 .quiz__form-contestant-score::before, #quiz-2 .quiz__form-contestant-score::after {
  content: none;
}

@media only screen and (max-width: 768px) {
  #quiz-2 .quiz__form .quiz__form-contestant-heading {
    width: 90px;
  }
  #quiz-2 .quiz__form .quiz__form-contestant-heading-content img {
    width: 44px;
    height: 44px;
  }
  #quiz-2 .quiz__form .quiz__form-contestant-heading-content,
  #quiz-2 .quiz__form .quiz-2__form-contestant {
    flex-flow: column;
    align-items: flex-start;
  }
}
.cooking {
  color: #BF80A6;
  text-align: center;
  margin: 80px 0 120px;
}
.cooking__container {
  max-width: 540px;
  margin: 0 auto;
}
.cooking__img {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin: 0 auto 6px;
}
.cooking__paragraphs {
  margin-top: 16px;
}
.cooking__paragraphs p {
  font: 300 20px/1.2 "Kanit", sans-serif;
}
.cooking__paragraphs p strong,
.cooking__paragraphs p b {
  font-weight: 700;
}
.cooking__cta {
  font: 700 16px/20px "Kanit", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #BF80A6;
  width: 222px;
  height: 40px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  text-decoration: none;
  margin: 26px auto 0;
}

.memory {
  text-align: center;
  overflow: hidden;
  margin-top: -24px;
}
.memory__content {
  background: #FFEAF6;
  padding: 80px 0;
}
.memory__line {
  width: 100%;
  min-width: 1100px;
}
.memory__line--top {
  transform: translateY(50%);
}
.memory__line--bottom {
  transform: translateY(-50%);
}
.memory__container {
  display: grid;
  gap: 80px;
}
.memory__heading {
  display: grid;
  gap: 8px;
  max-width: 500px;
  margin: 0 auto;
  color: #BF80A6;
}
.memory__paragraphs p {
  font: 400 18px/1.2 "Kanit", sans-serif;
}
.memory__game {
  color: #FFFFFF;
}
.memory__timer {
  display: flex;
  align-items: center;
  background: #BF80A6;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  border-radius: 12px;
  padding: 8px 16px;
  margin: 0 auto 12px;
}
.memory__timer-label {
  display: flex;
  align-items: center;
  gap: 2px;
}
.memory__timer-label-text {
  font: 400 16px/1 "RammettoOne", sans-serif;
}
.memory__timer-number {
  width: 55px;
  font: 400 20px/1 "Kanit", sans-serif;
}
.memory__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.memory__card {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  perspective: 1000px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.memory__card-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.memory__card-face {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.memory__card-face--back {
  transform: rotateY(180deg);
}
.memory__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.memory__card.is-flipped .memory__card-inner {
  transform: rotateY(180deg);
}
.memory__card.is-matched {
  cursor: default;
}
.memory__card.is-matched-inner {
  box-shadow: 0 0 0 2px #28a745 inset;
}
.memory__card.is-matched, .memory__card.is-matched * {
  pointer-events: none;
}
.memory__btn {
  margin: 12px auto 0;
}
.memory__message {
  font: 400 18px/1.2 "RammettoOne", sans-serif;
  margin-top: 24px;
  color: #686868;
}

.contestants {
  text-align: center;
  margin: 80px 0;
  overflow: hidden;
}
.contestants__container {
  display: grid;
  gap: 40px;
}
.contestants__heading {
  display: grid;
  gap: 12px;
  max-width: 500px;
  margin: 0 auto;
}
.contestants__title {
  color: #BF80A6;
}
.contestants__paragraphs {
  color: #686868;
}
.contestants__paragraphs p {
  font: 300 16px/1.2 "Kanit", sans-serif;
  margin-bottom: 15px;
}
.contestants__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.contestants__content {
  display: grid;
  gap: 40px;
}
.contestants__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.contestants .swiper {
  display: none;
  width: 100%;
  min-width: 0;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.contestants .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.contestants .swiper-button-prev, .contestants .swiper-button-next {
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: #8ED1B1;
  border: 0;
  outline: 0;
  z-index: 2;
  cursor: pointer;
}
.contestants .swiper-button-prev img, .contestants .swiper-button-next img {
  width: 100%;
}
.contestants .swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.contestants__item {
  display: grid;
  gap: 36px;
}
.contestants__item iframe {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
}
.contestants__item-text {
  display: grid;
  gap: 24px;
}
.contestants__item-title {
  color: #BF80A6;
}
.contestants__item-paragraphs {
  max-width: 650px;
  margin: 0 auto;
}
.contestants__item-paragraphs p {
  font: 300 16px/1.2 "Kanit", sans-serif;
  color: #686868;
  margin-bottom: 12px;
}
.contestants__item-paragraphs p:last-of-type {
  margin-bottom: 0;
}
.contestants--gelato .contestants__slider--gelato {
  display: block;
}
.contestants--cooking .contestants__slider--cooking {
  display: block;
}

.map {
  position: relative;
  background: radial-gradient(99.71% 82.56% at 50% 98.8%, #FFEAF6 0%, #BF80A6 100%);
  padding: 80px 0 240px;
  overflow: hidden;
}
.map__background {
  position: absolute;
  top: 200px;
  left: 50%;
  width: auto;
  height: calc(100% - 200px);
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
  z-index: 1;
}
.map__container {
  position: relative;
  z-index: 2;
}
.map__title {
  text-align: center;
  color: #FFFFFF;
}
.map__content {
  position: relative;
}
.map__line {
  position: relative;
  width: 100%;
  min-width: 600px;
  left: 50%;
  transform: translateX(-43%);
  margin-top: 240px;
}
.map__line--tablet, .map__line--desktop {
  display: none;
}
.map__location {
  position: absolute;
  display: grid;
  gap: 22px;
  width: 100%;
  max-width: 230px;
  background: #FFEAF6;
  padding: 20px 16px;
  border-radius: 12px;
  z-index: 3;
}
.map__location-title {
  font: 400 16px/1.1 "RammettoOne", sans-serif;
  color: #8ED1B1;
}
.map__location--1 {
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.map__location--2 {
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
}
.map__location--3 {
  top: 101%;
  left: 50%;
  transform: translateX(-50%);
}
.map__contestant-name {
  font: 400 16px/1.1 "Kanit", sans-serif;
  color: #BF80A6;
  text-transform: uppercase;
}
.map__contestant-info {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.map__contestant-info-icon {
  margin-top: 2px;
}
.map__contestant-info-text {
  font: 300 16px/1.1 "Kanit", sans-serif;
  color: #686868;
  text-decoration: none;
}

.big-video {
  position: relative;
  background: #B0F3D3;
  padding-top: 60px;
  padding-bottom: 80px;
}
.big-video:before {
  content: "";
  background: url(../images/gornja-linija.png);
  width: 100%;
  top: -16px;
  height: 35px;
  left: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.big-video:after {
  content: "";
  background: url(../images/donja-linija.png);
  width: 100%;
  bottom: -16px;
  height: 35px;
  left: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.big-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 46px;
}

.galleries {
  padding-top: 80px;
  padding-bottom: 80px;
}
.galleries__title {
  text-align: center;
  margin-bottom: 40px;
}
.galleries__title h2 {
  color: #BF80A6;
  margin-bottom: 16px;
}
.galleries__title p {
  font: 300 17px/1.2 "Kanit", sans-serif;
  color: #666;
}
.galleries__days img {
  max-width: 100%;
}
.galleries__day-one, .galleries__day-two {
  margin-bottom: 20px;
}
.galleries .gallery-one,
.galleries .gallery-two {
  display: none;
}
.galleries .gallery-one .swiper,
.galleries .gallery-two .swiper {
  position: relative;
}
.galleries .gallery-one .swiper-navigation,
.galleries .gallery-two .swiper-navigation {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.galleries .gallery-one .swiper-navigation .container,
.galleries .gallery-two .swiper-navigation .container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.galleries .gallery-one .swiper-navigation .container button,
.galleries .gallery-two .swiper-navigation .container button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.galleries .swiper-slide {
  transform: scale(0.9);
  transition: all 500ms ease;
}
.galleries .swiper-slide img {
  max-width: 100%;
  border-radius: 40px;
  height: 432px;
  -o-object-fit: cover;
     object-fit: cover;
}
.galleries .swiper-slide-active {
  transform: scale(1);
}

@media only screen and (min-width: 768px) {
  .contest {
    margin: 120px 0;
  }
  .contest__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
  }
  .quiz__register-form {
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }
  .quiz__register-inputs {
    flex: 1;
  }
  .quiz__register-submit {
    width: 190px;
    margin: 0;
    padding: 0;
  }
  .quiz__form-contestant-score {
    padding: 0 10%;
  }
  .quiz-thanks-modal .quiz-thanks-dialog #quiz-thanks-title {
    font-size: 57px;
  }
  .quiz-thanks-modal .quiz-thanks-dialog p {
    font-size: 32px;
  }
  .quiz-thanks-modal .gelatoroll-img,
  .quiz-thanks-modal .gelatoroll2-img {
    display: inline-block;
  }
  .location-date {
    margin: 120px 0 0;
  }
  .location__title,
  .date__title {
    font-size: 32px;
  }
  .location__location, .location__address {
    font-size: 24px;
  }
  .date p {
    font-size: 24px;
  }
  .date p strong {
    font-size: 19px;
  }
  .map__line {
    left: 0;
    transform: none;
  }
  .map__line--mobile {
    display: none;
  }
  .map__line--tablet {
    display: block;
  }
  .map__location--1 {
    top: 26%;
  }
  .map__location--2 {
    top: 84%;
    left: auto;
    right: 0;
    transform: none;
  }
  .map__location--3 {
    left: 0;
    transform: none;
  }
  .galleries__days {
    display: flex;
    flex-flow: row;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
  .galleries .swiper-slide img {
    height: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .hero {
    display: block;
    padding-top: 25svh;
  }
  .hero__container {
    position: relative;
    z-index: 3;
  }
  .hero__img {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  .hero__logo {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .hero__logo-img {
    width: 100%;
    transform: translateY(20%);
  }
  .contest {
    margin: 200px 0;
  }
  .location-date__content {
    background-color: transparent;
  }
  .location-date__content:before, .location-date__content:after {
    content: none;
  }
  .location-date .container {
    max-width: 1320px;
    margin: 0 auto;
    flex-flow: row wrap;
  }
  .location-date .container:after {
    content: none;
  }
  .location-date .location {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 80px;
  }
  .location-date .location__title {
    font-size: 40px;
  }
  .location-date .location__location {
    border-right: 4px solid #BF80A6;
    font-size: 32px;
    padding: 4px 41px 8px 0;
  }
  .location-date .location__address {
    display: inline-block;
    padding: 4px 0 8px 41px;
    font-size: 32px;
  }
  .location-date .location__location-address {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
  }
  .location-date .date {
    display: none;
  }
  .location-date__date-with-media {
    display: flex;
    flex: 0 0 100%;
    margin-top: 60px;
    background: #B0F3D3;
    position: relative;
  }
  .location-date__date-with-media::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 32px;
    background-image: url(../images/gornja-linija.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -20px;
  }
  .location-date__date-with-media::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 32px;
    background-image: url(../images/donja-linija.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -12px;
  }
  .location-date__date-with-media .container {
    display: flex;
    flex-flow: column;
    gap: 45px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .location-date__single {
    display: flex;
    flex-flow: row;
    gap: 46px;
    align-items: center;
    justify-content: flex-start;
  }
  .location-date__single-img {
    width: 477px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 40px;
  }
  .location-date__single-description {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
  }
  .location-date__single-description p {
    font: 600 32px/1 "Kanit", sans-serif;
    color: #BF80A6;
    display: inline-block;
  }
  .location-date__single-description p strong {
    font: 400 24px/1 "RammettoOne", sans-serif;
    color: #0F251B;
    padding: 18px 8px;
    background: #8ED1B1;
    border-radius: 10px;
    display: inline-block;
  }
  .location-date__single-description h3 {
    font: 400 32px/40px "RammettoOne", sans-serif;
    color: #BF80A6;
    margin-top: 18px;
  }
  .location-date__single-description span {
    display: inline-block;
    margin-top: 8px;
    font: 300 16px/20px "Kanit", sans-serif;
    color: #666;
  }
  .quiz__register-email, .quiz__register-submit {
    height: 46px;
  }
  .cooking {
    margin: 120px 0 140px;
  }
  .memory__paragraphs p {
    font-size: 20px;
  }
  .contestants .swiper {
    padding: 0 80px;
  }
  .contestants .swiper-button-prev, .contestants .swiper-button-next {
    position: absolute;
    width: 55px;
    height: 55px;
    padding: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .contestants .swiper-button-prev {
    left: 0;
  }
  .contestants .swiper-button-next {
    right: 0;
  }
  .map__line--tablet {
    display: none;
  }
  .map__line--desktop {
    display: block;
  }
  .map__location--1 {
    top: 39%;
  }
  .map__location--2 {
    top: 101%;
  }
}
