/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/style.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.
 */
* {
  box-sizing: border-box;
}

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

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  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;
  margin: 0.67em 0;
}

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

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

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

/**
   * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * 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;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  appearance: button;
  -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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
   * 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] {
  appearance: textfield; /* 1 */
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/**
 * 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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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

: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;
  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;
}

.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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

.swiper-3d {
  perspective: 1200px;
}

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .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);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.home footer#site-footer {
  background-color: var(--color-gray);
}
.home section h2,
.home section .h2 {
  font-size: min(3rem, 10.5vw);
  font-family: "fatfrank", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-weight: normal;
}
.home section h3,
.home section .h3 {
  font-family: "fatfrank", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
}
.home section.splash {
  position: relative;
}
.home section.splash h1 img {
  width: 100%;
  display: block;
}
.home section.splash .intro-text {
  position: absolute;
  top: 45%;
  left: 11.3vw;
  font-family: "fatfrank", sans-serif;
  font-size: 2.6vw;
  font-weight: normal;
}
.home section.splash .intro-text p {
  margin: 0;
}
@media (max-width: 767px) {
  .home section.splash .intro-text {
    position: static;
    padding: 2rem;
    text-align: center;
    font-size: 7vw;
    background-color: black;
    color: var(--color-yellow);
  }
}
.home section.previous .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .home section.previous .row {
    grid-template-columns: 1fr;
  }
}
.home section.previous .row .left {
  background-color: black;
  color: var(--color-yellow);
  font-family: "fatfrank", sans-serif;
  font-size: 2.6em;
  font-weight: normal;
  text-align: center;
  padding: 6.5rem 2rem;
}
.home section.previous .row .left p {
  margin: 0;
}
@media (max-width: 980px) {
  .home section.previous .row .left {
    font-size: 5vw;
  }
}
@media (max-width: 767px) {
  .home section.previous .row .left {
    font-size: max(7vw, 39px);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.home section.previous .row .right {
  background-color: var(--color-light-yellow);
  font-size: 1.8em;
  font-family: "fatfrank", sans-serif;
  font-weight: normal;
  padding: 4.5rem 2rem 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .home section.previous .row .right {
    padding-top: 3.5rem;
  }
}
.home section.previous .row .right img {
  width: 1.65em;
}
.home section.previous .row .right .see-last {
  color: var(--color-yellow);
  padding-top: 1em;
}
.home section.previous .row .right .see-last img {
  margin-top: 1em;
  animation: 1.5s infinite alternate jump;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.home section.appointment {
  background-color: var(--color-light-yellow);
  padding: min(5.5rem, 9vw) 0;
}
.home section.appointment .wrapper {
  max-width: 48.5em;
  font-size: min(20px, 2vw);
}
.home section.appointment .wrapper .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home section.appointment .wrapper .row .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home section.appointment .wrapper .row .left img {
  width: 6.75em;
}
.home section.appointment .wrapper .row .left time {
  width: min-content;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.5em;
  font-family: "fatfrank", sans-serif;
  line-height: 0.8;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0.7em;
  font-weight: normal;
}
.home section.appointment .wrapper .row .left time .day,
.home section.appointment .wrapper .row .left time .month {
  font-size: 4.3em;
}
.home section.appointment .wrapper .row .left time .day {
  padding-right: 0.25em;
}
.home section.appointment .wrapper .row .left time .month {
  padding-left: 0.25em;
  text-align: right;
  border-left: 1px solid;
}
.home section.appointment .wrapper .row .left time .year {
  font-size: 5.4em;
  width: 100%;
  position: relative;
  margin-top: 0.1em;
}
.home section.appointment .wrapper .row .center {
  border-left: 1px solid;
  align-self: stretch;
}
.home section.appointment .wrapper .row .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}
.home section.appointment .wrapper .row .right hr {
  margin: 0.5em 0;
}
.home section.appointment .wrapper .row .right .top,
.home section.appointment .wrapper .row .right .bottom {
  font-size: 1.8em;
  display: flex;
  align-items: center;
}
.home section.appointment .wrapper .row .right .top img,
.home section.appointment .wrapper .row .right .bottom img {
  margin-right: 0.6em;
  width: 1.65em;
}
.home section.appointment .wrapper .row .right .bottom {
  font-family: "fatfrank", sans-serif;
  font-weight: normal;
}
.home section.appointment .wrapper .row .right .bottom .text {
  padding-right: 1em;
}
.home section.photo-slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
.home section.what {
  text-align: center;
  padding: min(5rem, 6.2vw) 0 min(4rem, 5vw);
  background-color: var(--color-yellow);
}
.home section.what h2 {
  font-size: min(3rem, 7.1vw);
}
@media (max-width: 767px) {
  .home section.what .wrapper h2 {
    text-transform: none;
  }
}
.home section.what .wrapper .text {
  font-size: min(1.3rem, 4.5vw);
}
@media (max-width: 767px) {
  .home section.what .wrapper .text br {
    display: none;
  }
}
.home section.why {
  background-color: black;
  color: var(--color-yellow);
  padding: min(4rem, 7vw) 0;
}
@media (max-width: 767px) {
  .home section.why {
    padding-bottom: 0;
  }
}
.home section.why .wrapper .grid {
  grid-template-columns: 40% 60%;
}
@media (max-width: 767px) {
  .home section.why .wrapper .grid {
    display: block;
  }
}
.home section.why .wrapper .grid .left h2 {
  text-align: left;
  max-width: 15.5rem;
}
@media (max-width: 767px) {
  .home section.why .wrapper .grid .left h2 {
    max-width: unset;
  }
}
.home section.why .wrapper .grid .left .text {
  max-width: 15.5rem;
  margin-top: 3.5rem;
  font-size: min(1.3rem, 4.5vw);
}
@media (max-width: 767px) {
  .home section.why .wrapper .grid .left .text {
    margin-top: 5vw;
    margin-bottom: 5vw;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .home section.why .wrapper .grid .right {
    margin: 0 -30px;
  }
}
.home section.why .wrapper .grid .right img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.home section.who {
  padding: min(4rem, 10vw) 0 0;
}
.home section.who .wrapper h2 {
  margin-bottom: min(4rem, 10vw);
}
.home section.who .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  gap: 0;
}
@media (max-width: 767px) {
  .home section.who .grid {
    display: none;
  }
}
.home section.who .grid .place {
  background-color: var(--color-yellow);
  text-align: center;
}
.home section.who .grid .place .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 4vw 1.2vw;
}
.home section.who .grid .place .inner p {
  margin: 0.5vw 0 0;
}
.home section.who .grid .place .inner .top h3 {
  font-size: 2.85vw;
}
.home section.who .grid .place .inner .top p {
  font-size: 1.8vw;
}
.home section.who .grid .place .inner .middle img {
  width: 1.65vw;
}
.home section.who .grid .place .inner .middle p {
  font-size: 1.5vw;
  font-weight: bold;
}
.home section.who .grid .place .inner .bottom a {
  background-color: black;
  color: var(--color-yellow);
  height: 3vw;
  font-size: 1.5vw;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.2em;
  border-radius: 1.5vw;
  transition: 0.2s opacity;
}
.home section.who .grid .place .inner .bottom a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.home section.who .grid .photo img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}
.home section.who .who-swiper {
  padding: 0;
  display: none;
  max-width: 600px;
  margin: 0 auto;
  --swiper-navigation-top-offset: 60%;
}
@media (max-width: 767px) {
  .home section.who .who-swiper {
    display: block;
  }
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide {
  padding: 0;
  background-color: var(--color-yellow);
  height: auto;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .photo-section img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  display: block;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 3rem;
  text-align: center;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner .top h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner .top p {
  font-size: 1rem;
  margin: 0;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner .middle {
  margin: 1rem 0;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner .middle img {
  width: 1.5rem;
  margin-bottom: 0.2rem;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner .middle .address {
  font-size: 1rem;
  font-weight: bold;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner .middle .address p {
  margin-top: 0;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner .bottom a {
  background-color: black;
  color: var(--color-yellow);
  height: 2.5em;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 1.5em;
  display: inline-flex;
  align-items: center;
  border-radius: 1.25rem;
  transition: 0.2s opacity;
}
.home section.who .who-swiper .swiper-wrapper .swiper-slide .slide-content .place-section .inner .bottom a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.home section.who .who-swiper .swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 2rem;
}
.home section.who .who-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-gray);
  opacity: 1;
  margin: 0 8px;
}
.home section.who .who-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}
.home section.numbers {
  padding: min(4rem, 10vw) 0;
  background-color: var(--color-light-yellow);
}
.home section.numbers .wrapper h2 {
  padding-bottom: min(2rem, 7vw) 0;
}
.home section.numbers .grid {
  padding: 0 30px;
  gap: 30px;
}
@media (max-width: 767px) {
  .home section.numbers .grid {
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: unset;
    grid-auto-flow: unset;
  }
}
.home section.numbers .grid .item {
  text-align: center;
  font-family: "fatfrank", sans-serif;
  font-weight: normal;
}
.home section.numbers .grid .item .number {
  font-size: 4.5vw;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .home section.numbers .grid .item .number {
    font-size: 11vw;
    width: 75%;
  }
}
.home section.numbers .grid .item:nth-child(4n+1) .number {
  background-image: url(fcb57ff2bc3bf5e10126.png);
}
.home section.numbers .grid .item:nth-child(4n+2) .number {
  background-image: url(69295918f58a33086164.png);
}
.home section.numbers .grid .item:nth-child(4n+3) .number {
  background-image: url(108b849396ad45f79be2.png);
}
.home section.numbers .grid .item:nth-child(4n+4) .number {
  background-image: url(ab233464095d31fe3dcb.png);
}
.home section.numbers .grid .item p {
  font-size: 2.1vw;
  text-transform: uppercase;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home section.numbers .grid .item p {
    font-size: 4.2vw;
  }
}
.home section.values {
  padding: 4rem 30px;
}
@media (max-width: 767px) {
  .home section.values {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 10vw;
  }
}
.home section.values .wrapper h2 {
  margin-bottom: 2rem;
}
.home section.values .content {
  position: relative;
}
@media (max-width: 767px) {
  .home section.values .content {
    display: none;
  }
}
.home section.values .content .explain,
.home section.values .content .value {
  background-color: var(--color-transparent-yellow);
  border-radius: 50%;
  width: 25%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 3.4vw;
  text-align: center;
}
.home section.values .content .explain h3,
.home section.values .content .value h3 {
  font-size: 2.3vw;
}
.home section.values .content .explain p,
.home section.values .content .value p {
  margin-bottom: 0;
  font-size: 1.4vw;
}
.home section.values .content .intro {
  width: 46%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.2vw;
}
.home section.values .content .intro .image {
  position: relative;
  z-index: 2;
}
.home section.values .content .intro .image img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.home section.values .content .intro .explain {
  width: 66%;
  background-color: var(--color-yellow);
  padding: 6.8vw 5vw 0;
  margin-top: -23.5%;
  position: relative;
  z-index: 1;
}
.home section.values .content .values .value {
  position: absolute;
  padding-top: 1.5vw;
}
.home section.values .content .values .value:nth-child(odd) {
  left: 0;
}
.home section.values .content .values .value:nth-child(even) {
  right: 0;
}
.home section.values .content .values .value:nth-child(1), .home section.values .content .values .value:nth-child(2) {
  top: 0;
}
.home section.values .content .values .value:nth-child(3), .home section.values .content .values .value:nth-child(4) {
  top: 20.5vw;
}
.home section.values .content .values .value:nth-child(5), .home section.values .content .values .value:nth-child(6) {
  top: 41vw;
}
.home section.values .content .values .value:nth-child(5) {
  left: 5.5vw;
}
.home section.values .content .values .value:nth-child(6) {
  right: 5.5vw;
}
.home section.values .mobile-content {
  display: none;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home section.values .mobile-content {
    display: block;
  }
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .intro-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .intro-slide .image {
  position: relative;
  z-index: 2;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .intro-slide .image img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .intro-slide .explain {
  background-color: var(--color-yellow);
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  text-align: center;
  margin-top: -4em;
  position: relative;
  z-index: 2;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .intro-slide .explain h3 {
  font-size: min(3rem, 7.1vw);
  margin-bottom: 1rem;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .intro-slide .explain .text {
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 450px) {
  .home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .intro-slide .explain .text {
    font-size: 0.9rem;
  }
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .intro-slide .explain .text p {
  margin-bottom: 0;
  margin-top: 0;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .values-slide {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .values-slide .value {
  background-color: var(--color-transparent-yellow);
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  text-align: center;
  margin: 0 auto;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .values-slide .value:nth-child(2) {
  margin-top: -2em;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .values-slide .value h3 {
  font-size: min(3rem, 7.1vw);
  margin-bottom: 0.5rem;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .values-slide .value .text {
  font-size: 0.9rem;
  line-height: 1.4;
}
.home section.values .mobile-content .values-swiper .swiper-wrapper .swiper-slide .values-slide .value .text p {
  margin-bottom: 0;
  margin-top: 0;
}
.home section.activities {
  padding: 3rem 0 6rem;
}
@media (max-width: 767px) {
  .home section.activities {
    padding-bottom: 0;
  }
}
.home section.activities .wrapper {
  max-width: 1320px;
}
@media (max-width: 767px) {
  .home section.activities .wrapper {
    padding: 0;
  }
}
.home section.activities .wrapper h2 {
  margin-bottom: min(4rem, 10vw);
}
.home section.activities .wrapper .activities-swiper {
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-top-offset: 20%;
}
.home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide {
    padding: 0;
    height: auto;
  }
}
.home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide .grid {
  grid-template-columns: 42% 58%;
}
@media (max-width: 767px) {
  .home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide .grid {
    grid-template-columns: 100%;
    grid-auto-flow: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide .grid .left {
    text-align: center;
    padding: 0 50px;
  }
}
.home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide .grid .left h3 {
  font-size: 3rem;
  color: var(--color-yellow);
}
@media (max-width: 767px) {
  .home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide .grid .left h3 {
    font-size: min(3rem, 7.1vw);
  }
}
.home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide .grid .left p {
  max-width: 17rem;
}
@media (max-width: 767px) {
  .home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide .grid .left p {
    max-width: unset;
  }
}
.home section.activities .wrapper .activities-swiper .swiper-wrapper .swiper-slide .grid .right img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  aspect-ratio: 1.5;
}
.home section.activities .wrapper .activities-swiper .swiper-pagination {
  position: static;
  padding: 30px 60px 0;
  text-align: right;
}
@media (max-width: 767px) {
  .home section.activities .wrapper .activities-swiper .swiper-pagination {
    display: none;
  }
}
.home section.form {
  background-color: var(--color-yellow);
  padding: 3.5rem 0 4rem;
  --wpforms-field-background-color: transparent;
  --wpforms-field-border-radius: 0;
  --wpforms-field-border-color: black;
  --wpforms-button-background-color: black;
  --wpforms-button-text-color: var(--color-yellow);
}
.home section.form .wrapper h2 {
  margin-bottom: 2.5rem;
}
.home section.form .wrapper .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .home section.form .wrapper .wpforms-field-container {
    grid-template-columns: 1fr;
  }
}
.home section.form .wrapper .wpforms-container {
  margin-bottom: 0;
}
.home section.form .wrapper .wpforms-field {
  padding-top: 0;
  padding-bottom: 1.4em;
}
.home section.form .wrapper .wpforms-field label {
  margin-bottom: 0.5em;
}
.home section.form .wrapper .wpforms-field input,
.home section.form .wrapper .wpforms-field select {
  width: 100% !important;
  max-width: 100%;
}
.home section.form .wrapper .wpforms-submit-container {
  text-align: center;
}
.home section.form .wrapper .wpforms-submit-container button[type=submit] {
  height: 2.3rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 2rem;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.2em;
  border-radius: 1.15rem;
  transition: 0.2s opacity;
}
.home section.form .wrapper .wpforms-submit-container button[type=submit]:hover {
  text-decoration: none;
  opacity: 0.5;
}
.home section.awards {
  padding: 4rem 0;
  background-color: var(--color-gray);
}
.home section.awards .wrapper {
  max-width: 1320px;
}
@media (max-width: 767px) {
  .home section.awards .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.home section.awards .wrapper h2 {
  margin-bottom: 2rem;
}
.home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide {
  padding: 0 60px;
}
.home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid {
  grid-template-columns: 30fr 70fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: unset;
  }
}
.home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .left .decoration {
  aspect-ratio: 0.77;
  background-image: url(award-2.613aa0bb.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .left .decoration {
    max-width: 300px;
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 420px) {
  .home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .left .decoration {
    font-size: 4.5vw;
  }
}
.home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .left .decoration .detail {
  aspect-ratio: 1;
  background-image: url(award-1.8a0d0d0a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5em 2em 2em;
}
.home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .left .decoration .detail h3 {
  font-size: 1.5em;
}
.home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .left .decoration .detail p {
  margin-top: 0.3em;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.1;
}
.home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4em;
  padding-left: 3em;
  padding-right: 1em;
}
@media (max-width: 767px) {
  .home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .right {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .right .text {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .home section.awards .wrapper .awards-swiper .swiper-wrapper .swiper-slide .grid .right .text {
    font-size: 0.9rem;
  }
}
.home section.awards .wrapper .awards-swiper .swiper-pagination {
  position: static;
  text-align: center;
  margin-top: 1rem;
}
.home section.awards .wrapper .awards-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.home section.past {
  padding: 4rem 0;
  background: var(--color-light-yellow);
  overflow: hidden;
}
.home section.past h2 {
  margin-bottom: 0.6rem;
  text-align: center;
}
.home section.past .past-swiper {
  overflow: visible;
  --swiper-navigation-sides-offset: 15.2vw;
}
@media (max-width: 767px) {
  .home section.past .past-swiper {
    --swiper-navigation-sides-offset: 12px;
  }
}
.home section.past .past-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .home section.past .past-swiper .swiper-wrapper .swiper-slide {
    padding: 0 55px;
  }
}
.home section.past .past-swiper .swiper-wrapper .swiper-slide .edition-content img {
  width: 100%;
}
.home section.past .past-swiper .swiper-wrapper .swiper-slide .edition-content h3 {
  margin: 0 0 0.5em 0;
  font-family: "titillium-web", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--primary-color);
}
.home section.past .past-swiper .swiper-wrapper .swiper-slide .edition-content p {
  margin: 1em 0;
  font-size: 1rem;
  line-height: 1.4;
}
.home section.past .past-swiper .swiper-wrapper .swiper-slide .edition-content .content {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .home section.past .past-swiper .swiper-wrapper .swiper-slide .edition-content .content {
    max-width: 100%;
  }
}
.home section.past .past-swiper .swiper-wrapper .swiper-slide .gallery-btn {
  padding: 0 16px;
  background: black;
  text-transform: uppercase;
  color: white;
  border: none;
  display: inline-flex;
  align-items: center;
  height: 2em;
  border-radius: 1em;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.home section.past .past-swiper .swiper-wrapper .swiper-slide .gallery-btn:hover {
  opacity: 0.7;
}
.home section.past .past-swiper .swiper-pagination {
  position: static;
  margin-top: 30px;
  text-align: center;
}
.home section.past .past-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  opacity: 0.3;
  margin: 0 6px;
}
.home section.past .past-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.gallery-dialog {
  padding: 20px;
  margin: 0;
  border: none;
  border-radius: 10px;
  background: transparent;
  max-height: 100vh;
  max-width: 100vw;
}
.gallery-dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}
.gallery-dialog .dialog-content {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0;
}
.gallery-dialog .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 5px;
  transition: background-color 0.3s ease;
  z-index: 10;
  line-height: 1;
}
.gallery-dialog .close-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.gallery-dialog .gallery-swiper {
  --primary-color: white;
}
.gallery-dialog .gallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-dialog .gallery-swiper .swiper-slide img {
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  object-fit: contain;
  border-radius: 5px;
}
.gallery-dialog .gallery-swiper .swiper-button-prev,
.gallery-dialog .gallery-swiper .swiper-button-next {
  color: var(--primary-color);
}
.gallery-dialog .gallery-swiper .swiper-button-prev:after,
.gallery-dialog .gallery-swiper .swiper-button-next:after {
  font-size: 1.5rem;
}
.gallery-dialog .gallery-swiper .swiper-pagination {
  bottom: 10px;
}
.gallery-dialog .gallery-swiper .swiper-pagination .swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 0.5;
}
.gallery-dialog .gallery-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 768px) {
  section.past .past-swiper .swiper-slide .edition-card {
    max-width: 250px;
  }
  section.past .past-swiper .swiper-slide .edition-card .edition-image {
    height: 160px;
  }
  section.past .past-swiper .swiper-slide .edition-card .edition-content {
    padding: 15px;
  }
  section.past .past-swiper .swiper-slide .edition-card .edition-content h3 {
    font-size: 2.5rem;
  }
  section.past .past-swiper .swiper-slide .edition-card .edition-content p {
    font-size: 0.85rem;
  }
}
/* Main theme styles */
body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  --swiper-theme-color: black;
  --color-yellow: rgba(255, 207, 0);
  --color-transparent-yellow: rgba(255, 207, 0, 0.2);
  --color-light-yellow: #fffbe8;
  --color-gray: #e8e8e8;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: 20px;
}

