@charset "UTF-8";
@import url("../assets/font/SVN_Gotham/stylesheet.css");
@import url("../assets/font/FontDecor/stylesheet.css");
@import url("../assets/font/Beautique_Display/stylesheet.css");
@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.css");
@import url("../assets/library/swiper/swiper-bundle.min.css");
@import url("../assets/library/select2/select2.min.css");
@import url("../assets/library/fancybox/fancybox.css");
@import url("../assets/library/aos/aos.css");
@import url("../assets/library/fullpage/fullpage.min.css");
@import url("../assets/library/splitting/splitting.css");
@import url("../assets/library/splide/splide.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

.mona-content strong,
.mona-content b {
  font-weight: bold;
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.6em;
}
.mona-content h1 {
  font-size: 1.7em;
}
.mona-content h2 {
  font-size: 1.6em;
}
.mona-content h3 {
  font-size: 1.25em;
}
.mona-content h4 {
  font-size: 1.125em;
}
.mona-content h5 {
  font-size: 1em;
}
.mona-content h6 {
  font-size: 0.85em;
}
.mona-content p {
  margin: 1em 0;
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  max-width: 100% !important;
  height: auto;
}
.mona-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 0;
  padding: 1em;
  quotes: "“" "”" "‘" "’";
}
.mona-content blockquote::before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.mona-content blockquote p {
  display: inline;
}
.mona-content table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1em 0;
  border: 1px solid #e1e1e1;
}
.mona-content table th,
.mona-content table td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 5px 10px;
  vertical-align: middle;
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}

