@charset "UTF-8";
/*
    Theme Name: Việt Nam Design Week
    Theme URI: 
    Author: Mai Dung
    Author URI: 
    Description: A starter theme
    Version: 1.0
    Text Domain: corex
    Tags: theme, starter theme,
*/
@font-face {
  font-family: "Averta-Regular.otf";
  src: url("./assets/fonts/Averta-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-BigCaslon-Regular.ttf";
  src: url("./assets/fonts/SVN-BigCaslon-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-Semibold.otf";
  src: url("./assets/fonts/Averta-Semibold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Averta-Bold.otf";
  src: url("./assets/fonts/Averta-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #422516;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #422516;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html,
body {
  margin: 0;
  padding: 0;
  line-height: 140%;
  color: #422516;
  font-family: "Averta-Regular.otf";
  font-weight: 400;
}

body {
  font-size: 1.4rem;
}

.site-container {
  overflow: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-size: 100%;
  font-weight: normal;
}
.typography ul {
  list-style: none;
}

@keyframes draw2 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@keyframes signature1 {
  0% {
    stroke-dashoffset: 500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes signature2 {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes opacityKey {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes colorTextWhite {
  0% {
    fill: #65412D;
  }
  50% {
    fill: #fff;
  }
  100% {
    fill: #65412D;
  }
}
@keyframes colorTextBlack {
  0% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
  50% {
    stroke: #000;
    stroke-width: 0;
    fill: #000;
  }
  100% {
    stroke: #000;
    stroke-width: 3.46544;
    fill: #fff;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
    /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1);
    /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-moz-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@-o-keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes future {
  0% {
    transform: translate(-400px) rotate(-45deg);
  }
  50% {
    transform: translate(0) rotate(-45deg);
  }
  100% {
    transform: translate(400px) rotate(-45deg);
  }
}
@keyframes drawLine {
  from {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  to {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.3);
    /* Kích thước ban đầu của ảnh */
  }
  to {
    transform: scale(1);
    /* Kích thước cuối cùng của ảnh (zoom out) */
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes draw {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1500;
  }
}
@keyframes bounceY {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes scrollDownHint {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 8px);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes shakeX2 {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes phoneRing {
  0%, 100% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0);
  }
}
@keyframes draw22 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes draw2 {
  0% {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw23 {
  0% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
@keyframes ChangeColor {
  0% {
    fill: #65412D;
  }
  50% {
    fill: #efcba0;
  }
  to {
    fill: #65412D;
  }
}
.cm-title {
  color: var(--Brown, #593928);
  font-family: "SVN-BigCaslon-Regular.ttf";
  font-size: 4.2rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 5.88rem */
  letter-spacing: -0.042rem;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .cm-title {
    font-size: 3.8rem !important;
  }
}
@media (max-width: 1024px) {
  .cm-title {
    font-size: 3.2rem !important;
  }
}
@media (max-width: 768px) {
  .cm-title {
    font-size: 3rem !important;
  }
}
@media (max-width: 576px) {
  .cm-title {
    font-size: 2.8rem !important;
  }
}
.cm-title.center {
  text-align: center;
}

#header-main-site {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s ease;
}

.main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 4.1666666667%;
  transition: all 0.5s ease;
  background: linear-gradient(180deg, #593928 -29.61%, rgba(89, 57, 40, 0) 100%);
  z-index: 50;
}
@media (max-width: 1280px) {
  .main {
    padding: 2.4rem 3rem;
  }
}
@media (max-width: 576px) {
  .main {
    padding: 2.2rem 1.5rem;
  }
}
.main.scrolled {
  background: #593928;
  padding: 1.5rem 4.1666666667%;
}
@media (max-width: 1600px) {
  .main.scrolled {
    padding: 1.5rem 4.1666666667%;
  }
}
@media (max-width: 1280px) {
  .main.scrolled {
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 576px) {
  .main.scrolled {
    padding: 2.2rem 1.5rem;
  }
}
.main .call {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Averta-Bold.otf";
  line-height: 160%;
  letter-spacing: 0.018rem;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .main .call {
    font-size: 1.4rem;
  }
}
.main .call svg {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  transform-origin: center;
  animation: phoneRing 2s infinite ease-in-out;
}
@media (max-width: 576px) {
  .main .call svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 576px) {
  .main .call {
    font-size: 1.4rem;
    gap: 0.4rem;
  }
  .main .call p {
    display: none;
  }
}
.main .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.main .logo span {
  width: 0.1rem;
  height: 4rem;
  display: block;
  background-color: #fff;
}
@media (max-width: 576px) {
  .main .logo span {
    height: 2.5rem;
  }
}
.main .logo a {
  display: block;
}
.main .logo a:nth-child(1) {
  width: 15.4rem;
}
.main .logo a:nth-child(1) img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .main .logo a:nth-child(1) {
    width: 13rem;
  }
}
@media (max-width: 576px) {
  .main .logo a:nth-child(1) {
    width: 11rem;
  }
}
.main .logo a:nth-child(3) {
  width: 11rem;
}
.main .logo a:nth-child(3) img {
  display: block;
  width: auto;
}
@media (max-width: 768px) {
  .main .logo a:nth-child(3) img {
    height: 3.2rem;
  }
}
@media (max-width: 576px) {
  .main .logo a:nth-child(3) img {
    height: 2.6rem;
  }
}
@media (max-width: 768px) {
  .main .logo {
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .main .logo {
    gap: 0.6rem;
  }
}
.main .humberger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  width: 6rem;
}
.main .humberger svg {
  display: block;
  width: 100%;
}
@media (max-width: 576px) {
  .main .humberger {
    width: 4rem;
  }
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.menu-overlay.is-active {
  visibility: visible;
  opacity: 1;
}
.menu-overlay.is-active .menu-content {
  transform: translateX(0);
}
.menu-overlay.is-active .menu-content .menu-close {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}
.menu-overlay.is-active .menu-content .menu-logo {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease 0.4s, transform 0.5s ease 0.4s;
}
.menu-overlay.is-active .menu-content .nav-links li {
  opacity: 1;
  transform: translateX(0);
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(1) {
  transition: opacity 0.5s ease 0.45s, transform 0.5s ease 0.45s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(2) {
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(3) {
  transition: opacity 0.5s ease 0.55s, transform 0.5s ease 0.55s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(4) {
  transition: opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(5) {
  transition: opacity 0.5s ease 0.65s, transform 0.5s ease 0.65s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(6) {
  transition: opacity 0.5s ease 0.7s, transform 0.5s ease 0.7s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(7) {
  transition: opacity 0.5s ease 0.75s, transform 0.5s ease 0.75s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(8) {
  transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(9) {
  transition: opacity 0.5s ease 0.85s, transform 0.5s ease 0.85s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(10) {
  transition: opacity 0.5s ease 0.9s, transform 0.5s ease 0.9s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(11) {
  transition: opacity 0.5s ease 0.95s, transform 0.5s ease 0.95s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(12) {
  transition: opacity 0.5s ease 1s, transform 0.5s ease 1s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(13) {
  transition: opacity 0.5s ease 1.05s, transform 0.5s ease 1.05s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(14) {
  transition: opacity 0.5s ease 1.1s, transform 0.5s ease 1.1s;
}
.menu-overlay.is-active .menu-content .nav-links li:nth-child(15) {
  transition: opacity 0.5s ease 1.15s, transform 0.5s ease 1.15s;
}
.menu-overlay .menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}
.menu-overlay .menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 38rem;
  height: 100%;
  background: var(--Brown, #593928);
  padding: 6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .menu-overlay .menu-content {
    padding: 3rem;
    max-width: 30rem;
  }
}
@media (max-width: 576px) {
  .menu-overlay .menu-content {
    padding: 3rem 1.5rem;
  }
}
.menu-overlay .menu-content .decor_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.menu-overlay .menu-content .menu-close {
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 1280px) {
  .menu-overlay .menu-content .menu-close {
    width: 3rem;
    height: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 576px) {
  .menu-overlay .menu-content .menu-close {
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 2rem;
  }
}
.menu-overlay .menu-content .menu-close img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.menu-overlay .menu-content .menu-close:hover img {
  transform: rotate(90deg);
}
.menu-overlay .menu-content .menu-logo {
  margin-bottom: 4rem;
  width: 17.1142rem;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 1280px) {
  .menu-overlay .menu-content .menu-logo {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .menu-overlay .menu-content .menu-logo {
    margin-bottom: 2rem;
    width: 15rem;
  }
}
.menu-overlay .menu-content .menu-logo img {
  width: 16rem;
  display: block;
}
.menu-overlay .menu-content .nav-links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .menu-overlay .menu-content .nav-links {
    gap: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .menu-overlay .menu-content .nav-links {
    gap: 1.8rem;
  }
}
.menu-overlay .menu-content .nav-links li {
  opacity: 0;
  transform: translateX(-3rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.menu-overlay .menu-content .nav-links li a {
  color: var(--White, #fff);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.016rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .menu-overlay .menu-content .nav-links li a {
    font-size: 1.4rem;
  }
}
.menu-overlay .menu-content .nav-links li a:hover {
  color: var(--Yellow, #efcba0);
}

.footer {
  position: relative;
  background: var(--Dark, #422516);
}
.footer .decor {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 6.9444444444%;
  pointer-events: none;
}
.footer .top {
  padding: 82px 10.9722222222% 72px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1280px) {
  .footer .top {
    padding: 62px 30px 52px;
  }
}
@media (max-width: 820px) {
  .footer .top {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .footer .top {
    padding: 45px 15px 40px;
    gap: 30px;
  }
}
.footer .top .left {
  flex: 1;
}
@media (max-width: 820px) {
  .footer .top .left {
    width: 100%;
  }
}
.footer .top .left .logo {
  display: flex;
  align-items: center;
  margin-bottom: 73px;
}
@media (max-width: 820px) {
  .footer .top .left .logo {
    justify-content: center;
    margin-bottom: 32px;
  }
}
.footer .top .left .logo span {
  display: block;
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 15px;
}
.footer .top .left .label {
  color: var(--Yellow, #EFCBA0);
  font-family: "Averta-Semibold.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 19.6px */
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer .top .left .intro {
  margin-bottom: 22px;
}
.footer .top .left .intro .item {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--White, #FFF);
  font-family: "Averta-Regular.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer .top .left .intro .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FDF1EA;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .footer .top .left .intro .item span {
    width: 38px;
    height: 38px;
  }
}
.footer .top .left .intro .item a {
  text-decoration: none;
  color: #fff;
}
.footer .top .left .intro .item a:hover {
  text-decoration: underline;
}
.footer .top .right {
  width: 51.1565836299%;
}
@media (max-width: 820px) {
  .footer .top .right {
    width: 100%;
  }
}
.footer .top .right .title {
  color: var(--Yellow, #EFCBA0);
  text-align: center;
  font-family: "SVN-BigCaslon-Regular.ttf";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 14px;
}
@media (max-width: 1280px) {
  .footer .top .right .title {
    font-size: 30px;
  }
}
@media (max-width: 820px) {
  .footer .top .right .title {
    font-size: 26px;
  }
}
.footer .top .right .note {
  color: var(--White, #FFF);
  text-align: center;
  margin: 0 0 38px;
}
@media (max-width: 576px) {
  .footer .top .right .note {
    margin: 0 0 20px;
  }
}
.footer .top .right form .form-field-all {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.footer .top .right form .form-field-all .form_group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(252, 251, 250, 0.3);
  width: calc((100% - 24px) / 2);
}
@media (max-width: 576px) {
  .footer .top .right form .form-field-all .form_group {
    width: 100%;
  }
}
.footer .top .right form .form-field-all .form_group label,
.footer .top .right form .form-field-all .form_group input {
  color: var(--White, #FFF);
  font-family: "Averta-Regular.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer .top .right form .form-field-all .form_group label {
  width: 100px;
  flex-shrink: 0;
}
.footer .top .right form .form-field-all .form_group input {
  flex: 1;
  height: 48px;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}
.footer .top .right form .form-field-all .form_group input::placeholder {
  opacity: 0.4;
}
.footer .top .right form .form-field-all .form_group:first-child {
  width: 100%;
}
.footer .top .right form .form-field-all .form_group:last-child label {
  width: 38px;
}
@media (max-width: 576px) {
  .footer .top .right form .form-field-all .form_group:last-child label {
    width: 100px;
  }
}
.footer .top .right form .form-field-all .form_group ._error_msg {
  position: absolute;
  top: 100%;
  right: 0;
  color: coral;
  font-size: 12px;
  font-style: italic;
}
.footer .top .right form .btn_submit_contact {
  display: block;
  margin: 40px auto 0;
  border-radius: 40px;
  background: var(--Yellow, #EFCBA0);
  width: 175px;
  height: 42px;
  color: var(--Brown, #593928);
  text-align: center;
  font-family: "Averta-Bold.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer .top .right form .btn_submit_contact:hover {
  letter-spacing: 0;
  opacity: 0.75;
}
.footer .bottom {
  background: #2B150A;
  padding: 10px 10px 9px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 21px;
  text-align: center;
}

/*-----*/
.h_ss1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 1024px) {
  .h_ss1 {
    height: 75vh;
  }
}
@media (max-width: 576px) {
  .h_ss1 {
    height: 60vh;
  }
}
.h_ss1:after {
  background: linear-gradient(47deg, rgba(42, 21, 9, 0.9) -15.1%, rgba(66, 37, 22, 0.9) 23.95%, rgba(89, 57, 40, 0) 55.9%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48.1481481481%;
  height: 100%;
  content: "";
}
@media (max-width: 576px) {
  .h_ss1:after {
    width: 100%;
  }
}
.h_ss1 picture {
  display: block;
  width: 100%;
  height: 100%;
}
.h_ss1 .bgr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  animation: zoomOut 4s ease-in-out;
}
.h_ss1 .abs {
  position: absolute;
  bottom: 5.3086419753%;
  left: 11.0416666667%;
  z-index: 2;
}
@media (max-width: 1280px) {
  .h_ss1 .abs {
    left: 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .abs {
    left: 1.5rem;
  }
}
.h_ss1 .abs p {
  font-family: "SVN-BigCaslon-Regular.ttf";
  color: var(--Bee, #fdf1ea);
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .h_ss1 .abs p {
    font-size: 3.4rem;
  }
}
.h_ss1 .abs p:nth-child(1) {
  margin-bottom: 1rem;
}
.h_ss1 .abs p:nth-child(1) span {
  margin-bottom: -2.7rem;
}
@media (max-width: 1280px) {
  .h_ss1 .abs p:nth-child(1) span {
    margin-bottom: -1.7rem;
  }
}
.h_ss1 .abs p span {
  color: var(--Yellow, #efcba0);
  font-size: 6.8rem;
  letter-spacing: -0.068rem;
  text-transform: uppercase;
  margin-bottom: -3.9rem;
  margin-left: 0.8rem;
}
@media (max-width: 1280px) {
  .h_ss1 .abs p span {
    font-size: 5.2rem;
    margin-bottom: -1.9rem;
  }
}
@media (max-width: 768px) {
  .h_ss1 .abs p span {
    font-size: 4.4rem;
  }
}
@media (max-width: 576px) {
  .h_ss1 .abs p span {
    font-size: 3.4rem;
    margin-bottom: -2rem;
  }
}

.h_ss2 {
  background: var(--Yellow, #efcba0);
  position: relative;
  padding-top: 11.2rem;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .h_ss2 {
    padding-top: 8rem;
  }
}
@media (max-width: 1024px) {
  .h_ss2 {
    padding-top: 5rem;
  }
}
.h_ss2::after {
  background: linear-gradient(180deg, rgba(184, 122, 72, 0.8) 0%, #efcba0 95.11%);
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: -2;
  top: -6%;
}
.h_ss2 .decor_l {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.h_ss2 .decor_r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.h_ss2 .top .cm-title {
  margin-bottom: 4rem;
}
@media (max-width: 1280px) {
  .h_ss2 .top .cm-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .h_ss2 .top .cm-title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 .top .cm-title {
    margin-bottom: 0rem;
  }
}
.h_ss2 .top .table {
  padding: 0 10.9722222222%;
  display: flex;
  gap: 4rem;
  margin-bottom: -21rem;
}
@media (max-width: 1280px) {
  .h_ss2 .top .table {
    padding: 0 3rem;
    margin-bottom: -15rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 .top .table {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .h_ss2 .top .table {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: -10rem;
  }
}
@media (max-width: 576px) {
  .h_ss2 .top .table {
    margin-bottom: 0rem;
  }
}
.h_ss2 .top .table .left,
.h_ss2 .top .table .right {
  width: calc(50% - 2rem);
}
@media (max-width: 768px) {
  .h_ss2 .top .table .left,
.h_ss2 .top .table .right {
    width: 100%;
  }
}
.h_ss2 .top .table .left p,
.h_ss2 .top .table .right p {
  color: var(--Dark, #422516);
  /* 2.1rem */
  border-bottom: 1px solid var(--Brown, #4225164d);
  padding: 1.5rem 0 1.2rem;
}
.h_ss2 .top .table .left p span,
.h_ss2 .top .table .right p span {
  display: inline-block;
  width: 67.3431734317%;
}
.h_ss2 .top .table .left p span:nth-child(1),
.h_ss2 .top .table .right p span:nth-child(1) {
  font-family: "Averta-Semibold.otf";
  width: 32.6568265683%;
}
@media (max-width: 768px) {
  .h_ss2 .top .table .right p:first-child {
    padding-top: 0;
  }
}
.h_ss2 .top .table .right p:last-child {
  border-bottom: none;
}
.h_ss2 .img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.h_ss3 {
  background: var(--Yellow, #efcba0);
  padding: 12rem 6.25% 0 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 1280px) {
  .h_ss3 {
    padding: 12rem 3rem 0 0;
  }
}
@media (max-width: 1024px) {
  .h_ss3 {
    padding: 8rem 3rem 0;
  }
}
@media (max-width: 576px) {
  .h_ss3 {
    padding: 6rem 0rem 0;
  }
}
.h_ss3 .decor_ss3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.h_ss3 .content {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .h_ss3 .content {
    flex-direction: column;
    gap: 4rem;
  }
}
.h_ss3 .content .left {
  width: 68.0740740741%;
  margin-right: 2.962962963%;
}
@media (max-width: 1024px) {
  .h_ss3 .content .left {
    width: 100%;
    margin-right: 0;
  }
}
.h_ss3 .content .left svg {
  width: 100%;
  display: block;
  height: auto;
}
.h_ss3 .content .left svg .line1, .h_ss3 .content .left svg .line2, .h_ss3 .content .left svg .line3 {
  stroke-dasharray: 15;
  stroke-width: 2px;
  animation: draw22 25s linear infinite;
}
.h_ss3 .content .left svg .path1, .h_ss3 .content .left svg .path2, .h_ss3 .content .left svg .path3 {
  stroke-dasharray: 10;
  stroke-width: 1px;
  animation: draw2 80s linear infinite;
}
.h_ss3 .content .left svg .path3 {
  animation: draw23 80s linear infinite;
}
.h_ss3 .content .left svg .tron {
  animation: ChangeColor 3s infinite;
}
.h_ss3 .content .right {
  width: 28.962962963%;
}
@media (max-width: 1024px) {
  .h_ss3 .content .right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .h_ss3 .content .right {
    padding: 0 1.5rem;
  }
}
.h_ss3 .content .right .title {
  display: flex;
  align-items: flex-end;
  color: var(--Brown, #593928);
  font-family: "SVN-BigCaslon-Regular.ttf";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media (max-width: 1280px) {
  .h_ss3 .content .right .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .h_ss3 .content .right .title {
    justify-content: center;
  }
}
.h_ss3 .content .right .title:first-child .cm-title {
  margin-left: 0.5rem !important;
}
.h_ss3 .content .right .title:nth-child(2) .cm-title {
  margin-right: 0.5rem !important;
}
.h_ss3 .content .right .title .cm-title {
  margin-bottom: -0.4rem !important;
}
.h_ss3 .content .right .desc {
  margin: 4.2rem 0 4rem;
}
@media (max-width: 1280px) {
  .h_ss3 .content .right .desc {
    margin: 3rem 0 2.5rem;
  }
}
@media (max-width: 576px) {
  .h_ss3 .content .right .desc {
    margin: 1rem 0 2.5rem;
  }
}
.h_ss3 .content .right .desc p {
  margin-bottom: 1rem;
}
.h_ss3 .content .right .desc p:last-child {
  margin-bottom: 0;
}
.h_ss3 .content .right .slide {
  position: relative;
  padding: 0 3.6rem;
}
@media (max-width: 1280px) {
  .h_ss3 .content .right .slide {
    padding: 0 2.6rem;
  }
}
.h_ss3 .content .right .slide .next,
.h_ss3 .content .right .slide .prev {
  width: 1rem;
  height: 2.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.h_ss3 .content .right .slide .next img,
.h_ss3 .content .right .slide .prev img {
  width: 100%;
}
.h_ss3 .content .right .slide .next {
  right: 0;
}
.h_ss3 .content .right .slide .prev {
  left: 0;
}
.h_ss3 .content .right .slide .swiper-slide {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
@media (max-width: 1280px) {
  .h_ss3 .content .right .slide .swiper-slide {
    gap: 1.6rem;
  }
}
.h_ss3 .content .right .slide .swiper-slide .left_slide {
  width: 5rem;
  color: var(--Dark, #422516);
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Averta-Semibold.otf";
  line-height: 140%;
  /* 1.96rem */
  letter-spacing: 0.028rem;
  text-transform: uppercase;
}
.h_ss3 .content .right .slide .swiper-slide .left_slide span {
  display: block;
  color: var(--Brown, #593928);
  font-family: "SVN-BigCaslon-Regular.ttf";
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  /* 5.632rem */
  text-transform: uppercase;
  margin-bottom: -0.5rem;
}
.h_ss3 .content .right .slide .swiper-slide .right_slide {
  width: calc(100% - 7.4rem);
}
.h_ss3 .content .right .slide .swiper-slide .right_slide img {
  width: 100%;
  display: block;
}

.h_ss4 {
  padding: 12rem 6.25% 0;
  background: var(--Yellow, #efcba0);
  position: relative;
  z-index: 0;
}
@media (max-width: 1280px) {
  .h_ss4 {
    padding: 10rem 3rem 0;
  }
}
@media (max-width: 768px) {
  .h_ss4 {
    padding: 8rem 3rem 0rem 0;
  }
}
@media (max-width: 576px) {
  .h_ss4 {
    padding: 6rem 0rem 0;
  }
}
.h_ss4:after {
  background: linear-gradient(0deg, #b87a48 0%, #efcba0 95.11%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.h_ss4::before {
  background: linear-gradient(0deg, #b87a48 0%, #efcba0 95.11%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -2;
}
.h_ss4 .decor_l_ss4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.h_ss4 .decor_ss44 {
  position: absolute;
  right: 0;
  bottom: -35%;
  z-index: -1;
}
.h_ss4 .cm-title {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .h_ss4 .cm-title {
    margin-bottom: 2rem;
  }
}
.h_ss4 .content {
  position: relative;
}
.h_ss4 .content > img {
  width: 100%;
  display: block;
  border-radius: 0.8rem;
}
@media (max-width: 576px) {
  .h_ss4 .content > img {
    border-radius: 0;
  }
}
.h_ss4 .content .note {
  padding: 4rem 4rem;
  border-radius: 0.8rem;
  background: var(--Brown, #593928);
  position: absolute;
  bottom: 4rem;
  left: 4rem;
}
@media (max-width: 1024px) {
  .h_ss4 .content .note {
    padding: 3rem;
    bottom: 2rem;
    left: 2rem;
  }
}
@media (max-width: 768px) {
  .h_ss4 .content .note {
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .h_ss4 .content .note {
    padding: 2rem 1.5rem;
    position: static;
    margin: 0rem auto 0;
    border-radius: 0;
  }
}
.h_ss4 .content .note > p {
  color: var(--White, #fff);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Averta-Semibold.otf";
  line-height: 140%;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .h_ss4 .content .note > p {
    font-size: 1.4rem;
  }
}
.h_ss4 .content .note ul {
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
@media (max-width: 768px) {
  .h_ss4 .content .note ul {
    gap: 1rem;
  }
}
.h_ss4 .content .note ul li {
  display: flex;
  align-items: center;
  gap: 1.9rem;
}
@media (max-width: 768px) {
  .h_ss4 .content .note ul li {
    gap: 1.4rem;
  }
}
.h_ss4 .content .note ul li span {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--Brown, #efcba0);
  color: var(--Brown, #593928);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Averta-Semibold.otf";
  line-height: 160%;
  /* 1.68rem */
  letter-spacing: -0.014rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_ss4 .content .note ul li p {
  color: var(--Brown, #fff);
}
.h_ss4 .title_abs {
  padding-top: 12rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  z-index: 2;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1280px) {
  .h_ss4 .title_abs {
    padding-top: 9rem;
    padding-bottom: 3rem;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .h_ss4 .title_abs {
    padding-top: 6rem;
    padding-bottom: 2rem;
    gap: 1.5rem;
  }
}
.h_ss4 .title_abs .cm-title {
  text-align: center;
  margin-bottom: 0;
}
.h_ss4 .title_abs .list {
  display: flex;
  align-items: center;
}
.h_ss4 .title_abs .list a {
  color: var(--Brown, #593928);
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Averta-Bold.otf";
  line-height: 136.5%;
  /* 1.911rem */
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.1rem 2.3rem 1rem;
  border: 1px solid var(--Brown, #593928);
  border-right: none;
}
@media (max-width: 576px) {
  .h_ss4 .title_abs .list a {
    font-size: 1.2rem;
    padding: 1.1rem 1.5rem 1rem;
  }
}
.h_ss4 .title_abs .list a:last-child {
  border-right: 1px solid var(--Brown, #593928);
}
.h_ss4 .title_abs .list a.is-active {
  background: var(--Brown, #593928);
  color: var(--White, #efcba0);
}

.h_ss5 {
  background: var(--White, #fff);
  position: relative;
  padding-bottom: 4rem;
}
@media (max-width: 576px) {
  .h_ss5 {
    padding-bottom: 2rem;
  }
}
.h_ss5 .content {
  width: 100%;
}
.h_ss5 .content#tab1 {
  width: 69.4444444444%;
}
@media (max-width: 768px) {
  .h_ss5 .content#tab1 {
    width: 100%;
  }
}
.h_ss5 .content svg {
  width: 100%;
  display: block;
}
.h_ss5 .content svg path {
  opacity: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media (hover: hover) {
  .h_ss5 .content svg path:hover {
    opacity: 0.75;
  }
}
.h_ss5 .note {
  position: absolute;
  top: 60px;
  right: 6.25%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 1366px) {
  .h_ss5 .note {
    gap: 1.2rem;
    top: 40px;
    right: 4.1666666667%;
  }
}
@media (max-width: 1280px) {
  .h_ss5 .note {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .h_ss5 .note {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 3rem;
  }
}
@media (max-width: 576px) {
  .h_ss5 .note {
    padding: 2rem 1.5rem 0;
  }
}
.h_ss5 .note > p {
  color: var(--Brown, #593928);
  font-family: "Averta-Bold.otf";
  font-weight: 700;
  line-height: 136.5%;
  /* 1.911rem */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.h_ss5 .note ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 1280px) {
  .h_ss5 .note ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .h_ss5 .note ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.h_ss5 .note ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1.8rem;
  color: var(--Dark, #422516);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  font-family: "Averta-Semibold.otf";
  line-height: 136.5%;
  /* 1.638rem */
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #e2ac92;
}
@media (max-width: 576px) {
  .h_ss5 .note ul li {
    gap: 0.5rem;
    padding: 0.5rem 1rem;
  }
}
.h_ss5 .note ul li:nth-child(2) {
  background: #bae2bf;
}
.h_ss5 .note ul li:nth-child(3) {
  background: #f8d89b;
}
.h_ss5 .note ul li:nth-child(4) {
  background: #fdd6d1;
}
.h_ss5 .note ul li:nth-child(5) {
  background: #84c9d0;
}
.h_ss5 .note ul li:nth-child(6) {
  background: #df8489;
}
.h_ss5 .note ul li:nth-child(7) {
  background: #f0c6ec;
}
.h_ss5 .note ul li:nth-child(8) {
  background: #cac1ec;
}
.h_ss5 .note ul li:nth-child(9) {
  background: #bce2e3;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.popup.is-active {
  visibility: visible;
  opacity: 1;
}
.popup.is-active .content {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.popup .decor_pp {
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}
.popup .content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 71.5277777778%;
  height: 76.5432098765%;
  background: #fff;
  transform: scale(0.95) translateY(3rem);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.5s ease 0.1s;
}
@media (max-width: 1280px) {
  .popup .content {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .popup .content {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 576px) {
  .popup .content {
    flex-direction: column;
    height: auto;
    width: calc(100% - 3rem);
  }
}
.popup .content .close {
  position: absolute;
  top: -2.3rem;
  right: 0px;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.3s ease;
}
.popup .content .close:hover {
  transform: rotate(90deg);
}
.popup .content .left {
  width: 34.9514563107%;
  background: var(--Yellow, #efcba0);
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .popup .content .left {
    padding: 4rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .popup .content .left {
    width: 100%;
    padding: 3rem 1.5rem 2rem;
  }
}
.popup .content .left .title {
  color: var(--Dark, #422516);
  font-family: "Averta-Bold.otf";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 3.6rem */
  margin-bottom: 3.2rem;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .popup .content .left .title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}
.popup .content .left p {
  color: var(--Dark, #422516);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.2rem;
}
.popup .content .left p:last-child {
  margin-bottom: 0;
}
.popup .content .left p span {
  font-weight: 600;
  font-family: "Averta-Semibold.otf";
}
.popup .content .right {
  width: 65.0485436893%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8rem;
}
@media (max-width: 576px) {
  .popup .content .right {
    width: 100%;
    padding: 0 1.5rem;
    height: 40vh;
  }
}
.popup .content .right .prev,
.popup .content .right .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.popup .content .right .prev svg,
.popup .content .right .next svg {
  width: 3.2rem;
  height: 3.2rem;
  transition: all 0.3s ease;
}
.popup .content .right .prev:hover svg,
.popup .content .right .next:hover svg {
  transform: scale(1.1);
}
.popup .content .right .prev {
  left: 2rem;
}
@media (max-width: 576px) {
  .popup .content .right .prev {
    left: 0rem;
  }
}
.popup .content .right .next {
  right: 2rem;
}
@media (max-width: 576px) {
  .popup .content .right .next {
    right: 0rem;
  }
}
.popup .content .right .swiper {
  width: 100%;
  height: 100%;
}
.popup .content .right .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .content .right .swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.popup .content .right .swiper .swiper-pagination {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
@media (max-width: 576px) {
  .popup .content .right .swiper .swiper-pagination {
    bottom: 1.5rem;
  }
}
.popup .content .right .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  background: #d6b896;
  margin: 0 !important;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.popup .content .right .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.8rem;
  height: 0.8rem;
  background: #b87a48;
  opacity: 1;
}

.mCSB_container {
  width: 200% !important;
  margin-bottom: 15px !important;
}

.mCSB_scrollTools_horizontal {
  background: #593928 !important;
  border-radius: 16px;
}

.mCSB_dragger_bar {
  background: #f5d3aa !important;
}

.h_ss6 {
  position: relative;
  padding: 120px 10.9722222222%;
  background: #EFCBA0;
}
@media (max-width: 1280px) {
  .h_ss6 {
    padding: 80px 30px;
  }
}
@media (max-width: 576px) {
  .h_ss6 {
    padding: 45px 15px;
  }
}
.h_ss6 .decor {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  max-width: 6.9444444444%;
}
.h_ss6 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
@media (max-width: 1024px) {
  .h_ss6 .wrap {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
}
.h_ss6 .wrap .left {
  width: 44.4839857651%;
}
@media (max-width: 1024px) {
  .h_ss6 .wrap .left {
    width: 100%;
    text-align: center;
  }
}
.h_ss6 .wrap .left .tab {
  margin-top: 40px;
  display: flex;
}
@media (max-width: 1024px) {
  .h_ss6 .wrap .left .tab {
    justify-content: center;
    margin-top: 30px;
  }
}
.h_ss6 .wrap .left .tab li {
  width: 216px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--Brown, #593928);
  color: var(--Brown, #593928);
  font-family: "Averta-Bold.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.5%;
  /* 19.11px */
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}
.h_ss6 .wrap .left .tab li.active {
  background: #593928;
  color: #EFCBA0;
}
@media (max-width: 576px) {
  .h_ss6 .wrap .left .tab li {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.h_ss6 .wrap .right {
  width: 51.7793594306%;
}
@media (max-width: 1024px) {
  .h_ss6 .wrap .right {
    width: 100%;
  }
}
.h_ss6 .wrap .right .tab_content ul li {
  position: relative;
  border-top: 1px solid rgba(184, 122, 72, 0.5);
  padding: 12px 0 12px 21px;
  color: var(--Brown, #593928);
  text-align: justify;
  font-family: "Averta-Regular.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.h_ss6 .wrap .right .tab_content ul li::before {
  position: absolute;
  content: "";
  left: 9px;
  top: 21px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #593928;
}
.h_ss6 .wrap .right .tab_content ul li:first-child {
  padding-top: 0;
  border-top: 0;
}
.h_ss6 .wrap .right .tab_content ul li:first-child::before {
  top: 9px;
}
.h_ss6 .wrap .img {
  width: 100%;
  height: auto;
  border: 8px;
}

.h_ss7 {
  position: relative;
  padding: 0 6.25%;
  background: #EFCBA0;
}
@media (max-width: 1280px) {
  .h_ss7 {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .h_ss7 {
    padding: 0 15px;
  }
}
.h_ss7 .wrap .cm-title {
  text-align: center;
}
.h_ss7 .wrap .cm-title br {
  display: none;
}
@media (max-width: 576px) {
  .h_ss7 .wrap .cm-title br {
    display: block;
  }
}
.h_ss7 .wrap .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .h_ss7 .wrap .list {
    gap: 25px 20px;
  }
}
@media (max-width: 1024px) {
  .h_ss7 .wrap .list {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .h_ss7 .wrap .list {
    margin-top: 25px;
    gap: 20px 15px;
  }
}
.h_ss7 .wrap .list .item {
  width: calc((100% - 120px) / 4);
  border-radius: 0 0 8px 8px;
  border: 1px solid var(--Light-Brown, #B87A48);
  background: var(--Bee, #FDF1EA);
  box-sizing: border-box;
  padding: 20px 24px 24px;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .h_ss7 .wrap .list .item {
    width: calc((100% - 60px) / 4);
    padding: 16px 15px 20px;
  }
}
@media (max-width: 768px) {
  .h_ss7 .wrap .list .item {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 576px) {
  .h_ss7 .wrap .list .item {
    width: calc((100% - 15px) / 2);
  }
}
.h_ss7 .wrap .list .item .number {
  color: var(--Light-Brown, #B87A48);
  text-align: justify;
  font-family: "SVN-BigCaslon-Regular.ttf";
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.h_ss7 .wrap .list .item .excerpt {
  color: var(--Dark, #422516);
  text-align: justify;
  /* Body Text */
  font-family: "Averta-Regular.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: all 0.3s ease;
}
.h_ss7 .wrap .list .item.active {
  background: #B87A48;
}
.h_ss7 .wrap .list .item.active .number,
.h_ss7 .wrap .list .item.active .excerpt {
  color: #fff;
}

.h_ss8 {
  position: relative;
  padding: 120px 0;
  background: #EFCBA0;
}
@media (max-width: 1280px) {
  .h_ss8 {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .h_ss8 {
    padding: 45px 0;
  }
}
.h_ss8 .decor {
  position: absolute;
  right: 0;
  top: 27.2921108742%;
  max-width: 6.9444444444%;
  pointer-events: none;
}
.h_ss8 .img {
  width: 100%;
  aspect-ratio: 1440/783;
  object-fit: cover;
}
.h_ss8 .wrap {
  position: relative;
  width: 87.5%;
  max-width: calc(100% - 60px);
  margin: -252px auto 0;
  border-radius: 8px;
  background: var(--Light-Brown, #B87A48);
  box-sizing: border-box;
  padding: 68px 5.3968253968%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .h_ss8 .wrap {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1024px) {
  .h_ss8 .wrap {
    flex-direction: column;
    margin: -82px auto 0;
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .h_ss8 .wrap {
    width: 100%;
    max-width: 100%;
    padding: 25px 15px;
    gap: 25px;
    margin: 0;
    border-radius: 0;
  }
  .h_ss8 .wrap .cm-title {
    font-size: 26px !important;
  }
}
.h_ss8 .wrap .left {
  flex: 1;
}
@media (max-width: 1024px) {
  .h_ss8 .wrap .left {
    width: 100%;
  }
}
.h_ss8 .wrap .left .logo {
  margin-bottom: 16px;
}
.h_ss8 .wrap .left .cm-title {
  color: #fff;
  margin-bottom: 24px;
}
.h_ss8 .wrap .left .link {
  height: 40px;
  width: 160px;
  border-radius: 8px;
  background: var(--Brown, #593928);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Averta-Bold.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.h_ss8 .wrap .left .link:hover {
  letter-spacing: 1px;
  color: #EFCBA0;
}
.h_ss8 .wrap .right {
  width: 37.619047619%;
  color: var(--Bee, #FDF1EA);
  text-align: justify;
  font-family: "Averta-Regular.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.h_ss8 .wrap .right p {
  margin-bottom: 22px;
}
.h_ss8 .wrap .right p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .h_ss8 .wrap .right {
    width: 100%;
  }
}

.h_ss9 {
  background: linear-gradient(0deg, #B87A48 0%, #EFCBA0 95.11%);
  position: relative;
}
.h_ss9 .news {
  padding: 0 6.25%;
}
@media (max-width: 1280px) {
  .h_ss9 .news {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .h_ss9 .news {
    padding: 0 15px;
  }
}
.h_ss9 .news .cm-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .h_ss9 .news .cm-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .h_ss9 .news .cm-title {
    margin-bottom: 25px;
  }
}
.h_ss9 .news .news-grid {
  display: flex;
  gap: 40px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .h_ss9 .news .news-grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .h_ss9 .news .news-grid {
    flex-direction: column;
    height: auto;
  }
}
.h_ss9 .news .news-grid .news-featured {
  width: 39.8412698413%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .h_ss9 .news .news-grid .news-featured {
    width: 100%;
  }
}
.h_ss9 .news .news-grid .news-featured .news-card--large {
  height: 100%;
}
.h_ss9 .news .news-grid .news-list {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  padding-bottom: 36px;
  position: relative;
}
.h_ss9 .news .news-grid .news-list .swiper-slide {
  height: auto;
}
.h_ss9 .news .news-grid .news-list .news-list__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .h_ss9 .news .news-grid .news-list .news-list__grid {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .h_ss9 .news .news-grid .news-list .news-list__grid {
    gap: 20px 10px;
  }
}
.h_ss9 .news .news-grid .news-list .swiper-pagination {
  bottom: 0;
}
.h_ss9 .news .news-grid .news-list .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #593928;
  opacity: 0.4;
}
.h_ss9 .news .news-grid .news-list .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.h_ss9 .news .news-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.h_ss9 .news .news-card:hover .news-card__img img {
  transform: scale(1.1);
}
.h_ss9 .news .news-card__img {
  width: 100%;
  aspect-ratio: 339/230;
  overflow: hidden;
  border-radius: 8px;
}
.h_ss9 .news .news-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.h_ss9 .news .news-card__info {
  padding: 14px 0 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.h_ss9 .news .news-card__date {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Brown, #593928);
  text-align: justify;
  font-family: "Averta-Regular.otf";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.14px;
  opacity: 0.8;
}
.h_ss9 .news .news-card__title {
  color: var(--Brown, #593928);
  font-family: "Averta-Semibold.otf";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 24px */
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 8px;
  height: 48px;
}
@media (max-width: 1024px) {
  .h_ss9 .news .news-card__title {
    font-size: 1.4rem;
    height: auto;
  }
}
@media (max-width: 576px) {
  .h_ss9 .news .news-card__title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
  }
}
.h_ss9 .news .news-card--large .news-card__img {
  aspect-ratio: unset;
  flex: 1;
  min-height: 0;
}
.h_ss9 .library {
  position: relative;
  padding: 120px 6.25%;
}
@media (max-width: 1280px) {
  .h_ss9 .library {
    padding: 80px 30px;
  }
}
@media (max-width: 576px) {
  .h_ss9 .library {
    padding: 45px 15px;
  }
}
.h_ss9 .library .decor {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 6.9444444444%;
  pointer-events: none;
}
.h_ss9 .library .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .h_ss9 .library .top {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .h_ss9 .library .top {
    flex-direction: column;
    justify-content: center;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .h_ss9 .library .top {
    margin-bottom: 25px;
  }
}
.h_ss9 .library .top .cm-title {
  padding-left: 5.3968253968%;
}
@media (max-width: 1024px) {
  .h_ss9 .library .top .cm-title {
    padding-left: 0;
  }
}
.h_ss9 .library .top .tab {
  display: flex;
  gap: 15px;
}
.h_ss9 .library .top .tab .item {
  padding-left: 15px;
  color: var(--Brown, #593928);
  font-family: "Averta-Bold.otf";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.16px;
  text-transform: uppercase;
  opacity: 0.7;
  border-left: 1px solid rgba(89, 57, 40, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
}
.h_ss9 .library .top .tab .item:first-child {
  border-left: 0;
  padding-left: 0;
}
.h_ss9 .library .top .tab .item.active {
  opacity: 1;
}
@media (max-width: 576px) {
  .h_ss9 .library .top .tab .item {
    font-size: 14px;
  }
}
.h_ss9 .library .tab_content {
  display: none;
}
.h_ss9 .library .tab_content .slide_image {
  margin-bottom: 10px;
}
.h_ss9 .library .tab_content .slide_image .swiper-slide {
  overflow: hidden;
  line-height: 0;
}
.h_ss9 .library .tab_content .slide_image .swiper-slide img:not(.icon) {
  width: 100%;
  aspect-ratio: 1260/548;
  border-radius: 8px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .h_ss9 .library .tab_content .slide_image .swiper-slide img:not(.icon) {
    aspect-ratio: 16/9;
  }
}
.h_ss9 .library .tab_content .slide_image .swiper-slide .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
}
@media only screen and (max-width: 768px) {
  .h_ss9 .library .tab_content .slide_image .swiper-slide .icon {
    width: 50px;
  }
}
.h_ss9 .library .tab_content .slide_image .swiper-slide p {
  position: absolute;
  padding: 0 3rem 3rem;
  width: calc(100% - 6rem);
  left: 0;
  bottom: 0;
  color: var(--White, #FFF);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  /* 21px */
  text-transform: uppercase;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .h_ss9 .library .tab_content .slide_image .swiper-slide p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 576px) {
  .h_ss9 .library .tab_content .slide_image .swiper-slide p {
    padding: 0 1.5rem 1rem;
    width: calc(100% - 3rem);
    font-size: 1.4rem;
  }
}
.h_ss9 .library .tab_content .slide_image .swiper-slide:hover img:not(.icon) {
  transform: scale(1.1);
}
.h_ss9 .library .tab_content .slide_image .swiper-slide.video {
  position: relative;
}
.h_ss9 .library .tab_content .slide_image .swiper-slide.video:after {
  background: linear-gradient(180deg, rgba(11, 16, 43, 0) 12.5%, #422516 100%);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 39.4117647059%;
}
.h_ss9 .library .tab_content .slide_thumbs .swiper-slide {
  overflow: hidden;
  line-height: 0;
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.h_ss9 .library .tab_content .slide_thumbs .swiper-slide img {
  width: 100%;
  aspect-ratio: 250/140;
  object-fit: cover;
  transition: all 0.3s ease;
}
.h_ss9 .library .tab_content .slide_thumbs .swiper-slide-thumb-active {
  border: 2px solid #EFCBA0;
}
.h_ss9 .library .tab_content .slide_thumbs .swiper-slide p {
  position: absolute;
  padding: 0 1rem 1rem;
  width: calc(100% - 2rem);
  left: 0;
  bottom: 0;
  color: var(--White, #FFF);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  /* 21px */
  z-index: 1;
}
@media (max-width: 576px) {
  .h_ss9 .library .tab_content .slide_thumbs .swiper-slide p {
    font-size: 1.2rem;
    padding: 0 1rem 0.6rem;
  }
}
.h_ss9 .library .tab_content .slide_thumbs .swiper-slide.video {
  position: relative;
}
.h_ss9 .library .tab_content .slide_thumbs .swiper-slide.video:after {
  background: linear-gradient(180deg, rgba(11, 16, 43, 0) 12.5%, #422516 100%);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 39.4117647059%;
}
.h_ss9 .library .tab_content .slide_thumbs .swiper-slide:hover img {
  transform: scale(1.1);
}
.h_ss9 .library .tab_content .slide_document .swiper-slide {
  box-sizing: border-box;
  background: #422516;
  transition: all 0.3s ease;
}
.h_ss9 .library .tab_content .slide_document .swiper-slide .thumbnail {
  background: #B87A48;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  aspect-ratio: 418/249;
}
.h_ss9 .library .tab_content .slide_document .swiper-slide .thumbnail img {
  width: 190px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .h_ss9 .library .tab_content .slide_document .swiper-slide .thumbnail img {
    width: 140px;
  }
}
.h_ss9 .library .tab_content .slide_document .swiper-slide .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: 160%;
  /* 24px */
  text-transform: uppercase;
  padding: 20px 24px 18px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .h_ss9 .library .tab_content .slide_document .swiper-slide .text {
    padding: 12px 10px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .h_ss9 .library .tab_content .slide_document .swiper-slide .text img {
    width: 15px;
  }
}
.h_ss9 .library .tab_content .slide_document .swiper-slide:hover .thumbnail img {
  transform: scale(1.1);
}
.h_ss9 .library .tab_content .slide_document .swiper-slide:hover .text {
  letter-spacing: 0.5px;
}

/*# sourceMappingURL=style.css.map */