.nowrap {
  white-space: nowrap;
}

a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}

#main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}
#main-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 20px;
}
#main-header img {
  height: 4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

footer#site-footer {
  padding: 0 30px;
}
footer#site-footer .wrapper {
  padding: 15px 0 50px;
  border-top: 1px solid;
}
@media (max-width: 1194px) {
  footer#site-footer .wrapper {
    padding-bottom: 30px;
  }
}
footer#site-footer .wrapper .inner {
  margin: 0 -15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1194px) {
  footer#site-footer .wrapper .inner {
    display: block;
  }
}
footer#site-footer .wrapper .inner .left,
footer#site-footer .wrapper .inner .right {
  display: flex;
}
@media (max-width: 1194px) {
  footer#site-footer .wrapper .inner .left,
  footer#site-footer .wrapper .inner .right {
    flex-wrap: wrap;
  }
}
footer#site-footer .wrapper .inner .left > div,
footer#site-footer .wrapper .inner .right > div {
  margin: 0 15px;
}
footer#site-footer .wrapper .inner .left > div h3,
footer#site-footer .wrapper .inner .right > div h3 {
  font-weight: normal;
  font-size: 0.7rem;
  margin-bottom: 10px;
}
footer#site-footer .wrapper .inner .left > div .logos,
footer#site-footer .wrapper .inner .right > div .logos {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
@media (max-width: 1194px) {
  footer#site-footer .wrapper .inner .left > div .logos,
  footer#site-footer .wrapper .inner .right > div .logos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
footer#site-footer .wrapper .inner .left > div .logos img,
footer#site-footer .wrapper .inner .right > div .logos img {
  display: block;
  height: 2.8rem;
  filter: saturate(0);
  margin: 0 15px;
}