:root {
  --size-hd: 12vmin;
  --color-pri: #0035ec;
  --color-sec: #ed8a47;
  --color-tt: #262626;
  --color-text: #343434;
  --color-txt: #666666;
  --color-black: #111;
  --color-white: #fff;
  --cl-border: #e5e5e5;
  --rs: 1.6rem;
  --pd-sc: 10rem;
}
@media (max-width: 1200px) {
  :root {
    --pd-sc: 4rem;
    --size-hd: 7rem;
    --rs: 0.8rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "SVN-Gotham", serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  color: var(--color-text);
  overflow: hidden auto;
}

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

button,
select {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  cursor: pointer;
}

button {
  padding: 0;
  background-color: transparent;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main {
  min-height: 68vh;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .main {
    padding-top: var(--size-hd);
  }
}
.main.page-home .container {
  max-width: 153rem;
}

.container {
  width: 100%;
  max-width: 124rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.no-scroll {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}

iframe {
  vertical-align: middle;
}

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

.row {
  --cg: 3.2rem;
  --rg: 3.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) * -0.5) calc(var(--rg) * -1);
}
@media screen and (max-width: 1200px) {
  .row {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.rows {
  --cg: 3.2rem;
  --rg: 3.2rem;
  margin: 0 calc(var(--cg) / 2 * -1);
}
@media screen and (max-width: 1200px) {
  .rows {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
}
.col-11 {
  width: 91.6666666667%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.6666666667%;
}
.col-1 {
  width: 8.3333333333%;
}
.col-5i {
  width: 20%;
}
.col-4i {
  width: 25%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex.not-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.d-flex.d-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.d-flex.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.d-flex.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.d-flex.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.d-flex.j-bw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.d-flex.j-ev {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.d-flex.gap40 {
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .d-flex.gap40 {
    gap: 2.4rem;
  }
}
.d-flex.gap24 {
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .d-flex.gap24 {
    gap: 1.2rem;
  }
}
.d-flex.gap20 {
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .d-flex.gap20 {
    gap: 1rem;
  }
}
.d-flex.gap16 {
  gap: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .d-flex.gap16 {
    gap: 1rem;
  }
}
.d-flex.gap12 {
  gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .d-flex.gap12 {
    gap: 0.6rem;
  }
}

.progress-wrap {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  height: 3.6rem;
  width: 3.6rem;
  cursor: pointer;
  display: block;
  border-radius: 100rem;
  -webkit-box-shadow: inset 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
  z-index: 20;
  opacity: 0;
  background: var(--color-white);
  visibility: hidden;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media screen and (max-width: 1000px) {
  .progress-wrap {
    right: 1.5rem;
    bottom: 5rem;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  content: "\f062";
  text-align: center;
  font-size: 2rem;
  color: var(--color-pri);
  left: 0;
  top: 0;
  height: 3.6rem;
  width: 3.6rem;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-pri);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.hd-burger {
  padding: 1rem 0.4rem;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .hd-burger {
    display: none;
  }
}
.hd-burger.active .line:nth-child(1) {
  -webkit-transform: translate3d(0, 0.7rem, 0) rotate(45deg) !important;
  transform: translate3d(0, 0.7rem, 0) rotate(45deg) !important;
}
.hd-burger.active .line:nth-child(3) {
  -webkit-transform: translate3d(0, -0.7rem, 0) rotate(135deg) !important;
  transform: translate3d(0, -0.7rem, 0) rotate(135deg) !important;
  width: 2.4rem;
}
.hd-burger.active .line:nth-child(2) {
  opacity: 0;
}

.burger {
  position: relative;
}

.burger .line {
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.burger .line:first-child {
  background: #47ddec;
}
.burger .line:nth-child(2) {
  background: #44efa1;
}
.burger .line:nth-child(3) {
  background: #ed8a47;
}

.dateTime {
  position: relative;
  height: 5rem;
  border: 0.1rem solid var(--color-border);
  z-index: 2;
  border-radius: 15rem;
  overflow: hidden;
}
.dateTime.icon-date {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dateTimeItem {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  background-color: var(--color-white);
  z-index: 2;
}
.dateTimeText.disable {
  opacity: 0;
  visibility: hidden;
}

.dateTimeInput {
  padding: 0.8rem 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "SVN-Gotham";
  border-radius: inherit;
  border: unset !important;
}

.dateTime.icon-date::after {
  content: "\f073";
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "Font Awesome 5 Pro";
  color: var(--color-pri);
  position: relative;
  z-index: 3;
  margin-right: 1.4rem;
}

.ft {
  background: #0a0a0a;
  padding: 4vh 0;
  padding-top: calc(var(--size-hd) + 4vmin);
}
@media screen and (min-width: 1201px) {
  .ft {
    height: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .ft {
    padding: 4rem 0;
    padding-top: calc(var(--size-hd) + 4vmin);
  }
}
.ft-head .t-head {
  font-weight: 900;
  font-family: "Beautique Display";
  font-size: clamp(4vw, 4vw, 8vmin);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(25%, #eb2642),
    color-stop(50%, #fb923c),
    color-stop(75%, #44efa1),
    to(#47ddec)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #eb2642 25%,
    #fb923c 50%,
    #44efa1 75%,
    #47ddec 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-size: 150%;
  -webkit-animation: color 3s linear infinite alternate;
  animation: color 3s linear infinite alternate;
}
@media screen and (max-width: 1200px) {
  .ft-head .t-head {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 500px) {
  .ft-head .t-head {
    font-size: 7.5vw;
  }
  .ft-head .t-head br {
    display: none;
  }
}
.ft-head .t-des {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  color: var(--color-white);
}
.ft-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .ft-info-item {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .ft-info-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ft-info-item .t-text {
  --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
  font-size: var(--f-sz);
  color: var(--color-white);
  font-family: "Beautique Display";
  font-weight: 500;
}
.ft-info-item .t-link {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  color: var(--color-white);
  font-weight: 300;
}
.ft-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.ft-top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 500px) {
  .ft-top {
    text-align: center;
  }
}
.ft-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .ft-info {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 500px) {
  .ft-info {
    padding: 2.4rem 0;
  }
}
.ft-info-list {
  --rg: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .ft-info-list > .col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .ft-info-list > .col {
    width: 100%;
  }
}
.ft-bot {
  border-top: 1px solid var(--cl-border);
  padding-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-white);
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  opacity: 0.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .ft-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 0.8rem;
  }
}

.animation-color {
  -webkit-animation: background-pan 3s linear infinite;
  animation: background-pan 3s linear infinite;
  background-size: 200%;
}

@-webkit-keyframes color {
  from {
    background-position: 0% center;
  }
  to {
    background-position: -200% center;
  }
}

@keyframes color {
  from {
    background-position: 0% center;
  }
  to {
    background-position: -200% center;
  }
}
@-webkit-keyframes background-pan {
  from {
    background-position: 0% center;
  }
  to {
    background-position: -200% center;
  }
}
@keyframes background-pan {
  from {
    background-position: 0% center;
  }
  to {
    background-position: -200% center;
  }
}
@-webkit-keyframes scale {
  from,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale {
  from,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.hd {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  height: var(--size-hd);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hd.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1201px) {
  .hd {
    height: 12vmin;
    top: 2.4vmin;
  }
}
@media screen and (max-width: 1200px) {
  .hd {
    top: 0;
    border-bottom: 0.1rem solid var(--cl-border);
  }
}
.hd .container {
  max-width: 153rem;
}
.hd-wrap {
  padding: 1.6rem 3.2rem;
  height: 100%;
  position: relative;
  border-radius: 2.4rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .hd-wrap {
    position: static;
  }
}
.hd-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--color-white);
}
@media screen and (max-width: 1200px) {
  .hd-wrap {
    padding: 0;
    border: unset;
  }
}
@media screen and (min-width: 1201px) {
  .hd-nav {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.hd-logo .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1201px) {
  .hd-logo .custom-logo-link {
    height: 9vmin;
  }
  .hd-logo .custom-logo-link img {
    max-width: unset;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .hd-logo .custom-logo-link {
    width: 12rem;
  }
  .hd-logo .custom-logo-link img {
    width: 100%;
  }
}
.hd-logo .custom-logo-link img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .hd-logo {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.hd-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .hd-nav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hd-btn .inner {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .hd-btn .icon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hd-btn .btn {
    min-width: unset;
    width: 3.6rem;
    height: 3.6rem;
    padding: 0;
    min-height: unset;
    font-size: 2rem;
  }
  .hd-btn .btn::after {
    --size: 0.4rem;
  }
}

.mxh-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

.mxh-link {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .mxh-link:hover {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  right: 0;
  bottom: 0;
  padding-bottom: 4rem;
  width: 100%;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.mobile.open {
  pointer-events: auto;
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-overlay {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #fafafa;
  position: fixed;
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-list {
  margin-bottom: 2rem;
}
.mobile-content {
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.mobile-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid var(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-close .icon {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-pri);
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
}
.popup.open {
  visibility: visible;
  pointer-events: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70rem;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.popup-main-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
}
.popup-wrapper {
  background-color: white;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 4.8rem 2rem 2rem 2rem;
}
.popup-title {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
.popup-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: white;
  z-index: 3;
}
.popup-close:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.popup-close .icon {
  color: #eb2642;
  font-size: 3rem;
  font-weight: 300;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.popup-speakers .popup-main {
  width: 121rem;
}
.popup-speakers .popup-wrapper {
  background: radial-gradient(
    85.62% 85.62% at 50% 50.01%,
    #d2ebfb 0%,
    #cae4fc 37.83%,
    #8bcaf6 75%
  );
}
@media screen and (min-width: 769px) {
  .popup-speakers .b-row {
    --rg: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .popup-speakers .b-row > .col {
    width: 100%;
  }
}
.popup-speakers .b-list {
  --cg: 1.6rem;
  --rg: 1.6rem;
}
@media screen and (max-width: 768px) {
  .popup-speakers .b-list > .col {
    width: 50%;
  }
}
.popup-speakers .b-img .inner {
  border-radius: 1.6rem;
  overflow: hidden;
  cursor: pointer;
}
.popup-speakers .b-img .inner img {
  width: 100%;
  display: block;
}
.popup-speakers .b-image-gal {
  border-radius: 0.8rem;
  overflow: hidden;
}
.popup-speakers .b-image-gal img {
  width: 100%;
  display: block;
}
.popup-speakers .b-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.popup-speakers .b-ctn .t-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .popup-speakers .b-ctn .t-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.popup-speakers .b-ctn .t-head .t-text {
  --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
  font-size: var(--f-sz);
  font-family: "Beautique Display";
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(9.68%, #44efa1),
    color-stop(17.11%, #fb923c),
    color-stop(26.16%, #eb2642)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #44efa1 9.68%,
    #fb923c 17.11%,
    #eb2642 26.16%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.popup-speakers .b-ctn .t-head .t-txt {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  color: #262626;
}

.select2-container {
  height: 4.8rem;
  background-color: transparent;
}

.select2.select2-container {
  width: 100% !important;
}

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0.8rem !important;
  color: var(--color-white);
  height: 4.8rem;
  background-color: #f2f3f5;
  border: 0.1rem solid #dedfe0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--color-pri);
  font-size: 1.6rem;
  font-weight: 400;
  display: inline !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  padding-left: 1.4rem;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none;
  border-bottom: none !important;
  padding: 4px 6px !important;
  background-color: var(--color-sec);
  color: var(--color-sec);
}

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: var(--color-sec);
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--color-sec);
  font-size: 1.6rem;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: var(--color-sec);
  font-size: 1.6rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  border-color: #000 transparent transparent transparent;
}

.select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-results__option {
  font-size: 1.6rem;
}

.select2-results {
  display: block;
  border-radius: unset !important;
  overflow: hidden;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-radius: unset !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 1.4rem;
  font-weight: 500;
  color: var(--color-text);
  padding-right: 3rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--color-text);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -1.2rem;
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  font-size: 1.6rem;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-pri);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-pri);
}

.menu-nav {
  --color-link: var(--color-text);
  --color-link-sub: var(--color-text);
  --gap: -1.6rem;
  --gap-item: 1.6rem;
  --font-size-link: 1.8rem;
  --font-weight-link: 400;
  --font-size-link-mobile: 2.4rem;
  --font-weight-link-mobile: 500;
  --gap-item-mobile: 0 1.2rem;
}

.hd-nav {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .hd-nav {
    display: none;
  }
}
.hd-nav .menu-nav {
  height: 100%;
}
.hd-nav .menu-nav > .menu-list {
  height: 100%;
  margin: 0 var(--gap);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-nav .menu-nav > .menu-list > .menu-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-nav .menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 0.2rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(37.02%, #44efa1),
    color-stop(65.38%, #fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #44efa1 37.02%,
    #fb923c 65.38%,
    #eb2642 100%
  );
  width: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.hd-nav .menu-nav > .menu-list > .menu-item::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(37.02%, #44efa1),
    color-stop(65.38%, #fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #44efa1 37.02%,
    #fb923c 65.38%,
    #eb2642 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 1;
  font-size: 1.8rem;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  font-weight: 400;
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::before,
.hd-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::before {
  width: calc(100% - 2 * var(--gap-item));
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::after,
.hd-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::after {
  opacity: 1;
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown) > .menu-link,
.hd-nav
  .menu-nav
  > .menu-list
  > .menu-item:has(.current-menu-item)
  > .menu-link {
  opacity: 0;
}
.hd-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
  width: 0;
}
.hd-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::after {
  opacity: 0;
}
.hd-nav .menu-nav > .menu-list > .menu-item.dropdown:hover > .menu-link {
  opacity: 1;
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover > a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hd-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-link);
  padding: 0 var(--gap-item);
  font-size: var(--font-size-link);
  font-weight: var(--font-weight-link);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item::before,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent::before,
.hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent::before {
  width: calc(100% - 2 * var(--gap-item));
}
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item::after,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item::after,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent::after,
.hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent::after {
  opacity: 1;
}
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item > .menu-link,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > .menu-link,
.hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent > .menu-link {
  opacity: 0;
}
.hd-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.hd-nav .menu-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-nav .menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item:hover > .menu-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hd-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a,
.hd-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
  color: var(--color-pri);
}
.hd-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a::after,
.hd-nav
  .menu-item:hover
  > .menu-list
  > .menu-item.current-menu-item
  > a::after {
  height: 100%;
}
.hd-nav .menu-item .menu-link,
.hd-nav .menu-item a {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item .menu-link i,
.hd-nav .menu-item a i {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item > .menu-link,
.hd-nav .menu-item > a {
  color: var(--color-link);
  font-weight: var(--font-weight-link);
  font-size: var(--font-size-link);
  display: block;
}
.hd-nav .menu-item > .menu-link > i,
.hd-nav .menu-item > a > i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.6rem;
}
.hd-nav .menu-item.dropdown > a > i {
  display: block;
}
.hd-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 20rem;
  max-width: 23rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: var(--color-white);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 0.3rem 1.2rem 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0.3rem 1.2rem 0px;
}
.hd-nav .menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
.hd-nav .menu-item > .menu-list > .menu-item:hover::after {
  opacity: 1;
}
.hd-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
.hd-nav .menu-item > .menu-list > .menu-item:hover > a {
  color: var(--color-pri);
  background: var(--color-bg);
}
.hd-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::after,
.hd-nav .menu-item > .menu-list > .menu-item:hover > a::after {
  height: 100%;
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-link,
.hd-nav .menu-item > .menu-list > .menu-item > a {
  padding: 0.6rem 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: var(--color-link-sub);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: var(--font-weight-link-sub);
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-link::after,
.hd-nav .menu-item > .menu-list > .menu-item > a::after {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 0%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(37.02%, #44efa1),
    color-stop(65.38%, #fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #44efa1 37.02%,
    #fb923c 65.38%,
    #eb2642 100%
  );
  width: 0.2rem;
  z-index: 1;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
.hd-nav .menu-item > .menu-list > .menu-item > a > i {
  -webkit-transform: rotate(-90deg) translate(5px, 0);
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
  font-size: 1rem;
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}

.mobile-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50rem;
  margin: 0 auto;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(37.02%, #44efa1),
    color-stop(65.38%, #fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #44efa1 37.02%,
    #fb923c 65.38%,
    #eb2642 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a::after,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a::after,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a::after {
  opacity: 1;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > a {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(37.02%, #44efa1),
    color-stop(65.38%, #fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #44efa1 37.02%,
    #fb923c 65.38%,
    #eb2642 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-link);
  font-size: var(--font-size-link-mobile);
  font-weight: var(--font-weight-link-mobile);
  position: relative;
  text-align: center;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a S br {
  display: none;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav .menu-item.active > a > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-nav .menu-item a {
  position: relative;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.mobile-nav .menu-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--gap-item-mobile);
  font-size: var(--font-size-link-mobile);
  color: var(--color-link);
  font-weight: var(--font-weight-link-mobile);
  text-align: center;
  font-family: "Beautique Display";
}
.mobile-nav .menu-item > .menu-list {
  display: none;
  margin-left: 1.6rem;
  position: relative;
}
.mobile-nav .menu-item > .menu-list::before {
  content: "";
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0;
  width: 1px;
  background-color: rgb(245, 246, 247);
}
.mobile-nav .menu-item > .menu-list > .menu-item.current_page_item > a,
.mobile-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
  color: var(--color-pri);
}
.mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: var(--color-pri);
}

.bnf-item {
  height: 100%;
}
.bnf-item .b-img {
  height: 100%;
}
.bnf-item .b-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnf-slider {
  position: relative;
  padding-top: 45%;
}
.bnf-slider .b-sw {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
.bnf-slider .swiper,
.bnf-slider .swiper-container {
  height: 100%;
}

.bnf-wrap {
  margin-bottom: 4rem;
}

.bnf-pagi {
  position: absolute !important;
}

.swiper-wrapper.row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.swiper.rows .col {
  margin-bottom: 0;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide {
  height: initial;
  overflow: hidden;
}

.swiper-pagination {
  position: static;
  margin-top: 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination {
    margin-top: 2.4rem;
  }
}
.swiper-pagination-bullet {
  --circle: 0.5rem;
  background-color: #cfd8d9;
  opacity: 1;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin: unset !important;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 100rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out width;
  transition: 0.5s ease-in-out width;
  background: var(--color-pri);
}
.swiper-pagination-bullet-active {
  width: 4rem;
}
.swiper-pagination-bullet-active::before {
  width: 100%;
}

.swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  --size: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .swiper-control {
    --size: 3.2rem;
    font-size: 1.6rem;
  }
}
.swiper-control-btn {
  width: var(--size);
  height: var(--size);
  border-radius: 0.4rem;
  background-color: rgb(255, 255, 255);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  z-index: 5;
  position: relative;
  overflow: hidden;
  color: #151515;
}
.swiper-control-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.swiper-control-btn > * {
  position: relative;
  z-index: 2;
}
.swiper-control-btn.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.5);
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (hover: hover) {
  .swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white !important;
  }
  .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
  }
  .swiper-control-btn:hover:not(.swiper-button-disabled) img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
.swiper-control.white .swiper-control-btn {
  background-color: transparent;
  border-color: white;
  color: white;
}
@media screen and (max-width: 1350px) {
  .swiper-control.white.mobile-plus .swiper-control-btn {
    background-color: white;
    border-color: var(--color-pri);
    color: var(--color-pri);
  }
}
.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.swiper-control.posi.minus .swiper-prev {
  right: calc(100% + 2.4rem);
}
@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-prev {
    right: unset;
    left: calc(var(--size) / 2 * -1);
  }
}
.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 2.4rem);
}
@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-next {
    left: unset;
    right: calc(var(--size) / 2 * -1);
  }
}
@media screen and (max-width: 500px) {
  .swiper-control.posi.minus.mobile-plus .swiper-prev {
    left: calc(var(--size) / 2 * -1 + 0.75rem);
  }
  .swiper-control.posi.minus.mobile-plus .swiper-next {
    right: calc(var(--size) / 2 * -1 + 0.75rem);
  }
}
.swiper-control.posi.midle .swiper-prev {
  left: calc(var(--size) / 2 * -1);
}
.swiper-control.posi.midle .swiper-next {
  right: calc(var(--size) / 2 * -1);
}
.swiper-control.posi.plus .swiper-prev {
  left: 1rem;
}
.swiper-control.posi.plus .swiper-next {
  right: 1rem;
}
@media screen and (max-width: 500px) {
  .swiper-control.posi.mobile-plus .swiper-prev {
    left: calc(var(--size) / 2 * -1 + 0.75rem);
  }
  .swiper-control.posi.mobile-plus .swiper-next {
    right: calc(var(--size) / 2 * -1 + 0.75rem);
  }
}

.swiper-pagination-progressbar {
  background: var(--color-black);
  height: 0.1rem !important;
}

.swiper-pagination-progressbar-fill {
  background-color: var(--color-sec) !important;
}

.breadcrumb-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  gap: 0.8rem;
}
.breadcrumb-list::-webkit-scrollbar {
  height: 0;
}
.breadcrumb-item {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: 400;
  color: var(--color-white);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.smc-image .inner-image {
  position: relative;
}
.smc-image .inner-image .t-text {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 1.2rem;
  font-weight: 500;
  color: var(--color-pri);
  background: #fff;
  border-radius: 0.4rem;
  z-index: 4;
  white-space: nowrap;
}
.smc-image .inner-image .t-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 0.2rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(25%, #eb2642),
    color-stop(50%, #fb923c),
    color-stop(75%, #44efa1),
    to(#47ddec)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #eb2642 25%,
    #fb923c 50%,
    #44efa1 75%,
    #47ddec 100%
  );
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.breadcrumb-item:not(:first-child)::before {
  display: inline-block;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
  position: relative;
}
.breadcrumb-item:last-child {
  color: var(--color-white);
  pointer-events: none;
}
@media (hover: hover) {
  .breadcrumb-item:hover {
    color: var(--color-pri);
  }
}
.breadcrumb-link {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  gap: 0.8rem;
  color: var(--color-text);
  font-size: clamp(0.9vw, 0.9vw, 1.8vmin);
  font-weight: 500;
  min-height: clamp(2.6vw, 2.6vw, 5.2vmin);
  min-width: clamp(10vw, 10vw, 20vmin);
  border-radius: 100rem;
  padding: clamp(0.6vw, 0.6vw, 1.2vmin);
  min-width: clamp(10vw, 10vw, 20vmin);
}
@media screen and (max-width: 1200px) {
  .btn {
    font-size: 1.4rem;
    min-height: unset;
    min-width: unset;
    padding: 0.6rem 1.2rem;
  }
  .smc-image .inner-image .t-text {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .btn:hover {
    color: var(--color-white);
  }
  .btn:hover::after {
    background: var(--color-black);
  }
  .btn:hover .btn-bg {
    opacity: 1;
  }
  .btn:hover .icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .btn:hover .btn-svg {
    opacity: 0;
  }
}
.btn.second {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eb2642),
    to(#ed8a47)
  );
  background: linear-gradient(180deg, #eb2642 0%, #ed8a47 100%);
}
.btn > * {
  position: relative;
  z-index: 8;
}
.btn .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(25%, #eb2642),
    color-stop(50%, #fb923c),
    color-stop(75%, #44efa1),
    to(#47ddec)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #eb2642 25%,
    #fb923c 50%,
    #44efa1 75%,
    #47ddec 100%
  );
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background-size: 200%;
  -webkit-animation: background-pan 3s linear infinite;
  animation: background-pan 3s linear infinite;
}
.btn::after {
  content: "";
  --size: 0.6rem;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - var(--size));
  height: calc(100% - var(--size));
  background: var(--color-white);
  border-radius: inherit;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn::after {
    --size: 0.4rem;
  }
}
.btn-bg {
  --size: 0rem;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - var(--size));
  height: calc(100% - var(--size));
  border-radius: inherit;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-bg::before {
  background: radial-gradient(circle, #fff 0, hsla(0, 0%, 100%, 0.5) 100%);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 130%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  pointer-events: none;
  -webkit-filter: blur(0.8rem) invert(0);
  filter: blur(0.8rem) invert(0);
}
.btn.center {
  margin: 0 auto;
}
.btn.none-icon .icon {
  display: none;
}
.btn.white::before {
  display: none;
}
.btn.white::after {
  --size: 0rem;
}
.btn.white .btn-svg {
  display: none;
}
.btn.trans {
  color: var(--color-white);
}
.btn.trans::after {
  background: rgba(139, 202, 246, 0.7);
}
@media (hover: hover) {
  .btn.trans:hover::after {
    opacity: 1;
  }
}
.btn.m-left {
  margin-left: auto;
}

@keyframes background-pan {
  from {
    background-position: 0% center;
  }
  to {
    background-position: -200% center;
  }
}
ul.page-numbers {
  margin-top: 3.2rem;
}

.page-numbers {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: var(--color-white);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: var(--color-text);
  font-size: 1.6rem;
  border: 0.1rem solid var(--cl-border);
}
.page-numbers > li > .page-numbers::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .page-numbers > li > .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
  }
}
.page-numbers > li > .page-numbers:after {
  z-index: -1;
}
@media (hover: hover) {
  .page-numbers > li > .page-numbers:hover:not(.dot) {
    color: var(--color-white);
  }
  .page-numbers > li > .page-numbers:hover:not(.dot)::after {
    left: 0;
    width: 100%;
  }
}
.page-numbers > li > .page-numbers.current {
  color: var(--color-white);
  border-color: var(--color-pri);
}
.page-numbers > li > .page-numbers.current::after {
  left: 0;
  width: 100%;
}
.page-numbers > li > .page-numbers.dot {
  background-color: transparent;
}
.page-numbers > li > .page-numbers i {
  font-weight: 400;
}

.sub-title {
  font-size: 2.4rem;
  color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  font-weight: 500;
}
.sub-title::before {
  content: "";
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 100rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(35.1%, #44efa1),
    color-stop(68.27%, #ed8a47),
    to(#eb2642)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #44efa1 35.1%,
    #ed8a47 68.27%,
    #eb2642 100%
  );
  position: relative;
  top: 1.2rem;
}
.sub-title.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

.t-title {
  font-size: clamp(3.2vmin, 3.2vw, 6.4vmin);
  color: #0035ec;
  text-wrap: pretty;
  position: relative;
  font-weight: 900;
  font-family: "Beautique Display";
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.2rem;
  }
}

.title-sec {
  font-size: clamp(12vw, 12vw, 22vmin);
  letter-spacing: 0.02em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb2642),
    color-stop(#fb923c),
    color-stop(#44efa1),
    color-stop(#47ddec),
    color-stop(#fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    to right,
    #eb2642,
    #fb923c,
    #44efa1,
    #47ddec,
    #fb923c,
    #eb2642
  );
  background-size: 200%;
  background-position: 0% center;
  -webkit-animation: background-pan 7.5s linear infinite;
  animation: background-pan 7.5s linear infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  font-family: "Beautique Display";
  font-weight: 900;
  max-width: 100%;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .head {
    gap: 1.6rem;
  }
}
.head.center {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head.white .t-title {
  color: var(--color-white);
}
.head.white .b-tag {
  --bg: rgba(255, 255, 255, 0.15);
  --cl: #fff;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.t-center {
  text-align: center;
}

.c-tt {
  color: var(--color-tt);
}

.fw-1 {
  font-weight: 100;
}

.fw-2 {
  font-weight: 200;
}

.fw-3 {
  font-weight: 300;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-b {
  font-weight: bold;
}

.fsi {
  font-style: italic;
}

.t-up {
  text-transform: uppercase;
}

.c-pri {
  color: var(--color-pri);
}

.c-sec {
  color: var(--color-sec);
}

.c-text {
  color: var(--color-text);
}

.c-tt {
  color: var(--color-tt);
}

.c-black {
  color: var(--color-black);
}

.c-txt {
  color: var(--color-txt);
}

.c-green {
  color: #16a34a;
}

.c-white {
  color: var(--color-white);
}

.c-orange {
  color: #ed8a47;
}

.bg-white {
  background: var(--color-white);
}

.bg-txt {
  background: #e4e7ec;
}

.bg-pri {
  background: var(--color-pri);
}

.posi-rl {
  position: relative;
}

.h-full {
  height: 100%;
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--color-text);
  cursor: pointer;
}
.accordion-header .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.m-mid {
  margin: 0 auto;
}

.m-end {
  margin-left: auto;
}

.m-top {
  margin-top: 2.4rem;
}

.m-start {
  margin-right: auto;
}

.f-mid {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.f-end {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lg-download,
#lg-actual-size,
#lg-share {
  display: none;
}

.lg-backdrop,
.lg-outer {
  z-index: 99999;
}

.lg-outer .lg-thumb-item {
  border: 0.2rem solid var(--color-pri);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.lg-outer .lg-thumb-item.active {
  border-color: var(--color-sec);
}
@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: var(--color-sec);
  }
}

.lg-prev.lg-icon::after {
  display: none;
}

.lg-next.lg-icon::before {
  display: none;
}

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem;
}
.lg-prev.lg-icon i,
.lg-next.lg-icon i {
  background: var(--color-sec);
}

.lg-outer .lg-thumb-outer {
  background-color: #000;
}

.lg-close.lg-icon {
  background: var(--color-sec);
}

.lg-outer .lg-toogle-thumb {
  background: var(--color-sec);
  width: 4rem;
  height: 4rem;
}

.lg-img-wrap {
  border-radius: 0.8rem;
}

.lg-thumb-item {
  border-radius: 0.8rem;
}

.lg-outer .lg-thumb {
  margin: 0 auto -5px;
}

.gItem {
  cursor: pointer;
}

.hidden-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.iwt {
  --iz: 2.4rem;
  --fz: 1.4rem;
  --cl: #fffefc;
  --fw: 400;
  --gap: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap);
  color: var(--cl);
  font-size: var(--fz);
  font-weight: var(--fw);
}
.iwt.iz-32 {
  --iz: 3.2rem;
}
.iwt.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.iwt .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: var(--iz);
  height: var(--iz);
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.iwt .icon img {
  display: block;
  height: 100%;
  width: 100%;
}
.iwt .ic-ar {
  width: 1.6em;
  height: 1.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.iwt .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}

.b-tag {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  --iz: 1.4rem;
  --fz: 1.6rem;
  --rs: 100rem;
  --fw: 500;
  --cl: var(--color-pri);
  --py: 0.6rem 1.2rem;
  --gap: 0.4rem;
  --bg: #d2e5ff;
  display: flex;
  align-items: center;
  gap: var(--gap);
  font-weight: var(--fw);
  font-size: var(--fz);
  color: var(--cl);
  border-radius: var(--rs);
  background: var(--bg);
  padding: var(--py);
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.b-tag .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: var(--iz);
  height: var(--iz);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.full {
  width: 100%;
}

.t-italic {
  font-style: italic;
}

.tag-status {
  --py: 0.4rem 1.2rem;
  --rs: 0.4rem;
  --cl: #fff;
  --bg: #000;
  --fz: 1.4rem;
  --fw: 600;
  display: inline-block;
  padding: var(--py);
  border-radius: var(--rs);
  color: var(--cl);
  background: var(--bg);
  font-size: var(--fz);
  font-weight: var(--fw);
}
.tag-status.pendding {
  --cl: #f59e0b;
  --bg: #fff4de;
}
.tag-status.shipping {
  --cl: #1d4ed8;
  --bg: #e8edfb;
}
.tag-status.sussces {
  --cl: #10b981;
  --bg: #ecfdf5;
}
.tag-status.error {
  --cl: #d71b23;
  --bg: #fde9e9;
}

.get-sd {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0.8rem 2.4rem;
}

.over-hd {
  overflow: hidden;
}

.checker {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --cl-num: #667085;
}
.checker.tag-box input:checked ~ .txt {
  color: var(--color-pri);
  border-color: var(--color-pri);
}
.checker.tag-box input:checked ~ .txt .num {
  --cl-num: var(--color-pri);
}
.checker.tag-box .txt {
  padding: 0.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid var(--cl-border);
  color: var(--color-text);
  background: var(--color-white);
}
.checker.tag-text {
  min-width: 9rem;
}
@media screen and (max-width: 1200px) {
  .checker.tag-text {
    min-width: unset;
  }
}
.checker.tag-text input:checked ~ .txt {
  color: #fdb022;
  border-color: #fdb022;
}
.checker.tag-text .txt {
  color: var(--color-white);
  font-weight: 500;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  padding: 0.8rem 0.4rem;
  border-bottom: 0.2rem solid transparent;
}
.checker .sqr {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  margin-top: -0.1rem;
}
.checker .sqr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/check-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.checker .circle {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
}
.checker .circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/radio-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.checker .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-text);
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.checker .txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.checker .num {
  margin-left: auto;
  color: var(--cl-num);
}
.checker input {
  display: none;
}
.checker input:checked ~ .sqr::after {
  background-image: url("../assets/images/check-fill.svg");
}
.checker input:checked ~ .txt {
  color: var(--color-pri);
}
.checker input:checked ~ .circle::after {
  background-image: url("../assets/images/radio-fill.svg");
}

.border {
  border: 0.1rem solid var(--cl-border);
}
.border-top {
  border-top: 0.1rem solid var(--cl-border);
}
.border-right {
  border-right: 0.1rem solid var(--cl-border);
}
.border-left {
  border-left: 0.1rem solid var(--cl-border);
}
.border-bot {
  border-bottom: 0.1rem solid var(--cl-border);
}

.dashed {
  border-style: dashed;
}

.rs {
  border-radius: var(--rs);
}

.rs-top {
  border-radius: var(--rs) var(--rs) 0 0;
}

.py-b {
  --py: 2.4rem;
  padding-bottom: var(--py);
}
@media screen and (max-width: 1024px) {
  .py-b {
    --py: 1.6rem;
  }
}

.py-top-10 {
  padding-top: 1rem;
}

.py {
  --py: 2rem;
  padding: var(--py);
}
@media screen and (max-width: 1024px) {
  .py {
    --py: 1.2rem;
  }
}
.py.py-12 {
  --py: 1.2rem;
}

.lb-switch {
  width: 5.1rem;
  height: 3.1rem;
  position: relative;
}
.lb-switch .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.lb-switch .switch {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #e9e9eb;
  border-radius: 1.6rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.lb-switch .slider {
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  left: calc(50% - 1.35rem - 1rem);
  top: calc(50% - 1.35rem);
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0.3rem 0.8rem rgba(0, 0, 0, 0.15),
    0px 0.3rem 0.1rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0.3rem 0.8rem rgba(0, 0, 0, 0.15),
    0px 0.3rem 0.1rem rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.lb-switch .checkbox:checked + .switch {
  background-color: #34c759;
}
.lb-switch .checkbox:checked + .switch .slider {
  left: calc(50% - 1.35rem + 1rem);
  top: calc(50% - 1.35rem);
}

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1.2rem;
  background: var(--color-white);
}
.count-number {
  min-width: 1.6rem;
  color: #121138;
  font-weight: 500;
  text-align: center;
}
.count-btn {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100rem;
  border: 0.1rem solid #eeeeee;
}
.count-btn i {
  font-size: 1rem;
}
.count-btn:hover {
  background: var(--color-pri);
  color: white;
}

.GrAva {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.GrAva.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.GrAva-it {
  --size: clamp(3vw, 3vw, 6vmin);
  width: var(--size);
  height: var(--size);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100rem;
  overflow: hidden;
  border: 0.2rem solid white;
  display: block;
}
@media screen and (max-width: 768px) {
  .GrAva-it {
    --size: 3.2rem;
  }
}
.GrAva-it img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.GrAva-it:not(:first-child) {
  margin-left: -1vw;
}

#ez-toc-container {
  --bg: #fff;
  --py: 2.4rem 1.6rem;
  --bd: 0.1rem solid #d9d9d9;
  --rs: 0.6rem;
  background: var(--bg) !important;
  padding: var(--py) !important;
  border: var(--bd) !important;
  border-radius: var(--rs) !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  #ez-toc-container {
    --py: 0.8rem;
  }
}
#ez-toc-container .ez-toc-title {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  font-weight: 700 !important;
  color: #262626;
}
#ez-toc-container nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#ez-toc-container nav > ul > li {
  padding: 1.6rem 0;
}
#ez-toc-container nav > ul > li:not(:last-child) {
  border-bottom: 0.1rem solid #f1f5f9;
}
#ez-toc-container nav > ul > li:last-child {
  padding-bottom: 0;
}
#ez-toc-container nav > ul > li a {
  font-weight: 600;
}
#ez-toc-container nav > ul > li ul li a {
  font-weight: 400 !important;
  color: #6c727f !important;
}
#ez-toc-container nav > ul li a {
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  color: #394150 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.box-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.8rem;
  margin-top: 2.4rem;
}
.box-author .icon-with-text {
  --gap: 0.8rem;
}
.box-author .icon-with-text:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 2rem;
  background: #e0e0e0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1rem;
}

.mxh-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.mxh-social .i-link {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .mxh-social .i-link:hover {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
  }
}
.mxh-social .i-link .getlink-note {
  position: absolute;
  bottom: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 500;
  display: none;
  padding: 0.2rem 0.6rem;
  border-radius: 0.8rem;
  background: var(--color-pri);
  color: #fff;
}
.mxh-social .i-link img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  white-space: nowrap;
  overflow-x: auto;
}
.link-group::-webkit-scrollbar {
  height: 0;
}
.link-group .t-links {
  display: inline-block;
  padding: 0.8rem;
  position: relative;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  color: var(--color-tt);
}
@media (hover: hover) {
  .link-group .t-links:hover::before {
    width: 100%;
    left: 0;
  }
}
.link-group .t-links.active {
  font-weight: 600;
}
.link-group .t-links.active::before {
  width: 100%;
  left: 0;
}
.link-group .t-links::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.2rem;
  background: var(--color-pri);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .countdown {
    margin-top: 1.6rem;
  }
}
.countdown-it {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .countdown-it {
    font-size: 1.6rem;
  }
}
.countdown-it .time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.countdown-it .time-wrapper .time-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.countdown-it .time-wrapper .time-number span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.8rem;
  background: #fdb022;
  min-width: 3.8rem;
}
@media screen and (max-width: 768px) {
  .countdown-it .time-wrapper .time-number span {
    min-width: 3rem;
  }
}
.countdown-it .time-wrapper .text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  font-weight: 600;
  color: #231f20;
}
@media screen and (max-width: 768px) {
  .countdown-it .time-wrapper .text {
    color: var(--color-white);
  }
}
.countdown-it:not(:last-child)::after {
  content: ":";
  color: var(--color-white);
  position: absolute;
  left: calc(100% + 0.8rem);
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-search {
  position: relative;
  padding: 0rem 2rem;
  padding-right: 0.4rem;
  border-radius: 100rem;
  background: #fff;
  width: 32rem;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .box-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.box-search .b-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.box-search .b-gr input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: transparent;
  border: unset;
  outline: unset;
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  color: var(--color-text);
  height: 4rem;
  width: 100%;
}
.box-search .b-gr .btn-search {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (hover: hover) {
  .box-search .b-gr .btn-search:hover {
    background: rgba(21, 54, 164, 0.2);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
}
.box-search .b-gr .btn-search .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 2rem;
  height: 2rem;
}
.box-search .search-pos {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0.8rem;
  margin-top: 0.2rem;
  z-index: 2;
  padding: 1.6rem;
  padding-right: 0;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 0.7rem 2.9rem 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0.7rem 2.9rem 0px;
  display: none;
}
.box-search .search-pos.open {
  display: block;
}
.box-search .search-pos .b-py {
  max-height: 40rem;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  padding-right: 1.6rem;
}
.box-search .search-pos .b-py .b-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.box-search .search-pos .b-py .b-box .text {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  font-weight: 600;
  color: #171717;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #f5f5f5;
}
.box-search .search-pos .b-py .b-box .t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  color: #71717a;
  --f-sz: 1.4rem;
  font-size: var(--f-sz);
}
.box-search .search-pos .b-py .b-box .t-list .t-links {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .box-search .search-pos .b-py .b-box .t-list .t-links:hover {
    color: var(--color-pri);
  }
}
.box-search .search-pos .b-py .b-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.box-search .search-pos .b-py .b-list .b-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  position: relative;
  padding: 1.2rem;
  border-radius: 0.4rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .box-search .search-pos .b-py .b-list .b-sale:hover {
    background: #eff6ff;
  }
}
.box-search .search-pos .b-py .b-list .b-sale .img {
  width: 4.6rem;
  height: 4.6rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.box-search .search-pos .b-py .b-list .b-sale .img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-search .search-pos .b-py .b-list .b-sale .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.2rem;
}
.box-search .search-pos .b-py .b-list .b-sale .t-gr .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-search .search-pos .b-py .b-list .b-sale .h-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-search .search-pos .b-py .b-list .b-sale .h-txt .b-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.2rem;
}

.hd-lg {
  height: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .hd-lg {
    height: 3.8rem;
    width: 3.8rem;
    background-color: var(--color-pri);
    padding: 1rem;
    border-radius: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hd-lg .hd-lg-item img {
    width: 2rem;
    height: 2rem;
  }
  .hd-lg .hd-lg-item .ic {
    display: none;
  }
  .hd-lg > .hd-lg-item {
    color: white;
  }
  .hd-lg .hd-lg-drop {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 2rem);
    border-radius: 1rem;
    width: calc(100% - 1rem);
  }
  .hd-lg .hd-lg-drop::after {
    border-radius: inherit;
    height: 4rem;
  }
  .hd-lg .hd-lg-drop > .hd-lg-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hd-lg-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  color: var(--color-white);
}
.hd-lg-item img {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hd-lg-item .txt {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
}
.hd-lg-item .ic {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 1201px) {
  .hd-lg-item {
    background-color: #024f61;
    padding: 0 1rem;
    border-radius: 100rem;
    height: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .hd-lg-item .txt {
    display: none;
  }
}
.hd-lg-drop {
  position: absolute;
  width: 100%;
  top: calc(100% + 0.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hd-lg-drop::before {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 100%;
  bottom: 100%;
  left: 0;
}
.hd-lg-drop::after {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  -webkit-box-shadow: var(--sdow);
  box-shadow: var(--sdow);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: var(--rs);
  border-radius: 0.4rem;
}
@media screen and (min-width: 1201px) {
  .hd-lg-drop::after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hd-lg-drop {
    -webkit-transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: translate(-50%, -100%) rotate(-90deg) !important;
    transform: translate(-50%, -100%) rotate(-90deg) !important;
  }
}
@media (hover: hover) {
  .hd-lg-drop .hd-lg-item:hover .txt {
    color: var(--color-pri);
  }
}
.hd-lg:hover .hd-lg-drop {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
@media screen and (max-width: 1200px) {
  .hd-lg:hover .hd-lg-drop {
    -webkit-transform: translate(-50%, 0) rotate(0deg) !important;
    transform: translate(-50%, 0) rotate(0deg) !important;
  }
}

.t-price {
  color: var(--color-pri);
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .t-price {
    font-size: 1.4rem;
  }
}
.t-price .price-old {
  color: #8c8c8c;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: line-through;
}
.t-price .price-new {
  color: #f05b64;
  font-size: 1em;
  font-weight: 600;
}
.t-price .t-sale {
  display: inline-block;
  line-height: 1;
  padding: 0.4rem;
  border-radius: 0.2rem;
  font-size: 0.65em;
  color: var(--color-pri);
  color: #fff;
  font-weight: 600;
  background: var(--color-pri);
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.2rem;
}

.mb-4 {
  margin-bottom: 0.4rem;
}

.mb-6 {
  margin-bottom: 0.6rem;
}

.mb-8 {
  margin-bottom: 0.8rem;
}

.mb-8s:not(:last-child) {
  margin-bottom: 0.8rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mb-10s:not(:last-child) {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 1.2rem;
}

.mb-12s:not(:last-child) {
  margin-bottom: 1.2rem;
}

.mb-14 {
  margin-bottom: 1.4rem;
}

.mb-14s:not(:last-child) {
  margin-bottom: 1.4rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mb-15s:not(:last-child) {
  margin-bottom: 1.5rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-16s:not(:last-child) {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-18s:not(:last-child) {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-20s:not(:last-child) {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-24s:not(:last-child) {
  margin-bottom: 2.4rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.mb-25s:not(:last-child) {
  margin-bottom: 2.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-30s:not(:last-child) {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-32s:not(:last-child) {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .mb-40 {
    margin-bottom: 2.4rem;
  }
}

.mb-40s:not(:last-child) {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-48s:not(:last-child) {
  margin-bottom: 4.8rem;
}

.mb-56 {
  margin-bottom: 5.6rem;
}

.mb-56s:not(:last-child) {
  margin-bottom: 5.6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1200px) {
  .mb-64 {
    margin-bottom: 2.4rem;
  }
}

.mb-64s:not(:last-child) {
  margin-bottom: 6.4rem;
}

.mb-72 {
  margin-bottom: 7.2rem;
}

.mb-72s:not(:last-child) {
  margin-bottom: 7.2rem;
}

.mb-80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .mb-80 {
    margin-bottom: 4rem;
  }
}

.mb-80s:not(:last-child) {
  margin-bottom: 8rem;
}

.ss-mg {
  margin: var(--pd-sc) 0;
}

.ss-mg-t {
  margin-top: var(--pd-sc);
}

.ss-mg-b {
  margin-bottom: var(--pd-sc);
}

.ss-pd {
  padding: var(--pd-sc) 0;
}

.ss-pd-t {
  padding-top: var(--pd-sc);
}

.ss-pd-b {
  padding-bottom: var(--pd-sc);
}

.mt-24 {
  margin-top: 2.4rem;
}

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
}
.star-list {
  position: relative;
  height: 2rem;
}
.star-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.star-flex .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}
.star-flex .icon img {
  display: block;
}
.star-filter {
  overflow: hidden;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 0;
}

.stars input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.stars input:nth-child(1):checked ~ label:nth-of-type(-n + 1),
.stars input:nth-child(2):checked ~ label:nth-of-type(-n + 2),
.stars input:nth-child(3):checked ~ label:nth-of-type(-n + 3),
.stars input:nth-child(4):checked ~ label:nth-of-type(-n + 4),
.stars input:nth-child(5):checked ~ label:nth-of-type(-n + 5) {
  background: url(../assets/images/icon-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.stars label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 6px;
  height: 2rem;
  width: 2rem;
  background: url(../assets/images/star-opa.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: contain;
}

@media screen and (max-width: 500px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: var(--color-white);
    z-index: 51;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 800px) {
  .side-fixed {
    bottom: 5rem;
  }
}
@media screen and (max-width: 500px) {
  .side-fixed-wrap {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--color-black), 0.6);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}
.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 40;
  background-color: var(--color-sec);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-open:not(.no-style) {
    display: none;
  }
}
.side-open:not(.no-style).close {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  visibility: visible;
}
.side-open:not(.no-style) .side-open-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open:not(.no-style) .side-open-wrap .icon {
  color: var(--color-black);
  font-weight: 600;
  font-size: 1.6rem;
}
.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--color-white);
  background-color: var(--color-black);
}
@media screen and (min-width: 1201px) {
  .side-top {
    display: none;
  }
}
.side-top .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side-close {
  width: 3.8rem;
  height: 3.8rem;
  background-color: var(--color-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .page-home .head-group {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .page-home .bnh-title,
  .page-home .imp-title {
    opacity: 0;
    -webkit-transition: 1.25s ease-in-out;
    transition: 1.25s ease-in-out;
  }
  .page-home .est-decor .inner-decor img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }
  .page-home .section.fp-completely .head-group {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .page-home .section.fp-completely .bnh-title,
  .page-home .section.fp-completely .imp-title {
    opacity: 1;
  }
  .page-home .section.fp-completely .est-decor .inner-decor img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.fp-watermark {
  display: none;
}

.compe-panel .page-numbers {
  margin-top: 0;
}

.wpcf7-list-item {
  margin: unset;
  position: relative;
}
.wpcf7-list-item input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  background-image: url("../assets/images/radio-fill.svg");
}

.ctf-form .wpcf7-response-output {
  position: static !important;
  margin-bottom: 0 !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  row-gap: 1.2rem;
  color: #525252;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
.wpcf7-list-item-label::before {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  background-image: url("../assets/images/radio-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  top: 0.4rem;
}

.page-home ~ .ft {
  display: none;
}

.pagination-mona {
  margin-bottom: 1.2rem;
}

.page-semi .coo-list > .col {
  display: none;
}

.compe-search {
  position: relative;
}
.compe-search .b-search {
  padding: 0.8rem;
  background-color: var(--color-white);
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.compe-search .b-search input {
  width: 100%;
  height: 3.2rem;
  border-radius: 100rem;
  border: unset;
  background: unset;
  outline: unset;
  border-radius: unset;
  color: var(--color-text);
  font-size: 1.6rem;
}
.compe-search .b-search .btn-search {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 100rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.compe-search .b-result {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  padding: 0.8rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 0.7rem 2.9rem 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0.7rem 2.9rem 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  z-index: 10;
  max-height: 32rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.compe-search .b-result.open {
  opacity: 1;
  visibility: visible;
}
.compe-search .b-result .b-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
.compe-search .b-result .b-list .b-col {
  width: 25%;
  padding: 0 0.4rem;
}
@media screen and (max-width: 500px) {
  .compe-search .b-result .b-list .b-col {
    width: 50%;
  }
}
.compe-search .b-result .b-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .compe-search .b-result .b-item:hover {
    border-color: var(--color-pri);
  }
}
.compe-search .b-result .b-item .b-img {
  width: 8rem;
}
.compe-search .b-result .b-item .b-img .inner {
  aspect-ratio: 3/4;
}
.compe-search .b-result .b-item .b-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.compe-search .b-result .b-item .b-ctn .t-head {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-pri);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.compe-search {
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 0.4rem;
}

.load-more-be {
  width: 100%;
}

.bnh {
  overflow: hidden;
}
.bnh-wrap {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .bnh-wrap {
    height: auto;
  }
}

.bnh-bg {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  background: radial-gradient(
    85.63% 85.63% at 50% 50%,
    #d2ebfb 0%,
    #8bcaf6 100%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
.bnh-bg .inner {
  width: 100%;
  mix-blend-mode: soft-light;
  -webkit-animation: moveScaleSkew 16s ease-in-out infinite;
  animation: moveScaleSkew 16s ease-in-out infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.bnh-bg .inner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@-webkit-keyframes moveScaleSkew {
  0% {
    -webkit-transform: translateX(0) translateY(0) skew(0deg, 0deg) scale(1);
    transform: translateX(0) translateY(0) skew(0deg, 0deg) scale(1);
  }
  25% {
    -webkit-transform: translateX(0px) translateY(0px) skew(5deg, 3deg)
      scale(1.25);
    transform: translateX(0px) translateY(0px) skew(5deg, 3deg) scale(1.25);
  }
  50% {
    -webkit-transform: translateX(0) translateY(5px) skew(3deg, -3deg)
      scale(1.2);
    transform: translateX(0) translateY(5px) skew(3deg, -3deg) scale(1.2);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(10px) skew(-3deg, 3deg)
      scale(1.05);
    transform: translateX(0px) translateY(10px) skew(-3deg, 3deg) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0) skew(0deg, 0deg) scale(1);
    transform: translateX(0) translateY(0) skew(0deg, 0deg) scale(1);
  }
}

@keyframes moveScaleSkew {
  0% {
    -webkit-transform: translateX(0) translateY(0) skew(0deg, 0deg) scale(1);
    transform: translateX(0) translateY(0) skew(0deg, 0deg) scale(1);
  }
  25% {
    -webkit-transform: translateX(0px) translateY(0px) skew(5deg, 3deg)
      scale(1.25);
    transform: translateX(0px) translateY(0px) skew(5deg, 3deg) scale(1.25);
  }
  50% {
    -webkit-transform: translateX(0) translateY(5px) skew(3deg, -3deg)
      scale(1.2);
    transform: translateX(0) translateY(5px) skew(3deg, -3deg) scale(1.2);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(10px) skew(-3deg, 3deg)
      scale(1.05);
    transform: translateX(0px) translateY(10px) skew(-3deg, 3deg) scale(1.05);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0) skew(0deg, 0deg) scale(1);
    transform: translateX(0) translateY(0) skew(0deg, 0deg) scale(1);
  }
}
.bnh-panel {
  padding-top: calc(var(--size-hd) + 4vmin);
}
@media screen and (max-width: 1200px) {
  .bnh-panel {
    min-height: 56.25vw;
    padding: 8rem 0;
  }
}

.bnh-title {
  font-weight: 700;
  font-size: clamp(18vmin, 18vw, 36vmin);
}
.bnh-title .inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .bnh-title .inner-title {
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
.bnh-title .txt {
  letter-spacing: -0.02em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb2642),
    color-stop(#fb923c),
    color-stop(#44efa1),
    color-stop(#47ddec),
    color-stop(#fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    to right,
    #eb2642,
    #fb923c,
    #44efa1,
    #47ddec,
    #fb923c,
    #eb2642
  );
  background-size: 200%;
  background-position: 0% center;
  -webkit-animation: background-pan 7.5s linear infinite;
  animation: background-pan 7.5s linear infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bnh-title .txt:first-child {
  font-family: "Beautique Display";
  font-weight: 900;
}
.bnh-title .txt:nth-child(2) {
  -webkit-transform: translate(-4%, -18%);
  transform: translate(-4%, -18%);
}

.bnh-panel {
  position: relative;
  height: 100%;
}
.bnh-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1201px) {
  .bnh-image {
    height: 75%;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  .bnh-image .inner-image {
    height: 100%;
  }
  .bnh-image .inner-image img {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .bnh-image {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .bnh-image {
    width: 70%;
    z-index: -1;
    right: -3rem;
  }
}
.bnh-image img {
  display: block;
  -webkit-filter: drop-shadow(20px 20px 20px rgba(152, 237, 199, 0.7));
  filter: drop-shadow(20px 20px 20px rgba(152, 237, 199, 0.7));
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.magic-star {
  --size: clamp(2rem, 1.5vw, 3rem);
  display: block;
  height: var(--size);
  left: var(--star-left);
  position: absolute;
  top: var(--star-top);
  width: var(--size);
  -webkit-animation: scale 1200ms ease forwards;
  animation: scale 1200ms ease forwards;
}

.magic-star > svg {
  -webkit-animation: rotate 1500ms linear infinite;
  animation: rotate 1500ms linear infinite;
  display: block;
  opacity: 0.7;
}

.bnh-box {
  position: absolute;
  max-width: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  bottom: 5%;
  right: 50%;
}
@media screen and (max-width: 500px) {
  .bnh-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .bnh-box .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    min-height: unset;
    padding: 1.2rem 0.6rem;
  }
}
.bnh-box .t-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .bnh-box {
    right: unset;
    left: 0;
    position: static;
  }
  .bnh-box .t-head {
    text-align: left;
  }
}

.sec-imp {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sec-imp {
    height: auto;
  }
}
.sec-imp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    109.13% 109.13% at 50% 50%,
    #d2ebfb 0%,
    #8bcaf6 100%
  );
  z-index: -1;
}

.imp-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(10rem);
  filter: blur(10rem);
  pointer-events: none;
  z-index: -1;
}
.imp-bg .img-dcor {
  position: absolute;
  width: 35%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.imp-bg .img-dcor img {
  display: block;
  width: 100%;
}

.bg-radial::before,
.bg-radial::after {
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translate(10%, -50%) rotate(43deg);
  transform: translate(10%, -50%) rotate(43deg);
  position: absolute;
  width: 50%;
  aspect-ratio: 950/620;
  border-radius: 50%;
  background: rgba(27, 255, 240, 0.6);
}
.bg-radial::after {
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-26deg);
  transform: translate(-50%, 0%) rotate(-26deg);
  position: absolute;
  background: rgba(114, 183, 248, 0.6);
}

.imp {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: calc(var(--size-hd) + 4vmin);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .imp {
    padding: 8rem 0;
  }
}
.imp-title {
  font-family: "Beautique Display";
  font-size: clamp(20vmin, 20vw, 40vmin);
  font-weight: 900;
  line-height: 1.2;
}
.imp-title .t-text {
  letter-spacing: -0.02em;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb2642),
    color-stop(#fb923c),
    color-stop(#44efa1),
    color-stop(#47ddec),
    color-stop(#fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    to right,
    #eb2642,
    #fb923c,
    #44efa1,
    #47ddec,
    #fb923c,
    #eb2642
  );
  background-size: 200%;
  background-position: 0% center;
  -webkit-animation: background-pan 7.5s linear infinite;
  animation: background-pan 7.5s linear infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.imp-block .t-head {
  font-size: clamp(6vmin, 6vw, 12vmin);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.2;
  font-family: "Beautique Display";
  font-style: italic;
  line-height: 1;
  text-shadow: 0px 0.8rem 1.6rem rgba(17, 34, 17, 0.2);
}
@media screen and (max-width: 500px) {
  .imp-block .t-head {
    font-size: 3.2rem;
  }
}
.imp-block .d-flex {
  gap: 4vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .imp-block .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.imp-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2vw;
  width: 60%;
}
@media screen and (max-width: 500px) {
  .imp-group {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .imp-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}

.imp-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2vh;
}
@media screen and (max-width: 500px) {
  .imp-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
  }
}
.imp-item .t-number {
  font-size: clamp(5vmin, 5vw, 10vmin);
  font-weight: 700;
  line-height: 1;
  color: var(--color-white);
}
@media screen and (max-width: 500px) {
  .imp-item .t-number {
    font-size: 4rem;
    width: 8rem;
  }
}
.imp-item .t-number .txt {
  font-size: clamp(2.5vmin, 2.5vw, 5vmin);
  vertical-align: super;
}
@media screen and (max-width: 500px) {
  .imp-item .t-number .txt {
    font-size: 2.4rem;
  }
}
.imp-item .t-des {
  font-size: clamp(1.2vmin, 1.2vw, 2vmin);
  color: var(--color-white);
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .imp-item .t-des {
    font-size: 1.8rem;
  }
}

.time-item {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .time-item {
    overflow: hidden;
  }
}
.time-item .b-inner {
  padding: clamp(1vw, 1vw, 4vmin);
  border-radius: 2.4vmin;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .time-item .b-inner {
    border-radius: 0;
    height: auto;
    padding: 1.2rem;
  }
}
.time-item .b-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  backdrop-filter: blur(0.3rem);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .time-item .b-inner::before {
    opacity: 1;
    border-radius: 0 0 1.2rem 1.2rem;
  }
}
.time-item .b-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .time-item .b-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
  }
}
.time-item .b-group .line {
  display: inline-block;
  width: 0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 4vmin;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#47ddec),
    color-stop(35.1%, #44efa1),
    color-stop(68.27%, #ed8a47),
    to(#eb2642)
  );
  background: linear-gradient(
    180deg,
    #47ddec 0%,
    #44efa1 35.1%,
    #ed8a47 68.27%,
    #eb2642 100%
  );
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .time-item .b-group .line {
    width: 100%;
    height: 0.2rem;
    margin: 0.4rem 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#47ddec),
      color-stop(35.1%, #44efa1),
      color-stop(68.27%, #ed8a47),
      to(#eb2642)
    );
    background: linear-gradient(
      90deg,
      #47ddec 0%,
      #44efa1 35.1%,
      #ed8a47 68.27%,
      #eb2642 100%
    );
    opacity: 1;
  }
}
.time-item .b-group .t-time {
  font-size: clamp(1.6vmin, 1.6vw, 3.2vmin);
  font-weight: 700;
  color: #262626;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .time-item .b-group .t-time {
    font-size: 1.8rem;
    opacity: 1;
  }
}
.time-item .b-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 40%;
}
@media screen and (max-width: 1200px) {
  .time-item .b-content {
    max-width: 100%;
    gap: 1.2rem;
  }
}
.time-item .b-content .t-text {
  font-size: clamp(1.6vmin, 1.6vw, 3.2vmin);
  font-weight: 700;
  color: #737373;
  line-height: 1.2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .time-item .b-content .t-text {
    font-size: 2.4rem;
    color: #262626;
  }
}
.time-item .b-content .t-des {
  color: #525252;
  font-size: clamp(1.4rem, 1.4rem, 1.8vmin);
  margin-top: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .time-item .b-content .t-des {
    margin-top: 0.8rem;
    font-size: 1.4rem;
    color: #262626;
  }
}
.time-item .b-content .iwt {
  --cl: #0035ec;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .time-item .b-content .iwt {
    color: #262626;
    max-height: unset;
    opacity: 1;
  }
}
.time-item .b-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.time-item .b-image {
  position: absolute;
  top: 50%;
  left: 80%;
  -webkit-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
  width: clamp(20vw, 20vw, 40vmin);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .time-item .b-image {
    position: relative;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    top: unset;
    left: unset;
    padding: 1.2rem;
  }
  .time-item .b-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
    backdrop-filter: blur(0.3rem);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 1.2rem 1.2rem 0 0;
  }
}
.time-item .b-image .inner-image {
  border-radius: 1.6rem;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  aspect-ratio: 520/593;
  -webkit-box-shadow: 1rem 1rem 4rem rgba(0, 0, 0, 0.16);
  box-shadow: 1rem 1rem 4rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  .time-item .b-image .inner-image {
    border-radius: 0.6rem;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
}
.time-item .b-image .inner-image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.sec-timel {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .sec-timel {
    height: 100vh;
  }
}
.sec-timel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    109.13% 109.13% at 50% 50%,
    #d2ebfb 0%,
    #8bcaf6 100%
  );
  z-index: -1;
}

.timel {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: calc(var(--size-hd) + 4vmin);
  padding-bottom: 2vmin;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .timel {
    padding: 4rem 0;
  }
}
.timel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4vmin;
  width: 100%;
}
.timel-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timel-control {
  position: absolute;
  bottom: calc(100% + 0.8rem);
  left: 0;
  gap: 0.8rem;
}
.timel-control .swiper-control-btn {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1200px) {
  .timel-control {
    display: none;
  }
}
.timel-panel {
  height: clamp(11vw, 11vw, 22vmin);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .timel-panel {
    height: auto;
  }
}
.timel-panel .swiper {
  height: 100%;
  overflow: visible;
}
.timel-panel .swiper-container,
.timel-panel .swiper-wrapper,
.timel-panel .swiper-slide {
  height: 100%;
  overflow: visible;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .timel-panel .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .timel-panel .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .timel-panel .swiper-slide {
    width: 70%;
  }
}
@media screen and (min-width: 1201px) {
  .timel-panel .swiper-slide {
    opacity: 0;
  }
  .timel-panel .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .timel-panel .swiper-slide.swiper-slide-active .time-item .b-inner::before {
    opacity: 1;
  }
  .timel-panel .swiper-slide.swiper-slide-active .time-item .b-group .line {
    opacity: 1;
  }
  .timel-panel .swiper-slide.swiper-slide-active .time-item .b-group .t-time {
    opacity: 1;
  }
  .timel-panel .swiper-slide.swiper-slide-active .time-item .b-image {
    opacity: 1;
  }
  .timel-panel
    .swiper-slide.swiper-slide-active
    .time-item
    .b-image
    .inner-image {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
  }
  .timel-panel .swiper-slide.swiper-slide-active .time-item .b-content .t-link {
    opacity: 1;
  }
  .timel-panel .swiper-slide.swiper-slide-active .time-item .b-content .t-text {
    color: #262626;
    font-size: clamp(2.4vmin, 2.4vw, 4.8vmin);
  }
  .timel-panel .swiper-slide.swiper-slide-active .time-item .b-content .iwt {
    margin-top: 1.2rem;
    max-height: 100%;
  }
  .timel-panel .swiper-slide.swiper-slide-active .time-item .b-btn .btn-circle {
    opacity: 1;
  }
  .timel-panel .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
  .timel-panel .swiper-slide.swiper-slide-prev {
    opacity: 1;
  }
}

.btn-circle {
  --size: clamp(3vw, 3vw, 6vmin);
  width: var(--size);
  height: var(--size);
  border-radius: 100rem;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0035ec;
  font-size: clamp(1.2vw, 1.2vw, 2.4vmin);
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .btn-circle {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .btn-circle {
    --size: 3.2rem;
    font-size: 1.4rem;
  }
}
.btn-circle:hover {
  background: #0035ec;
  color: var(--color-white);
}
.btn-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  border-radius: inherit;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 2rem rgba(90, 153, 212, 0);
    box-shadow: 0 0 0 2rem rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-box-shadow: 0 0 0 2rem rgba(90, 153, 212, 0);
    box-shadow: 0 0 0 2rem rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
.sec-stage {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .sec-stage {
    height: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .sec-stage {
    height: 62.5vw;
  }
}

.stage {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-top: calc(var(--size-hd) + 4vmin);
  padding-bottom: 4vmin;
  position: relative;
  z-index: 1;
}
.stage-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.stage-img img,
.stage-img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.stage-title {
  font-size: clamp(7vmin, 7vw, 14vmin);
  font-weight: 700;
  line-height: 1.2;
  font-family: "Beautique Display";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb2642),
    color-stop(#fb923c),
    color-stop(#44efa1),
    color-stop(#47ddec),
    color-stop(#fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    to right,
    #eb2642,
    #fb923c,
    #44efa1,
    #47ddec,
    #fb923c,
    #eb2642
  );
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.est-list {
  --rg: clamp(1vmin, 1vw, 3.2vmin);
  --cg: clamp(1vmin, 1vw, 3.2vmin);
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .est-list .col {
    height: calc(50% - var(--cg));
  }
}
@media screen and (max-width: 768px) {
  .est-list .col:nth-child(1) {
    width: 50%;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .est-list .col:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .est-list .col:nth-child(3) {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .est-list .col:nth-child(4) {
    width: 50%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .est-list .col:nth-child(5) {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .est-list .col:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .est-list .col:nth-child(6) {
    width: 50%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 768px) and (max-width: 500px) {
  .est-list .col:nth-child(6) {
    width: 100%;
  }
}
.est-list .col-est1 {
  width: 21.6666666667%;
}
.est-list .col-est2 {
  width: 56.6666666667%;
}
.est-list .col-est3 {
  width: 28.3333333333%;
}
.est-list .col-est4 {
  width: 50%;
}

@media screen and (min-width: 1201px) {
  .sec-est {
    height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .est-logo {
    max-width: 24rem;
  }
}

.est {
  height: 100%;
  padding-top: calc(var(--size-hd) + 4vmin);
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .est {
    padding: 4rem 0;
  }
}

.est-wrap {
  height: clamp(38vw, 38vw, 70vmin);
}
@media screen and (max-width: 1200px) {
  .est-wrap {
    height: auto;
  }
}

.est-box {
  height: 100%;
  gap: clamp(1vmin, 1vw, 3.2vmin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.est-box.x1 .box-content {
  background: #eb2642;
}
.est-box.x2 .box-content {
  background: #0035ec;
}
.est-box.x3 .est-first {
  background: #ed8a47;
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: clamp(0.8vw, 0.8vw, 1.8vmin);
  padding: clamp(0.6vw, 0.6vw, 1.2vmin);
}
@media screen and (max-width: 768px) {
  .est-box.x3 .est-first {
    padding: 2.4rem 1.2rem;
  }
}
.est-box.x3 .est-sec {
  background: #44efa1;
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  border-radius: clamp(0.8vw, 0.8vw, 1.8vmin);
  padding: clamp(0.6vw, 0.6vw, 1.2vmin);
}
@media screen and (max-width: 768px) {
  .est-box.x3 .est-sec {
    padding: 2.4rem 1.2rem;
  }
}
.est-box.x3 .est-sec .b-des {
  font-size: clamp(1.2vw, 1.2vw, 2.4vmin);
  font-family: "Beautique Display";
  margin-top: 0.6vw;
}
@media screen and (max-width: 1200px) {
  .est-box.x3 .est-sec .b-des {
    font-size: 1.4rem;
  }
}
.est-box.x3 .est-sec .btn-circle {
  margin-left: -1vw;
  opacity: 1;
}
.est-box.x4 .est-three {
  height: 55%;
}
.est-box.x4 .est-three .est-img {
  width: 100%;
  height: 100%;
  border-radius: clamp(0.8vw, 0.8vw, 1.8vmin);
  overflow: hidden;
}
.est-box.x4 .est-three .est-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.est-box.x4 .est-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #8bcaf6;
  border-radius: clamp(0.8vw, 0.8vw, 1.8vmin);
}
.est-box.x5 .box-content {
  color: #0035ec;
  background: #8bcaf6;
  position: relative;
  background: radial-gradient(
    158.33% 101.7% at 104.55% -1.7%,
    rgba(89, 106, 197, 0.3) 0%,
    rgba(89, 106, 197, 0) 100%
  );
}
.est-box.x5 .box-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  z-index: -1;
}
.est-box.x5 .box-content .t-head {
  max-width: 72%;
}
@media screen and (max-width: 768px) {
  .est-box.x5 .box-content .t-head {
    max-width: 100%;
  }
}
.est-box.x6 .box-content {
  background: #8bcaf6;
  color: #0035ec;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .est-box.x6 .box-content {
    text-align: left;
  }
}
.est-box.x6 .box-content .t-head {
  margin-left: auto;
  max-width: 68%;
}
@media screen and (max-width: 768px) {
  .est-box.x6 .box-content .t-head {
    max-width: 100%;
    margin-left: unset;
  }
}
.est-box .box-content {
  border-radius: clamp(0.8vw, 0.8vw, 1.8vmin);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: clamp(1.2vw, 1.2vw, 3.2vmin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  gap: 0.4vw;
}
@media screen and (max-width: 768px) {
  .est-box .box-content {
    padding: 2.4rem 1.2rem;
  }
}
.est-box .box-content .t-head {
  font-size: clamp(1.4vw, 1.4vw, 2.8vmin);
  font-family: "Beautique Display";
}
@media screen and (max-width: 1200px) {
  .est-box .box-content .t-head {
    font-size: 1.8rem;
  }
}
.est-box .box-content .t-des {
  margin-top: auto;
  font-size: clamp(0.8vw, 0.8vw, 1.6vmin);
}
@media screen and (max-width: 1200px) {
  .est-box .box-content .t-des {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .est-box .box-content .t-des {
    margin-top: 1.2rem;
  }
}
.est-box .box-content .t-des p:not(:last-child) {
  margin-bottom: 1.2rem;
}
.est-box .box-content .sub-title {
  color: var(--color-white);
  margin-bottom: 0.6vw;
}
.est-box .box-content .sub-title::before {
  top: 0.6rem;
}
.est-box .box-content .t-title {
  color: var(--color-white);
  font-size: clamp(3vw, 3vw, 6.2vmin);
}
@media screen and (max-width: 1200px) {
  .est-box .box-content .t-title {
    font-size: 3.2rem;
  }
}
.est-box .box-content .btn-circle {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .est-box .box-content .btn-circle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
  }
}

.fw-9 {
  font-weight: 900;
}

.est-wrap {
  position: relative;
}

.est-decor {
  --size: clamp(16vmin, 16vw, 33vmin);
  position: absolute;
  width: var(--size);
  height: var(--size);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .est-decor {
    top: 47%;
    --size: 16%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .est-decor {
    width: 13%;
    top: 43%;
  }
}
.est-decor .curved-decor {
  --size: clamp(1.8vw, 1.8vw, 3vmin);
  position: absolute;
  font-family: "cpcnav";
  font-size: var(--size);
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .est-decor .curved-decor {
    display: none;
  }
}
.est-decor .curved-decor.top-left {
  top: 30%;
  left: -4.9%;
  -webkit-transform: scaleX(-1) skewX(10deg);
  transform: scaleX(-1) skewX(10deg);
}
.est-decor .curved-decor.top-right {
  top: 30%;
  right: -4.9%;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}
.est-decor .curved-decor.bottom-left {
  bottom: 37%;
  left: -6.9%;
  -webkit-transform: scale(-1) skewX(10deg);
  transform: scale(-1) skewX(10deg);
}
.est-decor .curved-decor.bottom-right {
  bottom: 37%;
  right: -6.9%;
  -webkit-transform: scaleY(-1) skewX(10deg);
  transform: scaleY(-1) skewX(10deg);
}
.est-decor .curved-decor.bottom-mid {
  bottom: -8%;
  left: 36%;
  -webkit-transform: skew(0deg) scaleX(-1) rotate(87deg);
  transform: skew(0deg) scaleX(-1) rotate(87deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.est-decor .curved-decor.bottom-mid2 {
  bottom: -8%;
  right: 36%;
  -webkit-transform: skew(0deg) scaleX(1) rotate(87deg);
  transform: skew(0deg) scaleX(1) rotate(87deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.est-decor .inner-decor {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .est-decor .inner-decor {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .est-decor .inner-decor {
    display: none;
  }
}
.est-decor .inner-decor::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 93%;
  padding-top: 93%;
  border-radius: 100rem;
  background: var(--color-white);
  z-index: -1;
}
.est-decor .inner-decor img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sec-est {
  background: #fff;
}

.sec-smc {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .sec-smc {
    padding-top: 4rem;
  }
}
.sec-smc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    109.13% 109.13% at 50% 50%,
    #d2ebfb 0%,
    #8bcaf6 100%
  );
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .sec-smc {
    height: 100vh;
  }
}

.imp-bg.smc-bg .img-dcor {
  left: unset;
  right: 0;
}
.imp-bg.smc-bg::before {
  right: unset;
  left: 0;
  top: 75%;
  -webkit-transform: translate(-25%, -50%) rotate(-43deg);
  transform: translate(-25%, -50%) rotate(-43deg);
}
.imp-bg.smc-bg::after {
  -webkit-transform: translate(-50%, 0%) rotate(13deg);
  transform: translate(-50%, 0%) rotate(13deg);
}

@media screen and (max-width: 500px) {
  .imp-bg {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .smc {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: calc(var(--size-hd) + 4vmin);
    position: relative;
    z-index: 1;
  }
}

.smc-des {
  max-width: 35%;
  font-size: clamp(0.9vw, 0.9vw, 1.8vmin);
  margin-top: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .smc-des {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .smc-des .btn {
    margin: 0 auto;
  }
}

.smc-wrap {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .smc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .smc-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  .smc-panel {
    width: 50%;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .smc-panel {
    width: 100%;
  }
}
.smc-panel .b-btn {
  margin-top: 2.4rem;
}

.smc-image {
  --size: clamp(45vh, 45vw, 90vmin);
  position: absolute;
  width: var(--size);
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  gap: 15%;
}
@media screen and (max-width: 1200px) {
  .smc-image {
    position: relative;
    width: 50%;
    right: unset;
    bottom: unset;
  }
}
@media screen and (max-width: 768px) {
  .smc-image {
    width: 100%;
  }
}
.smc-image .inner-image {
  flex: 1;
}
@media screen and (min-width: 1201px) {
  .smc-image .inner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
  }
}
.smc-image .inner-image img {
  display: block;
}
.smc-image .inner-image:nth-child(2) img {
  max-width: unset;
  width: 105%;
}
.smc-image .b-dcor {
  position: absolute;
  width: 26%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.smc-image .b-dcor img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.smc-line {
  position: absolute;
  left: -20%;
  top: 64%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 133vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .smc-line {
    top: 54%;
    width: 214vw;
    left: 0%;
  }
}
.smc-line svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.smc-line svg path {
  --size: clamp(6vw, 6vw, 12vmin);
  stroke-dasharray: var(--pathLength);
  stroke-dashoffset: var(--pathLength);
  -webkit-transition: stroke-dashoffset 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dashoffset 2.5s cubic-bezier(0.4, 0, 0.2, 1);
  stroke-width: var(--size);
}
@media screen and (max-width: 768px) {
  .smc-line svg path {
    --size: 10rem;
  }
}
.smc-line.active svg path {
  stroke-dashoffset: 0;
}

.sec-spe {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .sec-spe {
    height: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .sec-spe {
    padding: 4rem 0;
  }
}
.sec-spe::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    109.13% 109.13% at 50% 50%,
    #d2ebfb 0%,
    #8bcaf6 100%
  );
}

.spe {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .spe {
    padding-top: calc(var(--size-hd) + 4vmin);
    padding-bottom: 2vmin;
  }
}
.spe-des {
  font-size: clamp(0.9vw, 0.9vw, 1.8vmin);
  color: #262626;
}
@media screen and (max-width: 1200px) {
  .spe-des {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .spe-des .btn {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1201px) {
  .spe-item {
    height: 75vh;
  }
}

.spe-image {
  --rs: clamp(1.2vw, 1.2vw, 2.4vmin);
  width: 100%;
  height: 100%;
  aspect-ratio: 630/788;
}
.spe-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: var(--rs);
}

.spe-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .spe-row > .col {
    width: 100%;
  }
}

.sec-brd {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .sec-brd {
    height: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .sec-brd {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 500px) {
  .sec-brd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
      109.13% 109.13% at 50% 50%,
      #d2ebfb 0%,
      #8bcaf6 100%
    );
    z-index: -1;
  }
}

.brd {
  --gap: clamp(3vmin, 3vw, 6vmin);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  gap: var(--gap);
}
@media screen and (min-width: 1201px) {
  .brd {
    padding-top: calc(var(--size-hd) + 4vmin);
    padding-bottom: 2vmin;
  }
}
@media screen and (max-width: 768px) {
  .brd {
    gap: 4rem;
  }
}
.brd .container {
  height: auto;
}
@media screen and (max-width: 500px) {
  .brd-head .t-title br {
    display: none;
  }
}

.brd-item {
  --size: clamp(14vw, 14vw, 28vmin);
  width: var(--size);
}
@media screen and (max-width: 768px) {
  .brd-item {
    width: 16rem;
  }
}

.brd-image {
  --rs: clamp(1.2vw, 1.2vw, 2.4vmin);
  --bs: clamp(0.2vw, 0.2vw, 0.4vmin);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  aspect-ratio: 280/156;
  mix-blend-mode: multiply;
  position: relative;
  border: var(--bs) solid #fff;
  border-radius: var(--rs);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  padding: 16%;
}
.brd-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.47)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.47) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
.brd-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    109.13% 109.13% at 50% 50%,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -2;
}
.brd-image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brd-slider .rows {
  --rg: clamp(1.2vmin, 1.2vw, 2.4vmin);
  --cg: clamp(1.2vmin, 1.2vw, 2.4vmin);
  will-change: transform;
}
.brd-slider .splide__slide {
  width: auto;
}

.sec-hotel {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .sec-hotel {
    height: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .sec-hotel {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 500px) {
  .sec-hotel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    background: radial-gradient(
      109.13% 109.13% at 50% 50%,
      #d2ebfb 0%,
      #8bcaf6 100%
    );
  }
}
.sec-hotel .container {
  height: auto;
}

.hotel {
  --gap: clamp(2vmin, 2vw, 4vmin);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--gap);
}
@media screen and (min-width: 1201px) {
  .hotel {
    padding-top: calc(var(--size-hd) + 4vmin);
    padding-bottom: 2vmin;
  }
}
@media screen and (max-width: 768px) {
  .hotel {
    --gap: 4rem;
  }
}
.hotel-container {
  width: calc(100vw - (100vw - 150rem) / 2);
  margin-left: auto;
  max-width: 100%;
}
@media screen and (max-width: 1500px) {
  .hotel-container {
    padding: 0 1.5rem;
  }
}

.hotel-slider .rows {
  --rg: clamp(1.2vw, 1.2vw, 2.4vmin);
  --cg: clamp(1.2vw, 1.2vw, 2.4vmin);
}
.hotel-slider .swiper-slide {
  --width: clamp(20vw, 20vw, 40vmin);
  width: var(--width);
}
@media screen and (max-width: 1200px) {
  .hotel-slider .swiper-slide {
    --width: calc(100% / 3);
  }
}
@media screen and (max-width: 768px) {
  .hotel-slider .swiper-slide {
    --width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .hotel-slider .swiper-slide {
    --width: 70%;
  }
}

.hotel-item {
  --rs: clamp(1.2vw, 1.2vw, 2.4vmin);
  --gap: clamp(1.2vw, 1.2vw, 2.4vmin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: var(--gap);
  gap: var(--gap);
  border-radius: var(--rs);
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hotel-item {
    --gap: 1.2rem;
    --rs: 0.8rem;
  }
}
.hotel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  -webkit-filter: blur(0.3rem);
  filter: blur(0.3rem);
}
.hotel-item .b-image {
  --rs: clamp(0.8vw, 0.8vw, 1.6vmin);
  border-radius: var(--rs);
  overflow: hidden;
  height: 100%;
}
.hotel-item .b-image .inner-image {
  overflow: hidden;
  aspect-ratio: 304/298;
  height: 100%;
}
.hotel-item .b-image .inner-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hotel-item .b-ctn {
  --gap: clamp(0.6vw, 0.6vw, 1.2vmin);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap);
}
@media screen and (max-width: 768px) {
  .hotel-item .b-ctn {
    --gap: 1.2rem;
  }
}
.hotel-item .b-ctn .t-text {
  font-size: 1.8rem;
  color: #0035ec;
  font-weight: 500;
}
.hotel-item .b-ctn .b-des {
  font-size: 1.4rem;
  color: #262626;
}
.hotel-item .b-ctn .t-link {
  font-size: 1.4rem;
  color: #262626;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hotel-item .b-ctn .t-link:hover {
  color: #0035ec;
}

.sec-gal {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 1201px) {
  .sec-gal {
    height: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .sec-gal {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 500px) {
  .sec-gal::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(
      109.13% 109.13% at 50% 50%,
      #d2ebfb 0%,
      #8bcaf6 100%
    );
    z-index: -1;
  }
}
.sec-gal .container {
  height: auto;
}

.gal {
  --gap: clamp(2vmin, 2vw, 4vmin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  gap: var(--gap);
}
@media screen and (min-width: 1201px) {
  .gal {
    padding-top: calc(var(--size-hd) + 4vmin);
    padding-bottom: 2vmin;
  }
}
@media screen and (max-width: 768px) {
  .gal {
    --gap: 4rem;
  }
}

.gal-slider .rows {
  --rg: clamp(1.2vw, 1.2vw, 2.4vmin);
  --cg: clamp(1.2vw, 1.2vw, 2.4vmin);
}
.gal-slider .splide__slide {
  width: auto;
}

.gal-item {
  --width: clamp(18vw, 18vw, 36vmin);
  --rs: clamp(0.8vw, 0.8vw, 1.6vmin);
  border-radius: var(--rs);
  overflow: hidden;
  width: var(--width);
}
@media screen and (max-width: 1024px) {
  .gal-item {
    --width: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .gal-item {
    --width: 16rem;
  }
}

@media screen and (max-width: 768px) {
  .gal-head .t-title br {
    display: none;
  }
}

.gal-image {
  aspect-ratio: 384/238;
}
.gal-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-list {
  --rg: 1.6rem;
  --cg: 1.6rem;
  --ip-h: 4.8rem;
  --ta-h: 10rem;
  --ta-pd: 1.2rem;
  --fz-ip: 1.6rem;
  --fz-label: 1.6rem;
  --fw-label: 500;
  --label-mb: 0.8rem;
  --cl-border: #dedfe0;
  --cl-focus: var(--color-pri);
  --bg-ip: var(--color-white);
  --color-placeholder: var(--color-text);
  --br-ip: 0.8rem;
  --br-ta: 0.4rem;
}
@media screen and (max-width: 1200px) {
  .form-list {
    --cg: 1.2rem;
  }
}
.form-list ~ .b-submit {
  margin-top: 2.4rem;
}
.form-list .form-ip {
  position: relative;
}
.form-list .form-ip .text {
  color: var(--color-label);
  display: inline-block;
  margin-bottom: var(--label-mb);
  font-size: var(--fz-label);
  font-weight: var(--fw-label);
}
.form-list .form-ip .ip-pos {
  position: relative;
}
.form-list .form-ip .ip-pos .icon {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-text);
  right: 1.6rem;
  cursor: pointer;
}
.form-list .form-ip .ip-pos input {
  padding-right: 4rem;
}
.form-list .form-ip input {
  height: var(--ip-h);
  width: 100%;
  border: 0.1rem solid var(--cl-border);
  border-radius: var(--br-ip);
  outline: unset;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 1.6rem;
  font-size: var(--fz-ip);
  background: var(--bg-ip);
}
.form-list .form-ip input::-webkit-input-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip input::-moz-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip input::-ms-input-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip input::placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip input:focus {
  border-color: var(--cl-focus);
}
.form-list .form-ip textarea {
  height: var(--ta-h);
  overflow-y: auto;
  width: 100%;
  background: var(--bg-ip);
  border: 0.1rem solid var(--cl-border);
  border-radius: var(--br-ip);
  padding: var(--ta-pd);
  font-size: var(--fz-ip);
  outline: unset;
  color: var(--color-text);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "SVN-Gotham", serif;
  resize: unset;
}
.form-list .form-ip textarea::-webkit-input-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip textarea::-moz-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip textarea::-ms-input-placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip textarea::placeholder {
  color: var(--color-placeholder);
}
.form-list .form-ip textarea:focus {
  border-color: var(--cl-focus);
}

.ctm-iframe .inner {
  display: block;
  padding-top: calc(640 / 1440 * 100%);
  position: relative;
  overflow: hidden;
}
.ctm-iframe .inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-ct {
  padding-top: calc(var(--size-hd) + 10rem);
  border-bottom: 0.4rem solid #ed8a47;
}
@media screen and (max-width: 1200px) {
  .sec-ct {
    padding-top: 4rem;
  }
}

.ct-box .b-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 34rem;
  padding: 4rem 2.4rem;
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, 0.5);
  gap: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .ct-box .b-inner {
    min-height: 25rem;
  }
}
@media screen and (max-width: 600px) {
  .ct-box .b-inner {
    padding: 2.4rem 1.2rem;
    border-radius: 1.2rem;
  }
}
.ct-box .b-field {
  margin-top: auto;
}
.ct-box .t-head {
  font-family: "Beautique Display";
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 700;
  color: var(--color-pri);
}

.ct-panel {
  --gap: clamp(4rem, 4vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap);
}

.ct-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .ct-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ct-wrap {
  padding-bottom: 20rem;
}
@media screen and (max-width: 1200px) {
  .ct-wrap {
    padding-bottom: 8rem;
  }
}

.ct {
  position: relative;
}
.ct-pos {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 39%;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .ct-pos {
    position: static;
    z-index: 1;
    width: 75%;
  }
}
.ct-pos .b-img {
  position: relative;
}
.ct-pos .b-img::before {
  content: "";
  position: absolute;
  width: 120%;
  aspect-ratio: 1/1;
  background: #72b7f8;
  border-radius: 50%;
  top: 34%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ct-pos img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .ct-row > .col {
    width: 100%;
  }
}

.sec-ctf {
  padding: 10rem 0;
  background-image: url("../assets/images/ctf-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .sec-ctf {
    padding: 4rem 0;
  }
}

.ctf-wrap {
  padding: 4rem;
  background: #fff;
  background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#fff)
      )
      padding-box,
    -webkit-gradient(
        linear,
        left top,
        right top,
        from(#47ddec),
        color-stop(35%, #44efa1),
        color-stop(68%, #ed8a47),
        to(#eb2642)
      ) border-box;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #47ddec 0%, #44efa1 35%, #ed8a47 68%, #eb2642 100%)
      border-box;
  border: 0.4rem solid transparent;
  border-radius: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .ctf-wrap {
    padding: 2.4rem 1.2rem;
    border-radius: 1.2rem;
  }
}

.ctf-head {
  margin-bottom: 4rem;
}

@media screen and (max-width: 600px) {
  .ctf-form .form-list > .col {
    width: 100%;
  }
}

.ct-connect {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2.4rem 1.6rem;
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  right: 25%;
  bottom: 8%;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1360px) {
  .ct-connect {
    -webkit-transform: unset;
    transform: unset;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .ct-connect {
    bottom: 1.5rem;
    right: 0;
    max-width: 100%;
  }
}
.ct-connect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 0.2rem; /* thickness of the border */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(25%, #eb2642),
    color-stop(50%, #fb923c),
    color-stop(75%, #44efa1),
    to(#47ddec)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #eb2642 25%,
    #fb923c 50%,
    #44efa1 75%,
    #47ddec 100%
  );
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.ct-connect .b-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ct-connect .btn-circle {
  opacity: 1;
  margin-left: -1vw;
}
.ct-connect .GrAva-it,
.ct-connect .btn-circle {
  --size: 4rem;
  font-size: 1.4rem;
}
.ct-connect .GrAva-it:not(:first-child) {
  margin-left: -1.2rem;
}
.ct-connect .btn-circle {
  margin-left: -1.2rem;
}

.gals {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .gals {
    min-height: auto;
  }
}

.pd-top-page {
  padding-top: calc(var(--size-hd) + 4vmin);
}
@media screen and (max-width: 1200px) {
  .pd-top-page {
    padding: 6rem 0;
  }
}

@media screen and (min-width: 1201px) {
  .gals-wrap {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

@media screen and (max-width: 1200px) {
  .sec-abg {
    padding-top: 6rem;
  }
}

.gals-pos {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.gals-pos .item-gal {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .gals-pos .item-gal {
    width: 20% !important;
  }
}
.gals-pos .item-gal.x1 {
  top: 30%;
  left: 20%;
  width: 13%;
}
@media screen and (max-width: 1200px) {
  .gals-pos .item-gal.x1 {
    top: 5%;
    -webkit-transform: unset;
    transform: unset;
    left: 10%;
  }
}
.gals-pos .item-gal.x2 {
  top: 24%;
  right: 0%;
  width: 8%;
}
.gals-pos .item-gal.x3 {
  top: 60%;
  left: 0%;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .gals-pos .item-gal.x3 {
    top: unset;
    bottom: 2%;
    -webkit-transform: unset;
    transform: unset;
    left: 1%;
    width: 15%;
  }
}
.gals-pos .item-gal.x4 {
  top: 70%;
  right: -16%;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .gals-pos .item-gal.x4 {
    top: unset;
    bottom: 2%;
    -webkit-transform: unset;
    transform: unset;
    right: 1%;
    width: 15%;
  }
}
.gals-pos .item-gal.x5 {
  top: 75%;
  left: 50%;
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .gals-pos .item-gal.x5 {
    width: 25%;
  }
}
.gals-pos .item-gal .child {
  opacity: 0;
  -webkit-transform: translateY(35%) scale(0.7);
  transform: translateY(35%) scale(0.7);
}
.gals-pos .item-gal img {
  display: block;
  width: 100%;
}

.gals-tab {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: 6vw;
  padding: 1rem;
  gap: 0.4rem;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .gals-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gals-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#fff)
      )
      padding-box,
    -webkit-gradient(
        linear,
        left top,
        right top,
        from(#47ddec),
        color-stop(35%, #44efa1),
        color-stop(68%, #ed8a47),
        to(#eb2642)
      ) border-box;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #47ddec 0%, #44efa1 35%, #ed8a47 68%, #eb2642 100%)
      border-box;
  border: 0.2rem solid transparent;
  border-radius: 100rem;
}
@media screen and (max-width: 600px) {
  .gals-tab::before {
    border-radius: 1.2rem;
  }
}
.gals-tab .t-link {
  padding: 1.2rem 2.4rem;
  border-radius: 100rem;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .gals-tab .t-link {
    padding: 0.8rem 1.6rem;
    border-radius: 1.2rem;
  }
}
@media (hover: hover) {
  .gals-tab .t-link:hover {
    background: var(--color-pri);
    color: var(--color-white);
  }
}
.gals-tab .t-link.active {
  background: var(--color-pri);
  color: var(--color-white);
}

.main-bg {
  position: relative;
}
.main-bg::before {
  content: "";
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    85.62% 85.62% at 50% 50.01%,
    #d2ebfb 0%,
    #cae4fc 37.83%,
    #8bcaf6 75%
  );
}
.main-bg .imp-bg .img-dcor {
  top: 0;
  bottom: unset;
}
.main-bg .bg-radial::before {
  top: 20%;
  -webkit-transform: translate(10%, -50%) rotate(-43deg);
  transform: translate(10%, -50%) rotate(-43deg);
}
.main-bg .bg-radial::after {
  top: 15%;
  bottom: unset;
}

@media screen and (max-width: 500px) {
  .gals-list > .col {
    width: 50%;
  }
}

.gals-item .inner {
  aspect-ratio: 1/1;
  cursor: pointer;
  position: relative;
}
@media (hover: hover) {
  .gals-item .inner:hover::before {
    opacity: 1;
  }
}
.gals-item .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#fff)
      )
      padding-box,
    -webkit-gradient(
        linear,
        left top,
        right top,
        from(#47ddec),
        color-stop(35%, #44efa1),
        color-stop(68%, #ed8a47),
        to(#eb2642)
      ) border-box;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #47ddec 0%, #44efa1 35%, #ed8a47 68%, #eb2642 100%)
      border-box;
  border: 0.2rem solid transparent;
  border-radius: 0.4rem;
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gals-item .inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.4rem;
}

.style-item {
  padding: 2.4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2.4rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .style-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.4rem 1.2rem;
    padding-bottom: 0;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .style-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/* .style-item .b-img {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 25%;
} */
.style-slider {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .style-item .b-img {
    width: 41.6666666667%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .style-item .b-img {
    width: 24rem;
    max-width: 100%;
    margin: 0 auto;
  }
}
.style-item .b-img img {
  display: block;
  width: 100%;
}
.style-item .b-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .style-item .b-inner {
    padding-bottom: 6rem;
    padding-left: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .style-item .b-inner {
    width: 100%;
    margin-bottom: auto;
  }
}
.style-item .t-head {
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
  font-family: "Beautique Display";
  font-weight: 700;
  color: var(--color-pri);
}
.style-item .t-des {
  color: #171717;
}
@media screen and (max-width: 768px) {
  .style-item .btn {
    margin: 0 auto;
  }
}

.style-slider .swiper {
  overflow: visible;
}
.style-slider .swiper-container,
.style-slider .swiper-slide {
  overflow: visible;
}

.style-pagi {
  position: absolute;
  bottom: 1rem;
  margin-top: unset;
}
@media screen and (min-width: 769px) {
  .style-pagi {
    left: 42% !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.style-block {
  padding-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .style-block {
    padding-top: 4rem;
  }
}

.style-control {
  position: absolute;
  right: 2.4rem;
  bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .style-control {
    bottom: 1.2rem;
    right: 1.2rem;
  }
}

.compe-head .speakers-tab label {
  padding: unset;
  background: unset;
  overflow: hidden;
}
@media (hover: hover) {
  .compe-head .speakers-tab label:hover .txt {
    background: #ed8a47;
    color: var(--color-white);
  }
}
.compe-head .speakers-tab label .txt {
  padding: 0.6rem 1.2rem;
  min-height: 4.8rem;
  color: #a3a3a3;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  border-radius: 100rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  place-content: center;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.speakers-tab {
  padding: 0.8rem 1rem;
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 100rem;
  background: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 500px) {
  .speakers-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0.8rem;
  }
}
.speakers-tab .t-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6rem 1.2rem;
  min-height: 4.8rem;
  color: #a3a3a3;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  border-radius: 100rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  place-content: center;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
@media (hover: hover) {
  .speakers-tab .t-tab:hover {
    background: #ed8a47;
    color: var(--color-white);
  }
}
@media screen and (max-width: 500px) {
  .speakers-tab .t-tab {
    min-height: unset;
    padding: 1.2rem;
    border-radius: 0.8rem;
  }
}
.speakers-tab .t-tab.active {
  background: #ed8a47;
  color: var(--color-white);
  pointer-events: none;
}
.speakers-tab label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.6rem 1.2rem;
  min-height: 4.8rem;
  color: #a3a3a3;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  border-radius: 100rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  place-content: center;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
@media (hover: hover) {
  .speakers-tab label:hover {
    background: #ed8a47;
    color: var(--color-white);
  }
}
@media screen and (max-width: 500px) {
  .speakers-tab label {
    min-height: unset;
    padding: 1.2rem;
    border-radius: 0.8rem;
  }
}
.speakers-tab label input {
  display: none;
}
.speakers-tab label input:checked + .txt {
  background: #ed8a47;
  color: var(--color-white);
}
.speakers-tab label .txt {
  display: inline-block;
}

.speakers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  cursor: pointer;
}
@media (hover: hover) {
  .speakers-item:hover .t-name {
    color: #ed8a47;
  }
}
.speakers-item .b-img .inner {
  aspect-ratio: 1/1;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .speakers-item .b-img .inner {
    border-radius: 0.8rem;
  }
}
.speakers-item .b-img .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.speakers-item .b-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
}
.speakers-item .t-name {
  --f-sz: 1.6rem;
  font-size: var(--f-sz);
  font-weight: 600;
  color: var(--color-pri);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-family: "Beautique Display";
}
.speakers-item .t-des {
  color: #262626;
  --f-sz: 1.4rem;
  font-size: var(--f-sz);
}

@media screen and (max-width: 1024px) {
  .speakers-list > .col {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .speakers-list > .col {
    width: 50%;
  }
}

.speakers-panel {
  display: none;
}

.page-semi {
  overflow: hidden;
}

.sec-speakers {
  border-bottom: 1.5rem solid #ed8a47;
}
.sec-speakers .imp-bg::before {
  right: unset;
  left: 0;
  top: 70%;
  -webkit-transform: translate(-25%, -50%) rotate(43deg);
  transform: translate(-25%, -50%) rotate(43deg);
}
.sec-speakers .imp-bg::after {
  top: 0;
}

.ticket-slider .swiper {
  padding-bottom: 0.1rem;
  --rg: 2.4rem;
  --cg: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .ticket-slider .swiper {
    --rg: 1.2rem;
    --cg: 1.2rem;
  }
}
.ticket-slider .swiper-slide {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .ticket-slider .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .ticket-slider .swiper-slide {
    width: 100%;
  }
}

.ticket-item {
  --pd: 3.2rem;
  --rs: 2.4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ticket-item {
    --pd: 2.4rem;
  }
}
.ticket-item.ticket-hot::before,
.ticket-item.ticket-hot::after {
  opacity: 1;
}
.ticket-item .b-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  border-radius: var(--rs);
  background: linear-gradient(
    112.83deg,
    rgba(255, 255, 255, 0.47) 0%,
    rgba(255, 255, 255, 0) 110.84%
  );
  backdrop-filter: blur(2rem);
}
.ticket-item::before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/frame-ticket-top.svg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
  top: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 51%;
  pointer-events: none;
  opacity: 0;
}
.ticket-item::after {
  content: "";
  position: absolute;
  background-image: url(../assets/images/frame-ticket-bot.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
  bottom: 0rem;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 51%;
  pointer-events: none;
  opacity: 0;
}
.ticket-item .b-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: var(--pd);
  border-radius: var(--rs) var(--rs) 0 0;
  border: 0.1rem solid #e5e5e5;
  border-bottom: 0;
}
.ticket-item .b-head .iwt {
  --fz: 1.8rem;
  --fw: 500;
  --cl: #262626;
}
.ticket-item .b-head .t-text {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb2642),
    color-stop(#fb923c),
    color-stop(#44efa1),
    color-stop(#47ddec),
    color-stop(#fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    to right,
    #eb2642,
    #fb923c,
    #44efa1,
    #47ddec,
    #fb923c,
    #eb2642
  );
  background-size: 200%;
  background-position: 0% center;
  -webkit-animation: background-pan 7.5s linear infinite;
  animation: background-pan 7.5s linear infinite;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1;
  font-family: "Beautique Display";
  font-weight: 700;
  font-size: 4.8rem;
  color: transparent;
}
@media screen and (max-width: 1200px) {
  .ticket-item .b-head .t-text {
    font-size: 3.6rem;
  }
}
.ticket-item .b-head .t-text .t-small {
  font-size: 2.4rem;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .ticket-item .b-head .t-text .t-small {
    font-size: 2.4rem;
  }
}
.ticket-item .b-ctn {
  padding: var(--pd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 0 var(--rs) var(--rs);
  border: 0.1rem solid #e5e5e5;
}
.ticket-item .b-ctn .e-img {
  border-radius: 1.6rem;
  overflow: hidden;
}
.ticket-item .b-ctn .e-img img {
  display: block;
  width: 100%;
}
.ticket-item .b-ctn .e-content {
  color: #262626;
}
.ticket-item .b-ctn .e-content ul,
.ticket-item .b-ctn .e-content ol {
  list-style: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  padding-left: 0;
}
.ticket-item .b-ctn .e-content ul li,
.ticket-item .b-ctn .e-content ol li {
  position: relative;
  padding-left: 3.2rem;
}
.ticket-item .b-ctn .e-content ul li::before,
.ticket-item .b-ctn .e-content ol li::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/images/ic-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.ticket-item .b-ctn .e-content ol li::before {
  background-image: url(../assets/images/ic-hot.svg);
}
.ticket-item .b-ctn .e-btn {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .ticket-head {
    text-align: center;
  }
}

.sec-ticket {
  position: relative;
  overflow: hidden;
}

.ticket-line {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .ticket-line {
    top: 5%;
    opacity: 0.5;
  }
}
.ticket-line svg {
  width: 100%;
  display: block;
}

.repr-slider {
  margin-left: auto;
  width: 65%;
}
@media screen and (max-width: 500px) {
  .repr-slider {
    width: 100%;
  }
}
.repr-slider .b-sw {
  padding: 4rem 2.4rem;
  border-radius: 2.4rem;
  position: relative;
  z-index: 1;
  min-height: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 500px) {
  .repr-slider .b-sw {
    padding: 2.4rem;
    border-radius: 1.2rem;
  }
}
.repr-slider .b-sw::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2rem);
  z-index: -1;
  border-radius: inherit;
}

.repr-pagi {
  width: auto !important;
  margin-top: 0 !important;
}

.repr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.repr-item .t-head .txt {
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
  color: var(--color-pri);
  font-weight: 700;
  font-family: "Beautique Display";
}
.repr-item .t-des {
  color: #171717;
}

.repr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 500px) {
  .repr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.repr-image {
  width: 41.6666666667%;
}
@media screen and (max-width: 500px) {
  .repr-image {
    width: 100%;
  }
}
.repr-image .inner {
  position: relative;
}
.repr-image .inner img {
  display: block;
  width: 150%;
  max-width: unset;
}
@media screen and (max-width: 500px) {
  .repr-image .inner img {
    width: 100%;
  }
}

.repr-bg {
  background: unset;
  z-index: auto;
  height: 130%;
  top: unset;
  bottom: 0;
}
.repr-bg::before {
  content: "";
  position: absolute;
  width: 100rem;
  aspect-ratio: 1/1;
  background: #72b7f8;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-75%, 0%);
  transform: translate(-75%, 0%);
  z-index: -1;
  pointer-events: none;
  -webkit-clip-path: circle(50% at 50% 100%);
  clip-path: circle(50% at 50% 100%);
}
@media screen and (max-width: 1200px) {
  .repr-bg::before {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .repr-bg::before {
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

.repr {
  position: relative;
  z-index: 1;
}

.repr-panel {
  padding-bottom: 10%;
}

.gal-second-image {
  aspect-ratio: 384/366;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .gal-second-image {
    border-radius: 1.2rem;
  }
}
.gal-second-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .gal-second-slider .col {
    width: 24rem;
  }
}
@media screen and (max-width: 500px) {
  .gal-second-slider .col {
    width: 18rem;
  }
}

@media screen and (max-width: 768px) {
  .coo-head .t-title {
    font-size: 2.2rem;
  }
}

.coo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.coo-item .b-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .coo-item .b-ctn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.coo-item .b-ctn .t-gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  color: #262626;
}
.coo-item .b-ctn .t-gr .text {
  --f-sz: clamp(1.7rem, calc(1.2984rem + 0.5738vw), 2.4rem);
  font-size: var(--f-sz);
  font-weight: 600;
  font-family: "Beautique Display";
}
.coo-item .b-ctn .t-gr .txt {
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.coo-item .b-ctn .icon {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
}
.coo-item .b-ctn .icon img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.coo-item .b-img .inner {
  aspect-ratio: 1/1;
  border-radius: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .coo-item .b-img .inner {
    border-radius: 1.2rem;
  }
}
.coo-item .b-img .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.coo-pagi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  gap: 0.4rem;
}
.coo-pagi .swiper-pagination-bullet {
  background: #d9d9d9;
}
.coo-pagi .swiper-pagination-bullet::before {
  background: #ed8a47;
}
.coo-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
}

@media screen and (max-width: 768px) {
  .coo-list > .col {
    width: 50%;
  }
}

.dcode-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .dcode-panel {
    gap: 2.4rem;
  }
}
.dcode-panel .t-title {
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
}
@media screen and (max-width: 768px) {
  .dcode-panel .t-title {
    text-align: center;
  }
}

.sec-dcode .imp-bg .img-dcor {
  left: unset;
  right: 0;
}
.sec-dcode .bg-radial::before {
  right: unset;
  left: 0;
  top: unset;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%) rotate(43deg);
  transform: translate(-50%, 0%) rotate(43deg);
}

.dcode-image .inner {
  border-radius: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .dcode-image .inner {
    border-radius: 0.8rem;
  }
}
.dcode-image .inner img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .dcode-row > .col {
    width: 100%;
  }
}

.compe-item {
  padding: 2.4rem;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  height: 100%;
}

/* .compe-item .b-img {
  max-width: 24rem;
  margin: 0 auto;
} */
/* @media screen and (max-width: 1024px) {
  .compe-item .b-img {
    position: relative;
    max-width: 18rem;
  }
} */
.compe-item .b-img img {
  display: block;
  width: 100%;
}
.compe-item .b-ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: auto;
}

.compe-item .b-btn {
  margin-top: auto;
}
@media screen and (max-width: 500px) {
  .compe-item .b-btn {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.compe-item .b-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  color: #262626;
  padding-left: 1rem;
  max-height: 24rem;
  overflow-y: auto;
}
.compe-item .b-box .t-txt {
  color: #eb2642;
  font-weight: 500;
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
}
.compe-item .b-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  list-style: disc;
  margin-left: 1.4rem;
  padding-left: 0;
}
.compe-item .t-head {
  --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
  font-size: var(--f-sz);
  font-family: "Beautique Display";
  font-weight: 700;
  color: var(--color-pri);
}

.compe-list {
  --rg: 0rem;
  row-gap: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .compe-list {
    row-gap: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .compe-list > .col {
    width: 100%;
  }
}

.wina-panel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 10%;
}
@media screen and (max-width: 1200px) {
  .wina-panel {
    padding-bottom: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .wina-panel {
    padding-bottom: 0;
  }
}

.wina-item {
  padding: 2.4rem;
  position: relative;
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .wina-item {
    border-radius: 1.2rem;
    gap: 1.2rem;
  }
}
.wina-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    112.83deg,
    rgba(255, 255, 255, 0.47) 0%,
    rgba(255, 255, 255, 0) 110.84%
  );
  backdrop-filter: blur(2rem);
  z-index: -1;
}
.wina-item .t-head {
  --f-sz: clamp(2.7rem, calc(1.9541rem + 1.0656vw), 4rem);
  font-size: var(--f-sz);
  font-weight: 700;
  color: var(--color-pri);
  font-family: "Beautique Display";
}
.wina-item .t-des {
  color: #171717;
}
.wina-item .b-row {
  --cg: 1.6rem;
  --rg: 1.6rem;
}
@media screen and (max-width: 768px) {
  .wina-item .b-row {
    --cg: 0.8rem;
    --rg: 0.8rem;
  }
  .wina-item .b-row > .col {
    width: 50%;
  }
}
.wina-item .b-img {
  aspect-ratio: 202/137;
  border-radius: 2.4rem;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .wina-item .b-img {
    border-radius: 1.2rem;
  }
}
.wina-item .b-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.repr-image.wina-image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .repr-image.wina-image {
    width: 48rem;
    margin: 0 auto;
    max-width: 100%;
  }
  .repr-image.wina-image img {
    width: 100%;
  }
}

.sec-wina .imp-bg .img-dcor {
  left: unset;
  right: 0;
  top: -15%;
}
.sec-wina .imp-bg.bg-radial {
  z-index: -2;
}
.sec-wina .bg-radial::before {
  right: unset;
  top: unset;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%) rotate(43deg);
  transform: translate(-50%, 0%) rotate(43deg);
}

.sec-wina::before {
  content: "";
  position: absolute;
  height: 1.5rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#47ddec),
    color-stop(37.02%, #44efa1),
    color-stop(65.38%, #fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    270deg,
    #47ddec 0%,
    #44efa1 37.02%,
    #fb923c 65.38%,
    #eb2642 100%
  );
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec-wina::before {
    height: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .wina-wrap {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.page-competition {
  overflow: hidden;
}

.pre-item {
  position: relative;
}
.pre-item .b-img img {
  display: block;
  width: 100%;
}
.pre-item .b-pos {
  position: absolute;
  left: 52%;
  bottom: 12%;
  -webkit-transform: translate(-50%) rotate(-18deg);
  transform: translate(-50%) rotate(-18deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  color: var(--color-pri);
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  font-weight: 500;
}

.pre-bn .b-img {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pre-bn .b-img {
    border-radius: 0.8rem;
  }
}
.pre-bn .b-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pre-list > .col {
    width: 50%;
  }
}

.vid-bn .inner {
  height: 56.25vw;
  position: relative;
  background-image: url(../assets/images/vid-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-attachment: fixed;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.vid-bn .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.vid-bn .inner .ic-play {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media screen and (max-width: 768px) {
  .vid-bn .inner .ic-play {
    width: 6rem;
  }
}
.vid-bn .inner .ic-play::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100rem;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2rem);
  z-index: -1;
}
.vid-bn .inner .ic-play img {
  -webkit-animation: rotate 16s linear infinite;
  animation: rotate 16s linear infinite;
}

.compe-head {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .compe-head {
    margin-bottom: 4rem;
  }
}

.sec-abi {
  position: relative;
  overflow: hidden;
}
.sec-abi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.1)),
    color-stop(50%, rgba(255, 255, 255, 0.05)),
    to(rgba(255, 255, 255, 0.1))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  pointer-events: none;
  z-index: -1;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.abg-item {
  position: relative;
}
.abg-item:nth-child(1) .abg-panel {
  padding-top: 5%;
}
.abg-item:nth-child(1) .abg-content {
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
}
.abg-item:nth-child(2) .abg-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.abg-item:nth-child(2) .abg-content {
  max-width: 50%;
}
.abg-item:nth-child(3) .abg-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.abg-item:nth-child(3) .abg-content {
  max-width: 50%;
  margin-left: auto;
}
.abg-item:nth-child(4) .abg-panel {
  padding-top: 5%;
}
.abg-item:nth-child(4) .abg-content {
  max-width: 100rem;
  margin: 0 auto;
  text-align: center;
}
.abg-item:nth-child(5) .abg-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.abg-item:nth-child(5) .abg-content {
  max-width: 50%;
}
.abg-item:nth-child(6) .abg-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.abg-item:nth-child(6) .abg-content {
  max-width: 50%;
  margin-left: auto;
}

.abg-proggress {
  position: fixed;
  left: 0;
  width: 100%;
  height: 1.5rem;
  bottom: 0;
  z-index: 100;
}
.abg-proggress .abg-progress-bar {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 0 2.4rem 2.4rem 0;
}
.abg-proggress .abg-progress-bar::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(37.02%, #44efa1),
    color-stop(65.38%, #fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #44efa1 37.02%,
    #fb923c 65.38%,
    #eb2642 100%
  );
  z-index: -1;
}

.sec-abg {
  --size: clamp(36vw, 36vw, 60vmin);
}
@media screen and (max-width: 1200px) {
  .sec-abg {
    --size: 50rem;
  }
}

.abg-panel {
  width: 100%;
  max-width: 120rem;
}

.abg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .abg-wrap {
    gap: 2.4rem;
  }
}

.abg-item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.abg-content {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .abg-content {
    opacity: 1;
    max-width: 100% !important;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    padding: 2rem 0.8rem;
    border-radius: 1.2rem;
  }
}
.abg-content .t-text {
  --f-sz: clamp(2rem, calc(0.3934rem + 2.2951vw), 4.8rem);
  font-size: var(--f-sz);
  font-family: "Beautique Display";
  font-weight: 700;
  color: var(--color-pri);
}
.abg-content .description {
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
  color: #262626;
}
.abg-content .description p:not(:last-child) {
  margin-bottom: 1.6rem;
}

.abg-global {
  position: absolute;
  width: var(--size);
  max-width: 100%;
  z-index: 100;
  will-change: transform;
}
.abg-global.globeJs .inner {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.abg-global.globeJs .inner .scene-container,
.abg-global.globeJs .inner canvas {
  -webkit-filter: drop-shadow(0.2rem 0.4rem 0.6rem #fff);
  filter: drop-shadow(0.2rem 0.4rem 0.6rem #fff);
}
.abg-global img {
  display: block;
  width: 100%;
  height: auto;
}

.globeJs {
  z-index: -1;
}
.globeJs .b-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.globeJs .b-wrap .b-logo {
  position: absolute;
  width: 26%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 3% 6%;
  border: 0.1rem solid #fff;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 1.2rem;
  overflow: hidden;
  aspect-ratio: 170/80;
}
.globeJs .b-wrap .b-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.47)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.47) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
.globeJs .b-wrap .b-logo img {
  display: block;
}
.globeJs .b-wrap .b-logo.x1 {
  top: 27%;
  right: 0%;
}
.globeJs .b-wrap .b-logo.x2 {
  bottom: 12%;
  left: 30%;
}
.globeJs .b-wrap .ct-connect {
  padding: 1% 2%;
  gap: 1.2rem;
  bottom: 35%;
  right: 40%;
}
@media screen and (max-width: 1200px) {
  .globeJs .b-wrap .ct-connect {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    font-size: 1.4rem;
  }
  .globeJs .b-wrap .ct-connect .GrAva-it {
    --size: 3.2rem;
  }
}

.abg-global-hid {
  position: absolute;
  width: var(--size);
  max-width: 100%;
}
.abg-global-hid .inner {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .abg-global-hid {
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1201px) {
  .abg-global-hid.x1 {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
  }
  .abg-global-hid.x2 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%;
    right: 0%;
  }
  .abg-global-hid.x3 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%;
    left: 0%;
  }
  .abg-global-hid.x4 {
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
    bottom: 0;
    left: 50%;
  }
  .abg-global-hid.x5 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%;
    right: 0%;
  }
  .abg-global-hid.x6 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%;
    left: 0%;
  }
}

.kv-head {
  font-family: "Beautique Display";
  color: var(--color-pri);
  font-size: 15rem;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .kv-head {
    font-size: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .kv-head {
    text-align: center;
  }
}
.kv-head .t-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kv-head .t-top {
  font-weight: 900;
}
.kv-head .t-bottom {
  font-size: 12rem;
  position: absolute;
  top: 100%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 60%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .kv-head .t-bottom {
    font-size: 8vw;
    left: 66.5%;
  }
}
@media screen and (max-width: 768px) {
  .kv-head .t-bottom {
    left: 50%;
    color: var(--color-white);
  }
}
.kv-head .t-bottom .txt {
  color: var(--color-white);
}

.kv-image {
  position: relative;
}
.kv-image .inner-img {
  border-radius: 2.4rem;
  overflow: hidden;
  position: relative;
  aspect-ratio: 768/565;
}
@media screen and (max-width: 768px) {
  .kv-image .inner-img {
    border-radius: 1.2rem;
  }
}
.kv-image .inner-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.kv-image .inner-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kv-image .t-pos {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 1;
  padding: 0 4%;
  color: var(--color-white);
  font-family: "Beautique Display";
  --f-sz: clamp(2.2rem, calc(1.6262rem + 0.8197vw), 3.2rem);
  font-size: var(--f-sz);
}
@media screen and (max-width: 768px) {
  .kv-image .t-pos {
    text-align: center;
    font-size: 4vw;
  }
}
.kv-image .b-gr {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 4%;
  gap: 0.8rem;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .kv-image .b-gr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.kv-image .b-gr .icon {
  display: none;
}

.kv-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kv-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .kv-row > .col {
    width: 100%;
  }
}

.kv-panel {
  max-width: 50rem;
}

.sec-kv {
  position: relative;
  overflow: hidden;
}
.sec-kv .smc-line {
  left: 50%;
  top: 80%;
}
@media screen and (max-width: 768px) {
  .sec-kv .smc-line {
    opacity: 0.5;
  }
}

.kv-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  z-index: -1;
  pointer-events: none;
}
.kv-decor img {
  display: block;
  width: 100%;
}
.kv-decor .inner-dc {
  -webkit-filter: blur(10rem);
  filter: blur(10rem);
}

.sec-sk {
  position: relative;
}

.sk-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sk-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.sk-bg img,
.sk-bg video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sk-wrap {
  position: relative;
  z-index: 1;
  min-height: 45vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8rem;
}

.sk-head {
  max-width: 54rem;
}
.sk-head .b-inner {
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  color: #fafafa;
  font-size: 1.8rem;
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sk-head .b-inner {
    padding: 1.2rem;
    gap: 2.4rem;
    border-radius: 1.2rem;
  }
}
.sk-head .b-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1rem);
  z-index: -1;
}
.sk-head .b-inner .title-sec {
  font-size: 4rem;
}

.st-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.4rem;
}
.st-box .t-text {
  font-family: "Beautique Display";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eb2642),
    color-stop(#fb923c),
    color-stop(#44efa1),
    color-stop(#47ddec),
    color-stop(#fb923c),
    to(#eb2642)
  );
  background: linear-gradient(
    to right,
    #eb2642,
    #fb923c,
    #44efa1,
    #47ddec,
    #fb923c,
    #eb2642
  );
  background-size: 200%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-animation: background-pan 7.5s linear infinite;
  animation: background-pan 7.5s linear infinite;
  color: transparent;
  line-height: 1.2;
}
.st-box .t-text .t-top {
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .st-box .t-text .t-top {
    font-size: 12vw;
  }
}
.st-box .t-text .t-bottom {
  font-size: 3.2rem;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .st-box .t-text .t-bottom {
    font-size: 6vw;
  }
}
.st-box .t-des {
  color: #fafafa;
  --f-sz: clamp(1.5rem, calc(1.3279rem + 0.2459vw), 1.8rem);
  font-size: var(--f-sz);
}
@media screen and (max-width: 768px) {
  .st-box .t-des {
    font-size: 4vw;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .sk-list > .col {
    width: 100%;
  }
}

.sec-wn {
  overflow: hidden;
}
.sec-wn .ticket-line {
  top: 70%;
}
.sec-wn::before {
  content: "";
  position: absolute;
  width: 20%;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efffef),
    to(#eb2642)
  );
  background: linear-gradient(180deg, #efffef 0%, #eb2642 100%);
  -webkit-filter: blur(12.5rem);
  filter: blur(12.5rem);
  border-radius: 100rem;
  z-index: -1;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.sec-wn::after {
  content: "";
  position: absolute;
  width: 20%;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efffef),
    to(#44efa1)
  );
  background: linear-gradient(180deg, #efffef 0%, #44efa1 100%);
  -webkit-filter: blur(12.5rem);
  filter: blur(12.5rem);
  border-radius: 100rem;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wn-row {
  --rg: 0rem;
}
@media screen and (max-width: 768px) {
  .wn-row {
    --rg: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .wn-row > .col {
    width: 100%;
  }
}

.wn-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .wn-panel {
    gap: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .wn-panel .t-head .t-title {
    --f-sz: clamp(2rem, calc(0.3934rem + 2.2951vw), 4.8rem);
    font-size: var(--f-sz);
  }
}

.wn-image {
  --size-mx: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .wn-image {
    --size-mx: 0;
  }
}
.wn-image .inner {
  width: calc((100% + var(--size-mx)) * 1);
  margin-left: calc(var(--size-mx) * -1);
  position: relative;
  margin-top: auto;
}
.wn-image .inner::before {
  content: "";
  position: absolute;
  width: 130%;
  aspect-ratio: 1/1;
  background: #72b7f8;
  border-radius: 100rem;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.wn-image .inner img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kt-list > .col {
    width: 100%;
  }
}

.kt-item {
  height: 100%;
}
.kt-item .b-inner {
  height: 28.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2.4rem;
  padding: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kt-item .b-inner {
    border-radius: 1.2rem;
    min-height: 24rem;
    height: auto;
  }
}
.kt-item .b-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTk2IiBoZWlnaHQ9IjI4NyIgdmlld0JveD0iMCAwIDU5NiAyODciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSI1OTQiIGhlaWdodD0iMjg1IiByeD0iMjMiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzI0NzVfOTY0KSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjQ3NV85NjQiIHgxPSIwIiB5MT0iMTQzLjUiIHgyPSI1OTYiIHkyPSIxNDMuNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNDdEREVDIi8+CjxzdG9wIG9mZnNldD0iMC4zNzAxOTIiIHN0b3AtY29sb3I9IiM0NEVGQTEiLz4KPHN0b3Agb2Zmc2V0PSIwLjY1Mzg0NiIgc3RvcC1jb2xvcj0iI0ZCOTIzQyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFQjI2NDIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .kt-item .b-inner::before {
    display: none;
  }
}
.kt-item .t-head {
  font-family: "Beautique Display";
  --f-sz: clamp(1.6rem, calc(1.3705rem + 0.3279vw), 2rem);
  font-size: var(--f-sz);
  font-weight: 700;
  color: var(--color-pri);
}
.kt-item .t-des {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kt-item .t-des .inner-des {
  margin-top: auto;
}
.page-semi .wn-image .inner {
  margin-top: 0;
}
.page-semi .wn-image .inner::before {
  display: none;
}
.brd-video .inner {
  aspect-ratio: 19/9;
  position: relative;
  padding: 0.2rem;
}
.brd-video .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 0.2rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#47ddec),
    color-stop(25%, #eb2642),
    color-stop(50%, #fb923c),
    color-stop(75%, #44efa1),
    to(#47ddec)
  );
  background: linear-gradient(
    90deg,
    #47ddec 0%,
    #eb2642 25%,
    #fb923c 50%,
    #44efa1 75%,
    #47ddec 100%
  );
  -webkit-mask: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff)
      )
      content-box,
    -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.brd-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brd-video {
  max-width: 100rem;
  margin: 0 auto;
  margin-top: 2.4rem;
}
.sec-brd.custom {
  padding: 0;
}
/*# sourceMappingURL=style.css.map */
