/* Header */
.site-header {
  position: fixed;
  top: 0;
  transition: background 0.2s ease-in-out, transform 0.4s ease, opacity 0.3s ease;
  width: 100%;
  z-index: 100;
}
.site-header.scrolled {
  background: #952259;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3019607843);
}
.site-header.scrolled .header-container {
  padding: 10px 20px;
}
.site-header.scrolled .header-container .logo {
  width: 50px;
}
@media (min-width: 1024px) {
  .site-header.scrolled .header-container {
    padding: 10px 0;
  }
}
.site-header::before {
  background: linear-gradient(180deg, #06152c, rgba(0, 0, 0, 0.5607843137) 50.62%, rgba(147, 29, 84, 0));
  content: "";
  height: 100%;
  opacity: 0.75;
  position: absolute;
  transition: opacity 0.1s ease-in-out;
  width: 100%;
  z-index: -1;
}
.site-header .header-container {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: center;
  padding: 20px;
  transition: all 0.3s ease;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.site-header .header-container .logo {
  justify-self: start;
  transition: width 0.3s ease-in-out;
  width: 80px;
  display: inline-block;
}
.site-header .header-container .logo img {
  width: 100%;
}
.site-header .header-container .header-right {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  justify-self: end;
}
.site-header .header-container .header-right .social-icons {
  display: none;
  gap: 6px;
  align-items: center;
  justify-content: center;
}
.site-header .header-container .header-right .social-icons .social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  border-radius: 50%;
}
.site-header .header-container .header-right .social-icons .social-icon:hover {
  box-shadow: inset 0 0 0.4em rgba(255, 255, 255, 0.4);
}
.site-header .header-container .header-right .button {
  font-size: 1.4rem;
}
.site-header .header-container .main-nav {
  display: none;
}
.site-header .header-container .mobile-menu-toggle {
  --nav-button-size: 60px;
  --nav-button-space: 6;
  --nav-button-gap: calc(var(--nav-button-size) / var(--nav-button-space));
  aspect-ratio: 1;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  gap: var(--nav-button-gap);
  justify-content: center;
  outline: 0;
  padding: 10px;
  transition: all 0.6s;
  width: var(--nav-button-size);
  z-index: 100;
}
.site-header .header-container .mobile-menu-toggle span {
  background-color: #fff;
  border-radius: 4px;
  height: 4px;
  transition: transform 0.3s, opacity 0.3s;
  width: 40px;
  display: block;
}
.site-header .header-container .mobile-menu-toggle.active {
  transform: rotate(90deg);
}
.site-header .header-container .mobile-menu-toggle.active span:first-child {
  transform: translateY(14px) rotate(45deg);
}
.site-header .header-container .mobile-menu-toggle.active span:nth-child(2) {
  transform: rotate(135deg);
}
.site-header .header-container .mobile-menu-toggle.active span:last-child {
  opacity: 0;
}
@media (min-width: 769px) {
  .site-header .header-container .logo {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .site-header .header-container {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .site-header .header-container .logo {
    width: 120px;
  }
  .site-header .header-container .main-nav {
    display: block;
  }
  .site-header .header-container .main-nav .nav-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .site-header .header-container .main-nav .nav-list .nav-item {
    line-height: 1;
    text-wrap: nowrap;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .site-header .header-container .mobile-menu-toggle {
    display: none;
  }
}
@media (min-width: 1280px) {
  .site-header .header-container {
    max-width: 95%;
    padding: 30px 0;
  }
  .site-header .header-container .logo {
    width: 140px;
  }
  .site-header .header-container .header-right .social-icons {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .site-header .header-container .main-nav .nav-list .nav-item {
    font-size: 2.2rem;
  }
}

.mobile-menu .nav-list {
  display: flex;
  list-style: none;
  gap: 29px;
  align-items: center;
}
.mobile-menu .nav-list .nav-item a {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  text-transform: capitalize;
  transition: color 0.3s;
  position: relative;
  padding-bottom: 0.25rem;
}
.mobile-menu .nav-list .nav-item a:hover, .mobile-menu .nav-list .nav-item--active a {
  text-decoration: underline;
}
.mobile-menu .nav-list .nav-item--active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--gold);
}
@font-face {
  font-display: block;
  font-family: Arpona;
  font-style: normal;
  font-weight: 400;
  src: url(/public/fonts/ArponaRegular.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: Arpona;
  font-style: normal;
  font-weight: 500;
  src: url(/public/fonts/ArponaMedium.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: Arpona;
  font-style: normal;
  font-weight: 600;
  src: url(/public/fonts/ArponaSemiBold.woff2) format("woff2");
}
@font-face {
  font-display: block;
  font-family: Arpona;
  font-style: normal;
  font-weight: 700;
  src: url(/public/fonts/ArponaBold.woff2) format("woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-family: "Arpona", sans-serif;
  --font-family-size--px: 16px;
  --font-family-size--rem: 1.6rem;
  --selection-background: #f0f;
  --selection-color: #fff;
}

html {
  font-size: 10px !important;
  line-height: 1.15 !important;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  background: linear-gradient(180deg, #962157, #842c6c 35%, #2567d8);
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--font-family-size--px);
  font-size: var(--font-family-size--rem);
  font-synthesis: none;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body::-moz-selection {
  background: var(--selection-background);
  color: var(--selection-color);
}
body::selection {
  background: var(--selection-background);
  color: var(--selection-color);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  block-size: auto;
  max-width: 100%;
}

.button {
  backface-visibility: hidden;
  background: url(/public/images/_site/button-pattern.png) 50%/auto 100% repeat-x;
  background-clip: padding-box;
  border: 0;
  border-inline: 1.25em solid transparent;
  color: #264500;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
  outline: 0;
  padding-inline: 0.45em;
  position: relative;
  text-decoration: none;
  text-shadow: 0.0454545455em 0.0909090909em 0.2727272727em hsla(0, 0%, 100%, 0.8);
  text-transform: uppercase;
  transform: translateZ(0);
  transition: transform 0.1s ease-in-out;
  white-space: nowrap;
  z-index: 0;
}
.button::before {
  background: #aaef36;
  border-radius: 100px;
  content: "";
  inset: 0.18em -0.95em;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}
.button::after {
  background: url(/public/images/_site/button-left.png) 0/auto 100% no-repeat, url(/public/images/_site/button-right.png) 100%/auto 100% no-repeat;
  content: "";
  inset: 0 -1.2727272727em;
  position: absolute;
  z-index: -2;
}
.button:hover {
  transform: scale(1.1);
}

.banner-container {
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 20px;
  position: relative;
}
.banner-container .banner {
  align-content: center;
  border-radius: 10px;
  display: flex;
  height: 468px;
  justify-content: center;
  max-width: 373px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner-container .banner .banner-content {
  padding: 26px 20px;
  text-align: center;
  z-index: 1;
  position: absolute;
}
.banner-container .banner .banner-content .banner-text h2,
.banner-container .banner .banner-content .banner-text h3 {
  margin: 0;
  padding: 0;
}
.banner-container .banner .banner-content .banner-text h2 {
  font-size: 3.2rem;
  font-weight: 800;
  padding-bottom: 10px;
}
.banner-container .banner .banner-content .banner-text h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 24px;
}
.banner-container .banner .banner-content .banner-text .banner-button {
  font-size: 2.2rem;
}
.banner-container .banner .banner-content .banner-image {
  position: absolute;
}
@media (max-width: 768px) {
  .banner-container .banner .banner-content .banner-image {
    display: block;
    height: 100%;
    inset: 0;
    margin: 0 auto;
    object-fit: cover;
    object-position: left bottom;
    width: 100%;
  }
}

.benefit-card {
  width: 350px;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 340px;
  overflow: hidden;
}
.benefit-card .decorated-frame {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.benefit-card .decorated-frame::before {
  border: 25px solid;
  border-image: url(/public/images/_site/decorated-frame.png) 45;
  border-radius: 0;
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.benefit-card .benefit-card-content {
  align-items: center;
  background: linear-gradient(rgba(255, 255, 255, 0.2) 46%, rgba(255, 255, 255, 0.2));
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  max-width: 100%;
  padding: 60px 20px 0;
  position: relative;
  text-align: center;
}
.benefit-card .benefit-card-content .benefit-card-title {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0 20px;
}
.benefit-card .benefit-card-content .benefit-card-subtitle {
  font-size: 1.6rem;
}
.benefit-card .benefit-card-content .benefit-card-icon {
  height: 100px;
  width: auto;
}

.p-section {
  align-items: center;
  background: var(--bgColor);
  display: flex;
  justify-content: center;
  min-height: 300px;
  position: relative;
}
.p-section.p-hero {
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
  width: 100vw;
}
.p-section.p-hero .p-hero-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  margin-top: -1px;
  overflow: hidden;
  right: 0;
}
.p-section.p-hero .p-hero-bg .p-hero-bg-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}
.p-section .p-container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.p-section .p-container.p-hero-meta {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-start;
  padding: 40% 24px 24px;
  text-align: center;
  z-index: 1;
}
.p-section .p-container.p-hero-meta::before {
  background: radial-gradient(circle, rgba(35, 4, 44, 0.6) 0, transparent 50%, transparent 100%);
  content: "";
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}
.p-section .p-container.p-hero-meta h1,
.p-section .p-container.p-hero-meta h2 {
  margin: 0;
}
.p-section .p-container.p-hero-meta h1 {
  font-size: 3.4rem;
  font-weight: 800;
  margin-bottom: 12px;
  width: 80%;
}
.p-section .p-container.p-hero-meta h2 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #952259;
  z-index: 99;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.mobile-menu.active {
  display: flex;
}
.mobile-menu .nav-list {
  flex-direction: column;
  gap: 2rem;
}
.mobile-menu .nav-item a {
  font-size: 1.5rem;
}
.mobile-menu .mobile-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.list-dot::before {
  background-color: #9d0395;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -16px;
  position: absolute;
  top: 40%;
  width: 8px;
}

.radio-button:checked::before {
  background-color: #171717;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}

.article-item {
  display: inline-block;
  height: 600px;
  width: 100%;
}
.article-item a {
  display: inline-block;
  height: 100%;
}
@media (max-width: 768px) {
  .article-item {
    display: inline-block;
    height: 600px;
    width: 100%;
  }
  .article-item a {
    display: inline-block;
    height: 100%;
  }
}

.frame::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  border: 22px solid;
  border-image: url(/public/images/_site/border.png) 35 round;
  top: 0;
  z-index: 20;
}
.frame::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  --frame-backdrop-rotation: 0deg;
  --frame-backdrop-transparency: 65.2%;
  background: linear-gradient(var(--frame-backdrop-rotation, 0deg), rgba(0, 0, 0, 0.8) 15.63%, transparent var(--frame-backdrop-transparency, 65.2%));
  height: 100%;
  max-height: 80%;
  z-index: 10;
}
@media (max-width: 768px) {
  .frame::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    border: 22px solid;
    border-image: url(/public/images/_site/border.png) 35 round;
    top: 0;
    z-index: 20;
  }
  .frame::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    --frame-backdrop-rotation: 0deg;
    --frame-backdrop-transparency: 65.2%;
    background: linear-gradient(var(--frame-backdrop-rotation, 0deg), rgba(0, 0, 0, 0.8) 15.63%, transparent var(--frame-backdrop-transparency, 65.2%));
    height: 100%;
    max-height: 80%;
    z-index: 10;
  }
}

.text-shadow {
  text-shadow: 0 0.077em 0.077em rgba(129, 27, 86, 0.89);
  transition: font-size 0.3s ease-in-out;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.swiper {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.swiper-navigation-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  overflow: hidden;
  gap: 12px;
}
.swiper-navigation-custom .swiper-button-prev,
.swiper-navigation-custom .swiper-button-next {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 90px;
  color: #fff;
  font-size: 15px;
  width: 44px;
  height: 44px;
  margin: 0;
}
.swiper-navigation-custom .swiper-button-prev::after,
.swiper-navigation-custom .swiper-button-next::after {
  font-size: 15px;
  font-weight: 700;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
