@charset "UTF-8";
@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/fontawesome/fontawesome/fontawesome.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../js/library/splitting/splitting.css");
@import url("../js/library/fancybox/fancybox.css");
@import url("../js/library/slick/slick-theme.css");
@import url("../js/library/slick/slick.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/SegoeUI/stylesheet.css");
@import url("../assets/font/Roboto/stylesheet.css");
@import url("../assets/font/Helvetica-12-12/stylesheet.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: 10rem;
  --pd-sc: 8rem;
  margin-top: 0 !important;
  --rewidth: calc((100vw - 120rem)/2);
  --recont: calc(100vw - (100vw - 120rem)/2);
}
@media (max-width: 1200px) {
  :root {
    --pd-sc: 4rem;
    --size-hd: 6rem;
  }
}
@media (max-width: 1230px) {
  :root {
    --rewidth: 1.5rem;
  }
}
@media (max-width: 1240px) {
  :root {
    --recont: calc(100%);
  }
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #121212;
  overflow: hidden auto;
}
@media screen and (min-width: 2000px) {
  body {
    font-size: 20px;
  }
}

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

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Helvetica Neue", sans-serif;
}

.main,
.site-main {
  min-height: 68vh;
  padding-top: var(--size-hd);
}

.container {
  width: 100%;
  max-width: 123rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.over {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.over::-webkit-scrollbar {
  display: none;
}

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

iframe {
  vertical-align: middle;
}

.load-item {
  display: none;
}

.show-hide-toggle {
  cursor: pointer;
}

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

.global-title {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.wow {
  animation-duration: 1s;
}

.wow {
  visibility: hidden;
}

.page-template-salse-template .header-wrap,
.archive .header-wrap,
.page-template-new-arrivals-template .header-wrap,
.page-template-collection-template .header-wrap,
.page-template-best-saleller .header-wrap {
  width: 300rem;
}
.page-template-salse-template .second-container,
.archive .second-container,
.page-template-new-arrivals-template .second-container,
.page-template-collection-template .second-container,
.page-template-best-saleller .second-container {
  width: 300rem;
}
.page-template-salse-template .psale-wrap .second-container,
.archive .psale-wrap .second-container,
.page-template-new-arrivals-template .psale-wrap .second-container,
.page-template-collection-template .psale-wrap .second-container,
.page-template-best-saleller .psale-wrap .second-container {
  padding: 0 0.5rem;
}

.row {
  --gutter-x: 2.4rem;
  --gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
}

.g-1,
.gx-1 {
  --gutter-x: 2.4rem;
}

.g-1,
.gy-1 {
  --gutter-y: 2.4rem;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 376px) {
  .col-1-xxs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xxs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xxs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xxs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xxs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xxs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xxs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xxs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xxs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xxs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xxs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xxs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xxs {
    margin-left: 0%;
  }
  .offset-1-xxs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xxs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xxs {
    margin-left: 25%;
  }
  .offset-4-xxs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xxs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xxs {
    margin-left: 50%;
  }
  .offset-7-xxs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xxs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xxs {
    margin-left: 75%;
  }
  .offset-10-xxs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xxs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-1-xs {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xs {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xs {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xs {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xs {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xs {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xs {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xs {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xs {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xs {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xs {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xs {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xs {
    margin-left: 0%;
  }
  .offset-1-xs {
    margin-left: 8.3333333333%;
  }
  .offset-2-xs {
    margin-left: 16.6666666667%;
  }
  .offset-3-xs {
    margin-left: 25%;
  }
  .offset-4-xs {
    margin-left: 33.3333333333%;
  }
  .offset-5-xs {
    margin-left: 41.6666666667%;
  }
  .offset-6-xs {
    margin-left: 50%;
  }
  .offset-7-xs {
    margin-left: 58.3333333333%;
  }
  .offset-8-xs {
    margin-left: 66.6666666667%;
  }
  .offset-9-xs {
    margin-left: 75%;
  }
  .offset-10-xs {
    margin-left: 83.3333333333%;
  }
  .offset-11-xs {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-1-sm {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-sm {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-sm {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-sm {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-sm {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-sm {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-sm {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-sm {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-sm {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-sm {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-sm {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-sm {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-sm {
    margin-left: 0%;
  }
  .offset-1-sm {
    margin-left: 8.3333333333%;
  }
  .offset-2-sm {
    margin-left: 16.6666666667%;
  }
  .offset-3-sm {
    margin-left: 25%;
  }
  .offset-4-sm {
    margin-left: 33.3333333333%;
  }
  .offset-5-sm {
    margin-left: 41.6666666667%;
  }
  .offset-6-sm {
    margin-left: 50%;
  }
  .offset-7-sm {
    margin-left: 58.3333333333%;
  }
  .offset-8-sm {
    margin-left: 66.6666666667%;
  }
  .offset-9-sm {
    margin-left: 75%;
  }
  .offset-10-sm {
    margin-left: 83.3333333333%;
  }
  .offset-11-sm {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-1-md {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-md {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-md {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-md {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-md {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-md {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-md {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-md {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-md {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-md {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-md {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-md {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-md {
    margin-left: 0%;
  }
  .offset-1-md {
    margin-left: 8.3333333333%;
  }
  .offset-2-md {
    margin-left: 16.6666666667%;
  }
  .offset-3-md {
    margin-left: 25%;
  }
  .offset-4-md {
    margin-left: 33.3333333333%;
  }
  .offset-5-md {
    margin-left: 41.6666666667%;
  }
  .offset-6-md {
    margin-left: 50%;
  }
  .offset-7-md {
    margin-left: 58.3333333333%;
  }
  .offset-8-md {
    margin-left: 66.6666666667%;
  }
  .offset-9-md {
    margin-left: 75%;
  }
  .offset-10-md {
    margin-left: 83.3333333333%;
  }
  .offset-11-md {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-1-lg {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-lg {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-lg {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-lg {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-lg {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-lg {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-lg {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-lg {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-lg {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-lg {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-lg {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-lg {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-lg {
    margin-left: 0%;
  }
  .offset-1-lg {
    margin-left: 8.3333333333%;
  }
  .offset-2-lg {
    margin-left: 16.6666666667%;
  }
  .offset-3-lg {
    margin-left: 25%;
  }
  .offset-4-lg {
    margin-left: 33.3333333333%;
  }
  .offset-5-lg {
    margin-left: 41.6666666667%;
  }
  .offset-6-lg {
    margin-left: 50%;
  }
  .offset-7-lg {
    margin-left: 58.3333333333%;
  }
  .offset-8-lg {
    margin-left: 66.6666666667%;
  }
  .offset-9-lg {
    margin-left: 75%;
  }
  .offset-10-lg {
    margin-left: 83.3333333333%;
  }
  .offset-11-lg {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-1-xl {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-2-xl {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-3-xl {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4-xl {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-5-xl {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-6-xl {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7-xl {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-8-xl {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-9-xl {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10-xl {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-11-xl {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-12-xl {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-0-xl {
    margin-left: 0%;
  }
  .offset-1-xl {
    margin-left: 8.3333333333%;
  }
  .offset-2-xl {
    margin-left: 16.6666666667%;
  }
  .offset-3-xl {
    margin-left: 25%;
  }
  .offset-4-xl {
    margin-left: 33.3333333333%;
  }
  .offset-5-xl {
    margin-left: 41.6666666667%;
  }
  .offset-6-xl {
    margin-left: 50%;
  }
  .offset-7-xl {
    margin-left: 58.3333333333%;
  }
  .offset-8-xl {
    margin-left: 66.6666666667%;
  }
  .offset-9-xl {
    margin-left: 75%;
  }
  .offset-10-xl {
    margin-left: 83.3333333333%;
  }
  .offset-11-xl {
    margin-left: 91.6666666667%;
  }
}
.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@-webkit-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-moz-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-ms-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phoneRing {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}
@-o-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ZoomIn {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes Spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes BTT {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-ms-keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes halo {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-moz-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-ms-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-o-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@-moz-keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@-ms-keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@-o-keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@keyframes mirror {
  100% {
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}
@-webkit-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-moz-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-ms-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-o-keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes DownUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@-moz-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@-ms-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@-o-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes jelly {
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@-moz-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@-ms-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@-o-keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@keyframes jellyTranForm {
  25% {
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}
@-webkit-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@-moz-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@-ms-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@-o-keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@keyframes jittery {
  5%, 50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    transform: scale(1.05) rotate(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-moz-keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-ms-keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-o-keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes grow {
  from {
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@-webkit-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-moz-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-ms-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-o-keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes txt-focus {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-moz-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-ms-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-o-keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes grows {
  0% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes ZoomIns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes glow {
  0% {
    right: 20%;
    top: 0;
  }
  20% {
    bottom: 0;
    right: 0;
  }
  30% {
    top: 0;
    left: 50%;
  }
  50% {
    left: 0;
    top: 50%;
  }
  80% {
    top: 0;
    left: 0;
  }
  100% {
    right: 20%;
    top: 0;
  }
}
.back-to-top {
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 0.6rem;
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  z-index: 7;
  transform: translateX(3rem);
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 1.5rem;
  }
}
.back-to-top.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.back-to-top .triangle {
  display: block;
  width: 0;
  height: 0;
  z-index: 2;
  border: 8px solid transparent;
  border-bottom: 6px solid #000;
  margin-top: -6px;
  border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
  animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
  animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
  animation: BTT 1.5s linear 0s infinite;
}
@media (hover: hover) {
  .back-to-top:hover .icon {
    -webkit-animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
    animation: slide-top 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
  }
}
.back-to-top .icon {
  display: flex;
}
.back-to-top .btn-rotate {
  width: 100%;
  height: 100%;
}
.back-to-top .btn-rotate .rounded-text {
  fill: black;
}

@keyframes rotatingtext {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.rotating {
  animation: rotatingtext 12s linear infinite;
}

.btn-rotate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  padding: 2rem;
  transition: 0.3s ease-in-out;
}
.btn-rotate .rounded-text {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  text-transform: uppercase;
  transform: rotate(-103deg);
  color: #0C1226;
  font-weight: 500;
  z-index: -1;
  font-size: 1.4rem;
  aspect-ratio: 1;
  letter-spacing: 0.8rem;
}
@media only screen and (min-width: 2000px) {
  .btn-rotate .rounded-text svg g {
    font-size: 1.4rem !important;
  }
}
@keyframes rotatingtext {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.btn-rotate .rotating {
  animation: rotatingtext 12s linear infinite;
}
@keyframes coloring {
  0% {
    fill: #0C1226;
  }
  35% {
    fill: #f05123;
  }
  75% {
    fill: #111927;
  }
  100% {
    fill: #0C1226;
  }
}
.btn-rotate .coloring {
  animation: coloring 12s linear infinite;
}

[data-aos=fade-up-cus] {
  transform: translate(0, 4rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-up-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-down-cus] {
  transform: translate(0, -4rem);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-down-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-left-cus] {
  transform: translate(4rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-left-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

[data-aos=fade-right-cus] {
  transform: translate(-4rem, 0);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=fade-right-cus].aos-animate {
  transform: translate(0, 0);
  opacity: 1;
}

.header-nav .menu-nav {
  height: 100%;
  margin-right: 1rem;
}
.header-nav .menu-nav > .menu-list {
  height: 100%;
  gap: 3.6rem;
}
.header-nav .menu-nav > .menu-list > .menu-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-nav .menu-nav > .menu-list > .menu-item:last-child > .menu-list {
  left: initial;
  right: 0;
}
.header-nav .menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: #121212;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::before, .header-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::before {
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::after {
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover > a {
  color: #121212;
}
.header-nav .menu-nav > .menu-list > .menu-item:hover > a i {
  transform: rotate(180deg);
  color: #121212;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #121212;
  white-space: nowrap;
  padding: 1rem 2rem;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_parent::before, .header-nav .menu-nav > .menu-list > .menu-item.current-post-parent::before, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent .header-nav .menu-nav > .menu-list > .menu-item.current_page_item::before, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before {
  width: 100%;
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_parent::after, .header-nav .menu-nav > .menu-list > .menu-item.current-post-parent::after, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent .header-nav .menu-nav > .menu-list > .menu-item.current_page_item::after, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item::after {
  opacity: 1;
}
.header-nav .menu-nav > .menu-list > .menu-item.current_page_parent > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-post-parent > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-parent .header-nav .menu-nav > .menu-list > .menu-item.current_page_item > .menu-link, .header-nav .menu-nav > .menu-list > .menu-item.current-menu-item > .menu-link {
  font-weight: 600;
  color: #121212;
}
.header-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  top: 100%;
}
.header-nav .menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.header-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;
}
.header-nav .menu-item:hover > .menu-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-nav .menu-item:hover > .menu-list > .menu-item.current_page_parent > a::after, .header-nav .menu-item:hover > .menu-list > .menu-item.current-post-parent > a::after, .header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-parent > a::after, .header-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a::after, .header-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a::after {
  width: 100%;
}
.header-nav .menu-item:hover > .megas {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  pointer-events: visible;
}
.header-nav .menu-item .menu-link,
.header-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;
}
.header-nav .menu-item .menu-link i,
.header-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;
}
.header-nav .menu-item > .menu-link,
.header-nav .menu-item > a {
  color: #121212;
  font-weight: 500;
  display: block;
  font-size: 1.4rem;
}
.header-nav .menu-item > .menu-link > i,
.header-nav .menu-item > a > i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.2rem;
  color: #ffffff;
}
.header-nav .menu-item.dropdown > a > i {
  display: inline-block;
}
.header-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 25rem;
  max-width: 28rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: white;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  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;
  transform: translate(0, -5px);
}
.header-nav .menu-item > .menu-list::after {
  content: "";
  position: absolute;
  height: 1rem;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.header-nav .menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #000000;
  transition: 0.4s;
}
.header-nav .menu-item > .menu-list > .menu-item:hover::after {
  height: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
.header-nav .menu-item > .menu-list > .menu-item:hover > a {
  color: #ffffff;
}
.header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link::after,
.header-nav .menu-item > .menu-list > .menu-item:hover > a::after {
  width: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item:hover > .menu-link > i,
.header-nav .menu-item > .menu-list > .menu-item:hover > a > i {
  color: #ffffff;
}
.header-nav .menu-item > .menu-list > .menu-item.current_page_parent::after, .header-nav .menu-item > .menu-list > .menu-item.current-post-parent::after, .header-nav .menu-item > .menu-list > .menu-item.current-menu-parent .header-nav .menu-item > .menu-list > .menu-item.current_page_item::after, .header-nav .menu-item > .menu-list > .menu-item.current-menu-item::after {
  width: 100%;
  height: 100%;
}
.header-nav .menu-item > .menu-list > .menu-item.current_page_parent > a, .header-nav .menu-item > .menu-list > .menu-item.current-post-parent > a, .header-nav .menu-item > .menu-list > .menu-item.current-menu-parent .header-nav .menu-item > .menu-list > .menu-item.current_page_item > a, .header-nav .menu-item > .menu-list > .menu-item.current-menu-item > a {
  color: #ffffff;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link,
.header-nav .menu-item > .menu-list > .menu-item > a {
  padding: 0.8rem 1.6rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-weight: 500;
  z-index: 2;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
.header-nav .menu-item > .menu-list > .menu-item > a > i {
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
  font-size: 1rem;
  color: #121212;
}
.header-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}

.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a, .mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a {
  color: #000000;
  font-weight: 700;
}
.mobile-nav .menu-nav > .menu-list > .menu-item.active > a {
  color: #000000;
  font-weight: 700;
}
.mobile-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: #EDB31F;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #121212;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > .menu-list > .menu-item.active > a {
  color: #000000;
  font-weight: 700;
}
.mobile-nav .menu-item.dropdown > a > i {
  display: flex;
}
.mobile-nav .menu-item.active > a > i {
  transform: rotate(180deg);
}
.mobile-nav .menu-item a {
  position: relative;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: 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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.4rem;
  color: #121212;
  font-weight: 500;
}
.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: rgba(0, 0, 0, 0.1);
}
.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: #0C1226;
}
.mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: #0C1226;
}

.megas {
  position: fixed;
  width: 100vw;
  padding: 4rem 1.5rem;
  top: calc(var(--size-hd) + 0.1rem);
  background: #ffffff;
  left: 0;
  transition: 0.4s;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.megas .tt {
  font-weight: 700;
  color: #121212;
  margin-bottom: 2rem;
}
.megas-wr {
  width: 147rem;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - var(--size-hd) - 8rem);
}
.megas-wr::-webkit-scrollbar {
  width: 0.5rem;
}
.megas-wr::-webkit-scrollbar-thumb {
  border-radius: 10rem;
}
.megas-item {
  width: 20%;
}
.megas-menu-item:not(:first-child) {
  margin-top: 1rem;
}
.megas-menu-link {
  color: #121212;
  transition: 0.4s;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.megas-menu-link::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
  background-color: #0C1226;
  left: 0;
  top: 0.9rem;
  transition: 0.4s;
  transform: scale(0);
}
@media (hover: hover) {
  .megas-menu-link:hover {
    padding-left: 1rem;
  }
  .megas-menu-link:hover::after {
    transform: scale(1);
  }
}
.megas.small {
  max-width: 68rem;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%) !important;
  border-radius: 0.8rem;
}
.megas.small .megas-wrap {
  padding: 0 4rem;
}
.megas.small .megas-item {
  width: 33.3333333333%;
}

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

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0C1226;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0C1226;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.4s;
  z-index: 9999999;
  height: var(--size-hd);
  background-color: white;
  border-bottom: 0.1rem solid rgb(235, 235, 235);
}
@media screen and (max-width: 1200px) {
  .header {
    height: 6rem;
  }
}
.header-wrap {
  max-width: 100%;
  width: 169rem;
  transition: 0.4s;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0 1.5rem;
  background: white;
}
@media screen and (max-width: 1200px) {
  .header-wrap {
    width: 100%;
  }
}
.header-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.header-nav {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .header-nav {
    display: none;
  }
}
.header-logo {
  margin-right: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .header-logo {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .header-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
  }
}
.header-logo .custom-logo-link {
  display: flex;
  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;
  width: 16.3rem;
}
@media screen and (max-width: 1200px) {
  .header-logo .custom-logo-link {
    width: 11rem;
  }
}
@media screen and (max-width: 400px) {
  .header-logo .custom-logo-link {
    width: 9rem;
  }
}
.header-logo .custom-logo-link img {
  max-width: 100%;
  height: auto;
}
.header-action {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .header-action {
    margin-left: auto;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .header-action {
    gap: 1rem;
  }
  .header-action .gtranslate_wrapper {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .header-action {
    gap: 0.5rem;
  }
}
.header-top {
  background: #000;
  height: 4rem;
}
.header-top .header-button-next::after,
.header-top .header-button-prev::after {
  font-size: 1.6rem;
  color: white;
}
.header-top-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.header-top-link {
  color: white;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.8rem;
  font-weight: 700;
  height: 100%;
  width: max-content;
}
.header-top .swiper {
  height: 100%;
}
.header-srch .btn, .header-srch .btn-second, .header-srch .btn-bd, .header-srch .btn-pri {
  padding: 0.5rem;
  min-width: max-content;
  column-gap: 0.8rem;
}
.header-srch .btn .icon, .header-srch .btn-second .icon, .header-srch .btn-bd .icon, .header-srch .btn-pri .icon {
  margin: 0 !important;
}
.header-srch .btn .icon img, .header-srch .btn-second .icon img, .header-srch .btn-bd .icon img, .header-srch .btn-pri .icon img {
  filter: brightness(0);
}
.header-srch .btn .text, .header-srch .btn-second .text, .header-srch .btn-bd .text, .header-srch .btn-pri .text {
  font-size: 1.8rem;
  color: #231f20;
}
@media only screen and (max-width: 1200px) {
  .header-srch .btn .text, .header-srch .btn-second .text, .header-srch .btn-bd .text, .header-srch .btn-pri .text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .header-srch .btn .text, .header-srch .btn-second .text, .header-srch .btn-bd .text, .header-srch .btn-pri .text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .header-srch .btn .icon, .header-srch .btn-second .icon, .header-srch .btn-bd .icon, .header-srch .btn-pri .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-srch .btn .text, .header-srch .btn-second .text, .header-srch .btn-bd .text, .header-srch .btn-pri .text {
    display: none;
  }
}
.header-srch-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border: 0.1rem solid #121212;
  padding: 0.8rem 1.2rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .header-srch-flex {
    padding: 0.4rem 1.2rem;
  }
}
.header-srch-flex button {
  width: 1.8rem;
  height: 1.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
.header-srch-flex button img {
  width: inherit;
  height: inherit;
}
.header-srch-flex input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
}
.header-it {
  width: 3rem;
  height: 3.3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transition: 0.4s;
  flex-shrink: 0;
  padding: 0.5rem 0.2rem;
}
.header-it .ic {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.header-it img {
  width: inherit;
  height: inherit;
  border-radius: 0;
  object-fit: contain;
  filter: brightness(0);
}
.header-it.usr {
  padding: 0.3rem 0.2rem;
}
.header-it.usr .ic-login {
  width: 2.8rem;
}
.header-it.usr .ic-login img {
  filter: unset !important;
}
@media screen and (max-width: 600px) {
  .header-it.usr {
    display: none;
  }
}
.header-it.bell {
  padding: 0.3rem 0.2rem;
}
@media screen and (max-width: 600px) {
  .header-it.bell {
    display: none;
  }
}
.header-it.cart {
  padding: 0.3rem 0.2rem;
}
.header-it.cart .ic {
  position: relative;
}
.header-it.cart .ic .num {
  position: absolute;
  color: #fff;
  background-color: #231f20;
  border-radius: 100rem;
  min-width: 1.2rem;
  aspect-ratio: 1;
  font-size: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: 0.2rem;
  right: 0;
  line-height: 1;
  padding: 0.1rem;
  padding-top: 0.2rem;
}
.header-lg {
  position: relative;
  z-index: 20;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header-lg {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header-lg {
    display: none;
  }
}
.header-lg-it {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.4rem 0.7rem;
  overflow: hidden;
}
.header-lg-it .ic {
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 2;
}
.header-lg-it .ic img {
  width: inherit;
  height: inherit;
}
.header-lg-it .txt {
  font-weight: 600;
  color: #121212;
  position: relative;
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header-lg-it {
    padding: 0;
  }
}
.header-lg-drop {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  transition: 0.4s;
  clip-path: inset(0 0 100% 0);
  border: 0.1rem solid #231f20;
}
@media screen and (max-width: 768px) {
  .header-lg-drop {
    right: 50%;
    transform: translateX(50%);
    width: 100%;
  }
}
.header-lg-drop .header-lg-it {
  border-radius: 0;
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .header-lg-drop .header-lg-it {
    padding: 0.4rem;
  }
}
@media (hover: hover) {
  .header-lg-drop .header-lg-it:hover {
    background-color: #231f20;
  }
  .header-lg-drop .header-lg-it:hover .txt {
    color: #ffffff;
  }
}
.header-lg-drop .header-lg-it .txt {
  color: #231f20;
}
.header-lg:hover .header-lg-drop {
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 768px) {
  .header-lg-mobile {
    display: flex;
    padding: 1rem;
  }
}
.header .burger {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .header .burger {
    position: absolute;
    left: 0;
  }
}
.header .burger img {
  width: 100%;
  object-fit: contain;
}
.header .burger .line {
  stroke: #121212;
}
@media screen and (min-width: 1200px) {
  .header .burger {
    display: none;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  font-family: "Roboto";
}
.footer .fw-5 {
  font-weight: 500;
}
.footer .fw-6 {
  font-weight: 600;
}
.footer .fw-7 {
  font-weight: 700;
}
.footer-container {
  max-width: 100%;
  width: 169rem;
  transition: 0.4s;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  .footer-container {
    padding: 0 4rem;
  }
}
.footer-ctn {
  margin-top: 2.4rem;
}
.footer .tt {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
}
.footer-flex {
  display: flex;
  margin: 0 -1.2rem;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer-flex {
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }
}
.footer-col {
  padding: 0 1.2rem;
}
@media screen and (max-width: 650px) {
  .footer-col:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .footer-col:nth-child(2) {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .footer-col:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .footer-col:nth-child(4) {
    width: 50%;
  }
}
.footer-col:nth-child(5) {
  width: max-content;
  max-width: 20%;
}
@media screen and (max-width: 1200px) {
  .footer-col:nth-child(5) {
    max-width: unset;
  }
}
@media screen and (max-width: 650px) {
  .footer-col:nth-child(5) {
    width: 50%;
  }
}
.footer-col .c-black {
  color: #231f20;
}
.footer .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.footer .social-item {
  display: flex;
  transition: 0.3s ease-in-out;
}
.footer .social-item .icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1;
}
.footer .social-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-top {
  padding: 3rem 0;
  padding-top: 8rem;
}
.footer-info-flex {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 650px) {
  .footer-info-flex br {
    display: none;
  }
}
.footer-info-left {
  width: 25%;
  color: #434343;
  font-weight: 600;
  font-size: 1.2rem;
}
@media screen and (max-width: 400px) {
  .footer-info-left {
    width: 30%;
  }
}
.footer-info-right {
  flex: 1;
}
.footer-info-right .text {
  font-size: 1.2rem;
}
.footer-info-link {
  color: #434343;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer-info-link:hover {
    color: #000;
  }
}
.footer-info-item {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
  flex-wrap: wrap;
  position: relative;
}
.footer-info-item .icon {
  width: 2rem;
}
.footer-info-item .text {
  flex: 1;
  font-size: 1.2rem;
}
.footer-info-item .text-fw1 {
  width: max-content;
  font-size: 1rem;
  color: #dad9d9;
  position: absolute;
  left: 0;
  top: 100%;
}
.footer-info-item .sub {
  font-size: 0.9rem;
  color: #f5a623;
}
.footer-bot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 2rem 0;
  border-top: 0.1rem solid #e6e6e6;
}
.footer-bot-flex {
  display: flex;
  column-gap: 2rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-bot-left {
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}
.footer-bot-left .icon {
  display: flex;
}
.footer-bot-left .text {
  line-height: 1;
}
.footer-bot-left .t16 {
  color: #9b9b9b;
}
.footer-bot-left .t16.active {
  color: #000;
  font-weight: 600;
}
.footer-bot-right {
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.footer-bot-right .icon {
  display: flex;
}
.footer-bot-right .t16 {
  color: #9b9b9b;
}
.footer-logo {
  width: 80%;
  display: flex;
  display: none;
}
.footer-logo .custom-logo-link {
  max-width: 21.6rem;
}
.footer-logo .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .menu-item {
  margin-bottom: 0.8rem;
}
.footer .menu-link {
  color: #231f20;
  transition: 0.3s ease-in-out;
  position: relative;
  font-size: 1.2rem;
  text-transform: capitalize;
}
@media (hover: hover) {
  .footer .menu-link:hover {
    color: #000;
  }
}

.hamburger {
  overflow: hidden;
}
.hamburger-label {
  position: relative;
  display: block;
  height: 28px;
  cursor: pointer;
}
.hamburger-label::before, .hamburger-label::after,
.hamburger-label .hamburger-text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #EDB31F;
}
.hamburger-label::before, .hamburger-label::after {
  content: "";
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) left;
}
.hamburger-label::before {
  top: 0;
}
.hamburger-label::after {
  top: 12px;
}
.hamburger-text {
  top: 24px;
}
.hamburger-text::before {
  content: "MENU";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  color: #EDB31F;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.hamburger.active .hamburger-label:before {
  left: -39px;
}
.hamburger.active .hamburger-label:after {
  left: 39px;
}
.hamburger.active .hamburger-label .hamburger-text:before {
  animation: moveUpThenDown 0.8s ease 0.2s forwards, shakeWhileMovingUp 0.8s ease 0.2s forwards, shakeWhileMovingDown 0.2s ease 0.8s forwards;
}

@keyframes moveUpThenDown {
  0% {
    top: 0;
  }
  50% {
    top: -27px;
  }
  100% {
    top: -18px;
  }
}
@keyframes shakeWhileMovingUp {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(10deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes shakeWhileMovingDown {
  0% {
    transform: rotateZ(0);
  }
  80% {
    transform: rotateZ(3deg);
  }
  90% {
    transform: rotateZ(-3deg);
  }
  100% {
    transform: rotateZ(0);
  }
}
.hamburger.active .ham {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.hamburger.active .ham .top {
  stroke-dashoffset: -98px;
}
.hamburger.active .ham .bottom {
  stroke-dashoffset: -138px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #ffffff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
@media screen and (max-width: 1199px) {
  .ham .line {
    stroke: #ffffff;
  }
}
.ham .top {
  stroke-dasharray: 40 140;
}
.ham .bottom {
  stroke-dasharray: 40 180;
}

.mobile {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background: #ffffff;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  display: none;
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 100%;
    min-width: initial;
  }
}
.mobile.open {
  visibility: visible;
  display: block;
}
@media screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
}
.mobile-con {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-top: 6rem;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #0C1226;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-list {
  margin-bottom: 2rem;
}
.mobile-content {
  padding: 2.4rem 1.2rem;
  margin-top: auto;
}
.mobile-content-sc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
.mobile-content-sc .link {
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.mobile-content-sc .link img {
  width: inherit;
  height: inherit;
  display: block;
}
.mobile-content-bl:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.mobile-content-bl .tt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #121212;
}
.mobile-content .title {
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
  color: #121212;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
.mobile-content .title img {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  flex-shrink: 0;
}
.mobile-content .mobile-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mobile-content .footer-link .social {
  gap: 0.5rem;
}
.mobile-content .footer-link .social-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.mobile-mxh {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.mobile-mxh-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex: 1;
  height: 100%;
  background-color: white;
  cursor: pointer;
}
.mobile-mxh-link:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link img {
  width: 2.4rem;
  height: 2.4rem;
}
.mobile-text {
  font-size: 1.4rem;
  display: block;
  color: #121212;
  word-break: break-word;
  font-weight: 500;
}
.mobile-text:not(:last-child) {
  margin-bottom: 0.8rem;
}
.mobile-account {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.mobile-re {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: #0C1226;
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close .icon, .mobile-close i {
  font-size: 1.8rem;
  color: #000000;
}
.mobile-fl .fw-6 {
  margin-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  display: inline;
  width: fit-content;
  font-size: 1.4rem;
}
.mobile-fl .mobile-text {
  font-size: 1.4rem;
  color: #121212;
}
.mobile-fl .dot {
  display: none;
}
.mobile-nav-control {
  display: flex;
  padding: 0 1rem;
}
.mobile-nav-control .gtranslate_wrapper {
  display: flex;
  align-items: center;
}
.mobile-nav-control .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 1rem !important;
}
.mobile-nav-control .header-it {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
}
.mobile-nav-control .header-it.bell {
  display: block;
}
.mobile-nav-control .header-it.usr {
  display: block;
}
.mobile-nav-control .header-it .popupalert {
  right: unset;
  left: 0;
}
@media screen and (max-width: 550px) {
  .mobile-nav-control .header-it .popupalert {
    position: absolute;
    top: 100%;
  }
}

.select2-container {
  height: 4.5rem;
  background-color: transparent;
  border-radius: 6px;
}

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

.selection {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0.8rem;
  color: #ffffff;
  height: 4.5rem;
  background-color: transparent;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  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: #000000;
  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;
}

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

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

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  padding: 4px 6px !important;
  background: #fefefe;
  color: #000000;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fefefe;
  color: #000000;
}

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

.select2-container--default .select2-results__option--selected {
  background: #0C1226;
  color: #ffffff;
  font-size: 1.6rem;
}

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

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

.select2-results {
  display: block;
  overflow: hidden;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}

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

.select2-selection__placeholder {
  font-size: 1.4rem;
  color: #2D2F39;
}

.sidesl {
  z-index: 53 !important;
}
.sidesl .select2-results {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.effectShine {
  position: relative;
  overflow: hidden;
}

.effectShine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.effectShine:hover::before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.sl-cus {
  position: relative;
}
.sl-cus.min {
  min-width: 12rem;
}
.sl-cus.min:not(:first-child) {
  margin-left: 0.5rem;
}
.sl-head {
  background-color: #f8f8f8;
  height: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  border-radius: 0.6rem;
}
.sl-head::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #EDB31F;
}
.sl-head::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1.3rem;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #EDB31F;
}
.sl-main {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sl-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  background-color: white;
  z-index: 10;
  display: none;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  max-height: 20rem;
  overflow-y: auto;
}
.sl-item {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.sl-item:hover {
  background-color: #EDB31F;
  color: white;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  visibility: hidden;
}
.popup.open {
  visibility: visible;
}
.popup.open .popup-overlay,
.popup.open .popup-overlaynone {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
}
.popup-overlay, .popup-overlaynone {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 90rem;
  max-height: 90vh;
  max-width: 95%;
  opacity: 0;
  visibility: hidden;
  position: relative;
  border-radius: 1.6rem;
  border-radius: 1rem;
}
.popup-main-wrapper {
  overflow: hidden;
}
.popup-main.med {
  width: 90rem;
}
.popup-main.small {
  width: 80rem;
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
}
.popup-wrapper {
  background-color: #ffffff;
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.1rem solid black;
  flex-direction: column;
}
.popup-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .popup-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-title {
    font-size: 1.7rem;
  }
}
.popup-close, .popup-closenone {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: #000000;
  z-index: 100;
}
.popup-close .icon, .popup-closenone .icon {
  color: #ffffff;
  font-weight: 300;
  font-size: 2.4rem;
  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;
}
@media screen and (max-width: 800px) {
  .popup-close .icon, .popup-closenone .icon {
    font-size: 1.6rem;
  }
}
.popup-closenone {
  display: none;
}
.popup-icon {
  width: 50%;
  margin-bottom: 2rem;
}
.popup-icon img {
  width: 100%;
  object-fit: contain;
}
.popup-search {
  width: 100%;
  padding: 1rem;
  position: relative;
}
.popup-search > .icon {
  text-align: center;
  margin-bottom: 2rem;
}
.popup-search > .icon i {
  counter-reset: black;
  font-size: 3rem;
  font-family: 700;
}
.popup-search-box {
  width: 40rem;
}
.popup-search-box .popup-over {
  max-height: 90vh;
}
.popup-search-input.active::before {
  display: none;
}
.popup-search-input input {
  width: 100%;
  transition: 0.4s;
  padding: 1rem 1.6rem;
  border: 0.1rem solid #0C1226;
}
.popup-search-input .btn, .popup-search-input .btn-second, .popup-search-input .btn-bd, .popup-search-input .btn-pri {
  width: 100%;
  margin-top: 2rem;
  justify-content: center;
  height: auto;
}
.popup-search .search-rs {
  top: 27rem !important;
  z-index: 20 !important;
  position: unset !important;
  max-height: 42rem !important;
}
.popup-search .search-rs .submit-search {
  margin: auto;
  margin-top: 3rem;
  padding: 0.5rem 1rem;
  background-color: #0C1226;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.popup-bking-box {
  max-height: 99vh;
  width: 120rem;
}
.popup-bking-box .popup-wrapper {
  background-color: transparent;
}
.popup-bking-f {
  width: 66.6666666667%;
  margin-left: auto;
  position: relative;
}
.popup-bking-f .model {
  position: absolute;
  width: 33.3333333333%;
  right: calc(100% - 2rem);
}
.popup-bking-f .model-inner {
  display: block;
  padding-top: calc((656 / 503) * 100%);
  position: relative;
  overflow: hidden;
}
.popup-bking-f .model-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup-bking-f .tt {
  font-size: 12rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Sign Rathi", sans-serif;
  line-height: 1.4;
  padding-left: 0.3rem;
  margin-bottom: 3.2rem;
  transition: 0.8s;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .popup-bking-f .tt {
    font-size: 12rem;
  }
}
@media screen and (max-width: 820px) {
  .popup-bking-f .tt {
    font-size: 7rem;
  }
}
.popup-bking-f .box {
  background-color: #ffffff;
  padding: 3rem 2rem;
  border-radius: 1rem;
  position: relative;
  margin-top: -4rem;
}
.popup-bking-f .box .sub {
  color: #0C1226;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: auto;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1200px) {
  .popup-bking-f .box .sub {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .popup-bking-f .box .sub {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 820px) {
  .popup-bking-f .box .sub {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .popup-bking-f .box .sub br {
    display: none;
  }
}
.popup-bking-f .box .form-ip .text {
  color: #0C1226;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 400px) {
  .popup-bking-f .box .form-ip .text {
    font-size: 1.4rem;
  }
}
.popup-bking-f .box .form-ip .text::before {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 800px) {
  .popup-bking-f .box .form-ip textarea {
    min-height: unset;
  }
}
.popup-bking-f .box .form-ip input {
  color: #0C1226;
}
.popup-bking-f .box .btn, .popup-bking-f .box .btn-second, .popup-bking-f .box .btn-bd, .popup-bking-f .box .btn-pri {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .popup-bking-f {
    width: 100%;
  }
  .popup-bking-f .model {
    display: none;
  }
}
.popup-bking .bg {
  display: none;
}
.popup-warn {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.popup-warn .icon {
  width: 3rem;
}
.popup-warn .icon img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.popup-warn .text {
  color: red;
  font-weight: 600;
  text-align: center;
}
.popup-control {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.popup-control .btn, .popup-control .btn-second, .popup-control .btn-bd, .popup-control .btn-pri {
  width: calc(50% - 0.5rem);
  inset: unset;
}
@media screen and (max-width: 400px) {
  .popup-control .btn, .popup-control .btn-second, .popup-control .btn-bd, .popup-control .btn-pri {
    width: 100%;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-11-20 17:41:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid white;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: white;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes tabUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tabDown {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes tabRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes tabLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.custom-bounce {
  animation-delay: var(--delay) !important;
}
.custom-bounce.active {
  animation: bounce var(--duration) forwards;
  -webkit-animation: bounce var(--duration) forwards;
  -moz-animation: bounce var(--duration) forwards;
  -ms-animation: bounce var(--duration) forwards;
  -o-animation: bounce var(--duration) forwards;
}

.custom-bounceIn {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  animation-delay: var(--delay) !important;
}
.custom-bounceIn.active {
  animation: bounceIn var(--duration) forwards;
  -webkit-animation: bounceIn var(--duration) forwards;
  -moz-animation: bounceIn var(--duration) forwards;
  -ms-animation: bounceIn var(--duration) forwards;
  -o-animation: bounceIn var(--duration) forwards;
}

.custom-bounceInRight {
  -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
  transform: translate3d(3000px, 0, 0) scaleX(3);
  animation-delay: var(--delay) !important;
}
.custom-bounceInRight.active {
  animation: bounceInRight var(--duration) forwards;
  -webkit-animation: bounceInRight var(--duration) forwards;
  -moz-animation: bounceInRight var(--duration) forwards;
  -ms-animation: bounceInRight var(--duration) forwards;
  -o-animation: bounceInRight var(--duration) forwards;
}

.custom-bouncenInLeft {
  -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
  transform: translate3d(-3000px, 0, 0) scaleX(3);
  animation-delay: var(--delay) !important;
}
.custom-bouncenInLeft.active {
  animation: bounceInLeft var(--duration) forwards;
  -webkit-animation: bounceInLeft var(--duration) forwards;
  -moz-animation: bounceInLeft var(--duration) forwards;
  -ms-animation: bounceInLeft var(--duration) forwards;
  -o-animation: bounceInLeft var(--duration) forwards;
}

.custom-bounceInUp {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  animation-delay: var(--delay) !important;
}
.custom-bounceInUp.active {
  animation: bounceInUp var(--duration) forwards;
  -webkit-animation: bounceInUp var(--duration) forwards;
  -moz-animation: bounceInUp var(--duration) forwards;
  -ms-animation: bounceInUp var(--duration) forwards;
  -o-animation: bounceInUp var(--duration) forwards;
}

.custom-bounceInDown {
  -webkit-transform: translateY(-2000px);
  transform: translateY(-2000px);
  animation-delay: var(--delay) !important;
}
.custom-bounceInDown.active {
  animation: bounceInDown var(--duration) forwards;
  -webkit-animation: bounceInDown var(--duration) forwards;
  -moz-animation: bounceInDown var(--duration) forwards;
  -ms-animation: bounceInDown var(--duration) forwards;
  -o-animation: bounceInDown var(--duration) forwards;
}

.custom-bounceOut {
  animation-delay: var(--delay) !important;
}
.custom-bounceOut.active {
  animation: bounceOut var(--duration) forwards;
  -webkit-animation: bounceOut var(--duration) forwards;
  -moz-animation: bounceOut var(--duration) forwards;
  -ms-animation: bounceOut var(--duration) forwards;
  -o-animation: bounceOut var(--duration) forwards;
}

.custom-bounceOutDown {
  animation-delay: var(--delay) !important;
}
.custom-bounceOutDown.active {
  animation: bounceOutDown var(--duration) forwards;
  -webkit-animation: bounceOutDown var(--duration) forwards;
  -moz-animation: bounceOutDown var(--duration) forwards;
  -ms-animation: bounceOutDown var(--duration) forwards;
  -o-animation: bounceOutDown var(--duration) forwards;
}

.custom-bounceOutLeft {
  animation-delay: var(--delay) !important;
}
.custom-bounceOutLeft.active {
  animation: bounceOutLeft var(--duration) forwards;
  -webkit-animation: bounceOutLeft var(--duration) forwards;
  -moz-animation: bounceOutLeft var(--duration) forwards;
  -ms-animation: bounceOutLeft var(--duration) forwards;
  -o-animation: bounceOutLeft var(--duration) forwards;
}

.custom-bounceOutRight {
  animation-delay: var(--delay) !important;
}
.custom-bounceOutRight.active {
  animation: bounceOutRight var(--duration) forwards;
  -webkit-animation: bounceOutRight var(--duration) forwards;
  -moz-animation: bounceOutRight var(--duration) forwards;
  -ms-animation: bounceOutRight var(--duration) forwards;
  -o-animation: bounceOutRight var(--duration) forwards;
}

.custom-bounceOutUp {
  animation-delay: var(--delay) !important;
}
.custom-bounceOutUp.active {
  animation: bounceOutUp var(--duration) forwards;
  -webkit-animation: bounceOutUp var(--duration) forwards;
  -moz-animation: bounceOutUp var(--duration) forwards;
  -ms-animation: bounceOutUp var(--duration) forwards;
  -o-animation: bounceOutUp var(--duration) forwards;
}

.custom-fadeIn {
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-fadeIn.active {
  animation: fadeIn var(--duration) forwards;
  -webkit-animation: fadeIn var(--duration) forwards;
  -moz-animation: fadeIn var(--duration) forwards;
  -ms-animation: fadeIn var(--duration) forwards;
  -o-animation: fadeIn var(--duration) forwards;
}

.custom-fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  animation-delay: var(--delay) !important;
}
.custom-fadeInDown.active {
  animation: fadeInDown var(--duration) forwards;
  -webkit-animation: fadeInDown var(--duration) forwards;
  -moz-animation: fadeInDown var(--duration) forwards;
  -ms-animation: fadeInDown var(--duration) forwards;
  -o-animation: fadeInDown var(--duration) forwards;
}

.custom-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  animation-delay: var(--delay) !important;
}
.custom-fadeInLeft.active {
  animation: fadeInLeft var(--duration) forwards;
  -webkit-animation: fadeInLeft var(--duration) forwards;
  -moz-animation: fadeInLeft var(--duration) forwards;
  -ms-animation: fadeInLeft var(--duration) forwards;
  -o-animation: fadeInLeft var(--duration) forwards;
}

.custom-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  animation-delay: var(--delay) !important;
}
.custom-fadeInRight.active {
  animation: fadeInRight var(--duration) forwards;
  -webkit-animation: fadeInRight var(--duration) forwards;
  -moz-animation: fadeInRight var(--duration) forwards;
  -ms-animation: fadeInRight var(--duration) forwards;
  -o-animation: fadeInRight var(--duration) forwards;
}

.custom-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  animation-delay: var(--delay) !important;
}
.custom-fadeInUp.active {
  animation: fadeInUp var(--duration) forwards;
  -webkit-animation: fadeInUp var(--duration) forwards;
  -moz-animation: fadeInUp var(--duration) forwards;
  -ms-animation: fadeInUp var(--duration) forwards;
  -o-animation: fadeInUp var(--duration) forwards;
}

.custom-fadeInLeftBig {
  -webkit-transform: translate3d(-2000px, 0, 0);
  transform: translate3d(-2000px, 0, 0);
  animation-delay: var(--delay) !important;
  opacity: 0;
}
.custom-fadeInLeftBig.active {
  animation: fadeInLeftBig var(--duration) forwards;
  -webkit-animation: fadeInLeftBig var(--duration) forwards;
  -moz-animation: fadeInLeftBig var(--duration) forwards;
  -ms-animation: fadeInLeftBig var(--duration) forwards;
  -o-animation: fadeInLeftBig var(--duration) forwards;
}

.custom-fadeInRightBig {
  -webkit-transform: translate3d(2000px, 0, 0);
  transform: translate3d(2000px, 0, 0);
  animation-delay: var(--delay) !important;
  opacity: 0;
}
.custom-fadeInRightBig.active {
  animation: fadeInRightBig var(--duration) forwards;
}

.custom-fadeInUpBig {
  -webkit-transform: translateY(2000px);
  -ms-transform: translateY(2000px);
  transform: translateY(2000px);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-fadeInUpBig.active {
  animation: fadeInUpBig var(--duration) forwards;
  -webkit-animation: fadeInUpBig var(--duration) forwards;
  -moz-animation: fadeInUpBig var(--duration) forwards;
  -ms-animation: fadeInUpBig var(--duration) forwards;
  -o-animation: fadeInUpBig var(--duration) forwards;
}

.custom-fadeInDownBig {
  -webkit-transform: translateY(-2000px);
  -ms-transform: translateY(-2000px);
  transform: translateY(-2000px);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-fadeInDownBig.active {
  animation: fadeInDownBig var(--duration) forwards;
  -webkit-animation: fadeInDownBig var(--duration) forwards;
  -moz-animation: fadeInDownBig var(--duration) forwards;
  -ms-animation: fadeInDownBig var(--duration) forwards;
  -o-animation: fadeInDownBig var(--duration) forwards;
}

.custom-fadeInTopLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
  animation-delay: var(--delay) !important;
}
.custom-fadeInTopLeft.active {
  animation: fadeInTopLeft var(--duration) forwards;
  -webkit-animation: fadeInTopLeft var(--duration) forwards;
  -moz-animation: fadeInTopLeft var(--duration) forwards;
  -ms-animation: fadeInTopLeft var(--duration) forwards;
  -o-animation: fadeInTopLeft var(--duration) forwards;
}

.custom-fadeInTopRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0);
  animation-delay: var(--delay) !important;
}
.custom-fadeInTopRight.active {
  animation: fadeInTopRight var(--duration) forwards;
  -webkit-animation: fadeInTopRight var(--duration) forwards;
  -moz-animation: fadeInTopRight var(--duration) forwards;
  -ms-animation: fadeInTopRight var(--duration) forwards;
  -o-animation: fadeInTopRight var(--duration) forwards;
}

.custom-fadeInBottomLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 100%, 0);
  transform: translate3d(-100%, 100%, 0);
  animation-delay: var(--delay) !important;
}
.custom-fadeInBottomLeft.active {
  animation: fadeInBottomLeft var(--duration) forwards;
  -webkit-animation: fadeInBottomLeft var(--duration) forwards;
  -moz-animation: fadeInBottomLeft var(--duration) forwards;
  -ms-animation: fadeInBottomLeft var(--duration) forwards;
  -o-animation: fadeInBottomLeft var(--duration) forwards;
}

.custom-fadeInBottomRight {
  opacity: 0;
  -webkit-transform: translate3d(100%, 100%, 0);
  transform: translate3d(100%, 100%, 0);
  animation-delay: var(--delay) !important;
}
.custom-fadeInBottomRight.active {
  animation: fadeInBottomRight var(--duration) forwards;
  -webkit-animation: fadeInBottomRight var(--duration) forwards;
  -moz-animation: fadeInBottomRight var(--duration) forwards;
  -ms-animation: fadeInBottomRight var(--duration) forwards;
  -o-animation: fadeInBottomRight var(--duration) forwards;
}

.custom-fadeOut {
  animation-delay: var(--delay) !important;
}
.custom-fadeOut.active {
  animation: fadeOut var(--duration) forwards;
  -webkit-animation: fadeOut var(--duration) forwards;
  -moz-animation: fadeOut var(--duration) forwards;
  -ms-animation: fadeOut var(--duration) forwards;
  -o-animation: fadeOut var(--duration) forwards;
}

.custom-fadeOutDown {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutDown.active {
  animation: fadeOutDown var(--duration) forwards;
  -webkit-animation: fadeOutDown var(--duration) forwards;
  -moz-animation: fadeOutDown var(--duration) forwards;
  -ms-animation: fadeOutDown var(--duration) forwards;
  -o-animation: fadeOutDown var(--duration) forwards;
}

.custom-fadeOutDownBig {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutDownBig.active {
  animation: fadeOutDownBig var(--duration) forwards;
  -webkit-animation: fadeOutDownBig var(--duration) forwards;
  -moz-animation: fadeOutDownBig var(--duration) forwards;
  -ms-animation: fadeOutDownBig var(--duration) forwards;
  -o-animation: fadeOutDownBig var(--duration) forwards;
}

.custom-fadeOutLeft {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutLeft.active {
  animation: fadeOutLeft var(--duration) forwards;
  -webkit-animation: fadeOutLeft var(--duration) forwards;
  -moz-animation: fadeOutLeft var(--duration) forwards;
  -ms-animation: fadeOutLeft var(--duration) forwards;
  -o-animation: fadeOutLeft var(--duration) forwards;
}

.custom-fadeOutLeftBig {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutLeftBig.active {
  animation: fadeOutLeftBig var(--duration) forwards;
  -webkit-animation: fadeOutLeftBig var(--duration) forwards;
  -moz-animation: fadeOutLeftBig var(--duration) forwards;
  -ms-animation: fadeOutLeftBig var(--duration) forwards;
  -o-animation: fadeOutLeftBig var(--duration) forwards;
}

.custom-fadeOutRight {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutRight.active {
  animation: fadeOutRight var(--duration) forwards;
  -webkit-animation: fadeOutRight var(--duration) forwards;
  -moz-animation: fadeOutRight var(--duration) forwards;
  -ms-animation: fadeOutRight var(--duration) forwards;
  -o-animation: fadeOutRight var(--duration) forwards;
}

.custom-fadeOutRightBig {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutRightBig.active {
  animation: fadeOutRightBig var(--duration) forwards;
  -webkit-animation: fadeOutRightBig var(--duration) forwards;
  -moz-animation: fadeOutRightBig var(--duration) forwards;
  -ms-animation: fadeOutRightBig var(--duration) forwards;
  -o-animation: fadeOutRightBig var(--duration) forwards;
}

.custom-fadeOutUp {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutUp.active {
  animation: fadeOutUp var(--duration) forwards;
  -webkit-animation: fadeOutUp var(--duration) forwards;
  -moz-animation: fadeOutUp var(--duration) forwards;
  -ms-animation: fadeOutUp var(--duration) forwards;
  -o-animation: fadeOutUp var(--duration) forwards;
}

.custom-fadeOutUpBig {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutUpBig.active {
  animation: fadeOutUpBig var(--duration) forwards;
  -webkit-animation: fadeOutUpBig var(--duration) forwards;
  -moz-animation: fadeOutUpBig var(--duration) forwards;
  -ms-animation: fadeOutUpBig var(--duration) forwards;
  -o-animation: fadeOutUpBig var(--duration) forwards;
}

.custom-fadeOutTopLeft {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutTopLeft.active {
  animation: fadeOutTopLeft var(--duration) forwards;
  -webkit-animation: fadeOutTopLeft var(--duration) forwards;
  -moz-animation: fadeOutTopLeft var(--duration) forwards;
  -ms-animation: fadeOutTopLeft var(--duration) forwards;
  -o-animation: fadeOutTopLeft var(--duration) forwards;
}

.custom-fadeOutTopRight {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutTopRight.active {
  animation: fadeOutTopRight var(--duration) forwards;
  -webkit-animation: fadeOutTopRight var(--duration) forwards;
  -moz-animation: fadeOutTopRight var(--duration) forwards;
  -ms-animation: fadeOutTopRight var(--duration) forwards;
  -o-animation: fadeOutTopRight var(--duration) forwards;
}

.custom-fadeOutBottomRight {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutBottomRight.active {
  animation: fadeOutBottomRight var(--duration) forwards;
  -webkit-animation: fadeOutBottomRight var(--duration) forwards;
  -moz-animation: fadeOutBottomRight var(--duration) forwards;
  -ms-animation: fadeOutBottomRight var(--duration) forwards;
  -o-animation: fadeOutBottomRight var(--duration) forwards;
}

.custom-fadeOutBottomLeft {
  animation-delay: var(--delay) !important;
}
.custom-fadeOutBottomLeft.active {
  animation: fadeOutBottomLeft var(--duration) forwards;
  -webkit-animation: fadeOutBottomLeft var(--duration) forwards;
  -moz-animation: fadeOutBottomLeft var(--duration) forwards;
  -ms-animation: fadeOutBottomLeft var(--duration) forwards;
  -o-animation: fadeOutBottomLeft var(--duration) forwards;
}

.custom-zoomIn {
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  animation-delay: var(--delay) !important;
}
.custom-zoomIn.active {
  animation: zoomIn var(--duration) forwards;
  -webkit-animation: zoomIn var(--duration) forwards;
  -moz-animation: zoomIn var(--duration) forwards;
  -ms-animation: zoomIn var(--duration) forwards;
  -o-animation: zoomIn var(--duration) forwards;
}

.custom-zoomInDown {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-delay: var(--delay) !important;
}
.custom-zoomInDown.active {
  animation: zoomInDown var(--duration) forwards;
  -webkit-animation: zoomInDown var(--duration) forwards;
  -moz-animation: zoomInDown var(--duration) forwards;
  -ms-animation: zoomInDown var(--duration) forwards;
  -o-animation: zoomInDown var(--duration) forwards;
}

.custom-zoomInLeft {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-delay: var(--delay) !important;
}
.custom-zoomInLeft.active {
  animation: zoomInLeft var(--duration) forwards;
  -webkit-animation: zoomInLeft var(--duration) forwards;
  -moz-animation: zoomInLeft var(--duration) forwards;
  -ms-animation: zoomInLeft var(--duration) forwards;
  -o-animation: zoomInLeft var(--duration) forwards;
}

.custom-zoomInRight {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-delay: var(--delay) !important;
}
.custom-zoomInRight.active {
  animation: zoomInRight var(--duration) forwards;
  -webkit-animation: zoomInRight var(--duration) forwards;
  -moz-animation: zoomInRight var(--duration) forwards;
  -ms-animation: zoomInRight var(--duration) forwards;
  -o-animation: zoomInRight var(--duration) forwards;
}

.custom-zoomInUp {
  opacity: 0;
  -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-delay: var(--delay) !important;
}
.custom-zoomInUp.active {
  animation: zoomInUp var(--duration) forwards;
  -webkit-animation: zoomInUp var(--duration) forwards;
  -moz-animation: zoomInUp var(--duration) forwards;
  -ms-animation: zoomInUp var(--duration) forwards;
  -o-animation: zoomInUp var(--duration) forwards;
}

.custom-zoomOut {
  animation-delay: var(--delay) !important;
}
.custom-zoomOut.active {
  animation: zoomOut var(--duration) forwards;
  -webkit-animation: zoomOut var(--duration) forwards;
  -moz-animation: zoomOut var(--duration) forwards;
  -ms-animation: zoomOut var(--duration) forwards;
  -o-animation: zoomOut var(--duration) forwards;
}

.custom-zoomOutDown {
  animation-delay: var(--delay) !important;
}
.custom-zoomOutDown.active {
  animation: zoomOutDown var(--duration) forwards;
  -webkit-animation: zoomOutDown var(--duration) forwards;
  -moz-animation: zoomOutDown var(--duration) forwards;
  -ms-animation: zoomOutDown var(--duration) forwards;
  -o-animation: zoomOutDown var(--duration) forwards;
}

.custom-zoomOutLeft {
  animation-delay: var(--delay) !important;
}
.custom-zoomOutLeft.active {
  animation: zoomOutLeft var(--duration) forwards;
  -webkit-animation: zoomOutLeft var(--duration) forwards;
  -moz-animation: zoomOutLeft var(--duration) forwards;
  -ms-animation: zoomOutLeft var(--duration) forwards;
  -o-animation: zoomOutLeft var(--duration) forwards;
}

.custom-zoomOutRight {
  animation-delay: var(--delay) !important;
}
.custom-zoomOutRight.active {
  animation: zoomOutRight var(--duration) forwards;
  -webkit-animation: zoomOutRight var(--duration) forwards;
  -moz-animation: zoomOutRight var(--duration) forwards;
  -ms-animation: zoomOutRight var(--duration) forwards;
  -o-animation: zoomOutRight var(--duration) forwards;
}

.custom-zoomOutUp {
  animation-delay: var(--delay) !important;
}
.custom-zoomOutUp.active {
  animation: zoomOutUp var(--duration) forwards;
  -webkit-animation: zoomOutUp var(--duration) forwards;
  -moz-animation: zoomOutUp var(--duration) forwards;
  -ms-animation: zoomOutUp var(--duration) forwards;
  -o-animation: zoomOutUp var(--duration) forwards;
}

.custom-slideInDown {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: visible;
  animation-delay: var(--delay) !important;
}
.custom-slideInDown.active {
  animation: slideInDown var(--duration) forwards;
  -webkit-animation: slideInDown var(--duration) forwards;
  -moz-animation: slideInDown var(--duration) forwards;
  -ms-animation: slideInDown var(--duration) forwards;
  -o-animation: slideInDown var(--duration) forwards;
}

.custom-slideInLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: visible;
  animation-delay: var(--delay) !important;
}
.custom-slideInLeft.active {
  animation: slideInLeft var(--duration) forwards;
  -webkit-animation: slideInLeft var(--duration) forwards;
  -moz-animation: slideInLeft var(--duration) forwards;
  -ms-animation: slideInLeft var(--duration) forwards;
  -o-animation: slideInLeft var(--duration) forwards;
}

.custom-slideInRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: visible;
  animation-delay: var(--delay) !important;
}
.custom-slideInRight.active {
  animation: slideInRight var(--duration) forwards;
  -webkit-animation: slideInRight var(--duration) forwards;
  -moz-animation: slideInRight var(--duration) forwards;
  -ms-animation: slideInRight var(--duration) forwards;
  -o-animation: slideInRight var(--duration) forwards;
}

.custom-slideInUp {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: visible;
  animation-delay: var(--delay) !important;
}
.custom-slideInUp.active {
  animation: slideInUp var(--duration) forwards;
  -webkit-animation: slideInUp var(--duration) forwards;
  -moz-animation: slideInUp var(--duration) forwards;
  -ms-animation: slideInUp var(--duration) forwards;
  -o-animation: slideInUp var(--duration) forwards;
}

.custom-slideOutDown {
  animation-delay: var(--delay) !important;
}
.custom-slideOutDown.active {
  animation: slideOutDown var(--duration) forwards;
  -webkit-animation: slideOutDown var(--duration) forwards;
  -moz-animation: slideOutDown var(--duration) forwards;
  -ms-animation: slideOutDown var(--duration) forwards;
  -o-animation: slideOutDown var(--duration) forwards;
}

.custom-slideOutLeft {
  animation-delay: var(--delay) !important;
}
.custom-slideOutLeft.active {
  animation: slideOutLeft var(--duration) forwards;
  -webkit-animation: slideOutLeft var(--duration) forwards;
  -moz-animation: slideOutLeft var(--duration) forwards;
  -ms-animation: slideOutLeft var(--duration) forwards;
  -o-animation: slideOutLeft var(--duration) forwards;
}

.custom-slideOutRight {
  animation-delay: var(--delay) !important;
}
.custom-slideOutRight.active {
  animation: slideOutRight var(--duration) forwards;
  -webkit-animation: slideOutRight var(--duration) forwards;
  -moz-animation: slideOutRight var(--duration) forwards;
  -ms-animation: slideOutRight var(--duration) forwards;
  -o-animation: slideOutRight var(--duration) forwards;
}

.custom-slideOutUp {
  animation-delay: var(--delay) !important;
}
.custom-slideOutUp.active {
  animation: slideOutUp var(--duration) forwards;
  -webkit-animation: slideOutUp var(--duration) forwards;
  -moz-animation: slideOutUp var(--duration) forwards;
  -ms-animation: slideOutUp var(--duration) forwards;
  -o-animation: slideOutUp var(--duration) forwards;
}

.custom-hinge {
  animation-delay: var(--delay) !important;
}
.custom-hinge.active {
  animation: hinge var(--duration) forwards;
  -webkit-animation: hinge var(--duration) forwards;
  -moz-animation: hinge var(--duration) forwards;
  -ms-animation: hinge var(--duration) forwards;
  -o-animation: hinge var(--duration) forwards;
}

.custom-jackInTheBox {
  opacity: 0;
  -webkit-transform: scale(0.1) rotate(30deg);
  transform: scale(0.1) rotate(30deg);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-delay: var(--delay) !important;
}
.custom-jackInTheBox.active {
  animation: jackInTheBox var(--duration) forwards;
  -webkit-animation: jackInTheBox var(--duration) forwards;
  -moz-animation: jackInTheBox var(--duration) forwards;
  -ms-animation: jackInTheBox var(--duration) forwards;
  -o-animation: jackInTheBox var(--duration) forwards;
}

.custom-rollIn {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  animation-delay: var(--delay) !important;
}
.custom-rollIn.active {
  animation: rollIn var(--duration) forwards;
  -webkit-animation: rollIn var(--duration) forwards;
  -moz-animation: rollIn var(--duration) forwards;
  -ms-animation: rollIn var(--duration) forwards;
  -o-animation: rollIn var(--duration) forwards;
}

.custom-rollOut {
  animation-delay: var(--delay) !important;
}
.custom-rollOut.active {
  animation: rollOut var(--duration) forwards;
  -webkit-animation: rollOut var(--duration) forwards;
  -moz-animation: rollOut var(--duration) forwards;
  -ms-animation: rollOut var(--duration) forwards;
  -o-animation: rollOut var(--duration) forwards;
}

.custom-lightSpeedInRight {
  -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  transform: translate3d(100%, 0, 0) skewX(-30deg);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-lightSpeedInRight.active {
  animation: lightSpeedInRight var(--duration) forwards;
  -webkit-animation: lightSpeedInRight var(--duration) forwards;
  -moz-animation: lightSpeedInRight var(--duration) forwards;
  -ms-animation: lightSpeedInRight var(--duration) forwards;
  -o-animation: lightSpeedInRight var(--duration) forwards;
}

.custom-lightSpeedInLeft {
  -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
  transform: translate3d(-100%, 0, 0) skewX(30deg);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-lightSpeedInLeft.active {
  animation: lightSpeedInLeft var(--duration) forwards;
  -webkit-animation: lightSpeedInLeft var(--duration) forwards;
  -moz-animation: lightSpeedInLeft var(--duration) forwards;
  -ms-animation: lightSpeedInLeft var(--duration) forwards;
  -o-animation: lightSpeedInLeft var(--duration) forwards;
}

.custom-lightSpeedOutRight {
  animation-delay: var(--delay) !important;
}
.custom-lightSpeedOutRight.active {
  animation: lightSpeedOutRight var(--duration) forwards;
  -webkit-animation: lightSpeedOutRight var(--duration) forwards;
  -moz-animation: lightSpeedOutRight var(--duration) forwards;
  -ms-animation: lightSpeedOutRight var(--duration) forwards;
  -o-animation: lightSpeedOutRight var(--duration) forwards;
}

.custom-lightSpeedOutLeft {
  animation-delay: var(--delay) !important;
}
.custom-lightSpeedOutLeft.active {
  animation: lightSpeedOutLeft var(--duration) forwards;
  -webkit-animation: lightSpeedOutLeft var(--duration) forwards;
  -moz-animation: lightSpeedOutLeft var(--duration) forwards;
  -ms-animation: lightSpeedOutLeft var(--duration) forwards;
  -o-animation: lightSpeedOutLeft var(--duration) forwards;
}

.custom-rotateIn {
  -webkit-transform: rotate3d(0, 0, 1, -200deg);
  transform: rotate3d(0, 0, 1, -200deg);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-rotateIn.active {
  animation: rotateIn var(--duration) forwards;
  -webkit-animation: rotateIn var(--duration) forwards;
  -moz-animation: rotateIn var(--duration) forwards;
  -ms-animation: rotateIn var(--duration) forwards;
  -o-animation: rotateIn var(--duration) forwards;
}

.custom-rotateInDownLeft {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-rotateInDownLeft.active {
  animation: rotateInDownLeft var(--duration) forwards;
  -webkit-animation: rotateInDownLeft var(--duration) forwards;
  -moz-animation: rotateInDownLeft var(--duration) forwards;
  -ms-animation: rotateInDownLeft var(--duration) forwards;
  -o-animation: rotateInDownLeft var(--duration) forwards;
}

.custom-rotateInDownRight {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-rotateInDownRight.active {
  animation: rotateInDownRight var(--duration) forwards;
  -webkit-animation: rotateInDownRight var(--duration) forwards;
  -moz-animation: rotateInDownRight var(--duration) forwards;
  -ms-animation: rotateInDownRight var(--duration) forwards;
  -o-animation: rotateInDownRight var(--duration) forwards;
}

.custom-rotateInUpLeft {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-rotateInUpLeft.active {
  animation: rotateInUpLeft var(--duration) forwards;
  -webkit-animation: rotateInUpLeft var(--duration) forwards;
  -moz-animation: rotateInUpLeft var(--duration) forwards;
  -ms-animation: rotateInUpLeft var(--duration) forwards;
  -o-animation: rotateInUpLeft var(--duration) forwards;
}

.custom-rotateInUpRight {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-rotateInUpRight.active {
  animation: rotateInUpRight var(--duration) forwards;
  -webkit-animation: rotateInUpRight var(--duration) forwards;
  -moz-animation: rotateInUpRight var(--duration) forwards;
  -ms-animation: rotateInUpRight var(--duration) forwards;
  -o-animation: rotateInUpRight var(--duration) forwards;
}

.custom-rotateOut {
  animation-delay: var(--delay) !important;
}
.custom-rotateOut.active {
  animation: rotateOut var(--duration) forwards;
  -webkit-animation: rotateOut var(--duration) forwards;
  -moz-animation: rotateOut var(--duration) forwards;
  -ms-animation: rotateOut var(--duration) forwards;
  -o-animation: rotateOut var(--duration) forwards;
}

.custom-rotateOutDownLeft {
  animation-delay: var(--delay) !important;
}
.custom-rotateOutDownLeft.active {
  animation: rotateOutDownLeft var(--duration) forwards;
  -webkit-animation: rotateOutDownLeft var(--duration) forwards;
  -moz-animation: rotateOutDownLeft var(--duration) forwards;
  -ms-animation: rotateOutDownLeft var(--duration) forwards;
  -o-animation: rotateOutDownLeft var(--duration) forwards;
}

.custom-rotateOutDownRight {
  animation-delay: var(--delay) !important;
}
.custom-rotateOutDownRight.active {
  animation: rotateOutDownRight var(--duration) forwards;
  -webkit-animation: rotateOutDownRight var(--duration) forwards;
  -moz-animation: rotateOutDownRight var(--duration) forwards;
  -ms-animation: rotateOutDownRight var(--duration) forwards;
  -o-animation: rotateOutDownRight var(--duration) forwards;
}

.custom-rotateOutUpLeft {
  animation-delay: var(--delay) !important;
}
.custom-rotateOutUpLeft.active {
  animation: rotateOutUpLeft var(--duration) forwards;
  -webkit-animation: rotateOutUpLeft var(--duration) forwards;
  -moz-animation: rotateOutUpLeft var(--duration) forwards;
  -ms-animation: rotateOutUpLeft var(--duration) forwards;
  -o-animation: rotateOutUpLeft var(--duration) forwards;
}

.custom-rotateOutUpRight {
  animation-delay: var(--delay) !important;
}
.custom-rotateOutUpRight.active {
  animation: rotateOutUpRight var(--duration) forwards;
  -webkit-animation: rotateOutUpRight var(--duration) forwards;
  -moz-animation: rotateOutUpRight var(--duration) forwards;
  -ms-animation: rotateOutUpRight var(--duration) forwards;
  -o-animation: rotateOutUpRight var(--duration) forwards;
}

.custom-flip {
  animation-delay: var(--delay) !important;
}
.custom-flip.active {
  animation: flip var(--duration) forwards;
  -webkit-animation: flip var(--duration) forwards;
  -moz-animation: flip var(--duration) forwards;
  -ms-animation: flip var(--duration) forwards;
  -o-animation: flip var(--duration) forwards;
}

.custom-flipInX {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-flipInX.active {
  animation: flipInX var(--duration) forwards;
  -webkit-animation: flipInX var(--duration) forwards;
  -moz-animation: flipInX var(--duration) forwards;
  -ms-animation: flipInX var(--duration) forwards;
  -o-animation: flipInX var(--duration) forwards;
}

.custom-flipInY {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
  animation-delay: var(--delay) !important;
}
.custom-flipInY.active {
  animation: flipInY var(--duration) forwards;
  -webkit-animation: flipInY var(--duration) forwards;
  -moz-animation: flipInY var(--duration) forwards;
  -ms-animation: flipInY var(--duration) forwards;
  -o-animation: flipInY var(--duration) forwards;
}

.custom-flipOutX {
  animation-delay: var(--delay) !important;
}
.custom-flipOutX.active {
  animation: flipOutX var(--duration) forwards;
  -webkit-animation: flipOutX var(--duration) forwards;
  -moz-animation: flipOutX var(--duration) forwards;
  -ms-animation: flipOutX var(--duration) forwards;
  -o-animation: flipOutX var(--duration) forwards;
}

.custom-flipOutY {
  animation-delay: var(--delay) !important;
}
.custom-flipOutY.active {
  animation: flipOutY var(--duration) forwards;
  -webkit-animation: flipOutY var(--duration) forwards;
  -moz-animation: flipOutY var(--duration) forwards;
  -ms-animation: flipOutY var(--duration) forwards;
  -o-animation: flipOutY var(--duration) forwards;
}

.custom-flash {
  animation-delay: var(--delay) !important;
}
.custom-flash.active {
  animation: flash var(--duration) forwards;
  -webkit-animation: flash var(--duration) forwards;
  -moz-animation: flash var(--duration) forwards;
  -ms-animation: flash var(--duration) forwards;
  -o-animation: flash var(--duration) forwards;
}

.custom-pulse {
  animation-delay: var(--delay) !important;
}
.custom-pulse.active {
  animation: pulse var(--duration) forwards;
  -webkit-animation: pulse var(--duration) forwards;
  -moz-animation: pulse var(--duration) forwards;
  -ms-animation: pulse var(--duration) forwards;
  -o-animation: pulse var(--duration) forwards;
}

.custom-rubberBand {
  animation-delay: var(--delay) !important;
}
.custom-rubberBand.active {
  animation: rubberBand var(--duration) forwards;
  -webkit-animation: rubberBand var(--duration) forwards;
  -moz-animation: rubberBand var(--duration) forwards;
  -ms-animation: rubberBand var(--duration) forwards;
  -o-animation: rubberBand var(--duration) forwards;
}

.custom-shakeX {
  animation-delay: var(--delay) !important;
}
.custom-shakeX.active {
  animation: shakeX var(--duration) forwards;
  -webkit-animation: shakeX var(--duration) forwards;
  -moz-animation: shakeX var(--duration) forwards;
  -ms-animation: shakeX var(--duration) forwards;
  -o-animation: shakeX var(--duration) forwards;
}

.custom-shakeX {
  animation-delay: var(--delay) !important;
}
.custom-shakeX.active {
  animation: shakeX var(--duration) forwards;
  -webkit-animation: shakeX var(--duration) forwards;
  -moz-animation: shakeX var(--duration) forwards;
  -ms-animation: shakeX var(--duration) forwards;
  -o-animation: shakeX var(--duration) forwards;
}

.custom-headShake {
  animation-delay: var(--delay) !important;
}
.custom-headShake.active {
  animation: headShake var(--duration) forwards;
  -webkit-animation: headShake var(--duration) forwards;
  -moz-animation: headShake var(--duration) forwards;
  -ms-animation: headShake var(--duration) forwards;
  -o-animation: headShake var(--duration) forwards;
}

.custom-swing {
  animation-delay: var(--delay) !important;
}
.custom-swing.active {
  animation: swing var(--duration) forwards;
  -webkit-animation: swing var(--duration) forwards;
  -moz-animation: swing var(--duration) forwards;
  -ms-animation: swing var(--duration) forwards;
  -o-animation: swing var(--duration) forwards;
}

.custom-tada {
  animation-delay: var(--delay) !important;
}
.custom-tada.active {
  animation: tada var(--duration) forwards;
  -webkit-animation: tada var(--duration) forwards;
  -moz-animation: tada var(--duration) forwards;
  -ms-animation: tada var(--duration) forwards;
  -o-animation: tada var(--duration) forwards;
}

.custom-wobble {
  animation-delay: var(--delay) !important;
}
.custom-wobble.active {
  animation: wobble var(--duration) forwards;
  -webkit-animation: wobble var(--duration) forwards;
  -moz-animation: wobble var(--duration) forwards;
  -ms-animation: wobble var(--duration) forwards;
  -o-animation: wobble var(--duration) forwards;
}

.custom-jello {
  animation-delay: var(--delay) !important;
}
.custom-jello.active {
  animation: jello var(--duration) forwards;
  -webkit-animation: jello var(--duration) forwards;
  -moz-animation: jello var(--duration) forwards;
  -ms-animation: jello var(--duration) forwards;
  -o-animation: jello var(--duration) forwards;
}

.custom-heartBeat {
  animation-delay: var(--delay) !important;
}
.custom-heartBeat.active {
  animation: heartBeat var(--duration) forwards;
  -webkit-animation: heartBeat var(--duration) forwards;
  -moz-animation: heartBeat var(--duration) forwards;
  -ms-animation: heartBeat var(--duration) forwards;
  -o-animation: heartBeat var(--duration) forwards;
}

.custom-backInDown {
  -webkit-transform: translateY(-1200px) scale(0.7);
  transform: translateY(-1200px) scale(0.7);
  opacity: 0.7;
  animation-delay: var(--delay) !important;
}
.custom-backInDown.active {
  animation: backInDown var(--duration) forwards;
  -webkit-animation: backInDown var(--duration) forwards;
  -moz-animation: backInDown var(--duration) forwards;
  -ms-animation: backInDown var(--duration) forwards;
  -o-animation: backInDown var(--duration) forwards;
}

.custom-backInLeft {
  -webkit-transform: translateX(-2000px) scale(0.7);
  transform: translateX(-2000px) scale(0.7);
  opacity: 0.7;
  animation-delay: var(--delay) !important;
}
.custom-backInLeft.active {
  animation: backInLeft var(--duration) forwards;
  -webkit-animation: backInLeft var(--duration) forwards;
  -moz-animation: backInLeft var(--duration) forwards;
  -ms-animation: backInLeft var(--duration) forwards;
  -o-animation: backInLeft var(--duration) forwards;
}

.custom-backInRight {
  -webkit-transform: translateX(2000px) scale(0.7);
  transform: translateX(2000px) scale(0.7);
  opacity: 0.7;
  animation-delay: var(--delay) !important;
}
.custom-backInRight.active {
  animation: backInRight var(--duration) forwards;
  -webkit-animation: backInRight var(--duration) forwards;
  -moz-animation: backInRight var(--duration) forwards;
  -ms-animation: backInRight var(--duration) forwards;
  -o-animation: backInRight var(--duration) forwards;
}

.custom-backInUp {
  -webkit-transform: translateY(1200px) scale(0.7);
  transform: translateY(1200px) scale(0.7);
  opacity: 0.7;
  animation-delay: var(--delay) !important;
}
.custom-backInUp.active {
  animation: backInUp var(--duration) forwards;
  -webkit-animation: backInUp var(--duration) forwards;
  -moz-animation: backInUp var(--duration) forwards;
  -ms-animation: backInUp var(--duration) forwards;
  -o-animation: backInUp var(--duration) forwards;
}

.custom-backOutDown {
  animation-delay: var(--delay) !important;
}
.custom-backOutDown.active {
  animation: backOutDown var(--duration) forwards;
  -webkit-animation: backOutDown var(--duration) forwards;
  -moz-animation: backOutDown var(--duration) forwards;
  -ms-animation: backOutDown var(--duration) forwards;
  -o-animation: backOutDown var(--duration) forwards;
}

.custom-backOutLeft {
  animation-delay: var(--delay) !important;
}
.custom-backOutLeft.active {
  animation: backOutLeft var(--duration) forwards;
  -webkit-animation: backOutLeft var(--duration) forwards;
  -moz-animation: backOutLeft var(--duration) forwards;
  -ms-animation: backOutLeft var(--duration) forwards;
  -o-animation: backOutLeft var(--duration) forwards;
}

.custom-backOutRight {
  animation-delay: var(--delay) !important;
}
.custom-backOutRight.active {
  animation: backOutRight var(--duration) forwards;
  -webkit-animation: backOutRight var(--duration) forwards;
  -moz-animation: backOutRight var(--duration) forwards;
  -ms-animation: backOutRight var(--duration) forwards;
  -o-animation: backOutRight var(--duration) forwards;
}

.custom-backOutUp {
  animation-delay: var(--delay) !important;
}
.custom-backOutUp.active {
  animation: backOutUp var(--duration) forwards;
  -webkit-animation: backOutUp var(--duration) forwards;
  -moz-animation: backOutUp var(--duration) forwards;
  -ms-animation: backOutUp var(--duration) forwards;
  -o-animation: backOutUp var(--duration) forwards;
}

.quantity {
  display: flex;
  gap: 2.4rem;
  flex-direction: column;
}
.quantity .count {
  display: flex;
  width: max-content;
  gap: 1.5rem;
  border: none;
  align-items: center;
  border: 0.1rem solid #F3F3F3;
}
@media screen and (max-width: 1024px) {
  .quantity .count {
    gap: 1rem;
  }
}
@media screen and (max-width: 550px) {
  .quantity .count {
    gap: 0.5rem;
  }
  .quantity .count-number {
    font-size: 1.4rem;
  }
}
.quantity .count-number {
  color: #000;
  line-height: 1;
}
.quantity .count-btn {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #F3F3F3;
}
.quantity .count-btn .icon {
  transition: 0.3s ease-in-out;
  color: #000;
}
.quantity .count-btn .icon:hover {
  color: #0C1226;
}

.bn {
  width: calc(100% - 2.4rem);
  margin: auto;
  overflow: hidden;
  position: relative;
  border-radius: 5rem;
}
@media screen and (max-width: 800px) {
  .bn {
    border-radius: 2rem;
  }
}
.bn .breadcrumb {
  padding: 0;
}
.bn .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bn .bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) -33.15%, rgba(0, 0, 0, 0) 42.8%);
}
@media screen and (max-width: 1200px) {
  .bn .bg::after {
    background: rgba(0, 0, 0, 0.2);
  }
}
.bn .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bn-content {
  padding: 5.2rem 0;
  min-height: 29.7619047619vw;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

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

.swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}
.swiper-pagination-bullet {
  --circle: -1rem;
  background-color: #293D55;
  opacity: 0.5;
  position: relative;
  margin: 0 calc(-1 * var(--circle)) !important;
  width: 4rem;
  height: 0.4rem;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  opacity: 1;
}
.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-control {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  --size: 4rem;
}
@media screen and (max-width: 1250px) {
  .swiper-control {
    --size: 2.5rem;
  }
}
.swiper-control .swiper-next img {
  transform: translateX(-0.1rem);
}
.swiper-control-btn {
  width: var(--size);
  height: var(--size);
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: 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;
  font-size: 1.6rem;
  border: 0.1rem solid #ffffff;
}
.swiper-control-btn img {
  filter: brightness(0) invert(1);
}
.swiper-control-btn::after {
  width: 100%;
}
.swiper-control-btn > * {
  position: relative;
  z-index: 2;
}
.swiper-control-btn.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.2);
  cursor: default;
  box-shadow: none;
  opacity: 0.5;
}
.swiper-control-btn.swiper-button-disabled img {
  filter: none;
}
.swiper-control-btn.swiper-button-disabled::after {
  width: 0;
}
.swiper-control-btn.swiper-button-disabled i {
  color: #ffffff;
}
.swiper-control-btn i {
  color: #ffffff;
}
@media (hover: hover) {
  .swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white;
  }
  .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
  }
  .swiper-control-btn:hover:not(.swiper-button-disabled) i {
    color: #ffffff;
  }
}
.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% + 4rem);
}
.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 4rem);
}
.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: 1350px) {
  .swiper-control.posi.mobile-midle-plus .swiper-prev {
    left: 1rem;
    right: unset;
  }
  .swiper-control.posi.mobile-midle-plus .swiper-next {
    right: 1rem;
    left: unset;
  }
}
.swiper-control.posi.verti .swiper-prev {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.swiper-control.posi.verti .swiper-next {
  left: 50%;
  transform: translate(-50%, 50%);
  top: unset;
  bottom: 0;
}
.swiper-control .line {
  width: 0.1rem;
  height: 2.4rem;
  background-color: #0C1226;
}

.swiper-pagination-progressbar {
  background: #E9E9E9;
  height: 0.1rem !important;
}

.swiper-pagination-progressbar-fill {
  background-color: #B1151B !important;
  opacity: 0.5;
}

.rows {
  --col-gap: 2.4rem;
  --row-gap: 2.4rem;
  margin: 0 calc(var(--col-gap) / 2 * -1);
}
@media screen and (max-width: 1200px) {
  .rows {
    --col-gap: 1.5rem;
  }
}

.cols {
  padding: 0 calc(var(--col-gap) / 2);
}

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

.swiper-container {
  overflow: hidden;
}

.txt-animated.ani-opa .char {
  opacity: 0;
  transition: 0.6s ease;
  transition-delay: calc(var(--delay) * var(--char-index));
}
.txt-animated.ani-opa.is-inview .char {
  opacity: 1;
}
.txt-animated.ani-up .word {
  overflow: hidden;
}
.txt-animated.ani-up .char {
  opacity: 0;
  transition: 0.6s ease;
  transition-delay: calc(var(--delay) * var(--char-index));
  transform: translateY(100%);
}
.txt-animated.ani-up.is-inview .char {
  opacity: 1;
  transform: translateY(0);
}

.load-img {
  position: relative;
  overflow: hidden;
}
.load-img::before, .load-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.load-img img,
.load-img form {
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition-delay: 0.4s;
}
.load-img:before {
  background-color: #0C1226;
}
.load-img:after {
  background-color: #f8f8f8;
  transition-delay: 0.5s;
}
.load-img.is-inview img,
.load-img.is-inview form {
  opacity: 1;
}
.load-img.is-inview:before {
  transition: 1.6s ease;
  width: 0;
}
.load-img.is-inview:after {
  transition: 0.8s ease;
  width: 0;
}

.load-img-second {
  position: relative;
  overflow: hidden;
}
.load-img-second::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-img-second::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #f8f8f8;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(0);
  transition: 0.8s ease-out;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -ms-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  pointer-events: none;
  z-index: 3;
}
.load-img-second.is-inview::after {
  transform: translate(0, -110%);
}
.load-img-second.is-inview::before {
  transform: translate(0, 110%);
}

.load-img-third {
  position: relative;
  overflow: hidden;
}
.load-img-third img {
  transform: translateY(-20px);
  opacity: 0;
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.load-img-third.is-inview::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  margin-bottom: -10px;
  background-color: #e2dbc0;
  z-index: 3;
  animation: 1s reveal-img-before cubic-bezier(0.6, 0, 0.195, 1);
  animation-delay: 0.3s;
}
.load-img-third.is-inview img {
  transform: translate(-50%, -50%);
  opacity: 1;
  display: block;
}
.load-img-third.second.is-inview img {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

@keyframes reveal-img-before {
  0% {
    top: 0;
    right: 100%;
    bottom: 100%;
    margin-bottom: -10px;
  }
  40% {
    top: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: -10px;
  }
  60% {
    top: 0;
  }
  80% {
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
  100% {
    top: 100%;
    right: 0;
    bottom: -1px;
    margin-bottom: 0;
  }
}
@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translate3D(-100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-right {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(100%, 0, 0);
  }
}
@keyframes slide-in-right-50 {
  0% {
    transform: translate3D(-50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-in-left {
  0% {
    transform: translate3D(100%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-100%, 0, 0);
  }
}
@keyframes slide-in-top {
  0% {
    transform: translate3D(0, -100%, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes slide-out-left-50 {
  0% {
    transform: translate3D(0, 0, 0);
  }
  100% {
    transform: translate3D(-50%, 0, 0);
  }
}
@keyframes slide-in-left-50 {
  0% {
    transform: translate3D(50%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
.txt-focus {
  opacity: 0;
}
.txt-focus.is-inview {
  -webkit-animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: txt-focus 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.hola {
  position: relative;
  pointer-events: none;
}
.hola::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-mask: url(../assets/images/mask.png);
  mask: url(../assets/images/mask.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  pointer-events: none;
  z-index: 5;
}
.hola.is-inview::after {
  animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -webkit-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -moz-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -ms-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
  -o-animation: MaskPlay 1.2s steps(22) 0.3s forwards;
}

.txt-spl .word {
  overflow: hidden;
  line-height: 1.3;
  display: inline-flex;
}
.txt-spl .word .chars {
  display: inline-block;
  animation-delay: calc(var(--line-index) * 0.025s) !important;
  transform: translateY(100%);
}
.txt-spl.down .chars {
  transform: translateY(-100%);
}
.txt-spl.is-inview .chars {
  animation: txtSpl-up 1s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.txt-spl.is-inview.down .chars {
  animation: txtSpl-down 1.2s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes txtSpl-up {
  0% {
    transform: translateY(10rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes txtSpl-down {
  0% {
    transform: translateY(-10rem);
  }
  100% {
    transform: translateY(0);
  }
}
.reveal {
  --duration: 1s;
  transition: var(--duration) cubic-bezier(0.72, 0.04, 0.49, 0.82);
  transition-delay: var(--delay) !important;
}
.reveal.reveal-left {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.reveal.reveal-left.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.reveal.reveal-right {
  clip-path: polygon();
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -ms-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -o-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.reveal.reveal-right.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.reveal.reveal-up {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.reveal.reveal-up.is-inview {
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.f-breadcrumb {
  border-bottom: 0.1rem solid rgba(46, 54, 143, 0.08);
  position: relative;
  z-index: 2;
}

.breadcrumb {
  padding: 2.4rem 0;
  padding-bottom: 0;
}
.breadcrumb-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 1.6rem;
}
.breadcrumb-item {
  color: #ffffff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.breadcrumb-item:not(:first-child)::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 400;
  flex-shrink: 0;
  color: #969696;
}
.breadcrumb-item:last-child {
  color: #ffffff;
  pointer-events: none;
  font-weight: 400;
}
.breadcrumb-item:last-child::before {
  filter: none;
}
@media (hover: hover) {
  .breadcrumb-item:hover {
    color: #EDB31F;
  }
}
.breadcrumb-link {
  color: inherit;
  transition: 0.2s ease-in-out;
  font-size: 1.2rem;
}

.white .breadcrumb {
  border-bottom: 0;
}
.white .breadcrumb-item:not(:first-child)::before {
  background-color: #ffffff;
}
.white .breadcrumb-link {
  color: #ffffff;
}
.white .breadcrumb-link:hover {
  color: #EC1C24;
}

.btn, .btn-second, .btn-bd, .btn-pri {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 1rem 2rem;
  flex-shrink: 0;
  height: 4rem;
  width: fit-content;
  overflow: hidden;
  min-width: 15rem;
}
.btn img, .btn-second img, .btn-bd img, .btn-pri img {
  position: relative;
  z-index: 3;
}
.btn .icon, .btn-second .icon, .btn-bd .icon, .btn-pri .icon {
  width: 2rem;
  height: 2rem;
  position: relative;
  z-index: 3;
  margin-top: -0.2rem;
  flex-shrink: 0;
}
.btn .icon:first-child, .btn-second .icon:first-child, .btn-bd .icon:first-child, .btn-pri .icon:first-child {
  margin-right: 0.8rem;
}
.btn .icon:last-child, .btn-second .icon:last-child, .btn-bd .icon:last-child, .btn-pri .icon:last-child {
  margin-left: 0.8rem;
}
.btn .icon img, .btn-second .icon img, .btn-bd .icon img, .btn-pri .icon img {
  width: inherit;
  height: inherit;
}
.btn .icon i, .btn-second .icon i, .btn-bd .icon i, .btn-pri .icon i {
  transition: 0.4s;
}
.btn.center, .center.btn-second, .center.btn-bd, .center.btn-pri {
  margin: auto;
  margin-top: 2rem;
}
.btn .txt, .btn-second .txt, .btn-bd .txt, .btn-pri .txt {
  color: #ffffff;
  z-index: 3;
  font-size: 1.4rem;
  position: relative;
  display: block !important;
  white-space: nowrap;
  transition: 0.4s;
  font-weight: 700;
}
.btn::after, .btn-second::after, .btn-bd::after, .btn-pri::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 110%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.3s ease;
}
.btn-pri {
  border: 0.1rem solid #000000;
}
.btn-pri::after {
  background: #000;
}
.btn-pri .txt {
  color: #ffffff;
}
.btn-pri .icon i {
  color: #ffffff;
}
@media (hover: hover) {
  .btn-pri:hover::after {
    background: rgba(0, 0, 0, 0.8);
  }
  .btn-pri:hover .icon i {
    color: #ffffff;
  }
}
.btn-bd {
  background: transparent;
}
.btn-bd::after {
  background: linear-gradient(90deg, rgba(182, 111, 41, 0.1) 0.37%, rgba(220, 154, 39, 0.1) 27.52%, rgba(237, 179, 31, 0.1) 52.76%, rgba(215, 148, 42, 0.1) 80.98%, rgba(176, 104, 40, 0.1) 100%);
}
.btn-bd .txt {
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.btn-bd .icon i {
  color: #ffffff;
}
@media (hover: hover) {
  .btn-bd:hover .txt {
    color: #0C1226;
  }
  .btn-bd:hover .icon i {
    color: #0C1226;
  }
}
.btn-second {
  border: 0.1rem solid #000000;
}
.btn-second::after {
  background: #fff;
}
.btn-second .txt {
  color: #000000;
}
.btn-second .icon i {
  color: #000000;
}
@media (hover: hover) {
  .btn-second:hover::after {
    background: rgba(0, 0, 0, 0.8);
  }
  .btn-second:hover .txt {
    color: #ffffff;
  }
  .btn-second:hover .icon i {
    color: #ffffff;
  }
}

.info-see {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #0C1226;
  width: fit-content;
}
.info-see i {
  transition: 0.4s;
  margin-top: -0.1rem;
}
.info-see .txt {
  font-weight: 700;
  margin-top: 0rem;
  transition: 0.4s;
}
.info-see .txt:last-child {
  margin-left: 0.8rem;
}
.info-see .txt:first-child {
  margin-right: 0.8rem;
}
@media (hover: hover) {
  .info-see:hover i {
    transform: rotate(360deg);
    color: #DCA200;
  }
  .info-see:hover .txt {
    color: #DCA200;
  }
}

.bd-ln {
  position: relative;
  width: fit-content;
  display: grid;
  place-items: center;
  padding: 0.2rem;
}
.bd-ln::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.2rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  border-radius: 100rem;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.input {
  font-family: "SVN-Segoe UI", sans-serif;
  width: 100%;
}
.input-area {
  height: auto;
}

.f-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}
.f-item {
  width: 100%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.f-item-2 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .f-item-2 {
    width: 100%;
  }
}
.f-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .f-item-3 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .f-item-3 {
    width: 100%;
  }
}
.f-item-4 {
  width: 25%;
}

.re-label {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
}
.re-input {
  padding: 1.6rem;
  width: 100%;
  font-family: "SVN-Segoe UI", sans-serif;
  border: none;
  outline: none;
  display: block;
}
.re-rela {
  position: relative;
  margin-top: auto;
}
.re-rela .re-input {
  padding-right: 4rem;
}
.re-lock {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 1.4rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.re-lock img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.re-lock img:nth-child(1) {
  opacity: 0;
}
.re-pass.active .f-lock img:nth-child(1) {
  opacity: 1;
}
.re-pass.active .f-lock img:nth-child(2) {
  opacity: 0;
}

textarea {
  resize: none;
}

form .wpcf7-not-valid-tip {
  width: 100%;
}
form .btn .wpcf7-spinner, form .btn-pri .wpcf7-spinner, form .btn-bd .wpcf7-spinner, form .btn-second .wpcf7-spinner {
  position: absolute;
}
form .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form.submitting .btn .text, .wpcf7-form.submitting .btn-pri .text, .wpcf7-form.submitting .btn-bd .text, .wpcf7-form.submitting .btn-second .text {
  opacity: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 0.4rem 1.6rem;
  border-radius: 1rem;
  width: 100%;
  text-align: center;
  animation: jelly 0.6s ease-in-out;
  -webkit-animation: jelly 0.6s ease-in-out;
  -moz-animation: jelly 0.6s ease-in-out;
  -ms-animation: jelly 0.6s ease-in-out;
  -o-animation: jelly 0.6s ease-in-out;
}

.page-numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: 1.6rem;
}
.page-numbers > li:not(:first-child) {
  margin-left: 8px;
}
.page-numbers > li > .page-numbers {
  min-width: 3.4rem;
  padding: 0 0.3rem;
  height: 3.4rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #000000;
  font-size: 1.4rem;
  transition: 0.3s;
}
.page-numbers > li > .page-numbers::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: black;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.page-numbers > li > .page-numbers:after {
  z-index: -1;
  width: 100%;
  left: 0;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .page-numbers > li > .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .page-numbers > li > .page-numbers:hover:not(.dot) {
    color: #ffffff;
  }
  .page-numbers > li > .page-numbers:hover:not(.dot)::after {
    opacity: 1;
  }
  .page-numbers > li > .page-numbers:hover img {
    filter: brightness(0) invert(1);
  }
}
.page-numbers > li > .page-numbers.current {
  color: #ffffff;
  font-weight: 400;
  background: black;
}
.page-numbers > li > .page-numbers.current::after {
  left: 0;
}
.page-numbers > li > .page-numbers.dot {
  background-color: transparent;
}
.page-numbers > li > .page-numbers.next {
  color: #0C1226;
  border: 0.1rem solid #ffffff;
}
.page-numbers > li > .page-numbers.next img {
  transform: translateX(-0.1rem);
}
.page-numbers > li > .page-numbers.prev {
  color: #0C1226;
  border: 0.1rem solid #ffffff;
}
.page-numbers > li > .page-numbers.prev img {
  transform: translateX(0.1rem);
}
.page-numbers > li > .page-numbers i {
  font-weight: 400;
}

.pro-item-2 {
  width: 50%;
}
.pro-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .pro-item-3 {
    width: 50%;
  }
}
.pro-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .pro-item-4 {
    width: 50%;
  }
}
.pro-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .pro-item-5 {
    width: 50%;
  }
}

.prose-item-2 {
  width: 50%;
}
.prose-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .prose-item-3 {
    width: 50%;
  }
}
.prose-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .prose-item-4 {
    width: 50%;
  }
}
.prose-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .prose-item-5 {
    width: 50%;
  }
}

.proth-item-2 {
  width: 50%;
}
.proth-item-3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 500px) {
  .proth-item-3 {
    width: 50%;
  }
}
.proth-item-4 {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .proth-item-4 {
    width: 50%;
  }
}
.proth-item-5 {
  width: 20%;
}
@media screen and (max-width: 500px) {
  .proth-item-5 {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .search-mona {
    position: fixed;
    top: 6rem;
    right: 1.5rem;
    left: 1.5rem;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    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;
  }
  .search-mona.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
.search-mona-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5rem);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  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;
}
@media screen and (min-width: 1200px) {
  .search-mona-overlay {
    display: none;
  }
}
.search-mona-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.search-mona-wrapper {
  position: relative;
}
.search-mona-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  cursor: pointer;
  width: 3.4rem;
  height: 3.4rem;
  bottom: calc(100% + 0.5rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.2rem solid white;
  border-radius: 100rem;
  z-index: 101;
}
@media screen and (min-width: 1200px) {
  .search-mona-close {
    display: none;
  }
}
.search-mona-close i {
  color: white;
  font-size: 2.4rem;
  font-weight: 300;
}

.search-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  min-width: 250px;
  background-color: #F2F2F2;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1199px) {
  .search-wrap {
    background-color: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
  }
}
.search-input {
  font-family: "SVN-Segoe UI", sans-serif;
  outline: none;
  border: none;
  font-size: 1.6rem;
  color: #121212;
  flex: 1;
  height: 4rem;
  padding: 0 1.2rem;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .search-input {
    color: white;
  }
}
.search-input::-webkit-input-placeholder {
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .search-input::-webkit-input-placeholder {
    color: white;
  }
}
.search-input::-moz-input-placeholder {
  color: #121212;
}
@media screen and (max-width: 1199px) {
  .search-input::-moz-input-placeholder {
    color: white;
  }
}
.search-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  width: 4rem;
  background-color: transparent;
  cursor: pointer;
}
.search-btn:hover img {
  transform: scale(1.05);
}
.search-btn img {
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .search-btn img {
    filter: brightness(0) invert(1);
  }
}

.t-title {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .t-title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title {
    font-size: 2.7rem;
  }
}

.t-title-second {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .t-title-second {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t-title-second {
    font-size: 1.7rem;
  }
}

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

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

.t9 {
  font-size: 0.9rem;
}

.t11 {
  font-size: 1.1rem;
}

.t12 {
  font-size: 1.2rem;
}

.t14 {
  font-size: 1.4rem;
}

.t16 {
  font-size: 1.6rem;
}

.t18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .t18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .t18 {
    font-size: 1.5rem;
  }
}

.t20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .t20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .t20 {
    font-size: 1.6rem;
  }
}

.t22 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1200px) {
  .t22 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t22 {
    font-size: 1.9rem;
  }
}

.t24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .t24 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .t24 {
    font-size: 1.7rem;
  }
}

.t32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .t32 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .t32 {
    font-size: 2.2rem;
  }
}

.t40 {
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .t40 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t40 {
    font-size: 2.7rem;
  }
}

.t48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .t48 {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .t48 {
    font-size: 3.3rem;
  }
}

.t56 {
  font-size: 5.6rem;
}
@media only screen and (max-width: 1200px) {
  .t56 {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .t56 {
    font-size: 4rem;
  }
}

.t64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .t64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .t64 {
    font-size: 2.9rem;
  }
}

.t72 {
  font-size: 7.2rem;
}
@media only screen and (max-width: 1200px) {
  .t72 {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .t72 {
    font-size: 4rem;
  }
}

.c-pri {
  color: #0C1226;
}

.c-second {
  color: #EDB31F;
}

.c-third {
  color: #EC1C24;
}

.c-four {
  color: #111927;
}

.c-five {
  color: #f05123;
}

.c-white {
  color: white;
}

.c-black {
  color: #231f20;
}

.c-txt {
  color: #121212;
}

.c-txt-s {
  color: #000000;
}

.bc-pri {
  background-color: #0C1226;
}

.bc-second {
  background-color: #EDB31F;
}

.bc-third {
  background-color: #EC1C24;
}

.bc-four {
  background-color: #111927;
}

.bc-five {
  background-color: #f05123;
}

.over-hd {
  overflow: hidden;
}

.z-i-1 {
  z-index: 1;
}

.z-i-2 {
  z-index: 2;
}

.z-i-3 {
  z-index: 3;
}

.z-i-4 {
  z-index: 4;
}

.z-i-5 {
  z-index: 5;
}

.m-mid {
  margin: 0 auto;
}

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

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

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

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

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

.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fl-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.f-space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.icon-left {
  margin-right: 0.8rem;
}

.icon-right {
  margin-left: 0.8rem;
}

.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 #0C1226;
  transition: 0.2s ease;
}
.lg-outer .lg-thumb-item.active {
  border-color: #EC1C24;
}
@media (hover: hover) {
  .lg-outer .lg-thumb-item:hover {
    border-color: #EC1C24;
  }
}

.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: #0C1226;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

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

.lg-close.lg-icon {
  background: #0C1226;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lg-outer .lg-toogle-thumb {
  background: #0C1226;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  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;
}

.tabBtn {
  cursor: pointer;
}

table .status {
  font-weight: 600;
}
table .status.waiting {
  color: #F2C524;
}
table .status.success {
  color: #0C1226;
}
table .status.cancle {
  color: #D31D1D;
}

.slider {
  position: relative;
}

.relative {
  position: relative;
}

.head {
  margin-bottom: 4rem;
}
.head.space {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.hv-bd {
  position: relative;
}
.hv-bd::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  border: 0.1rem solid white;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  transform: scale(1.1);
  opacity: 0;
  border-radius: 1rem;
}
.hv-bd img {
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .hv-bd:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  .hv-bd:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}

.gItem {
  cursor: pointer;
}

.parallaxJS img {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .hidden-desk {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .hidden-mobile {
    display: none !important;
  }
}

.full {
  width: 100%;
}

.wp-block-image {
  border-radius: 0.8rem;
}
.wp-block-image img {
  display: block;
  margin: 0 auto;
}

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

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

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

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

.recheck-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recheck-item.active .recheck-checkbox {
  background: #000;
}
.recheck-item.active .recheck-checkbox::before {
  opacity: 1;
  content: "\f00c";
  color: white;
}
.recheck-item.active .recheck-radio::before {
  opacity: 1;
}
.recheck-item.active .recheck-dot::before {
  opacity: 1;
}
.recheck-checkbox {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.3rem;
  background-color: transparent;
  border: 0.1rem solid #0C1226;
  transition: 0.3s ease-in-out;
  position: relative;
  flex-shrink: 0;
}
.recheck-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% + 0.1rem);
  position: absolute;
  color: #0C1226;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "Font Awesome 5 Pro";
  transition: 0.3s ease-in-out;
  font-weight: 300;
  line-height: 1;
}
.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid #d9d9d9;
  flex-shrink: 0;
  position: relative;
}
.recheck-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: #0C1226;
  opacity: 0;
}
.recheck-method {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #ebebeb;
  border-radius: 0.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.8rem;
}
.recheck-method img {
  width: 2.4rem;
  height: 2.4rem;
}
.recheck-text {
  margin-left: 0.8rem;
  color: #121212;
}
.recheck-text a {
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .recheck-text a:hover {
    color: #0C1226;
  }
}
.recheck-dot {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #000000;
  position: relative;
  flex-shrink: 0;
}
.recheck-dot::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0C1226;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-content: start;
}
.star-list {
  position: relative;
  height: 2rem;
}
.star-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.star-flex .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.star-flex .icon:not(:first-child) {
  margin-left: 0.4rem;
}
.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;
}

@media screen and (max-width: 1199px) {
  .side-fixed {
    position: fixed;
    width: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #0C1226;
    z-index: 51;
    opacity: 0;
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  .side-fixed-wrap {
    padding: 6rem 2.4rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: 0.5s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .side-overlay {
    display: none;
  }
}
.side-open {
  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: #EDB31F;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.side-open.close {
  opacity: 0;
  transform: translate(100%, -50%);
  visibility: visible;
}
@media screen and (min-width: 1200px) {
  .side-open {
    display: none;
  }
}
.side-open-wrap {
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  background-color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open-wrap .icon {
  color: #EDB31F;
  font-weight: 600;
  font-size: 1.6rem;
}
.side-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: white;
  border: 1px solid #0C1226;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.side-close:hover .icon {
  transform: rotate(360deg);
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  transition: 0.6s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .side-close {
    display: none;
  }
}

.social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.social-link {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.social-link .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cmini {
  position: absolute;
  top: calc(100% + 1.2rem);
  right: 0;
  border-radius: 1.2rem;
  overflow: hidden;
  background-color: #F2FBFF;
  z-index: 2;
  min-width: 38rem;
  max-width: 38rem;
  min-height: 38rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 1rem);
  flex-direction: column;
}
@media screen and (max-width: 500px) {
  .cmini {
    right: -3.5em;
  }
}
@media screen and (max-width: 400px) {
  .cmini {
    min-width: 30rem;
    max-width: 30rem;
    min-height: 30rem;
  }
}
.cmini-main {
  padding: 2.4rem;
}
@media screen and (max-width: 500px) {
  .cmini-main {
    padding: 1.6rem;
  }
}
.cmini-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.6rem;
}
.cmini-head .title {
  color: #121212;
  font-weight: 600;
}
.cmini-body {
  max-height: 35.5vh;
  overflow-y: auto;
  margin-right: -1.2rem;
  padding-right: 1.2rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cmini-body::-webkit-scrollbar {
  width: 0.3rem;
  border-radius: 1rem;
}
.cmini-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cmini-body::-webkit-scrollbar-thumb {
  background: #0C1226;
  border-radius: 1rem;
}
.cmini-body::-webkit-scrollbar-thumb:hover {
  background: #0C1226;
}
.cmini-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c.second .c-head {
  border: none;
}
.c.second .c-row {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-first {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .c.second .c-col-first {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-second {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .c.second .c-col-second {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-third {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .c.second .c-col-third {
    width: 100%;
  }
}
.c.second .c-col-four {
  width: 8.3333333333%;
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-four {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .c.second .c-col-four {
    width: 100%;
  }
}
.c.second .c-col-five {
  width: 16.6666666667%;
}
@media screen and (max-width: 1199px) {
  .c.second .c-col-five {
    width: 30%;
  }
}
.c.second .c-item {
  background-color: #FAFAFA;
  border: none;
  padding: 1.2rem;
  border-radius: 0.8rem;
}
.c.second .c-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.c.second .c-delete {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0.5rem;
}
@media screen and (max-width: 1199px) {
  .c.second .c-delete {
    top: initial;
    bottom: 0.5rem;
    right: 1rem;
  }
}
.c.second .c-price .price {
  font-size: 1.6rem;
  color: #EDB31F;
}
.c.second .c-price .price.old {
  color: #B3B3B3;
}
@media screen and (max-width: 375px) {
  .c .count {
    justify-content: space-between;
    border: 0.1rem solid #EBEBEB;
    padding: 0.8rem;
    border-radius: 0.8rem;
  }
}
.c .count-btn {
  border: 1px solid #999999;
}
@media screen and (min-width: 1200px) {
  .c .count-btn:hover {
    background-color: white;
  }
}
.c-item {
  position: relative;
}
.c-row {
  justify-content: space-between;
}
.c-col-first {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-col-first {
    width: 75%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-first {
    width: 100%;
  }
}
.c-col-second {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-col-second {
    width: 25%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-second {
    width: 100%;
  }
}
.c-col-third {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-col-third {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-third {
    width: 100%;
  }
}
.c-col-four {
  width: 16.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-col-four {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-four {
    width: 90%;
  }
}
.c-col-five {
  width: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .c-col-five {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 375px) {
  .c-col-five {
    width: 10%;
  }
}
.c-head {
  border-bottom: 0.1rem solid #EBEBEB;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 375px) {
  .c-head .c-col-first {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-head .c-col-second {
    display: none;
    text-align: right;
  }
}
@media screen and (max-width: 375px) {
  .c-head .c-col-second {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-head .c-col-third {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-head .c-col-four {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-head .c-col-five {
    display: none;
  }
}
.c-title {
  color: #1A1A1A;
  font-weight: 700;
}
.c-product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.c-product-img {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  flex-shrink: 0;
}
.c-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-content {
  margin-left: 0.8rem;
}
.c-product-content .name {
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .c-product-content .name {
    font-size: 1.4rem;
  }
}
.c-product-content .name:hover {
  color: #EDB31F;
}
.c-body .c-item {
  border-bottom: 0.1rem solid #EBEBEB;
}
.c-body .c-row {
  padding: 1.6rem 0;
  align-items: center;
  position: relative;
}
.c-price {
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-price {
    width: 100%;
  }
}
.c-price .price {
  color: #121212;
}
.c-price .price.old {
  font-size: 1.2rem;
  color: #121212;
  text-decoration: line-through;
}
.c-price-total {
  color: #EDB31F;
}
.c-delete {
  text-align: end;
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 1200px) {
  .c-delete:hover i {
    transform: rotate(360deg);
  }
}
.c-delete i {
  font-size: 2.4rem;
  font-weight: 300;
  transition: 0.6s ease-in-out;
  display: inline-block;
}
.c-all {
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #EBEBEB;
}
.c-all-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-all-wrap {
    width: 100%;
  }
}
.c-all-wrap .title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #121212;
}
.c-price-total-all {
  font-weight: 500;
  font-size: 1.8rem;
}
.c .waiting {
  color: #F2C524;
}
.c .success {
  color: #63BD62;
}
.c .cancle {
  color: #F57242;
}

.component-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.recontainer {
  width: var(--recont);
}
@media screen and (max-width: 1240px) {
  .recontainer {
    padding-left: 1.5rem;
  }
}

.rating {
  display: flex;
}
.rating .stars {
  cursor: pointer;
}
.rating .stars i {
  color: #FCC21F;
}
.rating .stars.active i {
  color: #FCC21F;
  font-weight: 900;
}
.rating .star {
  width: 2rem;
  height: 2rem;
  background: gray;
  display: block;
}

.tabJS {
  position: relative;
}

.tabBtn {
  cursor: pointer;
}

.tabPanel {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: 0.7s;
  display: block !important;
  width: 100%;
}
.tabPanel.open {
  animation: none;
  position: relative;
  opacity: 1;
  pointer-events: visible;
}
.tabPanel.open .contentTab {
  animation: tabUp 0.4s ease-in-out forwards;
  animation-delay: 0.2s;
  display: block;
}
.tabPanel .contentTab {
  animation: tabDown 0.5s ease-in-out forwards;
  opacity: 0;
  display: none;
}

.tabParent {
  width: 100%;
}
.tabParent .tabParentPanel {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: 0.7s;
  display: block !important;
  width: 100%;
}
.tabParent .tabParentPanel.open {
  animation: none;
  position: relative;
  opacity: 1;
  pointer-events: visible;
}
.tabParent .tabParentPanel.open .contentParent {
  animation: tabRight 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabParent .tabParentPanel .contentParent {
  animation: tabLeft 0.5s ease-in-out forwards;
  opacity: 0;
}
.tabParent .tabChild {
  position: relative;
}
.tabParent .tabChild .tabChildPanel {
  position: absolute;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  top: 0;
  transition: 0.7s;
  display: block !important;
  width: 100%;
}
.tabParent .tabChild .tabChildPanel.open {
  animation: none;
  position: relative;
  pointer-events: visible;
  opacity: 1;
}
.tabParent .tabChild .tabChildPanel.open .contentChild {
  animation: tabUp 0.5s ease-in-out forwards;
  animation-delay: 0.2s;
}
.tabParent .tabChild .tabChildPanel .contentChild {
  width: 100%;
  animation: tabDown 0.5s ease-in-out forwards;
  opacity: 0;
}

.cl-body {
  display: none;
}

.fancybox__viewport .carousel__button {
  position: absolute !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: #EDB31F;
}

.fancybox__thumbs {
  display: none;
}

.scrollContainer {
  overflow-x: auto;
}

.star {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.star-text {
  font-size: 1.6rem;
  font-weight: 600;
  color: #121212;
  margin-top: -0.3rem;
}
.star-text:last-child {
  margin-left: 0.8rem;
}

.star-empty i {
  color: #dedede;
  font-size: 1.4rem;
}

.star-filter i {
  color: #FFC107;
  font-size: 1.4rem;
}

.heart {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.heart-ic {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 100rem;
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.heart-ic:first-child {
  margin-right: 0.8rem;
}
.heart-ic i {
  color: #F44336;
}
.heart-text {
  font-weight: 600;
  color: #121212;
}

.select-box {
  position: relative;
  min-width: 15rem;
}
.select-box .select-current {
  padding: 0.5rem 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #121212;
  cursor: pointer;
  position: relative;
}
.select-box .select-current::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 40%;
  right: 0rem;
  background-image: url("../assets/images/ic-chevron.svg");
}
.select-box .select-current .arrow {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
  display: none;
}
.select-box .select-current .text-current {
  width: calc(100% - 2rem);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
  color: #D2D6DB;
  font-weight: 400;
}
.select-box .select-options {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.select-box .select-options-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1.8rem;
  background-color: #ffffff;
  gap: 0.8rem 3.3rem;
}
@media screen and (max-width: 1200px) {
  .select-box .select-options-flex {
    gap: 0.8rem 1rem;
  }
}
@media screen and (max-width: 800px) {
  .select-box .select-options-flex {
    padding: 0.5rem;
    overflow-y: auto;
    max-height: 25rem;
  }
}
.select-box .select-options .opt {
  width: calc(33.3333333333% - 2.2rem);
  border: 0.1rem solid #D2D6DB;
}
@media screen and (max-width: 1200px) {
  .select-box .select-options .opt {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
@media screen and (max-width: 980px) {
  .select-box .select-options .opt {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 800px) {
  .select-box .select-options .opt {
    width: calc(100% - 0rem);
  }
}
.select-box .select-options .opt-label {
  padding: 0.4rem 1.6rem;
  background-color: #ffffff;
  display: block;
  cursor: pointer;
  transition: 0.4s;
}
@media (hover: hover) {
  .select-box .select-options .opt-label:hover {
    background-color: #0C1226;
  }
  .select-box .select-options .opt-label:hover .opt-text {
    color: #ffffff;
  }
}
.select-box .select-options .opt-input {
  display: none;
}
.select-box .select-options .opt .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}
.select-box .select-options .opt .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.select-box .select-options .opt-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #4D5761;
  font-size: 1.5rem;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .select-box .select-options .opt-text {
    font-size: 1.2rem;
  }
}

.gy {
  --gutter-y: 2.4rem ;
}

.grid-rp {
  --gutter-y: 2.4rem;
  --gutter-x: var(--gutter-y);
}
@media screen and (max-width: 1200px) {
  .grid-rp {
    --gutter-y: 1.6rem;
    --gutter-x: var(--gutter-y);
  }
}
@media screen and (max-width: 800px) {
  .grid-rp {
    --gutter-y: 0.8rem;
    --gutter-x: var(--gutter-y);
  }
}

@media screen and (max-width: 800px) {
  .form-list {
    --gutter-y: 1.6rem;
  }
}
.form-ip {
  width: 100%;
  position: relative;
}
.form-ip .red {
  color: red;
}
.form-ip.active .text-abs {
  transform: translateY(calc(-2.5rem - 50%));
  display: none;
}
.form-ip.active .text-abs.field {
  left: 3.5rem !important;
}
.form-ip.focus .text::after {
  width: calc(100% - 2.4rem);
}
.form-ip .text {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.form-ip .text::before {
  content: "";
  position: absolute;
  width: calc(100% - 2.4rem);
  height: 0.1rem;
  bottom: 0;
  left: 1.2rem;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
}
.form-ip .text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.1rem;
  bottom: 0;
  left: 1.2rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  transition: 0.4s;
}
.form-ip .text-abs {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.4rem;
  transition: 0.4s;
  pointer-events: none;
  z-index: 2;
  color: #CACACA;
}
@media screen and (max-width: 500px) {
  .form-ip .text-abs {
    font-size: 1.4rem;
  }
}
.form-ip .text-abs.field {
  top: 2rem;
  left: 1.4rem !important;
}
@media screen and (max-width: 800px) {
  .form-ip .text-abs.field {
    left: 0.4rem;
  }
}
@media screen and (max-width: 500px) {
  .form-ip .text-abs.field {
    font-size: 1.4rem;
  }
}
.form-ip-per75 {
  width: 75%;
}
@media screen and (max-width: 800px) {
  .form-ip-per75 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-ip-per75 {
    width: 100%;
  }
}
.form-ip.per5 {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .form-ip.per5 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .form-ip.per5 {
    width: 100%;
  }
}
.form-ip.per6 {
  width: 66.6666666667%;
}
@media screen and (max-width: 600px) {
  .form-ip.per6 {
    width: 100%;
  }
}
.form-ip.per3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 600px) {
  .form-ip.per3 {
    width: 100%;
  }
}
.form-ip.per25 {
  width: 25%;
}
@media screen and (max-width: 600px) {
  .form-ip.per25 {
    width: 100%;
  }
}
.form-ip.datetime {
  position: relative;
}
.form-ip.datetime::after {
  content: "";
  background-image: url("../assets/images/calendar.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2rem;
  top: 58%;
}
.form-ip input,
.form-ip textarea,
.form-ip select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 1.6rem;
  transition: 0.4s;
  font-weight: 400;
  padding: 1rem 0;
  padding-top: 0;
  background: transparent;
  color: #ffffff;
}
.form-ip input.placeholder,
.form-ip textarea.placeholder,
.form-ip select.placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder,
.form-ip select:-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder,
.form-ip select::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder,
.form-ip select:-ms-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder,
.form-ip select::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.form-ip input:focus,
.form-ip textarea:focus,
.form-ip select:focus {
  border-color: #0C1226;
}
.form-ip input.placeholder,
.form-ip textarea.placeholder,
.form-ip select.placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder,
.form-ip select:-moz-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder,
.form-ip select::-moz-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder,
.form-ip select:-ms-input-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder,
.form-ip select::-webkit-input-placeholder {
  color: rgba(87, 37, 9, 0.5);
}
.form-ip textarea {
  min-height: 9rem;
}
.form-ip input[type=date]::-webkit-inner-spin-button,
.form-ip input[type=date]::-webkit-calendar-picker-indicator {
  margin-right: 1rem;
  pointer-events: none;
  display: none;
}
.form-ip input[type=date] {
  cursor: text;
}
.form-ip .label-ip {
  border: none;
  outline: none;
  color: #ffffff;
  width: 100%;
  height: 4.4rem;
  background: linear-gradient(360deg, #d3fcff -137.5%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.8rem;
  display: block;
  padding: 1rem;
  cursor: pointer;
}
.form-ip .label-ip .label-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form-ip .btn-linear {
  margin-top: auto;
  margin-left: auto;
}
.form-ip.hasbtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.form-ip.upfile > label {
  position: relative;
}
.form-ip.upfile > label::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../assets/images/iconupload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.form-ip .input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}
.form-ip .input .seepassJS {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.form-ip .bd-ln {
  width: 100%;
}
.form-ip .bd-ln .btn, .form-ip .bd-ln .btn-pri, .form-ip .bd-ln .btn-bd, .form-ip .bd-ln .btn-second {
  width: 100%;
  justify-content: center;
}
.form-ip .dateTime {
  height: 4.5rem;
  border: none;
}
.form-ip .dateTime img {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-ip .dateTime .dateTimeText {
  color: rgba(87, 37, 9, 0.5) !important;
  padding: 0;
}
.form-ip .select2-container--default .select2-selection--single {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.form-ip .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.form-ip .select2-selection__placeholder {
  font-size: 1.6rem;
  color: rgba(87, 37, 9, 0.5) !important;
}
.form-ip i {
  color: rgba(87, 37, 9, 0.5) !important;
  right: 0 !important;
}
.form-label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  user-select: none;
  cursor: pointer;
  align-items: center;
  margin-left: auto;
  width: calc(33.3333333333% - 1.6rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .form-label {
    width: calc(50% - 0.4rem);
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .form-label {
    width: 100%;
  }
}
.form-label .sqr {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #0C1226;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 0.8rem;
  position: relative;
}
.form-label .sqr::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/check-mark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.form-label .text {
  color: #121212;
  margin-bottom: 0;
}
.form-label input:checked ~ .sqr::after {
  opacity: 1;
}

.sc-pd {
  padding: 9rem 0;
}
@media screen and (max-width: 1200px) {
  .sc-pd {
    padding: 4rem 0;
  }
}

.sc-pdt {
  padding-top: 9rem;
}
@media screen and (max-width: 1200px) {
  .sc-pdt {
    padding-top: 4rem;
  }
}

.sc-pdb {
  padding-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  .sc-pdb {
    padding-bottom: 4rem;
  }
}

.sc-pd4 {
  padding: 4rem 0;
}

.sc-pdt4 {
  padding-top: 4rem;
}

.sc-pdb4 {
  padding-bottom: 4rem;
}

.main-pd {
  padding-top: 15rem;
}

.ic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-shrink: 0;
}
.ic:first-child {
  margin-right: 0.8rem;
}
.ic:last-child {
  margin-left: 0.8rem;
}
.ic img {
  display: block;
}

.img-left img {
  height: calc(100% + 2rem) !important;
  max-width: unset;
  transition: 0.4s;
}
@media (hover: hover) {
  .img-left:hover img {
    transform: translate(-50%, calc(-50% - 1rem)) !important;
  }
}

.mona-content p {
  color: #4D5761;
  margin: 1rem 0;
}
.mona-content p:first-child {
  margin-top: 0;
}
.mona-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 2.2rem;
  }
}
.mona-content h3 {
  font-weight: 600;
  font-size: 2rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
.mona-content h3:not(:first-child) {
  margin-top: 3rem;
}
.mona-content h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #4D5761;
}
.mona-content h4:not(:first-child) {
  margin-top: 3rem;
}
.mona-content .image-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 2.4rem;
  margin: 2rem 0;
}
.mona-content .image-flex .wp-block-image {
  width: calc(50% - 1.2rem);
  margin: 0;
}
.mona-content .wp-block-image {
  border-radius: 1rem;
  margin: 2rem 0;
}
.mona-content .wp-block-image:first-child {
  margin-top: 0;
}
.mona-content .wp-block-image img {
  width: 100%;
}
.mona-content ul {
  list-style: disc;
  padding-left: 2.8rem;
}
.mona-content ul li {
  color: #4D5761;
  position: relative;
}
.mona-content ul li:not(:first-child) {
  margin-top: 0.5rem;
}
.mona-content .mona-fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.mona-content .mona-fl ul {
  width: 62.5%;
  padding-right: 2.4rem;
}
.mona-content .mona-fl .wp-block-image {
  width: 37.5%;
}

.titles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.titles-sub {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(90deg, #B66F29 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .titles-sub {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles-sub {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .titles-sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .titles-sub {
    font-size: 1.2rem;
  }
}
.titles-sub .line {
  width: 2rem;
  height: 0.1rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  display: block;
}
.titles-sub .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transform: translateX(2rem);
  opacity: 0;
}
.titles-main {
  font-weight: 700;
  font-size: 4.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .titles-main {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles-main {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 600px) {
  .titles-main {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1200px) {
  .titles-main {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 600px) and (max-width: 800px) {
  .titles-main {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 390px) {
  .titles-main {
    font-size: 2.4rem;
  }
}
.titles-main .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transform: translateX(2rem);
  opacity: 0;
}
.titles-nd {
  font-size: 2.4rem;
  font-weight: 700;
  color: #121212;
}
@media only screen and (max-width: 1200px) {
  .titles-nd {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles-nd {
    font-size: 1.7rem;
  }
}
.titles-desc {
  clip-path: inset(0 0 100% 0);
  width: 60%;
}
@media screen and (max-width: 600px) {
  .titles-desc {
    font-size: 1.4rem;
  }
}
.titles-desc strong {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .titles-desc {
    width: 100%;
    max-width: 100%;
  }
}
.titles.center .titles-sub {
  text-align: center;
  margin: auto;
}
.titles.center .titles-main {
  text-align: center;
}
.titles.center .titles-desc {
  text-align: center;
  margin: auto;
}
.titles.small .titles-main {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .titles.small .titles-main {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .titles.small .titles-main {
    font-size: 3.3rem;
  }
}
.titles.white .titles-sub {
  color: #ffffff;
}
.titles.white .titles-main {
  color: #ffffff;
}
.titles.white .titles-desc {
  color: #ffffff;
}
.titles.red .titles-sub {
  color: #0C1226;
}
.titles.red .titles-main {
  color: #0C1226;
}
.titles.red .titles-desc {
  color: #0C1226;
}
.titles.is-inview .titles-sub .char {
  opacity: 1;
  transform: translateX(0);
}
.titles.is-inview .titles-main .char {
  opacity: 1;
  transform: translateX(0);
}
.titles.is-inview .titles-desc {
  clip-path: inset(0 0 0 0);
  transition: 0.8s;
}

.sort {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  width: fit-content;
  margin-bottom: 2.4rem;
}
.sort .txt {
  color: #121212;
  margin-right: 1.6rem;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
.sort .select {
  min-width: 10rem;
}
.sort .select .select2-container {
  height: 4rem;
}
.sort .select .select2-container--default .select2-selection--single {
  height: 4rem;
  border-radius: 0;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.sort .select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.4rem 0;
}
.sort .select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0 !important;
}

.daterangepicker {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border: none;
}
.daterangepicker::before, .daterangepicker::after {
  content: none;
}
.daterangepicker .drp-calendar {
  margin: auto !important;
  float: none !important;
  padding: 1rem !important;
}
.daterangepicker .table-condensed thead tr th {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "SF Pro Display", Times, serif !important;
  color: #0C1226;
}
@media screen and (max-width: 400px) {
  .daterangepicker .table-condensed thead tr th {
    font-size: 1.2rem;
  }
}
.daterangepicker .table-condensed thead tr:nth-child(2) th {
  color: #4D5761;
}
.daterangepicker .table-condensed tbody tr td {
  font-weight: 600;
  font-family: "SF Pro Display", Times, serif !important;
}
@media screen and (max-width: 400px) {
  .daterangepicker .table-condensed tbody tr td {
    font-size: 1.2rem;
  }
}
.daterangepicker .table-condensed tbody tr td.today {
  background-color: #4D5761;
  border-radius: 0;
  color: #ffffff;
}
.daterangepicker .table-condensed tbody tr td.active {
  background-color: #0C1226;
  border-radius: 0;
  color: #ffffff;
}
.daterangepicker .table-condensed tbody tr td.available:hover {
  border-radius: 0;
}
.daterangepicker .table-condensed tbody tr td.disabled {
  text-decoration: none;
}

.dateline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.dateline .ic {
  width: 1.6rem;
  height: 1.6rem;
}
.dateline .txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #121212;
}

.datever {
  border-radius: 0.8rem;
  overflow: hidden;
  width: fit-content;
}
@media screen and (max-width: 500px) {
  .datever {
    border-radius: 0.4rem;
  }
}
.datever-day {
  padding: 0.4rem 0.7rem;
  background-color: #0C1226;
  font-size: 2.2rem;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .datever-day {
    font-size: 1.4rem;
    padding: 0.4rem;
  }
}
.datever-mon {
  padding: 0rem 0.7rem;
  background-color: #FCC21F;
  font-size: 1.4rem;
  color: #0C1226;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  .datever-mon {
    font-size: 1.2rem;
  }
}

.time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.time .dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100rem;
  background-color: #121212;
  margin: 0 1rem;
}

.prod-item .inner {
  background: #092B54;
  border-radius: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.prod-item .inner .img {
  position: relative;
}
.prod-item .inner .img-inner {
  display: block;
  padding-top: calc((260 / 282) * 100%);
  position: relative;
  overflow: hidden;
}
.prod-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
@media (hover: hover) {
  .prod-item .inner .img-inner:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}
.prod-item .inner .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  gap: 1rem;
  height: 100%;
}
.prod-item .inner .info-tt {
  font-size: 1.8rem;
  font-weight: 700;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .prod-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-item .inner .info-tt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .prod-item .inner .info-tt {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media (hover: hover) {
  .prod-item .inner .info-tt:hover {
    color: #EDB31F;
  }
}
.prod-item .inner .info .rate {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
}
.prod-item .inner .info .rate .star-flex {
  gap: 0.5rem;
}
.prod-item .inner .info .rate-txt {
  font-size: 1.2rem;
  font-style: italic;
  color: #CCCCCC;
  white-space: nowrap;
}
.prod-item .inner .info-des {
  color: #CCCCCC;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .prod-item .inner .info-des {
    font-size: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.prod-item .inner .info .btn, .prod-item .inner .info .btn-pri, .prod-item .inner .info .btn-bd, .prod-item .inner .info .btn-second {
  width: 100%;
  margin-top: auto;
}
@media screen and (max-width: 700px) {
  .prod-item .inner .info {
    gap: 0.5rem;
    padding: 1rem 0.5rem;
  }
  .prod-item .inner .info .info-tt {
    font-size: 1.4rem;
  }
  .prod-item .inner .info .btn .icon, .prod-item .inner .info .btn-pri .icon, .prod-item .inner .info .btn-bd .icon, .prod-item .inner .info .btn-second .icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0;
  }
  .prod-item .inner .info .btn .txt, .prod-item .inner .info .btn-pri .txt, .prod-item .inner .info .btn-bd .txt, .prod-item .inner .info .btn-second .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 400px) {
  .prod-item .inner .info .btn, .prod-item .inner .info .btn-pri, .prod-item .inner .info .btn-bd, .prod-item .inner .info .btn-second {
    min-width: unset;
    height: 3rem;
  }
  .prod-item .inner .info .btn .icon, .prod-item .inner .info .btn-pri .icon, .prod-item .inner .info .btn-bd .icon, .prod-item .inner .info .btn-second .icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: -0.4rem;
  }
  .prod-item .inner .info .btn .txt, .prod-item .inner .info .btn-pri .txt, .prod-item .inner .info .btn-bd .txt, .prod-item .inner .info .btn-second .txt {
    font-size: 1.2rem;
  }
}
.prod-item .dateline .txt {
  color: #999999;
  font-weight: 500;
}
.prod-item-tag {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 600;
  background-color: #DF5031;
  height: 3.3rem;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .prod-item-tag {
    font-size: 1rem;
    padding: 0.3rem 0.7rem;
    padding-right: 1rem;
  }
}
.prod-item-tag::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 50% 50%, 100% 100%, 0 100%);
  background-color: inherit;
  left: calc(100% - 1rem);
  top: 0;
  height: 100%;
  width: 2rem;
}
.prod-item-rc {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.8rem 1.6rem;
  background: linear-gradient(315deg, #052449 -7.5%, #509AF2 222.87%);
  z-index: 2;
  border-radius: 0 0 0.5rem 0;
}
@media screen and (max-width: 500px) {
  .prod-item-rc {
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
  }
}
.prod-item.rc-item .img-inner {
  display: block;
  padding-top: calc((200 / 282) * 100%);
  position: relative;
  overflow: hidden;
}

.prod-slider {
  position: relative;
}
.prod-slider::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url("../assets/images/prod-slider.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.prod-slider .tt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .prod-slider .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-slider .tt {
    font-size: 1.7rem;
  }
}
.prod-slider-wr {
  position: relative;
  z-index: 2;
}
.prod-slider-wr .swiper-slide {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .prod-slider-wr .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 550px) {
  .prod-slider-wr .swiper-slide {
    width: 50%;
  }
}
.prod-slider-wr .swiper-slide .prod-item {
  height: 100%;
}

@media screen and (max-width: 900px) {
  .rc-list .rc-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 550px) {
  .rc-list .rc-item {
    width: 50%;
  }
}

.book {
  position: relative;
  padding: 8rem 0 10rem 0;
}
.book .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.book .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.book-left .tt {
  font-size: 20rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Sign Rathi", sans-serif;
  line-height: 1.4;
  padding-left: 0.3rem;
  margin-bottom: 3.2rem;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  .book-left .tt {
    font-size: 15rem;
  }
}
@media only screen and (max-width: 800px) {
  .book-left .tt {
    font-size: 10rem;
  }
}
@media screen and (max-width: 900px) {
  .book-left .tt {
    font-size: 12rem;
  }
}
@media screen and (max-width: 500px) {
  .book-left .tt {
    font-size: 7rem;
  }
}
@media screen and (min-width: 701px) {
  .book-left .tt {
    display: none;
  }
}
.book-left .inner .model {
  width: 80%;
}
.book-left .inner .model-inner {
  display: block;
  padding-top: calc((546 / 387) * 100%);
  position: relative;
  overflow: hidden;
  clip-path: circle(0% at 0 100%);
  transition: 0.8s;
}
@media screen and (max-width: 700px) {
  .book-left .inner .model-inner {
    display: none;
  }
}
.book-left .inner .model-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.book-left .inner .model .rate {
  margin: auto;
  width: fit-content;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .book-left .inner .model .rate {
    margin: 0;
  }
}
.book-left .inner .model .rate::after {
  content: "";
  position: absolute;
  height: 15.625vw;
  width: 45.3703703704vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #0B3A6E -114.8%, #010408 -54.15%, #031935 34.6%, #011327 80.85%);
  filter: blur(4rem);
}
.book-left .inner .model .rate-inner {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.book-left .inner .model .rate .rating {
  gap: 0.2rem;
}
.book-left .inner .model .rate-num {
  font-family: "SVN-Saudagar", sans-serif;
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .book-left .inner .model .rate-num {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .book-left .inner .model .rate-num {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .book-left .inner .model .rate-num {
    font-size: 4.5rem;
  }
}
.book-left .inner .model .rate-txt {
  font-family: "SVN-Saudagar", sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .book-left .inner .model .rate-txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .book-left .inner .model .rate-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .book-left .inner .model .rate-txt {
    font-size: 1.4rem;
  }
}
.book-left .inner .model .rate .star-flex {
  gap: 0.5rem;
}
@media screen and (max-width: 700px) {
  .book-left {
    width: 100%;
  }
}
.book-right {
  position: relative;
  z-index: 2;
}
.book-right .inner .tt {
  font-size: 20rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Sign Rathi", sans-serif;
  line-height: 1.4;
  padding-left: 0.3rem;
  margin-bottom: 3.2rem;
  transition: 0.8s;
  clip-path: circle(0.5% at 0 0);
}
@media only screen and (max-width: 1200px) {
  .book-right .inner .tt {
    font-size: 15rem;
  }
}
@media only screen and (max-width: 800px) {
  .book-right .inner .tt {
    font-size: 10rem;
  }
}
@media screen and (max-width: 900px) {
  .book-right .inner .tt {
    font-size: 12rem;
  }
}
@media screen and (max-width: 700px) {
  .book-right .inner .tt {
    display: none;
  }
}
.book-right .inner .bd-ln {
  margin-top: 3.2rem;
}
@media screen and (max-width: 390px) {
  .book-right .inner .bd-ln {
    margin: auto;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 700px) {
  .book-right {
    width: 100%;
  }
}
.book.is-inview .book-left .model-inner {
  clip-path: circle(141.2% at 0 100%);
}
.book.is-inview .book-right .tt {
  clip-path: circle(140.9% at 0 0);
  transition-delay: 0.5s;
}

.cs {
  width: 52.0833333333vw;
  height: 52.0833333333vw;
  mix-blend-mode: lighten;
  background-image: url("../assets/images/glow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 20%;
  left: 0;
  transform: translate(-50%, -50%);
  display: none;
}
.cs.inside {
  display: block;
}

.glow {
  --wc: calc(100vw*(700/1728));
  position: absolute;
  position: none;
  animation: glow 10s ease-in-out infinite;
}
.glow-inner {
  width: var(--wc);
  height: var(--wc);
  position: absolute;
  background-image: url("../assets/images/glow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
}

.cmt-item {
  margin-top: 2.4rem;
  border-bottom: 0.1rem solid rgba(0, 191, 254, 0.1);
  padding-bottom: 1rem;
}
.cmt-item-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.cmt-item > .children {
  margin-left: 6.4rem;
}
@media screen and (max-width: 400px) {
  .cmt-item > .children {
    margin-left: 4.8rem;
  }
}
.cmt-item > .children .cmt-item {
  border-bottom: none;
}
.cmt-item > .children > .cmt-item:not(:last-child) > .cmt-item-wrap > .cmt-content > .cmt-content-wrap::before {
  display: block;
  border-radius: 0;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-right: none;
  border-bottom: none;
  display: none;
}
.cmt-item.has-child > .cmt-item-wrap > .cmt-content > .cmt-content-wrap::before {
  display: block;
  border-radius: 0 0 0 2.4rem;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-right: none;
}
.cmt-ava {
  height: 100%;
}
.cmt-ava-inner {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 400px) {
  .cmt-ava-inner {
    width: 4rem;
    height: 4rem;
  }
}
.cmt-ava-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmt-content {
  margin-left: 1.6rem;
}
@media screen and (max-width: 400px) {
  .cmt-content {
    margin-left: 0.8rem;
  }
}
.cmt-content-wrap {
  position: relative;
}
.cmt-content-wrap::before {
  content: "";
  position: absolute;
  width: 4rem;
  right: 100%;
  top: 0.2rem;
  bottom: -4.8rem;
  border-radius: 0;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-right: none;
  border-bottom: none;
  display: none;
}
@media screen and (max-width: 400px) {
  .cmt-content-wrap::before {
    bottom: -4.4rem;
    top: 0.4rem;
    width: 2.8rem;
  }
}
.cmt-info {
  margin-bottom: 0.8rem;
}
.cmt-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.cmt-name {
  color: #1A1A1A;
  font-weight: 700;
  line-height: 1.1;
  margin-right: 0.8rem;
}
.cmt-time {
  font-size: 1.2rem;
  color: #1A1A1A;
  font-weight: 500;
}
.cmt-des {
  color: #1A1A1A;
  margin: 0.8rem 0;
}
@media screen and (max-width: 400px) {
  .cmt-des {
    font-size: 1.4rem;
  }
}
.cmt-image-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  margin-bottom: -1rem;
}
.cmt-image-item {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.cmt-image-img {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.8rem;
  cursor: pointer;
  position: relative;
}
.cmt-image-img i {
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
  background-color: #f8f8f8;
  font-weight: 300;
  border-radius: 100rem;
}
.cmt-image-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.cmt-control {
  margin-top: 1.6rem;
}
.cmt-control-link {
  color: #1A1A1A;
  font-weight: 700;
}
.cmt-control-link:not(:first-child) {
  margin-left: 1.6rem;
}
.cmt-control-link img {
  width: 1.6rem;
  height: 1.6rem;
}
.cmt .re-form {
  margin-top: 1.6rem;
  display: none;
}
.cmt .re-form.open {
  display: block;
}
.cmt-rate {
  padding: 1.6rem 2.4rem;
  border-radius: 0.8rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 500px) {
  .cmt-rate {
    padding: 0;
    background-color: transparent;
  }
}
.cmt-rate .title {
  color: #000000;
}
.cmt-rate-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  flex-wrap: wrap;
  align-items: center;
}
.cmt-rate-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cmt-rate-item:not(:first-child) {
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  border-left: 0.1rem solid #CCCCCC;
}
@media screen and (max-width: 500px) {
  .cmt-rate-item:not(:first-child) {
    margin-left: 0.8rem;
    padding-left: 0.8rem;
  }
}
.cmt-rate-wrap {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  top: -0.1rem;
}
.cmt-rate-wrap input:checked ~ .star {
  opacity: 1;
}
.cmt-rate-wrap input:checked ~ .star-opa {
  opacity: 0;
}
.cmt-rate-wrap img {
  width: 1.6rem;
  height: 1.6rem;
}
.cmt-rate-wrap .star {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.cmt-rate-number {
  color: #000000;
  font-size: 1.6rem;
  margin-left: 0.8rem;
  line-height: 1.2;
  font-weight: 500;
}

.homes-bn {
  overflow: hidden;
}
.homes-bn .container {
  max-width: 140rem;
}
.homes-bn-prod {
  padding: 2rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2rem);
  width: fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: 2.4rem;
}
.homes-bn-prod .img {
  width: 8.4rem;
  margin-right: 3.2rem;
}
.homes-bn-prod .img-inner {
  height: 100%;
  width: 100%;
}
.homes-bn-prod .img-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homes-bn-prod .content-tt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .homes-bn-prod .content-tt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-bn-prod .content-tt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-bn-prod {
    padding: 1rem;
  }
  .homes-bn-prod .img {
    width: 5rem;
  }
  .homes-bn-prod .content-tt {
    font-size: 1.4rem;
  }
  .homes-bn-prod .content .bd-ln .btn, .homes-bn-prod .content .bd-ln .btn-pri, .homes-bn-prod .content .bd-ln .btn-bd, .homes-bn-prod .content .bd-ln .btn-second {
    height: 3rem;
    min-width: unset;
  }
  .homes-bn-prod .content .bd-ln .btn .txt, .homes-bn-prod .content .bd-ln .btn-pri .txt, .homes-bn-prod .content .bd-ln .btn-bd .txt, .homes-bn-prod .content .bd-ln .btn-second .txt {
    font-size: 1.2rem;
  }
  .homes-bn-prod .content .bd-ln .btn .icon, .homes-bn-prod .content .bd-ln .btn-pri .icon, .homes-bn-prod .content .bd-ln .btn-bd .icon, .homes-bn-prod .content .bd-ln .btn-second .icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.homes-bn-flex .ctn .inner {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homes-bn-flex .ctn .sub {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .homes-bn-flex .ctn .sub {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-bn-flex .ctn .sub {
    font-size: 2.2rem;
  }
}
.homes-bn-flex .ctn .sub .char {
  opacity: 0;
}
.homes-bn-flex .ctn .tt {
  font-size: 7.2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .homes-bn-flex .ctn .tt {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-bn-flex .ctn .tt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1400px) {
  .homes-bn-flex .ctn .tt {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 1200px) {
  .homes-bn-flex .ctn .tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 800px) {
  .homes-bn-flex .ctn .tt {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .homes-bn-flex .ctn .tt {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  .homes-bn-flex .ctn .tt {
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 800px) {
  .homes-bn-flex .ctn .tt {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-bn-flex .ctn .tt {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1200px) {
  .homes-bn-flex .ctn .tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 900px) and (max-width: 800px) {
  .homes-bn-flex .ctn .tt {
    font-size: 2.7rem;
  }
}
.homes-bn-flex .ctn .tt .char {
  opacity: 0;
}
.homes-bn-flex .ctn .name {
  font-size: 8rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "SVN-Saudagar", sans-serif;
  line-height: 1.4;
  margin-bottom: 1rem;
  clip-path: circle(0.5% at 0 0);
}
@media screen and (max-width: 1200px) {
  .homes-bn-flex .ctn .name {
    font-size: 6rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-bn-flex .ctn .name {
    font-size: 4rem;
  }
}
.homes-bn-flex .ctn .homes-bn-prod {
  opacity: 0;
  transform: translateY(4rem);
}
@media screen and (max-width: 600px) {
  .homes-bn-flex .ctn {
    margin-bottom: 2rem;
    width: 100%;
  }
  .homes-bn-flex .ctn .sub,
.homes-bn-flex .ctn .tt,
.homes-bn-flex .ctn .name {
    text-align: center;
  }
  .homes-bn-flex .ctn .homes-bn-prod {
    margin: auto;
  }
}
.homes-bn-flex > .img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.homes-bn-flex > .img .model {
  margin-top: auto;
  width: 100%;
  position: relative;
  clip-path: circle(0.4% at 0 100%);
}
.homes-bn-flex > .img .model-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-bn-flex > .img .model-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .homes-bn-flex > .img .model {
    max-width: 30rem;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .homes-bn-flex > .img {
    width: 100%;
  }
}
.homes-bn-top {
  position: relative;
  padding-top: 10rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .homes-bn-top {
    padding-top: 4rem;
  }
}
.homes-bn-top .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.homes-bn-top .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: ZoomIns 40s linear infinite alternate;
}
.homes-bn-top .swiper-slide {
  width: 100%;
}
.homes-bn-top .swiper-slide-active .sub .char,
.homes-bn-top .swiper-slide-active .tt .char {
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -moz-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -o-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  opacity: 1;
}
.homes-bn-top .swiper-slide-active .name {
  transition: 0.8s;
  clip-path: circle(140.9% at 0 0);
  transition-delay: 0.3s;
}
.homes-bn-top .swiper-slide-active .homes-bn-prod {
  transition: 0.8s;
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0rem);
}
.homes-bn-top .swiper-slide-active .model {
  clip-path: circle(141.2% at 0 100%);
  transition: 0.8s;
}
.homes-bn-top .swiper-pagination {
  --w: 8rem;
  position: absolute;
  right: var(--w);
  top: 50%;
  left: unset;
  bottom: unset;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: 3rem;
  transform: translateY(-50%);
  gap: 2rem;
}
@media screen and (max-width: 1600px) {
  .homes-bn-top .swiper-pagination {
    --w: 4rem;
  }
}
@media screen and (max-width: 1500px) {
  .homes-bn-top .swiper-pagination {
    --w: 2rem;
    padding: 1rem;
    width: auto;
  }
  .homes-bn-top .swiper-pagination::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #041931;
    filter: blur(2rem);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 1200px) {
  .homes-bn-top .swiper-pagination {
    --w: 1rem;
    padding: 0;
    gap: 1rem;
  }
}
.homes-bn-top .swiper-pagination-bullet {
  width: 3rem;
  height: 3rem;
  margin: 0 !important;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 700;
  opacity: 0.2;
  background: transparent;
}
.homes-bn-top .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 0rem;
  height: 0.1rem;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  transition: 0.4s;
}
.homes-bn-top .swiper-pagination-bullet-active {
  opacity: 1;
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .homes-bn-top .swiper-pagination-bullet-active {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-bn-top .swiper-pagination-bullet-active {
    font-size: 2.2rem;
  }
}
.homes-bn-top .swiper-pagination-bullet-active::after {
  width: var(--w);
}
@media screen and (max-width: 1200px) {
  .homes-bn-top .swiper-pagination .swiper-pagination-bullet {
    font-size: 1.2rem;
  }
  .homes-bn-top .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 2rem;
  }
}
.homes-bn-thumb {
  position: relative;
  padding: 4rem 0;
}
.homes-bn-thumb::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 7rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100%);
  background-color: #041931;
  filter: blur(2rem);
  z-index: 2;
}
.homes-bn-thumb::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 7rem;
  right: calc(-1 * var(--rewidth));
  bottom: 0;
  transform: translateY(-100%);
  background-color: #041931;
  filter: blur(3rem);
  z-index: 2;
}
.homes-bn-thumb .swiper {
  position: relative;
  z-index: 3;
}
.homes-bn-thumb .swiper::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 2.4rem);
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  transform: translateX(-50%);
}
.homes-bn-thumb .swiper-slide {
  width: 16.6666666667%;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .homes-bn-thumb .swiper-slide {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .homes-bn-thumb .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .homes-bn-thumb .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .homes-bn-thumb .swiper-slide {
    width: 50%;
  }
}
.homes-bn-thumb .swiper-slide-thumb-active .homes-bn-thumb-it .des {
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.homes-bn-thumb .swiper-slide-thumb-active .homes-bn-thumb-it::after {
  width: 100%;
}
.homes-bn-thumb-it {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .homes-bn-thumb-it {
    font-size: 1.2rem;
  }
}
.homes-bn-thumb-it .des {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homes-bn-thumb-it::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0.2rem;
  width: 0%;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  transform: translateX(-50%);
  transition: 0.4s;
}
.homes-slider {
  position: relative;
}
.homes-slider-it {
  display: block;
  padding-top: calc((1160 / 2788) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  transition: 0.4s;
}
.homes-slider-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-slider .swiper {
  overflow: visible;
}
.homes-slider .swiper-container {
  overflow: visible;
}
.homes-slider .swiper-slide {
  width: 100%;
  perspective: 100rem;
  transition: 0.4s;
}
@media screen and (min-width: 1201px) {
  .homes-slider .swiper-slide-prev {
    transform: translateX(5%);
  }
  .homes-slider .swiper-slide-prev .homes-slider-it {
    transform: rotateY(10deg) translateX(5%);
  }
  .homes-slider .swiper-slide-next {
    transform: translateX(-5%);
  }
  .homes-slider .swiper-slide-next .homes-slider-it {
    transform: rotateY(-10deg) translateX(-5%);
  }
  .homes-slider .swiper-slide-active .homes-slider-it {
    transform: rotateY(0deg) scale(0.9);
    -webkit-mask-size: 100%;
    -webkit-mask-image: url("../assets/images/slider-clip.png");
    -moz-mask-image: url("../assets/images/slider-clip.png");
    -o-mask-image: url("../assets/images/slider-clip.png");
    background-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-position: bottom;
    height: 100%;
  }
}
.homes-slider .glow {
  top: 0;
  left: 0;
}
.homes-why .head {
  position: relative;
  padding-bottom: 3rem;
}
.homes-why .head .titles {
  flex-direction: row;
}
.homes-why .head .titles-wr {
  width: 58.3333333333%;
}
.homes-why .head .titles-desc {
  width: 41.6666666667%;
}
@media screen and (max-width: 1000px) {
  .homes-why .head .titles {
    flex-direction: column;
  }
  .homes-why .head .titles-wr {
    width: 100%;
  }
  .homes-why .head .titles-desc {
    width: 100%;
  }
}
.homes-why .head::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2.4rem;
  background-image: url("../assets/images/homewhy-dc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: calc(-1 * var(--rewidth));
  bottom: 0;
}
.homes-why-bd {
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .homes-why-bd {
    align-items: unset;
  }
  .homes-why-bd .col-5,
.homes-why-bd .col-7 {
    width: 50%;
  }
  .homes-why-bd .col-5 .homes-why-left,
.homes-why-bd .col-7 .homes-why-left {
    height: 100%;
    padding-left: 1.5rem;
  }
  .homes-why-bd .col-5 .homes-why-left .swiper-container,
.homes-why-bd .col-7 .homes-why-left .swiper-container {
    height: 100%;
  }
  .homes-why-bd .col-5 .homes-why-left .swiper-container .swiper,
.homes-why-bd .col-7 .homes-why-left .swiper-container .swiper {
    height: 100%;
  }
  .homes-why-bd .col-5 .homes-why-left .swiper-container .swiper .circle,
.homes-why-bd .col-7 .homes-why-left .swiper-container .swiper .circle {
    height: 100%;
  }
  .homes-why-bd .col-5 .homes-why-mid,
.homes-why-bd .col-7 .homes-why-mid {
    padding-right: 1.5rem;
    height: 35rem;
  }
}
@media screen and (max-width: 500px) {
  .homes-why-bd .col-5,
.homes-why-bd .col-7 {
    width: 100%;
  }
  .homes-why-bd .col-5 .homes-why-left,
.homes-why-bd .col-7 .homes-why-left {
    padding: 0 1.5rem;
  }
  .homes-why-bd .col-5 .homes-why-mid,
.homes-why-bd .col-7 .homes-why-mid {
    padding: 0 1.5rem;
  }
}
.homes-why-left {
  position: relative;
}
.homes-why-left .circle {
  width: 41.6666666667vw;
  height: 41.6666666667vw;
  border-radius: 100rem;
  background-color: red;
  padding: 10rem;
  background-color: #011327;
  overflow: hidden;
  position: relative;
  transition: 1.2s;
}
@media screen and (min-width: 1001px) {
  .homes-why-left .circle {
    transform: rotate(-45deg);
  }
}
.homes-why-left .circle .rec {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  clip-path: circle(0.4% at 0 100%);
  clip-path: circle(141.2% at 0 100%);
}
.homes-why-left .circle .rec-txt {
  transform: translate(50%, -50%) rotate(50deg);
}
@media screen and (max-width: 1300px) {
  .homes-why-left .circle .rec-txt {
    transform: translate(40%, -40%) rotate(50deg);
  }
}
.homes-why-left .circle .rec-txt .txt {
  font-size: 1vw;
}
.homes-why-left .circle-inner {
  border-radius: inherit;
  background-color: blue;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  transition: 1.2s;
}
@media screen and (min-width: 1001px) {
  .homes-why-left .circle-inner {
    transform: rotate(45deg);
  }
}
.homes-why-left .circle-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.homes-why-left .swiper-container {
  width: 41.6666666667vw;
  transform: translateX(-20rem);
}
@media screen and (min-width: 1001px) {
  .homes-why-left .swiper-slide-active .circle {
    transform: rotate(0);
  }
}
.homes-why-left .swiper-slide-active .circle .rec {
  clip-path: circle(141.2% at 0 100%);
}
@media screen and (min-width: 1001px) {
  .homes-why-left .swiper-slide-active .circle-inner {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 1001px) {
  .homes-why-left .swiper-slide-prev .circle {
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 1001px) {
  .homes-why-left .swiper-slide-prev .circle-inner {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1001px) {
  .homes-why-left .swiper-slide-next .circle {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 1001px) {
  .homes-why-left .swiper-slide-next .circle-inner {
    transform: rotate(-90deg);
  }
}
.homes-why-left-ctrl {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  left: calc(41.6666666667vw - 20rem);
  width: 10.2rem;
  gap: 1.6rem;
}
.homes-why-left-ctrl .line {
  height: 0.1rem;
  width: 100%;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
}
.homes-why-left-ctrl .prev,
.homes-why-left-ctrl .next {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.homes-why-left-ctrl .prev.swiper-button-disabled,
.homes-why-left-ctrl .next.swiper-button-disabled {
  opacity: 0.2;
}
.homes-why-left-ctrl .prev img,
.homes-why-left-ctrl .next img {
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 1000px) {
  .homes-why-left-ctrl {
    z-index: 2;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .homes-why-left .swiper-container {
    transform: none;
    width: 100%;
  }
  .homes-why-left .swiper-container .circle {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
  }
  .homes-why-left .swiper-container .circle .rec {
    position: unset;
    width: 100%;
    height: auto;
  }
  .homes-why-left .swiper-container .circle .rec-txt {
    transform: none;
    padding: 2rem;
  }
  .homes-why-left .swiper-container .circle .rec-txt .txt {
    font-size: 1.6rem;
  }
}
.homes-why-mid {
  height: 50rem;
}
.homes-why-mid .swiper {
  height: 100%;
}
.homes-why-mid .swiper-container {
  height: 100%;
}
.homes-why-mid .swiper-slide {
  height: 25%;
  overflow: visible;
  transition: 0.4s;
  pointer-events: none;
}
.homes-why-mid .swiper-slide .homes-why-mid-it {
  opacity: 0.4;
}
.homes-why-mid .swiper-slide-thumb-active .homes-why-mid-it {
  opacity: 1;
}
.homes-why-mid-it {
  position: relative;
  transition: 0.4s;
}
.homes-why-mid-it::after {
  content: attr(data-nb);
  font-size: 30rem;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -242.83%, rgba(255, 255, 255, 0) 59.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-34%);
}
@media screen and (max-width: 1000px) {
  .homes-why-mid-it::after {
    font-size: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .homes-why-mid-it::after {
    font-size: 16rem;
  }
}
.homes-why-mid-it .tt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .homes-why-mid-it .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-why-mid-it .tt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .homes-why-mid-it .tt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  .homes-why-mid-it .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 800px) {
  .homes-why-mid-it .tt {
    font-size: 1.6rem;
  }
}
.homes-why-mid-it .des {
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .homes-why-mid-it .des {
    font-size: 1.4rem;
  }
}
.homes-why-right {
  height: 30rem;
  background-color: red;
}
.homes-count-flex {
  position: relative;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .homes-count-flex {
    flex-direction: column;
  }
}
.homes-count-flex .glow {
  animation: none;
  top: -50%;
  left: 30%;
}
@media screen and (max-width: 900px) {
  .homes-count-flex .glow {
    top: 0;
  }
}
.homes-count-num {
  --w: 35rem;
  width: var(--w);
}
@media screen and (max-width: 1050px) {
  .homes-count-num {
    --w: 30rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-count-num {
    --w: 20rem;
  }
}
@media screen and (max-width: 600px) {
  .homes-count-num {
    margin-bottom: 2rem;
  }
}
.homes-count-num .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.homes-count-num .inner .num {
  font-size: 20rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .homes-count-num .inner .num {
    font-size: 15rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-count-num .inner .num {
    font-size: 10rem;
  }
}
.homes-count-num .inner .num-txt {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .homes-count-num .inner .num {
    font-size: 10rem;
  }
}
.homes-count-num .inner .num::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background-image: url("../assets/images/form.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7%;
  min-width: var(--w);
}
.homes-count-num .inner .name {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .homes-count-num .inner .name {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-count-num .inner .name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1050px) {
  .homes-count-num .inner .name {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 1200px) {
  .homes-count-num .inner .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 800px) {
  .homes-count-num .inner .name {
    font-size: 1.6rem;
  }
}
.homes-count-right {
  flex: 1;
}
.homes-count-right .inner {
  width: 80%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 1230px) {
  .homes-count-right .inner {
    width: 100%;
  }
}
.homes-count-it {
  width: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  padding: 4rem;
}
@media screen and (max-width: 900px) {
  .homes-count-it {
    flex-direction: column;
    gap: 1rem;
    align-items: unset;
  }
}
@media screen and (max-width: 400px) {
  .homes-count-it {
    padding: 2rem;
  }
}
.homes-count-it .num {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
}
.homes-count-it .num-txt {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1050px) {
  .homes-count-it .num-txt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 400px) {
  .homes-count-it .num-txt {
    font-size: 4rem;
  }
}
.homes-count-it .num .plus {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .homes-count-it .num .plus {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-count-it .num .plus {
    font-size: 2.2rem;
  }
}
.homes-count-it .name {
  display: block;
  font-size: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 1200px) {
  .homes-count-it .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-count-it .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .homes-count-it .name {
    font-size: 1.4rem;
  }
}
.homes-count-it:nth-child(2n+2) {
  border-left: 0.1rem solid rgba(220, 154, 39, 0.2);
}
.homes-count-it:not(:first-child, :nth-child(2)) {
  border-top: 0.1rem solid rgba(220, 154, 39, 0.2);
}
.homes-nb-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr {
    padding: 0 1.5rem;
  }
}
.homes-nb-wr .left {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr .left {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .homes-nb-wr .left {
    width: 100%;
    display: none;
  }
}
.homes-nb-wr .left-slider {
  width: 80%;
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr .left-slider {
    width: calc(100% - 2.4rem);
  }
}
.homes-nb-wr .left-slider .swiper {
  border-radius: 1rem;
}
.homes-nb-wr .left-it {
  display: block;
  padding-top: calc((823 / 444) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-nb-wr .left-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-nb-wr .right {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr .right {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .homes-nb-wr .right {
    width: 100%;
  }
}
.homes-nb-wr .right .head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-right: calc(var(--rewidth));
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr .right .head {
    padding-right: 0;
  }
}
.homes-nb-wr .right .head .swiper-control {
  align-items: unset;
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr .right .head {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .homes-nb-wr .right .head {
    flex-direction: column;
    gap: 1rem;
  }
}
.homes-nb-wr .right .head .swiper-control-btn {
  border: 0.1rem solid #EDB31F;
}
.homes-nb-wr .right .head .swiper-control-btn::after {
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
}
.homes-nb-wr .right .head .swiper-control-btn img {
  filter: brightness(0) invert(1);
}
.homes-nb-wr .right .head .swiper-control-btn.swiper-button-disabled img {
  filter: none;
}
.homes-nb-wr .right .progress {
  margin-bottom: 4rem;
  padding-right: calc(var(--rewidth));
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr .right .progress {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.homes-nb-wr .right .progress-line {
  position: relative;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.homes-nb-wr .right .progress-line::after {
  content: "";
  position: absolute;
  width: var(--progress);
  left: 0;
  height: 100%;
  transition: 0.4s;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
}
.homes-nb-wr .right-slider-it .content {
  width: 40%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.homes-nb-wr .right-slider-it .content .sub {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  clip-path: circle(0.5% at 0 0);
}
.homes-nb-wr .right-slider-it .content .tt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2rem;
  clip-path: circle(0.5% at 0 0);
}
@media only screen and (max-width: 1200px) {
  .homes-nb-wr .right-slider-it .content .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-nb-wr .right-slider-it .content .tt {
    font-size: 1.7rem;
  }
}
.homes-nb-wr .right-slider-it .content .pr {
  width: 20rem;
  margin: auto;
  margin-bottom: 1rem;
  transform: scale(0);
}
@media screen and (min-width: 751px) {
  .homes-nb-wr .right-slider-it .content .pr {
    display: none;
  }
}
.homes-nb-wr .right-slider-it .content .pr-img {
  display: block;
  padding-top: calc((823 / 444) * 100%);
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1rem;
}
.homes-nb-wr .right-slider-it .content .pr-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-nb-wr .right-slider-it .content .des {
  font-weight: 300;
  margin-bottom: 2rem;
  clip-path: circle(0.5% at 0 0);
}
.homes-nb-wr .right-slider-it .content .bd-ln {
  transform: translateY(2rem);
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .homes-nb-wr .right-slider-it .content .bd-ln {
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr .right-slider-it .content {
    width: 100%;
  }
}
.homes-nb-wr .right-slider-it .img {
  width: 60%;
  max-width: 64.8rem;
  transform: scale(0);
}
.homes-nb-wr .right-slider-it .img-vid {
  position: relative;
}
.homes-nb-wr .right-slider-it .img-vid-play {
  position: absolute;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14.1rem;
  height: 14.1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2rem);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 500px) {
  .homes-nb-wr .right-slider-it .img-vid-play {
    width: 7rem;
    height: 7rem;
  }
}
.homes-nb-wr .right-slider-it .img-vid-play img {
  width: 4.4rem;
  height: 4.4rem;
}
.homes-nb-wr .right-slider-it .img-vid-inner {
  display: block;
  padding-top: calc((486 / 648) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.homes-nb-wr .right-slider-it .img-vid-inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -13.48%, rgba(0, 0, 0, 0) 44.75%);
  left: 0;
  top: 0;
}
.homes-nb-wr .right-slider-it .img-vid-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-nb-wr .right-slider-it .img-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
}
.homes-nb-wr .right-slider-it .img-hd .icon {
  width: 9.5rem;
  height: 6.2rem;
  margin-right: 1rem;
}
.homes-nb-wr .right-slider-it .img-hd .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .homes-nb-wr .right-slider-it .img {
    width: 100%;
    max-width: unset;
  }
}
.homes-nb-wr .right-slider .swiper-slide-active .content .sub {
  clip-path: circle(140.9% at 0 0);
  transition: 0.5s;
}
.homes-nb-wr .right-slider .swiper-slide-active .content .tt {
  clip-path: circle(140.9% at 0 0);
  transition: 0.5s;
  transition-delay: 0.4s;
}
.homes-nb-wr .right-slider .swiper-slide-active .content .pr {
  transform: scale(1);
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.homes-nb-wr .right-slider .swiper-slide-active .content .des {
  clip-path: circle(140.9% at 0 0);
  transition: 0.5s;
  transition-delay: 0.8s;
}
.homes-nb-wr .right-slider .swiper-slide-active .content .bd-ln {
  transition: 0.5s;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 1s;
}
.homes-nb-wr .right-slider .swiper-slide-active .img {
  transform: scale(1);
  transition: 0.5s;
}
.homes-cus-wr {
  max-width: 145rem;
  width: calc(100% - 3rem);
  padding-left: 1.5rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1670px) {
  .homes-cus-wr {
    max-width: 123rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-cus-wr {
    padding-left: 0;
  }
}
.homes-cus-wr .glow {
  animation: none;
  right: 0;
  top: 0;
}
.homes-cus-wr .glow-inner {
  transform: translateX(-50%);
}
.homes-cus-cover .swiper {
  overflow: visible;
}
.homes-cus-cover .swiper-slide {
  border-radius: 1rem;
  transition: 0.4s;
  filter: grayscale(1);
}
@media screen and (max-width: 900px) {
  .homes-cus-cover .swiper-slide {
    border-radius: 0;
  }
}
.homes-cus-cover .swiper-slide-active {
  filter: grayscale(0);
}
.homes-cus-cover .swiper-container {
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 1460px) {
  .homes-cus-cover .swiper-container {
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 950px) {
  .homes-cus-cover .swiper-container {
    width: 67%;
  }
}
@media screen and (max-width: 900px) {
  .homes-cus-cover .swiper-container {
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-cus-cover .swiper-prev {
    left: 0 !important;
  }
  .homes-cus-cover .swiper-next {
    right: 0 !important;
    left: unset !important;
  }
}
.homes-cus-cover-it {
  display: block;
  padding-top: calc((517 / 689) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-cus-cover-it img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-cus-verti {
  height: 70rem;
}
@media screen and (max-width: 1670px) {
  .homes-cus-verti {
    height: 60rem;
  }
}
@media screen and (max-width: 1460px) {
  .homes-cus-verti {
    height: 50rem;
  }
}
@media screen and (max-width: 950px) {
  .homes-cus-verti {
    height: 40rem;
  }
}
@media screen and (max-width: 680px) {
  .homes-cus-verti {
    height: auto;
  }
}
.homes-cus-verti .swiper {
  height: 100%;
}
.homes-cus-verti .swiper-container {
  height: 100%;
}
.homes-cus-verti .swiper-slide {
  height: 33.3333333333%;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 680px) {
  .homes-cus-verti .swiper-slide {
    height: auto;
  }
}
.homes-cus-verti .swiper-slide-thumb-active .homes-cus-verti-it {
  opacity: 1;
  border-bottom-color: rgba(255, 242, 0, 0.156);
}
.homes-cus-verti .swiper-slide-thumb-active .homes-cus-verti-it .tt,
.homes-cus-verti .swiper-slide-thumb-active .homes-cus-verti-it .sub {
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.homes-cus-verti-it {
  position: relative;
  opacity: 0.4;
  transition: 0.4s;
  padding-bottom: 3rem;
  border-bottom: 0.2rem solid transparent;
}
.homes-cus-verti-it .tt {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .homes-cus-verti-it .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-cus-verti-it .tt {
    font-size: 1.7rem;
  }
}
.homes-cus-verti-it .sub {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1460px) {
  .homes-cus-verti-it {
    padding-bottom: 1rem;
  }
  .homes-cus-verti-it .sub {
    margin-bottom: 0.8rem;
  }
  .homes-cus-verti-it .des {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 950px) {
  .homes-cus-verti-it .tt {
    font-size: 1.5rem;
  }
  .homes-cus-verti-it .sub {
    font-size: 1.2rem;
  }
  .homes-cus-verti-it .des {
    font-size: 1rem;
  }
}
.homes-cus-progress {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.homes-cus-progress .progress {
  height: 30rem;
  width: 0.2rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.homes-cus-progress .progress::after {
  content: "";
  position: absolute;
  width: 100%;
  height: var(--progress);
  transition: 0.4s;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  background: linear-gradient(to bottom, #dc9a27, #edb31f, #d7942a, #b06828);
}
@media screen and (max-width: 680px) {
  .homes-cus-progress {
    position: unset;
    transform: none;
    flex-direction: row;
  }
  .homes-cus-progress .progress {
    height: 0.2rem;
    width: 100%;
  }
  .homes-cus-progress .progress::after {
    width: var(--progress);
    height: 100%;
  }
}
.homes-cus-left {
  width: 55%;
}
@media screen and (max-width: 900px) {
  .homes-cus-left .inner {
    height: 100%;
  }
  .homes-cus-left .inner .homes-cus-cover {
    height: inherit;
  }
  .homes-cus-left .inner .homes-cus-cover .swiper-container {
    height: inherit;
  }
  .homes-cus-left .inner .homes-cus-cover .swiper-container .swiper {
    height: inherit;
  }
  .homes-cus-left .inner .homes-cus-cover .swiper-container .swiper .homes-cus-cover-it {
    height: 100%;
  }
}
@media screen and (max-width: 680px) {
  .homes-cus-left {
    width: 100%;
  }
}
.homes-cus-right {
  width: 45%;
  padding: 0 7rem;
}
@media screen and (max-width: 1200px) {
  .homes-cus-right {
    padding-right: 5rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-cus-right {
    padding-left: 0rem;
  }
  .homes-cus-right .inner {
    height: 100%;
  }
}
@media screen and (max-width: 680px) {
  .homes-cus-right {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.homes-upd .head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homes-upd-wr {
  position: relative;
}
.homes-upd-wr .glow {
  animation: none;
  left: 0;
  top: 0;
}
.homes-upd-wr .glow-inner {
  transform: translate(-50%, -50%) !important;
}
.homes-upd-item .inner {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .homes-upd-item .inner .img {
    margin-bottom: 1rem;
  }
}
.homes-upd-item .inner .img-inner {
  display: block;
  padding-top: calc((294 / 384) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-upd-item .inner .img-inner::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 28.91%), linear-gradient(0deg, rgba(0, 0, 0, 0) 86.05%, rgba(0, 0, 0, 0.9) 109.18%);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media (hover: hover) {
  .homes-upd-item .inner .img-inner:hover img {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
  }
}
.homes-upd-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.homes-upd-item .inner .sk {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 1201px) {
  .homes-upd-item .inner .sk {
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.4rem;
  }
}
.homes-upd-item .inner .sk-txt {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .homes-upd-item .inner .sk-txt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-upd-item .inner .sk-txt {
    font-size: 1.6rem;
  }
}
.homes-upd-item .inner .sk-val {
  font-weight: 300;
}
.homes-upd-item .inner .sk .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100rem;
  background-color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .homes-upd-item .inner .sk {
    margin-bottom: 0.5rem;
  }
  .homes-upd-item .inner .sk-txt {
    font-size: 1.4rem;
  }
  .homes-upd-item .inner .sk-val {
    font-size: 1.4rem;
  }
}
.homes-upd-item .inner .info {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .homes-upd-item .inner .info {
    padding: 1rem;
    position: unset;
    background-color: transparent;
    padding: 0;
  }
}
.homes-upd-item .inner .info-txt {
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .homes-upd-item .inner .info-txt {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .homes-upd-item .inner .info-txt:hover {
    color: #EDB31F;
  }
}
.homes-upd-item.big .inner .img-inner {
  display: block;
  padding-top: calc((450 / 791) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-upd-item.big .inner .info {
  position: unset;
  padding: 0;
  background-color: transparent;
}
.homes-upd-item.big .inner .info-tt {
  font-size: 2.4rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .homes-upd-item.big .inner .info-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-upd-item.big .inner .info-tt {
    font-size: 1.7rem;
  }
}
.homes-upd-item.big .inner .info .des {
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .homes-upd-left {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .homes-upd-right {
    width: 100%;
  }
  .homes-upd-right .homes-upd-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .homes-upd-right .homes-upd-item .inner .sk {
    flex-direction: column;
    align-items: unset;
    gap: 0.4rem;
  }
  .homes-upd-right .homes-upd-item .inner .sk-txt {
    font-size: 1.2rem;
  }
  .homes-upd-right .homes-upd-item .inner .sk-val {
    font-size: 1.2rem;
  }
  .homes-upd-right .homes-upd-item .inner .sk .dot {
    display: none;
  }
}
.homes-vid-wr {
  position: relative;
}
.homes-vid-wr .glow {
  animation: none;
  right: 0;
  top: 0;
}
.homes-vid-wr .glow-inner {
  transform: translate(-20%, -80%) !important;
}
.homes-vid-thumb .swiper {
  position: relative;
}
.homes-vid-thumb .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2rem;
  height: 0.2rem;
  width: calc(100% - 2.4rem);
  background: rgba(255, 255, 255, 0.2);
}
.homes-vid-thumb .swiper-slide {
  width: 33.3333333333%;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .homes-vid-thumb .swiper-slide {
    width: 50%;
  }
}
.homes-vid-thumb .swiper-slide-thumb-active .homes-vid-thumb-it::after {
  width: 100%;
}
.homes-vid-thumb .swiper-slide-thumb-active .homes-vid-thumb-it .des {
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.homes-vid-thumb-it {
  padding-top: 2rem;
  position: relative;
}
.homes-vid-thumb-it::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.2rem;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
.homes-vid-thumb-it .des {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .homes-vid-thumb-it .des {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-vid-thumb-it .des {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .homes-vid-thumb-it .des {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .homes-vid-thumb-it .des {
    font-size: 1.4rem;
  }
}
.homes-vid-main {
  margin-bottom: 2rem;
}
.homes-vid-main .swiper {
  border-radius: 1rem;
}
.homes-vid-main-it .inner {
  position: relative;
}
.homes-vid-main-it .inner .img {
  position: relative;
}
.homes-vid-main-it .inner .img .img-play {
  width: 14.1rem;
  height: 14.1rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2rem);
  border-radius: 100rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .homes-vid-main-it .inner .img .img-play {
    width: 7rem;
    height: 7rem;
  }
}
.homes-vid-main-it .inner .img .img-play img {
  width: 4.4rem;
  height: 4.4rem;
}
@media screen and (max-width: 400px) {
  .homes-vid-main-it .inner .img .img-play {
    width: 5rem;
    height: 5rem;
  }
  .homes-vid-main-it .inner .img .img-play img {
    width: 2rem;
    height: 2rem;
  }
}
.homes-vid-main-it .inner .img-inner {
  display: block;
  padding-top: calc((650 / 1200) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-vid-main-it .inner .img-inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) -10.77%, rgba(0, 0, 0, 0) 70.62%);
  left: 0;
  top: 0;
}
.homes-vid-main-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homes-vid-main-it .inner .info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 500px) {
  .homes-vid-main-it .inner .info {
    padding: 1rem;
  }
}
.homes-vid-main-it .inner .info .icon {
  width: 9.5rem;
  height: 6.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .homes-vid-main-it .inner .info .icon {
    width: 5rem;
    height: 3rem;
  }
}
.homes-vid-main-it .inner .info .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homes-vid-main-it .inner .info .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .homes-vid-main-it .inner .info .txt {
    font-size: 1.2rem;
  }
}

.prd-qc .inner {
  display: block;
  padding-top: calc((250 / 1200) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.prd-qc .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prd-wr {
  margin-top: 4rem;
}
@media screen and (min-width: 1201px) {
  .prd-side .side-fixed {
    position: sticky;
    top: var(--size-hd);
  }
}
.prd-side .side-close {
  background-color: #EDB31F;
  border-radius: 100rem;
}
.prd-side-bl:not(:first-child) {
  margin-top: 3rem;
}
.prd-side-bl .tt {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #5579a4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .prd-side-bl.no-mb {
    display: none;
  }
}
.prd-side-cl-it:not(:first-child) {
  margin-top: 2rem;
}
.prd-side-cl-it.active .ic {
  transform: rotate(180deg);
}
.prd-side-cl-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  cursor: pointer;
}
.prd-side-cl-hd .ic {
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.4s;
}
.prd-side-cl-bd {
  padding-left: 2rem;
  display: none;
}
.prd-side-cl .link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.prd-side-cl .link:not(:first-child) {
  margin-top: 1rem;
}
.prd-side-cl .link .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.4s;
}
.prd-side-cl .link .num {
  color: #5579a4;
  font-style: italic;
  font-weight: 300;
}
.prd-side-cl .link.active .text {
  font-weight: 700;
}
@media (hover: hover) {
  .prd-side-cl .link:hover {
    color: #EDB31F;
  }
}
.prd-side-nb {
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
@media screen and (min-width: 1201px) {
  .prd-side-nb {
    max-height: 35rem;
    display: block;
  }
}
.prd-side-nb::-webkit-scrollbar {
  width: 0.2rem;
}
.prd-side-nb-it .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.prd-side-nb-it .inner .img {
  width: 8rem;
  margin-right: 0.8rem;
}
.prd-side-nb-it .inner .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.prd-side-nb-it .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prd-side-nb-it .inner .info-tt {
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) {
  .prd-side-nb-it .inner .info-tt:hover {
    color: #EDB31F;
  }
}
.prd-main .side-open {
  position: unset;
  transform: none;
  border-radius: 0.5rem;
  flex-shrink: 0;
}
.prd-main-hd {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .prd-main {
    width: 100%;
  }
}
.prd-main-tt {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .prd-main-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prd-main-tt {
    font-size: 1.7rem;
  }
}
.prd-main-content {
  margin-top: 3rem;
}
.prd-main-content-tt {
  font-size: 2.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, #FFAF61 0.37%, #DC9A27 27.52%, #EDB31F 52.76%, #D7942A 80.98%, #B06828 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .prd-main-content-tt {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .prd-main-content-tt {
    font-size: 2.1rem;
  }
}
.prd-main-content .des {
  font-weight: 300;
}
.prd-main-content .des strong {
  color: #EDB31F;
  font-weight: 400;
}
.prd-main-content .homes-vid-main-it {
  margin: 2rem 0;
}
.prd-main-content .homes-vid-main-it .inner .img-inner {
  border-radius: 1rem;
}
@media screen and (max-width: 600px) {
  .prd-main .prodlist .prod-item {
    width: 50%;
  }
}

.page-template-welcome-template .header {
  display: none;
}

.page-welcome .header {
  display: none;
  background-color: transparent !important;
}
.page-welcome .header .gtranslate_wrapper {
  display: none;
}
.page-welcome .header-logo {
  display: none;
}
@media screen and (max-width: 550px) {
  .page-welcome .header-logo {
    display: block;
  }
  .page-welcome .header-logo img {
    filter: brightness(0) invert(1);
  }
}
.page-welcome .header-nav {
  display: none;
}
.page-welcome .header-action {
  margin-left: auto;
}
.page-welcome .header-action .header-lg {
  display: none;
}
.page-welcome .header-it .ic img {
  filter: brightness(0) invert(1);
}
.page-welcome .header-srch {
  transform: translateY(400%);
  transition: 1s;
}
.page-welcome .header-srch-flex {
  border-radius: 0;
}
.page-welcome .header-srch button img {
  filter: brightness(0) invert(1);
}
.page-welcome .header-srch input {
  color: #ffffff;
}
.page-welcome .header-srch input::placeholder {
  color: #ffffff;
}
.page-welcome .header-srch .text {
  color: #fff;
}
.page-welcome .footer {
  display: none;
}
.page-welcome .main,
.page-welcome .site-main {
  padding-top: 0;
}
.page-welcome.is-inview .header-srch {
  transform: translateY(0);
  transition-delay: 0.5s;
}
.page-welcome.is-inview .welcome-list {
  transform: translateY(0);
  opacity: 1;
}

.welcome-text {
  position: absolute;
  z-index: 2;
  padding-top: 3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 650px) {
  .welcome-text {
    width: 100%;
  }
  .welcome-text-img {
    display: flex;
    justify-content: center;
  }
}
.welcome-text img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.welcome-text .custom-logo-link {
  display: block;
  width: 18.5763888889vw;
}
@media screen and (max-width: 650px) {
  .welcome-text .custom-logo-link {
    width: 40%;
  }
}
.welcome-text .custom-logo-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome-text .menu-item .menu-link {
  color: #000 !important;
  font-size: 1.4rem !important;
}
.welcome-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.4rem;
  transform: translateY(0);
}
@media screen and (max-width: 550px) {
  .welcome-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 440px) {
  .welcome-list {
    gap: 1rem;
  }
}
.welcome-list-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.welcome-bn {
  position: relative;
  height: 100vh;
}
.welcome-bn-sw {
  height: 100%;
}
.welcome-sl .swiper {
  width: 100%;
  height: 100vh;
}
.welcome-sl-it {
  height: 100vh;
}
.welcome-sl-it img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome-lg {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8rem 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  transition: 0.4s;
}
@media screen and (max-width: 900px) {
  .welcome-lg {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .welcome-lg {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 500px) {
  .welcome-lg {
    border-radius: 8px 8px 0 0;
  }
  .welcome-lg .row {
    flex-direction: column;
  }
  .welcome-lg .col-5,
.welcome-lg .col-7 {
    width: 100%;
  }
}
.welcome-lg.close {
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.welcome-lg .tt {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.welcome-lg-l .select .select2-container--default .select2-selection--single {
  border: 0.1rem solid #0C1226;
  border-radius: 0;
  height: 4rem;
}
.welcome-lg-l .select .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-bottom: 0;
  background: transparent !important;
  border-bottom: none;
  font-size: 1.4rem;
}
.welcome-lg-l .select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 0 !important;
}
.welcome-lg-l .select .select2-selection__placeholder {
  padding-left: 2rem;
}
.welcome-lg-l .select .select2-selection__placeholder::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/ic-cart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.welcome-lg-r {
  width: 71.4285714286%;
  margin-left: auto;
}
@media screen and (max-width: 500px) {
  .welcome-lg-r {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2rem;
  }
  .welcome-lg-r .tt {
    width: 100%;
  }
  .welcome-lg-r .btn-pri {
    margin-top: 0 !important;
  }
}
.welcome-lg-r-choo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
.welcome-lg-r .btn, .welcome-lg-r .btn-pri, .welcome-lg-r .btn-bd, .welcome-lg-r .btn-second {
  margin-top: 4rem;
}
.welcome-lg-lb {
  cursor: pointer;
}
.welcome-lg-lb input:checked ~ .welcome-lg-cir {
  background-color: #000000;
  color: #ffffff;
}
.welcome-lg-cir {
  width: 4rem;
  height: 4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 1.4rem;
}

.page-welcome-1 .welcome-text {
  left: 50%;
  transform: translateX(-50%) translateY(0%) scale(1);
}
.page-welcome-1 .welcome-list {
  display: none;
}

.page-welcome-2 .gtranslate_wrapper,
.page-template-welcome-template .gtranslate_wrapper {
  display: flex !important;
}
.page-welcome-2 .welcome-sl-it,
.page-template-welcome-template .welcome-sl-it {
  position: relative;
}
.page-welcome-2 .welcome-sl-it .plink,
.page-template-welcome-template .welcome-sl-it .plink {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  z-index: 5;
  color: #fff;
  font-size: 1.4rem;
  display: none;
}
.page-welcome-2 .welcome-sl-it img,
.page-template-welcome-template .welcome-sl-it img {
  object-position: top;
}
.page-welcome-2 .welcome-bn,
.page-template-welcome-template .welcome-bn {
  height: 100vh;
}
.page-welcome-2 .welcome-container,
.page-template-welcome-template .welcome-container {
  height: 100%;
}
.page-welcome-2 .welcome-text,
.page-template-welcome-template .welcome-text {
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%) scale(1);
  align-items: unset;
}
.page-welcome-2 .welcome-list,
.page-template-welcome-template .welcome-list {
  gap: 2rem;
  margin-top: 2.4rem;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 993px) {
  .page-welcome-2 .welcome-list,
.page-template-welcome-template .welcome-list {
    column-gap: 2rem;
  }
}
@media screen and (max-width: 550px) {
  .page-welcome-2 .welcome-list,
.page-template-welcome-template .welcome-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 440px) {
  .page-welcome-2 .welcome-list,
.page-template-welcome-template .welcome-list {
    gap: 1rem;
  }
}
.page-welcome-2 .welcome-list-link,
.page-template-welcome-template .welcome-list-link {
  color: #000;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.page-welcome-2 .welcome-bn,
.page-template-welcome-template .welcome-bn {
  position: relative;
}
.page-welcome-2 .welcome-bn-sw,
.page-template-welcome-template .welcome-bn-sw {
  height: 100%;
}
.page-welcome-2 .swiper-container,
.page-template-welcome-template .swiper-container {
  height: 100%;
}
.page-welcome-2 .welcome-list-link,
.page-template-welcome-template .welcome-list-link {
  font-size: 1.4rem;
}
.page-welcome-2 .welchild-btn-prev, .page-welcome-2 .welchild-btn-next,
.page-template-welcome-template .welchild-btn-prev,
.page-template-welcome-template .welchild-btn-next {
  z-index: 9999;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
}
.page-welcome-2 .welchild-btn-prev::after, .page-welcome-2 .welchild-btn-next::after,
.page-template-welcome-template .welchild-btn-prev::after,
.page-template-welcome-template .welchild-btn-next::after {
  font-size: 1.4rem;
  color: black;
}
.page-welcome-2 .welchild-btn-prev.swiper-button-disabled, .page-welcome-2 .welchild-btn-next.swiper-button-disabled,
.page-template-welcome-template .welchild-btn-prev.swiper-button-disabled,
.page-template-welcome-template .welchild-btn-next.swiper-button-disabled {
  opacity: 0.6 !important;
}
.page-welcome-2 .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow,
.page-template-welcome-template .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  filter: brightness(0) invert(1);
}
.page-welcome-2 .header-action,
.page-template-welcome-template .header-action {
  margin-top: -2rem;
}
.page-welcome-2 .page-welcome .header .gtranslate_wrapper,
.page-template-welcome-template .page-welcome .header .gtranslate_wrapper {
  display: none !important;
}

.page-template-welcome-template .header {
  height: 10rem !important;
}
.page-template-welcome-template .header-wrap {
  width: 280rem;
}
@media screen and (max-width: 768px) {
  .page-template-welcome-template .header-action .header-it {
    display: none;
  }
}
.page-template-welcome-template .welcome-text {
  transform: translateX(0%) translateY(0%) scale(1) !important;
  transform-origin: top left;
  z-index: 99999999;
  left: 12rem !important;
}
.page-template-welcome-template .welcome-text .custom-logo-link {
  width: 20.3125vw;
}
@media screen and (max-width: 650px) {
  .page-template-welcome-template .welcome-text {
    left: 50% !important;
    width: 55%;
    transform: translateX(-50%) !important;
  }
  .page-template-welcome-template .welcome-text .custom-logo-link {
    width: 100%;
  }
}
.page-template-welcome-template .welcome-text-img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.page-template-welcome-template .welcome-list {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page-template-welcome-template .welcome-list {
    display: none;
  }
}
.page-template-welcome-template .welcome-text-img {
  justify-content: flex-start;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .page-template-welcome-template .welcome-list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 650px) {
  .page-template-welcome-template .gt_float_switcher .gt_options {
    top: calc(100% + 1rem);
  }
}
.page-template-welcome-template .header-it .ic img,
.page-template-welcome-template .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  filter: brightness(0);
}
.page-template-welcome-template .header {
  display: block;
  border-bottom: none;
}
.page-template-welcome-template .header-wrap {
  background: transparent;
}
.page-template-welcome-template .header-wrap .header-flex > .header-logo {
  display: none;
}
.page-template-welcome-template .header .header-burger-welcome {
  display: flex;
  align-items: center;
}
.page-template-welcome-template .header .burger {
  display: none;
}
.page-template-welcome-template .header .header-srch.popup-open {
  display: none;
}

.header-burger-welcome {
  position: absolute;
  left: 0;
  top: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .header-burger-welcome {
    top: 3rem;
  }
}
.header-burger-welcome .icon {
  display: flex;
  width: 2.2rem;
  height: 2.2rem;
}
.header-burger-welcome .icon:nth-child(1) {
  position: relative;
}
.header-burger-welcome .icon:nth-child(1) img {
  width: 100%;
  object-fit: contain;
}
.header-burger-welcome .icon i {
  font-size: 2.2rem;
  font-weight: 700;
}
.header-burger-welcome .icon-close {
  display: none;
}
.header-burger-welcome .icon-close i {
  font-size: 3rem;
  color: #231f20;
}
.header-burger-welcome.active .icon {
  display: none;
}
.header-burger-welcome.active .icon-close {
  display: flex;
}
@media screen and (min-width: 500px) {
  .header-burger-welcome {
    top: 2.8rem !important;
  }
}

.pmw.popup {
  z-index: 999999999999;
}
.pmw.popup .custom-logo-link {
  width: 20.3125vw;
  margin: 2rem;
}
@media screen and (max-width: 1200px) {
  .pmw.popup .custom-logo-link {
    margin: 2rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  .pmw.popup .custom-logo-link {
    width: 50%;
  }
}
.pmw .popup-icon,
.pmw .popup .custom-logo-link {
  width: 20.3125vw;
  margin: 2rem;
}
@media screen and (max-width: 1200px) {
  .pmw .popup-icon,
.pmw .popup .custom-logo-link {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  .pmw .popup-icon,
.pmw .popup .custom-logo-link {
    width: 50%;
  }
}
.pmw .popup-wrapper {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  min-height: 65vh;
}
@media screen and (max-width: 650px) {
  .pmw .popup-wrapper {
    height: 100%;
  }
}
.pmw .popup-main {
  top: 0.9rem;
  transform: translate(0);
  left: 9.9rem;
  width: 43rem;
}
@media screen and (max-width: 650px) {
  .pmw .popup-main {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .pmw .popup-main-wrapper {
    height: 100%;
  }
}
.pmw .popup-close {
  background: transparent;
}
.pmw .popup-close i {
  color: black;
}
@media screen and (min-width: 651px) {
  .pmw .popup-close {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .pmw .popup-over {
    height: 100%;
    max-height: 100%;
  }
}
.pmw.popup.open .popup-overlay {
  opacity: 0 !important;
}
.pmw-list {
  margin-top: 2rem;
  border-top: 0.1rem solid #030303;
  width: 100%;
}
.pmw-list-ctn {
  padding: 2rem;
}
.pmw-list .menu-list {
  display: flex;
  column-gap: 1.6rem;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.pmw-list-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 2rem;
  justify-content: flex-end;
}
.pmw-list-cate .pmw-cate-item {
  border: 0.1rem solid #000;
  padding: 0.2rem 1rem;
  padding-bottom: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.pmw-list-cate .pmw-cate-item a {
  line-height: 1;
}
.pmw-srch {
  width: 100%;
  padding: 2rem;
}
.pmw-srch-flex,
.pmw-srch .popup-search-input-inner {
  position: relative;
}
.pmw-srch-flex input,
.pmw-srch .popup-search-input-inner input {
  width: 100%;
  height: 4rem;
  border: 0.1rem solid black;
  padding: 0 2rem;
}
.pmw-srch-flex input:focus,
.pmw-srch .popup-search-input-inner input:focus {
  border: 0.1rem solid black;
  outline: none;
}
.pmw-srch-flex button, .pmw-srch-flex .icon,
.pmw-srch .popup-search-input-inner button,
.pmw-srch .popup-search-input-inner .icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.page-template-welcome-template .gtranslate_wrapper, .page-template-welcome-template .gtranslate_wrapper {
  display: none !important;
}

.cartod {
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .cartod {
    padding-bottom: 5rem;
  }
}
.cartod-top {
  flex-direction: column;
  gap: 2rem;
}
.cartod-head {
  display: flex;
  margin: 0 -0.5rem;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .cartod-head {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .cartod-head .btn, .cartod-head .btn-pri, .cartod-head .btn-bd, .cartod-head .btn-second {
    margin: 0 0.5rem;
  }
}
.cartod-head .btn, .cartod-head .btn-pri, .cartod-head .btn-bd, .cartod-head .btn-second {
  width: 16%;
}
.cartod-select {
  width: 21%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 900px) {
  .cartod-select {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .cartod-select {
    width: 100%;
  }
}
.cartod-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1rem;
}
@media screen and (max-width: 800px) {
  .cartod-flex {
    flex-direction: column;
  }
}
.cartod-flex-inner {
  width: 100%;
  padding: 0 1rem;
}
.cartod-left {
  width: 58.3333333333%;
  padding: 0 1rem;
}
@media screen and (max-width: 1120px) {
  .cartod-left {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .cartod-left {
    width: 100%;
  }
}
.cartod-right {
  width: 41.6666666667%;
  padding: 0 1rem;
}
@media screen and (max-width: 1120px) {
  .cartod-right {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .cartod-right {
    width: 100%;
  }
}
.cartod-prds {
  padding: 2rem 0;
}
@media screen and (min-width: 800px) {
  .cartod-prds {
    max-height: 55rem;
    overflow-y: auto;
  }
}
.cartod-prds table {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .cartod-prds table thead {
    display: none;
  }
}
.cartod-prds table thead tr th {
  padding: 2rem 1rem;
  border-bottom: 0.1rem solid #e9e9e9;
  padding-bottom: 0.6rem;
  text-align: left;
}
.cartod-prds table thead tr th:first-child {
  text-align: left;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cartod-prds table thead tr th:first-child {
    width: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .cartod-prds table tbody tr:not(:last-child) {
    border-bottom: 0.1rem solid #efefef;
  }
}
.cartod-prds table tbody tr td {
  padding: 1rem 0rem;
  vertical-align: middle;
  border-bottom: 0.1rem solid #e9e9e9;
}
@media screen and (max-width: 800px) {
  .cartod-prds table tbody tr td {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1.6rem 0;
    position: relative;
  }
  .cartod-prds table tbody tr td:nth-child(1):before {
    display: none;
  }
  .cartod-prds table tbody tr td:nth-child(1) .swork-link {
    font-weight: 600;
  }
  .cartod-prds table tbody tr td::before {
    content: attr(data-text);
    width: fit-content;
    font-weight: 500;
    font-size: 1.4rem;
    color: #031230;
    text-align: left;
    white-space: nowrap;
  }
}
.cartod-prds table tbody tr td .remove {
  padding: 0.5rem;
}
.cartod-prds table tbody tr td .remove:hover i {
  color: #0C1226;
}
.cartod-prds table tbody tr td:not(:first-child) {
  padding: 2rem 1rem;
}
@media screen and (max-width: 768px) {
  .cartod-prds table tbody tr td:not(:first-child) {
    padding: 2rem 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .cartod-prds table tbody tr td:not(:first-child) {
    padding: 1.6rem 0;
    column-gap: 2rem;
  }
  .cartod-prds table tbody tr td:not(:first-child) .link {
    text-align: end;
  }
}
.cartod-prds table tbody tr td:last-child {
  padding-right: 0;
}
.cartod-prds-update {
  margin-top: 6rem;
  display: flex;
  justify-content: flex-end;
  column-gap: 4rem;
}
@media screen and (max-width: 912px) {
  .cartod-prds-update {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
  }
}
.cartod-prds-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.2rem;
}
.cartod-prds-img {
  flex-shrink: 0;
  position: relative;
}
.cartod-prds-img .inner {
  width: 12rem;
  height: 12rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.cartod-prds-img .inner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cartod-prds-img .remove {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100rem;
  background-color: rgb(255, 66, 78);
  display: flex !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.cartod-prds-img .remove .icon {
  transition: 1s ease;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (hover: hover) {
  .cartod-prds-img .remove:hover .icon {
    transform: rotate(360deg);
  }
}
.cartod-prds-img .remove i {
  font-size: 1.2rem;
}
.cartod-prds-item:not(:last-child) {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e0e0e0;
}
.cartod-prds-item:not(:first-child) {
  padding-top: 3rem;
}
.cartod-prds-count {
  display: flex;
  align-items: center;
}
.cartod-prds-main {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .cartod-prds-main {
    flex-direction: column;
    align-items: end;
  }
}
.cartod-prds-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cartod-prds-ctn .link {
  color: #111927;
  font-weight: 700;
  font-size: 2.2rem;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media only screen and (max-width: 1200px) {
  .cartod-prds-ctn .link {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .cartod-prds-ctn .link {
    font-size: 1.9rem;
  }
}
@media (hover: hover) {
  .cartod-prds-ctn .link:hover {
    color: #EDB31F;
  }
}
@media screen and (max-width: 800px) {
  .cartod-prds-ctn .link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 800px) {
  .cartod-prds-ctn .cartod-cate {
    font-size: 1.4rem;
    text-align: end;
  }
}
.cartod-prds .prddt-prd-price-sale {
  height: 5rem;
  width: 5rem;
}
.cartod-prds-price {
  color: #111927;
  margin-top: auto;
  margin-left: auto;
  flex-direction: column;
}
.cartod-prds-price .old {
  color: #7f8080;
  text-decoration: line-through;
}
@media screen and (max-width: 800px) {
  .cartod-prds-price span {
    font-size: 1.4rem;
  }
}
.cartod-total {
  position: relative;
}
.cartod-total-price {
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .cartod-total-price span {
    text-align: end;
  }
  .cartod-total-price span:last-child {
    font-size: 1.4rem;
  }
}
.cartod-total-price span {
  white-space: nowrap;
}
.cartod-total-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cartod-total-bg {
    display: none;
  }
}
.cartod-total-bg img {
  width: 100%;
  height: 100% !important;
}
.cartod-total-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
  margin: 2rem 0;
}
.cartod-total-head .tnum {
  min-width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 50%;
  padding: 0.4rem;
  color: #0C1226;
  font-weight: 700;
  background: #fff;
  font-size: 1.4rem;
}
.cartod-total-item:not(:last-child) {
  margin-bottom: 2rem;
}
.cartod-total-inner {
  position: relative;
  padding: 4.8rem 2.4rem;
}
@media screen and (max-width: 800px) {
  .cartod-total-inner {
    margin-top: 3rem;
    padding: 2rem 1rem;
    background-color: rgb(247, 247, 247);
    border-radius: 2rem;
  }
}
.cartod-total-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
.cartod-total-img {
  width: 7.8rem;
  height: 7.8rem;
}
.cartod-total-img .inner {
  border-radius: 0.8rem;
  overflow: hidden;
  width: 7.8rem;
  height: 7.8rem;
}
.cartod-total-img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cartod-total-ctn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.cartod-total-ctn .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.cartod-total-ctn .tprice {
  font-size: 1.6rem;
}
@media screen and (max-width: 400px) {
  .cartod-total-ctn .tprice {
    font-size: 1.2rem;
  }
}
.cartod-total-des .more-cate {
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  .cartod-total-des .more-cate {
    flex-direction: column;
  }
}
.cartod-total-des .more-cate span {
  white-space: nowrap;
}
.cartod-total-list {
  margin-bottom: 2rem;
  max-height: 30rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.cartod-total-block {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgb(187, 187, 196);
}
.cartod-total-if {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
  align-items: center;
}
.cartod-total-if.border-top {
  border-top: 0.1rem solid rgb(187, 187, 196);
}
.cartod-total-btn .btn, .cartod-total-btn .btn-pri, .cartod-total-btn .btn-bd, .cartod-total-btn .btn-second {
  margin: 0 auto;
}
.cartod-dt-inner {
  background: #0C1226;
  padding: 4rem 3rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .cartod-dt-inner {
    padding: 2.5rem 1.6rem;
  }
}
.cartod-dt-block {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.12);
}
.cartod-dt-form {
  margin: 3rem 0;
}
.cartod-dt-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 4rem;
  border: 0.1rem solid #fff;
}
@media only screen and (min-width: 912px) and (max-width: 1100px) {
  .cartod-dt-control {
    justify-content: space-between;
  }
}
.cartod-dt-control .btn, .cartod-dt-control .btn-pri, .cartod-dt-control .btn-bd, .cartod-dt-control .btn-second {
  border: none;
  outline: 0.1rem solid white;
}
.cartod-dt-control .btn .text, .cartod-dt-control .btn-pri .text, .cartod-dt-control .btn-bd .text, .cartod-dt-control .btn-second .text {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .cartod-dt-control .btn .text, .cartod-dt-control .btn-pri .text, .cartod-dt-control .btn-bd .text, .cartod-dt-control .btn-second .text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 912px) and (max-width: 1100px) {
  .cartod-dt-control .btn, .cartod-dt-control .btn-pri, .cartod-dt-control .btn-bd, .cartod-dt-control .btn-second {
    width: 45%;
  }
}
.cartod-dt-control input {
  border-radius: inherit;
  flex: 1;
  padding: 0 2rem;
  background: unset;
  border: unset;
  color: white;
}
@media only screen and (min-width: 912px) and (max-width: 1100px) {
  .cartod-dt-control input {
    width: 55%;
    flex: initial;
  }
}
.cartod-dt-control input.input-discount::placeholder {
  color: #EDB31F;
}
.cartod-dt-control input::placeholder {
  color: #7f8080;
}
.cartod-dt-control input:focus {
  outline: unset;
}
.cartod-dt-btns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .cartod-dt-btns {
    justify-content: center;
  }
  .cartod-dt-btns .btn, .cartod-dt-btns .btn-pri, .cartod-dt-btns .btn-bd, .cartod-dt-btns .btn-second {
    width: 100%;
  }
}
.cartod-form-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin: 0 -1.2rem;
}
.cartod-form-gr .ip-control {
  padding: 0 1.2rem;
}
.cartod-form-gr .ip-control.x2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cartod-form-gr .ip-control.x2 {
    width: 100%;
  }
}
.cartod-form-gr .ip-control.x3 {
  width: 33.3333333333%;
}
@media screen and (max-width: 1120px) {
  .cartod-form-gr .ip-control.x3 {
    width: 100%;
  }
}
.cartod-form-pay-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}
@media screen and (max-width: 700px) {
  .cartod-form-pay-gr {
    flex-direction: column;
  }
}
.cartod-form-pay-box {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.cartod-form-pay-box .decor {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
}
.cartod-form-pay-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  position: relative;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.cartod-form-pay-inner .left {
  column-gap: 0.8rem;
}
.cartod-form-pay-inner .radio-label {
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  aspect-ratio: 1;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
  border: 0.2rem solid #111927;
}
@media screen and (max-width: 1440px) {
  .cartod-form-pay-inner .radio-label {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.cartod-form-pay-inner.active .recheck-input:checked + .radio-label {
  background-color: #0C1226;
  display: inline-block;
}
.cartod-form-pay-inner.active .text {
  color: #0C1226;
}
.cartod-form-pay-inner .icon {
  width: 4.8rem;
  height: 2.8rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s ease-in-out;
}
.cartod-form-pay-inner .text {
  color: #444545;
  transition: 0.3s ease-in-out;
}
.cartod-form .select2-container--default .select2-selection--single {
  background: #fff;
}
.cartod-complete-head {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1024px) {
  .cartod-complete-head {
    margin-bottom: 4rem;
  }
}
.cartod-complete-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 7.2rem;
  width: 7.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .cartod-complete-icon {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #EDB31F;
    position: relative;
    transform: translateY(50%);
    z-index: 1;
  }
  .cartod-complete-icon img {
    width: 6rem;
    height: 6rem;
    border-radius: unset;
  }
}
@media screen and (max-width: 1100px) {
  .cartod-complete-desc {
    flex-direction: column;
  }
  .cartod-complete-desc .cartod-complete-if-gr {
    width: 100%;
    text-align: center;
  }
}
.cartod-complete-wrap {
  padding: 4.2rem 6.7rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-wrap {
    padding: 4.2rem 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .cartod-complete-wrap {
    padding: 4.2rem 1.2rem;
    background: #EDB31F;
    width: 70rem;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 1.2rem;
  }
}
.cartod-complete-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  top: -9.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../assets/images/spt-img/bg-complete.png);
}
.cartod-complete-wrap::before img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .cartod-complete-wrap::before {
    background-image: unset;
  }
}
.cartod-complete-wrap.cartod-cod {
  width: 100%;
  margin: 0 auto;
  padding: 4.2rem 1.2rem;
}
.cartod-complete-wrap.cartod-cod::after {
  display: none;
}
.cartod-complete-wrap.cartod-cod::before {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: -9rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../assets/images/spt-img/bg-completecod.png);
}
@media screen and (max-width: 1024px) {
  .cartod-complete-wrap.cartod-cod::before {
    background-image: unset;
  }
}
.cartod-complete-wrap.cartod-cod .cartod-complete-desc {
  display: flex;
}
.cartod-complete-wrap.cartod-cod .cartod-complete-flex {
  justify-content: center;
}
.cartod-complete-wrap.cartod-cod .cartod-complete-left {
  width: 80%;
  padding: unset;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-wrap.cartod-cod .cartod-complete-left {
    width: 100%;
  }
}
.cartod-complete-wrap.cartod-cod .cartod-complete-left::after {
  display: none;
}
.cartod-complete-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .cartod-complete-flex {
    z-index: 2;
    position: relative;
  }
}
.cartod-complete-left {
  padding: 0 2.4rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cartod-complete-left {
    padding: 0;
  }
}
.cartod-complete-left::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #0C1226;
}
.cartod-complete-right {
  padding: 0 2.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cartod-complete-right {
    padding: 0;
  }
}
.cartod-complete-if-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  width: 50%;
}
.cartod-complete-if-text {
  width: 50%;
}
.cartod-complete-bank-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-bank-gr {
    flex-direction: column;
  }
}
.cartod-complete-bank-if {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
}
.cartod-complete-bank-if .top .icon-bank {
  width: 12rem;
}
.cartod-complete-bank-if .top .icon-bank img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-bank-if .top {
    display: flex;
    justify-content: center;
  }
}
.cartod-complete-bank-if .bot {
  display: flex;
  column-gap: 5rem;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-bank-if .bot {
    justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .cartod-complete-bank-if .bot {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cartod-complete-bank-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .cartod-complete-bank-text {
    width: 100%;
  }
}
.cartod-complete-bank-text .txt {
  width: 21rem;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-bank-text .txt {
    width: 100%;
  }
}
.cartod-complete-bank-code {
  width: 13.6rem;
  height: 13.6rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-bank-code {
    margin: 0 auto;
  }
}
.cartod-complete-bank-code img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cartod-complete-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  gap: 2.4rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .cartod-complete-link {
    flex-direction: column;
    gap: 1rem;
  }
}
.cartod-complete-link .btn, .cartod-complete-link .btn-pri, .cartod-complete-link .btn-bd, .cartod-complete-link .btn-second {
  min-width: 20rem;
  margin: unset;
}
@media screen and (max-width: 1100px) {
  .cartod-complete-link .btn, .cartod-complete-link .btn-pri, .cartod-complete-link .btn-bd, .cartod-complete-link .btn-second {
    min-width: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .cartod-complete-link .btn, .cartod-complete-link .btn-pri, .cartod-complete-link .btn-bd, .cartod-complete-link .btn-second {
    width: 100%;
  }
}
.cartod-ctnr {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  row-gap: 2rem;
}
.cartod-ctnr-top {
  justify-content: flex-end;
}
@media screen and (max-width: 600px) {
  .cartod-ctnr-bot span {
    font-size: 1.6rem;
  }
}
.cartod-ctnr-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 10%;
}
@media screen and (max-width: 800px) {
  .cartod-ctnr-box {
    padding-right: 0;
  }
}
.cartod .select2-selection {
  border-radius: 3.4rem !important;
  padding: 0 2rem;
}
.cartod .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 2rem;
}
.cartod .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 3.4rem !important;
}
@media screen and (max-width: 1120px) {
  .cartod.order-success .cartod-left {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  .cartod.order-success .cartod-left {
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .cartod.order-success .cartod-right {
    width: 55%;
  }
}
@media screen and (max-width: 800px) {
  .cartod.order-success .cartod-right {
    width: 100%;
  }
}
.cartod.order-success .cartod-left-ctn a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .cartod.order-success .cartod-left-ctn a:hover {
    color: #EDB31F;
  }
}
.cartod.order-success .cartod-left-ctn .top {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1440px) {
  .cartod.order-success .cartod-left-ctn .top {
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
  .cartod.order-success .cartod-left-ctn .top span {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .cartod.order-success .cartod-left-ctn .top .t-title {
    font-size: 2.4rem;
  }
}
.cartod.order-success .cartod-left-ctn .top .icon {
  position: absolute;
  top: 1rem;
  right: calc(100% + 1.2rem);
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 1440px) {
  .cartod.order-success .cartod-left-ctn .top .icon {
    position: relative;
    right: unset;
  }
}
.cartod.order-success .cartod-left-ctn .top .icon img {
  width: 100%;
}
.cartod.order-success .cartod-left-bot .icon {
  margin-right: 1rem;
}
.cartod.order-success .cartod-left-bot a {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .cartod.order-success .cartod-left-bot a:hover {
    color: #EDB31F;
  }
}
.cartod .select2-container {
  height: 4rem !important;
}

.select2-container {
  height: 4rem;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #f6f6f6;
  border-bottom: 0.1rem solid black;
  height: 4rem;
  align-items: center;
  display: flex !important;
  margin-bottom: 0.5rem;
}

.swork-inner {
  padding: 8rem 0;
}
@media screen and (max-width: 992px) {
  .swork-inner {
    padding: 4rem 0;
  }
}

.store-inner {
  padding: 8rem 0;
}
@media screen and (max-width: 992px) {
  .store-inner {
    padding: 4rem 0;
  }
}
.store-flex {
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 1100px) {
  .store-flex {
    margin: 0 -0.5rem;
  }
}
@media screen and (max-width: 650px) {
  .store-flex {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.store-left {
  padding: 0 1.2rem;
  width: 66.6666666667%;
}
@media screen and (max-width: 1100px) {
  .store-left {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 650px) {
  .store-left {
    width: 100%;
  }
}
.store-left-top {
  display: flex;
  gap: 1rem;
  min-height: 6rem;
}
.store-right {
  flex: 1;
  padding: 0 1.2rem;
}
@media screen and (max-width: 1100px) {
  .store-right {
    padding: 0 0.5rem;
  }
}
.store-right-top {
  min-height: 6rem;
}
.store-select {
  width: calc(50% - 0.5rem);
}
.store-map {
  width: 100%;
  height: 100%;
  min-height: 30rem;
}
@media screen and (min-width: 1200px) {
  .store-map {
    min-height: 40rem;
  }
}
@media screen and (max-width: 650px) {
  .store-map {
    height: 30rem;
  }
}
.store-map iframe {
  width: 100%;
  height: 100%;
}
.store-check .recheck-item {
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.store-check .recheck-item > .icon {
  margin-left: auto;
  transition: 0.3s ease-in-out;
  display: flex;
}
.store-check .recheck-item.active .store-info {
  display: block;
}
.store-check .recheck-item.active > .icon {
  transform: rotate(180deg);
}
.store-check .recheck-text {
  display: flex;
  flex-direction: column;
  margin-left: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.store-check .recheck-text .txt {
  font-weight: 400;
  font-size: 1.2rem;
}
.store-check .recheck-block {
  background-color: #f6f6f6;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.store-info {
  width: 100%;
  padding: 2rem 3rem;
  padding-top: 1rem;
  display: none;
}
.store-info-bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.store-info-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.store-info-link .text {
  position: relative;
  display: block;
}
.store-info-link .text::before {
  position: absolute;
  content: "";
  height: 0.1rem;
  background: black;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .store-info-link:hover .text:before {
    width: 100%;
  }
}
.store-time-item {
  display: flex;
  margin-bottom: 0.5rem;
  font-weight: 500;
  gap: 1rem;
}
.store-time-item .text {
  width: 20%;
}
.store-time-item .num {
  flex: 1;
}

.second-container {
  max-width: 100%;
  width: 169rem;
  transition: 0.4s;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0 1.5rem;
}

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

.d-none {
  display: none;
}

.sec-py {
  padding: 4rem 0;
}

.fw-4 {
  font-weight: 400;
}

.d-flex {
  display: flex;
}

.c-grey {
  color: #434343;
}

.mt-50 {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .mt-50 {
    margin-top: 3rem;
  }
}

.mb-5 {
  margin-bottom: 0.5rem;
}

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

.mb-50 {
  margin-bottom: 5rem;
}

.mr-10 {
  margin-right: 1rem;
}

.mr-20 {
  margin-right: 2rem;
}

.ml-10 {
  margin-left: 1rem;
}

.ml-20 {
  margin-left: 2rem;
}

.m-auto {
  margin: 0 auto;
}

.mt-8 {
  margin-top: 0.8rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-12 {
  margin-top: 1.2rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

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

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 2rem;
  }
}

.mt-60 {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mt-60 {
    margin-top: 3rem;
  }
}

.mt-80 {
  margin-top: 8rem;
}
@media screen and (max-width: 1024px) {
  .mt-80 {
    margin-top: 4rem;
  }
}

.mt-100 {
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .mt-100 {
    margin-top: 6rem;
  }
}

.hv-item {
  position: relative;
}

.cmini {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  right: 0;
  width: 55rem;
  max-width: 90%;
  bottom: 0;
  overflow-y: auto;
  background: #fff;
  transition: 0.3s ease-in-out;
  opacity: 0;
  transform: translateX(110%);
  visibility: hidden;
  border-radius: 0;
}
.cmini.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.cmini-inner .t32 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .cmini-inner .t32 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .cmini-inner .t32 {
    font-size: 1.6rem;
  }
}
.cmini-title {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: 500;
}
.cmini .mona-mini-cart-quantity {
  font-size: 1.4rem;
  gap: 1.5rem;
}
.cmini .variation .variation-Size:nth-child(2),
.cmini .variation .variation-Color:nth-child(2) {
  margin-right: 1.5rem;
}

.ip-control {
  width: 100%;
}
.ip-control .t-label {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}
.ip-control input {
  width: 100%;
  font-size: 1.4rem;
  height: 4.2rem;
  padding: 0 2rem;
  border: 0.1rem solid #d4d4d4;
  transition: 0.3s ease-in-out;
  color: #000000;
}
.ip-control input:focus {
  outline: unset;
  border-color: #0C1226;
}
.ip-control input::placeholder {
  color: #c9c9c9;
}
.ip-control input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.5;
  cursor: pointer;
}
.ip-control textarea {
  min-height: 8.5rem;
  width: 100%;
  padding: 1rem 2rem;
  border: 0.1rem solid #111927;
  color: #000000;
  transition: 0.3s ease-in-out;
  resize: unset;
  border-radius: 0.4rem;
}
@media screen and (min-width: 1440px) {
  .ip-control textarea {
    min-height: 10rem;
    font-size: 1.6rem;
  }
}
.ip-control textarea:focus {
  outline: unset;
  border-color: #0C1226;
}
.ip-control textarea::placeholder {
  color: #c9c9c9;
}
.ip-control.ip-pass .ip-feild {
  position: relative;
}
.ip-control.ip-pass .ip-feild input {
  padding-right: 4rem;
}
.ip-control.ip-pass .ip-feild .icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #111927;
  cursor: pointer;
  font-weight: 400;
}
.ip-control .select2-container--default .select2-selection--single {
  border: 0.1rem solid #111927;
}
.ip-control .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000000;
}

.plogin-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  inset: 0;
}
.plogin-overlay.open {
  opacity: 1;
  visibility: visible;
}
.plogin-wrap {
  padding: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plogin-wrap {
    padding: 3rem 1.5rem;
  }
}
.plogin-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  display: flex;
  padding: 1rem;
  z-index: 2;
}
.plogin-inner {
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}
.plogin-logo {
  width: 40%;
}
.plogin-logo img {
  width: 100%;
  object-fit: contain;
}
.plogin-fb {
  border-bottom: 0.2rem solid #e6e6e6;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
}
.plogin-or {
  position: absolute;
  top: calc(100% - 0.8rem);
  left: 50%;
  transform: translateX(-50%);
  color: #e6e6e6;
  background-color: white;
  line-height: 1;
  padding: 0 0.2rem;
}
.plogin-form {
  width: 100%;
}
.plogin-form-bot {
  display: flex;
  justify-content: space-between;
}
.plogin-form-bot input {
  appearance: auto;
}
.plogin-form-bot a {
  color: #9d0759;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .plogin-form-bot a:hover {
    color: #0C1226;
  }
}
.plogin-form .text-mb a {
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}
@media (hover: hover) {
  .plogin-form .text-mb a:hover {
    color: black;
  }
}
.plogin .open-popup-register,
.plogin .open-popup-forgot {
  cursor: pointer;
}
.plogin .ip-control .t-label {
  font-size: 1.6rem;
  font-weight: 600;
}
.plogin .ip-control input:focus-visible {
  border-color: #0C1226;
}
.plogin .btn, .plogin .btn-pri, .plogin .btn-bd, .plogin .btn-second {
  margin-top: 2.4rem;
}

.btn-fb {
  background: #3d6ad6;
  display: flex;
  align-items: center;
  border-radius: 0.4rem;
  height: 4rem;
  padding: 1rem;
}
.btn-fb .icon {
  display: flex;
}
.btn-fb .txt {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  flex: 1;
}
.btn-fb.full {
  width: 100%;
}

.thanks {
  padding: 5rem 0;
  padding-bottom: 10rem;
}
.thanks-inner {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .thanks-inner {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .thanks-inner {
    width: 100%;
  }
}
.thanks-icon {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.thanks-icon .icon {
  width: 8rem;
  height: 8rem;
  aspect-ratio: 1;
  display: flex;
}
.thanks-icon .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thanks-btn .btn, .thanks-btn .btn-pri, .thanks-btn .btn-bd, .thanks-btn .btn-second {
  margin: 0 auto;
}

.policy {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.policy-wrap {
  position: relative;
}
.policy-top {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 2000px) {
  .policy-top {
    width: 15%;
  }
}
@media screen and (max-width: 1500px) {
  .policy-top {
    width: 16%;
  }
}
@media screen and (max-width: 1200px) {
  .policy-top {
    position: relative;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.policy-top .textline {
  padding-left: 50%;
  position: relative;
}
.policy-top .textline:before {
  position: absolute;
  content: "";
  height: 0.2rem;
  width: 45%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0C1226;
}
@media screen and (min-width: 2000px) {
  .policy-top .textline {
    padding-left: 1.5rem;
  }
  .policy-top .textline::before {
    width: 1rem;
  }
}
@media screen and (min-width: 2300px) {
  .policy-top .textline {
    padding-left: 25%;
  }
  .policy-top .textline::before {
    width: 20%;
  }
}
@media screen and (max-width: 1600px) {
  .policy-top .textline {
    padding-left: 30%;
  }
  .policy-top .textline::before {
    width: 28%;
  }
}
@media screen and (max-width: 1200px) {
  .policy-top .textline {
    padding-left: 0;
  }
  .policy-top .textline::before {
    display: none;
  }
}
.policy-ctn {
  width: 83.3333333333%;
  margin: 0 auto;
  font-size: 1.2rem;
}
@media screen and (min-width: 2000px) {
  .policy-ctn {
    width: 75%;
  }
}
@media screen and (min-width: 2300px) {
  .policy-ctn {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 1440px) {
  .policy-ctn {
    margin-left: auto;
    margin-right: unset;
  }
}
@media screen and (max-width: 1200px) {
  .policy-ctn {
    width: 100%;
  }
}
.policy-list {
  padding-left: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 2000px) {
  .policy-list {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 2300px) {
  .policy-list {
    padding-left: 25%;
  }
}
@media screen and (max-width: 1600px) {
  .policy-list {
    padding-left: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .policy-list {
    padding-left: 0;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap;
  }
}
.policy-item {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.policy-item:nth-child(2) {
  transition-delay: 0.4s !important;
}
.policy-item:nth-child(3) {
  transition-delay: 0.6s !important;
}
.policy-item:nth-child(4) {
  transition-delay: 0.8s !important;
}
.policy-item:nth-child(5) {
  transition-delay: 1s !important;
}
.policy-item:nth-child(6) {
  transition-delay: 1.2s !important;
}
.policy-item:nth-child(7) {
  transition-delay: 1.4s !important;
}
.policy-item:nth-child(8) {
  transition-delay: 1.6s !important;
}
.policy-item.active {
  filter: contrast(0.1);
}
.policy-item .icon {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
}
.policy-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .policy-item {
    align-items: center;
  }
}
.policy-load {
  display: flex;
  justify-content: flex-start;
  margin-top: 3rem;
  padding: 0.5rem 0;
  border-bottom: 0.2rem solid #000000;
  width: max-content;
}
.policy-load .btn, .policy-load .btn-pri, .policy-load .btn-bd, .policy-load .btn-second {
  margin-left: 0;
  background: none !important;
}
.policy-load .txt {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
.policy-box {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 1100px) {
  .policy-box {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.policy-box:last-child {
  border-bottom: 0;
}
.policy-box-item .mona-content .wp-block-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.policy-box-item .mona-content .mona-content .wp-block-image:first-child {
  margin: 2rem 0;
}

.acc {
  padding: 3rem 0;
  padding-bottom: 8rem;
}
.acc .fw-5 {
  font-weight: 500;
}
.acc .fw-6 {
  font-weight: 600;
}
.acc .fw-7 {
  font-weight: 700;
}
.acc-wrap {
  position: relative;
}
.acc-container {
  max-width: 100%;
  width: 169rem;
  transition: 0.4s;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0 1.5rem;
}
.acc-flex {
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 768px) {
  .acc-flex {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.acc-left {
  padding: 0 1.2rem;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .acc-left {
    width: 100%;
  }
}
.acc-right {
  padding: 0 1.2rem;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .acc-right {
    width: 100%;
  }
}
.acc-info {
  display: flex;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 1200px) {
  .acc-info {
    flex-direction: column;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .acc-info {
    flex-direction: row;
    margin: 0 -0.8rem;
  }
}
@media screen and (max-width: 400px) {
  .acc-info {
    flex-direction: column;
  }
}
.acc-img {
  width: 14rem;
  aspect-ratio: 1;
  padding: 0 1.5rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .acc-img {
    padding: 0 0.5rem;
  }
}
@media (hover: hover) {
  .acc-img:hover .t-gr {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .acc-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .acc-img {
    width: 30%;
    aspect-ratio: unset;
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .acc-img {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .acc-img {
    width: 50%;
  }
}
@media screen and (max-width: 400px) {
  .acc-img {
    margin: 0 auto;
  }
}
.acc-img .box {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.acc-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acc-more {
  flex: 1;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1300px) {
  .acc-more {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .acc-more {
    justify-content: center;
    padding: 0 0.8rem;
  }
}
.acc-member {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}
.acc-member-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.acc-member-item .icon {
  width: 2rem;
  height: 2rem;
}
.acc-member-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acc-member-item .desc {
  flex: 1;
}
.acc-detail {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
.acc-detail:last-child {
  border-bottom: none;
}
.acc-agree {
  display: flex;
  gap: 2rem;
}
.acc-agree-active, .acc-agree-inactive {
  display: flex;
  align-items: center;
}
.acc-agree label {
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
}
.acc-agree label::before {
  content: "";
  display: flex;
  justify-content: center;
  height: 1.25em;
  width: 1.25em;
  border-radius: 0.4rem;
  border: solid 1px #ccc;
  margin-right: 0.5em;
  transition: border ease-in 150ms, box-shadow ease-in 150ms;
}
.acc-agree input[type=radio]:checked + label,
.acc-agree input[type=radio]:focus + label {
  color: black;
}
.acc-agree input[type=radio]:checked + label::before {
  content: "✓";
  border-color: currentColor;
}
.acc-agree input[type=radio]:focus + label::before {
  border-color: currentColor;
}
.acc-pur {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.acc-pur-ctn {
  margin-top: 8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acc-pur-logo {
  max-width: 18rem;
  width: 100%;
}
.acc-pur-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.acc-pur-icon {
  width: 4.8rem;
}
.acc-pur-icon img {
  width: 100%;
  object-fit: contain;
}
.acc-pur-btn .pur-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.acc-pur-btn .pur-btn .icon {
  transition: 0.3s ease-in-out;
  display: flex;
}
@media (hover: hover) {
  .acc-pur-btn .pur-btn:hover .icon {
    transform: translateX(0.5rem);
    color: #9d0759;
  }
  .acc-pur-btn .pur-btn:hover .txt {
    color: #9d0759;
  }
}
.acc .t-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  cursor: pointer;
  justify-content: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 3rem);
}
@media screen and (min-width: 1025px) {
  .acc .t-gr {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width: 1200px) {
  .acc .t-gr {
    margin-top: 0;
    height: calc(100% - 3rem);
  }
}
@media screen and (max-width: 768px) {
  .acc .t-gr {
    height: 100%;
  }
}
@media (hover: hover) {
  .acc .t-gr:hover i {
    transform: scale(1.2);
    color: white;
  }
}
.acc .t-gr i {
  font-size: 3rem;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .acc .t-gr {
    flex-direction: column;
  }
  .acc .t-gr .text {
    white-space: nowrap;
  }
}
.acc .t-gr input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.cinfo .fw-5 {
  font-weight: 500 !important;
}
.cinfo .fw-6 {
  font-weight: 600 !important;
}
.cinfo .fw-7 {
  font-weight: 700 !important;
}
.cinfo-flex {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .cinfo-flex {
    align-items: flex-start;
    flex-direction: column;
  }
  .cinfo-flex .cinfo-left {
    width: 100%;
  }
  .cinfo-flex .cinfo-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.cinfo-btn {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  cursor: pointer;
}
.cinfo-btn .icon {
  width: 1.8rem;
  height: 1.8rem;
  aspect-ratio: 1;
}
.cinfo-btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cinfo-btn .text {
  flex: 1;
  border-bottom: 0.1rem solid #000000;
}
.cinfo input {
  border: none;
  font-size: 1.2rem;
  width: -webkit-fill-available;
  height: 4rem;
  margin-top: 0.5rem;
}
.cinfo-left {
  flex: 1;
}
.cinfo-left-pass {
  gap: 2rem;
  flex-wrap: wrap;
}
.cinfo-left-pass .cifno-item {
  width: max-content !important;
}
.cinfo-info input {
  border: none;
  font-size: 1.2rem;
  height: 4rem;
  margin-top: 0.5rem;
  width: 100%;
}

.support {
  padding: 4rem 0;
  background: white;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .support-inner {
    width: 66.6666666667%;
    margin: 0 auto;
  }
}
.support-inner .c-black {
  color: #231f20;
}
.support-control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-radius: 100rem;
  background-color: white;
  height: 4.4rem;
  border-radius: 0.4rem;
  border: 1px solid #9b9b9b;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 912px) and (max-width: 1100px) {
  .support-control {
    justify-content: space-between;
  }
}
.support-control .btn, .support-control .btn-pri, .support-control .btn-bd, .support-control .btn-second {
  margin: 0;
  height: 100%;
  min-width: unset;
  background: #e6e6e6;
  border-radius: 0;
  position: absolute;
  right: 0;
}
@media (hover: hover) {
  .support-control .btn:hover .text, .support-control .btn-pri:hover .text, .support-control .btn-bd:hover .text, .support-control .btn-second:hover .text {
    color: #0C1226;
  }
}
.support-control .btn::after, .support-control .btn-pri::after, .support-control .btn-bd::after, .support-control .btn-second::after {
  background: none;
}
.support-control .btn .text, .support-control .btn-pri .text, .support-control .btn-bd .text, .support-control .btn-second .text {
  white-space: nowrap;
  color: black;
}
@media screen and (max-width: 768px) {
  .support-control .btn .text, .support-control .btn-pri .text, .support-control .btn-bd .text, .support-control .btn-second .text {
    font-size: 1.4rem;
  }
}
.support-control .wpcf7-form-control-wrap {
  width: 100%;
}
.support-control .wpcf7-form-control-wrap input {
  width: 100%;
  height: 100%;
  padding-right: 8rem;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", sans-serif;
}
.support-control input {
  border-radius: inherit;
  flex: 1;
  padding: 0 2rem;
  background: unset;
  border: unset;
  color: #0C1226;
  font-size: 1.6rem;
}
@media only screen and (min-width: 912px) and (max-width: 1100px) {
  .support-control input {
    width: 55%;
    flex: initial;
  }
}
.support-control input.input-discount::placeholder {
  color: #121212;
}
.support-control input::placeholder {
  color: #7f8080;
}
.support-control input:focus {
  outline: unset;
}
.support .wpcf7-not-valid-tip {
  right: 8rem;
}

.pcontact {
  padding: 3rem 0;
  padding-bottom: 8rem;
}
.pcontact-flex {
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 768px) {
  .pcontact-flex {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.pcontact-left {
  padding: 0 1.2rem;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .pcontact-left {
    width: 100%;
  }
}
.pcontact-left-ctn {
  padding-top: 2.4rem;
  border-top: 0.1rem solid #e6e6e6;
}
.pcontact-left ul {
  list-style: decimal;
  padding-left: 2rem;
}
.pcontact-left ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.pcontact-right {
  padding: 0 1.2rem;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .pcontact-right {
    width: 100%;
  }
}
.pcontact-right-ctn {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .pcontact-right-ctn {
    height: 40rem;
  }
}
.pcontact-form {
  margin-top: 2rem;
}
.pcontact-form-list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.pcontact-map {
  flex: 1;
}
.pcontact-map iframe {
  width: 100%;
  height: 100%;
}
.pcontact-info {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  padding-top: 2rem;
  height: 11rem;
}
@media screen and (max-width: 768px) {
  .pcontact-info {
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 2rem;
  }
}
.pcontact-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1rem;
  align-items: center;
}
@media (hover: hover) {
  .pcontact-item:hover .icon {
    transform: translateY(-0.5rem);
  }
  .pcontact-item:hover .text {
    color: #000;
  }
}
.pcontact-item:nth-child(2) {
  transition-delay: 0.4s !important;
}
.pcontact-item:nth-child(3) {
  transition-delay: 0.6s !important;
}
.pcontact-item:nth-child(4) {
  transition-delay: 0.8s !important;
}
.pcontact-item .icon {
  display: flex;
  justify-content: center;
  transition: 0.3s ease-in-out;
  height: 5.6rem;
  width: 5.6rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 992px) {
  .pcontact-item .icon {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.pcontact-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pcontact-item .text {
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pcontact-item .text {
    font-size: 1.4rem;
  }
}
.pcontact .ip-control .select2-container--default .select2-selection--single,
.pcontact .ip-control textarea {
  border: 0.1rem solid #d4d4d4;
}
.pcontact .ip-control .select2-container--default .select2-selection--single:focus,
.pcontact .ip-control textarea:focus {
  border: 0.1rem solid #111927;
}
.pcontact .ip-control .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 2rem;
}
.pcontact .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1rem;
}

.pfb {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .pfb {
    padding: 3rem 0;
  }
}
.pfb-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
  row-gap: 3rem;
  margin-top: 2rem;
}
.pfb-item {
  padding: 0 0.4rem;
  width: 25%;
}
@media screen and (max-width: 900px) {
  .pfb-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 550px) {
  .pfb-item {
    width: 50%;
  }
}
.pfb-img {
  position: relative;
  overflow: hidden;
}
.pfb-img > .box {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 133.3333333333%;
}
.pfb-img > .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pfb-img:hover .pfb-de {
  transform: translateY(0%);
}
.pfb-de {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: max-content;
  background: #fff;
  transform: translateY(150%);
  transition: transform 0.5s;
}
.pfb-de-box {
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .pfb-de-box {
    padding: 0.5rem;
  }
}
.pfb-de-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .pfb-de-item {
    width: calc(25% - 0.5rem);
  }
}
.pfb-de-item .box {
  width: 6rem;
  aspect-ratio: 4/5;
  padding-top: unset;
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
}
.pfb-de-item .box img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.pfb-desc {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  padding: 1.2rem 0;
}
.pfb-desc .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
}
.pfb-desc .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pfb-name {
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .pfb-name:hover {
    color: #9d0759;
  }
}

.wban {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.wban-wrap {
  position: relative;
}
.wban-top {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .wban-top {
    position: relative;
    margin-bottom: 3rem;
  }
}
.wban-top .textline {
  padding-left: 100%;
  position: relative;
}
.wban-top .textline:before {
  position: absolute;
  content: "";
  height: 0.2rem;
  width: 95%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0C1226;
}
@media screen and (min-width: 2000px) {
  .wban-top .textline {
    padding-left: 1.5rem;
  }
  .wban-top .textline::before {
    width: 1rem;
  }
}
@media screen and (min-width: 2300px) {
  .wban-top .textline {
    padding-left: 50%;
  }
  .wban-top .textline::before {
    width: 45%;
  }
}
@media screen and (max-width: 1600px) {
  .wban-top .textline {
    padding-left: 50%;
  }
  .wban-top .textline::before {
    width: 45%;
  }
}
@media screen and (max-width: 1500px) {
  .wban-top .textline {
    padding-left: 0;
  }
  .wban-top .textline::before {
    display: none;
  }
}
.wban-top .text {
  white-space: nowrap;
}
.wban-list {
  padding-left: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 3rem;
}
@media screen and (min-width: 2000px) {
  .wban-list {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 2300px) {
  .wban-list {
    padding-left: 50%;
  }
}
@media screen and (max-width: 1600px) {
  .wban-list {
    padding-left: 50%;
  }
}
@media screen and (max-width: 1500px) {
  .wban-list {
    padding-left: 0;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap;
  }
}
.wban-item {
  width: max-content;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.wban-item:nth-child(2) {
  transition-delay: 0.4s !important;
}
.wban-item:nth-child(3) {
  transition-delay: 0.6s !important;
}
.wban-item:nth-child(4) {
  transition-delay: 0.8s !important;
}
.wban-item:nth-child(5) {
  transition-delay: 1s !important;
}
.wban-item:nth-child(6) {
  transition-delay: 1.2s !important;
}
.wban-item:nth-child(7) {
  transition-delay: 1.4s !important;
}
.wban-item.active {
  filter: contrast(0.1);
}
.wban-item .icon {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
}
.wban-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1500px) {
  .wban-item {
    align-items: center;
  }
}
.wban-flex {
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 450px) {
  .wban-flex {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.wban-left {
  padding: 0 1.2rem;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .wban-left {
    width: 100%;
  }
}
.wban-right {
  width: 66.6666666667%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 450px) {
  .wban-right {
    width: 100%;
  }
}
@media screen and (max-width: 1500px) {
  .wban-ctn {
    margin-top: 6rem;
  }
}
.wban-slide {
  padding-left: 8rem;
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .wban-slide {
    padding-left: 0;
  }
}
@media screen and (max-width: 450px) {
  .wban-slide {
    padding-right: 0;
  }
}
.wban-img {
  transition: 0.3s ease-in-out;
}
.wban-img .box {
  padding-top: 66.5693430657%;
  position: relative;
  overflow: hidden;
}
.wban-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wban-logo {
  max-width: 100%;
}
.wban-logo img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 450px) {
  .wban-logo {
    width: 70%;
    margin: 0 auto;
  }
}
.wban .swiper {
  overflow: visible;
}
.wban .swiper-slide {
  overflow: visible;
}
.wban .swiper-slide-active {
  z-index: 5;
}
.wban .swiper-slide-active .wban-img {
  transform: translate(3rem, -3rem);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 450px) {
  .wban .swiper-slide-active .wban-img {
    transform: unset;
  }
}

.wctn {
  padding: 4rem 0;
  padding-top: 0;
}
.wctn-flex {
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 550px) {
  .wctn-flex {
    flex-direction: column;
  }
}
.wctn-left {
  padding: 0 1.2rem;
  width: 50%;
}
@media screen and (max-width: 550px) {
  .wctn-left {
    width: 100%;
  }
}
.wctn-left .wctn-item:nth-child(3) .wctn-img {
  width: 57%;
}
.wctn-left .wctn-item:nth-child(3) .wctn-img .box {
  padding-top: 150%;
}
.wctn-right {
  width: 50%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 550px) {
  .wctn-right {
    width: 100%;
  }
}
.wctn-right .wctn-item:nth-child(1) .wctn-img {
  width: 57%;
}
.wctn-right .wctn-item:nth-child(1) .wctn-img .box {
  padding-top: 150%;
}
.wctn-right .wctn-item:nth-child(2) .wctn-img {
  width: 57%;
}
.wctn-right .wctn-item:nth-child(2) .wctn-img .box {
  padding-top: 150%;
}
.wctn-img {
  padding: 4rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .wctn-img {
    padding: 2rem 0;
  }
}
.wctn-img .box {
  position: relative;
  overflow: hidden;
}
.wctn-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.wctn-img.x1 {
  width: 83%;
}
.wctn-img.x1 .box {
  padding-top: 66.6666666667%;
}
.wctn-box {
  padding: 4rem 0;
}
@media screen and (max-width: 992px) {
  .wctn-box {
    padding: 2rem 0;
  }
}
.wctn-box-item .text {
  line-height: 1.5;
  font-size: 1.4rem;
}
.wctn-loadmore {
  text-align: center;
  margin-bottom: 40px;
  cursor: pointer;
}
.wctn-loadmore .bouncingDownArrow {
  display: block;
  position: relative;
  width: 2px;
  height: 2.5rem;
  margin: 1rem auto 0 auto;
  background-color: #000;
  -webkit-animation: bounceEasa 1s infinite;
  animation: bounceEasa 1s infinite;
}
.wctn-loadmore .bouncingDownArrow::after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: rotate(360deg);
}

@keyframes bounceEasa {
  0% {
    top: 0;
  }
  60% {
    top: 0.8rem;
  }
  100% {
    top: 0;
  }
}
.scontact {
  padding: 4rem 0;
}
@media screen and (max-width: 992px) {
  .scontact {
    padding: 0;
  }
}
.scontact-inner {
  padding: 4.5rem 0;
  border-top: 0.1rem solid #e6e6e6;
  border-bottom: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 992px) {
  .scontact-inner {
    padding: 4rem 0;
  }
}
.scontact-info {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.scontact-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .scontact-item {
    width: calc(50% - 0.5rem);
  }
}
.scontact-item:nth-child(2) {
  transition-delay: 0.4s !important;
}
.scontact-item:nth-child(3) {
  transition-delay: 0.6s !important;
}
.scontact-item:nth-child(4) {
  transition-delay: 0.8s !important;
}
@media (hover: hover) {
  .scontact-item:hover .icon {
    transform: translateY(-0.5rem);
  }
  .scontact-item:hover .text {
    color: #000;
  }
}
.scontact-item .icon {
  display: flex;
  justify-content: center;
  transition: 0.3s ease-in-out;
  height: 5.6rem;
  width: 5.6rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 992px) {
  .scontact-item .icon {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.scontact-item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scontact-item .text {
  transition: 0.3s ease-in-out;
  font-weight: 600 !important;
}
@media screen and (max-width: 768px) {
  .scontact-item .text {
    font-size: 1.4rem;
  }
}
.scontact-bot {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 6rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 992px) {
  .scontact-bot {
    padding: 4rem 0;
  }
}
.scontact-bot-flex {
  display: flex;
  margin: 0 -1.2rem;
}
.scontact-bot-flex:nth-child(2) {
  transition-delay: 0.4s !important;
}
@media screen and (max-width: 550px) {
  .scontact-bot-flex {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.scontact-bot-left {
  width: 25%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 550px) {
  .scontact-bot-left {
    width: 100%;
  }
}
.scontact-bot-right {
  width: 75%;
  padding: 0 1.2rem;
  display: flex;
  column-gap: 3rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .scontact-bot-right {
    width: 100%;
  }
}

.join {
  padding: 4rem 0;
}
.join-flex {
  margin: 0 -1.2rem;
  display: flex;
  padding-bottom: 8rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 550px) {
  .join-flex {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.join-flex:nth-child(2) {
  padding-top: 8rem;
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  .join-flex {
    padding: 4rem 0;
    padding-top: 0;
  }
  .join-flex:nth-child(2) {
    padding-top: 4rem;
  }
}
.join-left {
  padding: 0 1.2rem;
  width: 50%;
}
@media screen and (max-width: 550px) {
  .join-left {
    width: 70%;
    margin: 0 auto;
  }
}
.join-right {
  padding: 0 1.2rem;
  width: 50%;
}
@media screen and (max-width: 550px) {
  .join-right {
    width: 100%;
  }
}
.join-img .box {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.join-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sfilter {
  padding: 2.4rem 0;
  transition: 0.5s ease-in-out;
}
.sfilter-top {
  transition: 0.5s ease-in-out;
}
.sfilter-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 3rem;
  align-items: center;
  transition: 0.5s ease-in-out;
  margin-top: 0;
}
@media screen and (max-width: 650px) {
  .sfilter-flex {
    gap: 1.5rem;
  }
}
.sfilter-left {
  flex: 1;
}
.sfilter-right {
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
  width: max-content;
}
.sfilter-list {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
  transition: height 0.3s ease-in-out;
}
.sfilter-list-item {
  cursor: pointer;
}
.sfilter-list-item input:checked ~ .sfilter-item {
  background-color: #131313;
}
.sfilter-list-item input:checked ~ .sfilter-item .text {
  color: #fff;
}
.sfilter-item {
  padding: 0 1rem;
  border-radius: 0.4rem;
  border: 1px solid #f3f3f3;
  display: flex;
  height: 3.2rem;
  width: fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.sfilter-item .text {
  color: #434343;
  font-size: 1.2rem;
}
.sfilter-item.active {
  background-color: #131313;
}
.sfilter-item.active .text {
  color: #fff;
}
.sfilter-layout {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.sfilter-layout .t16 {
  font-size: 1.4rem;
}
.sfilter-layout label {
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  border: solid 1px #ccc;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 100rem;
  aspect-ratio: 1;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  cursor: pointer;
  font-size: 1.2rem;
}
.sfilter-layout label::before {
  content: "";
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}
.sfilter-layout input[type=radio]:checked + label,
.sfilter-layout input[type=radio]:focus + label {
  color: white;
}
.sfilter-layout input[type=radio]:checked + label::before {
  background: #131313;
}
@media screen and (max-width: 500px) {
  .sfilter-layout-4 label .text:nth-child(1) {
    display: none;
  }
}
.sfilter-layout-4 label .text:nth-child(2) {
  display: none;
}
@media screen and (max-width: 500px) {
  .sfilter-layout-4 label .text:nth-child(2) {
    display: block;
  }
}
.sfilter-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 100rem;
  aspect-ratio: 1;
  border: solid 1px #ccc;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
@media (hover: hover) {
  .sfilter-btn:hover {
    background: #131313;
  }
  .sfilter-btn:hover .icon img {
    filter: brightness(0) invert(1);
  }
}
.sfilter-btn .icon {
  display: flex;
  transition: 0.3s ease-in-out;
}
.sfilter-slide {
  transition: 0.3s ease-in-out;
}
.sfilter .swiper-slide {
  width: auto;
}
.sfilter-sbtn-next, .sfilter-sbtn-prev {
  height: 3.2rem;
  width: 3.2rem;
  margin: 0;
  top: 0;
}
.sfilter-sbtn-next::before, .sfilter-sbtn-prev::before {
  position: absolute;
  content: "";
  width: 200%;
  top: 0;
  height: 100%;
  z-index: -1;
}
.sfilter-sbtn-next:after, .sfilter-sbtn-prev:after {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.sfilter-sbtn-next {
  right: 0;
}
.sfilter-sbtn-next:before {
  right: 0;
  background-image: linear-gradient(90deg, hsla(0deg, 0%, 100%, 0), #fff, #fff);
}
.sfilter-sbtn-prev {
  left: 0;
}
.sfilter-sbtn-prev:before {
  left: 0;
  background-image: linear-gradient(270deg, hsla(0deg, 0%, 100%, 0), #fff, #fff);
}
.sfilter .swiper-button-disabled {
  opacity: 0;
  visibility: visible;
}
.sfilter.sticky {
  padding: 1.4rem 0;
}
.sfilter.sticky .sfilter-top {
  opacity: 0;
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .sfilter.sticky .sfilter-top {
    margin-top: 0;
  }
  .sfilter.sticky .sfilter-flex {
    opacity: 0;
    margin-top: -4.2rem;
  }
}
@media screen and (min-width: 768.99px) {
  .sfilter.sticky .sfilter-slide {
    padding-right: 22rem;
    overflow: hidden;
    margin-top: -4.1rem;
  }
}

.pfilter-wrap {
  position: relative;
}
.pfilter-inner {
  position: relative;
}
.pfilter-ctn {
  padding: 3rem;
}
.pfilter-btn {
  padding: 4rem 0rem;
  padding-bottom: 0;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  width: 100%;
}
.pfilter-btn .btn, .pfilter-btn .btn-pri, .pfilter-btn .btn-bd, .pfilter-btn .btn-second {
  margin-top: 0;
}
.pfilter-btn .btn:nth-child(2), .pfilter-btn .btn-pri:nth-child(2), .pfilter-btn .btn-bd:nth-child(2), .pfilter-btn .btn-second:nth-child(2) {
  flex: 2;
}
.pfilter-g {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.pfilter-g input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pfilter-g .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.pfilter-g:hover input ~ .checkmark {
  background-color: #ccc;
}
.pfilter-g input:checked ~ .checkmark {
  background-color: #2196f3;
}
.pfilter-g .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pfilter-g input:checked ~ .checkmark:after {
  display: block;
}
.pfilter-g .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pfilter-fillg {
  margin-top: 1rem;
}
.pfilter-fillg .fw-5 {
  font-weight: 500;
}
.pfilter-fillg .fw-6 {
  font-weight: 600;
}
.pfilter-fillg .fw-7 {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .pfilter-fillg .t-title {
    text-align: center;
    margin-bottom: 2.4rem;
  }
}
.pfilter-fillc-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 3rem 0;
  border-top: 0.1rem solid #e6e6e6;
}
@media screen and (max-width: 560px) {
  .pfilter-fillc-item {
    width: 100%;
  }
}
.pfilter-fillc-item:not(:last-child) {
  border-bottom: 0.1rem solid #ebebf0;
}
@media screen and (max-width: 1024px) {
  .pfilter-fillc-item:not(:last-child) {
    border: unset;
  }
}
.pfilter-fillc-item .mb-20 {
  margin-bottom: unset;
}
.pfilter-fillc-check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  cursor: pointer;
}
@media (hover: hover) {
  .pfilter-fillc-check .text:hover {
    color: #EDB31F;
  }
}
.pfilter-fillc-check.active .recheck-cus .text {
  color: #EDB31F;
}
.pfilter-fillc-check.active .recheck-cus .icon {
  background: #EDB31F;
}
.pfilter-fillc-check.active .recheck-cus .icon::before {
  opacity: 1;
}
.pfilter-fillc-check.active .icon2 {
  transform: unset;
}
.pfilter-fillc .icon {
  width: 2rem;
  height: 2rem;
}
.pfilter-fillc .recheck-checkbox {
  width: 1.5rem;
  height: 1.5rem;
}
.pfilter-fillc .icon2 {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: 0.3s ease-in-out;
}
.pfilter-fillc-opts {
  margin-top: 1.5rem;
}
.pfilter-fillc-opts .recheck-item {
  margin-bottom: 1.5rem;
}
.pfilter-fillc-opts .recheck-item .recheck-text {
  color: rgba(30, 30, 30, 0.5);
  font-size: 1.4rem;
}
.pfilter-fillc-range .range-slider {
  height: 0.2rem;
  width: 100%;
  background-color: #d9d9d9;
  position: relative;
}
.pfilter-fillc-range .range-slider .progress {
  position: absolute;
  height: 0.2rem;
  top: 0;
  background-color: #EDB31F;
}
.pfilter-fillc-range .range-input {
  position: relative;
}
.pfilter-fillc-range .range-input input {
  position: absolute;
  top: -0.1rem;
  height: 0.2rem;
  width: 100%;
  transform: translateY(-50%);
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
}
.pfilter-fillc-range .range-input input:first-child::-webkit-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
}
.pfilter-fillc-range .range-input input::-webkit-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 0.3rem solid #EDB31F;
}
.pfilter-fillc-range .range-input input::-moz-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  border: none;
  border-radius: 50%;
  border: 0.3rem solid #EDB31F;
  pointer-events: auto;
  -moz-appearance: none;
  background-color: #ffffff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.pfilter-fillc-range .text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 0.8rem;
}
.pfilter-fillc-range .range-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pfilter-fillc-range .range-item {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 600;
  color: #444444;
}
.pfilter-fillc-cus {
  max-height: 17rem;
  overflow-y: auto;
}
.pfilter-fillc-cus::-webkit-scrollbar {
  width: 0.3rem;
  border-radius: 1.2rem;
}
.pfilter-fillc-cus::-webkit-scrollbar-thumb {
  background: #EDB31F;
}
.pfilter-fillc-cus::-webkit-scrollbar-track {
  background: #feefe8;
}
.pfilter-fillc-cus .recheck-item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.pfilter-fillc-cus .recheck-item .recheck-text {
  color: #0C1226;
}
.pfilter-color .recheck-checkbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pfilter-color .recheck-checkbox::before {
  content: "";
}
.pfilter-color .recheck-block {
  display: flex;
  flex-wrap: wrap;
}
.pfilter-color .recheck-block .recheck-item {
  width: 50%;
}

.psale {
  padding-bottom: 5rem;
  position: relative;
}
.psale .sfilter {
  position: sticky;
  top: var(--size-hd);
  z-index: 9999;
  background: white;
}
.psale .sfilter.open {
  z-index: 999999999;
}
.psale-ctn {
  overflow: hidden;
}
.psale-ctn .prod-item,
.psale-ctn .best-seller-item {
  width: 25%;
  padding: 0 0.1rem !important;
}
.psale-ctn .prod-item .prod-item,
.psale-ctn .best-seller-item .prod-item {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .psale-ctn .prod-item,
.psale-ctn .best-seller-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .psale-ctn .prod-item,
.psale-ctn .best-seller-item {
    width: 100%;
  }
}
.psale-ctn.layout-2 .scate {
  display: none;
}
.psale-ctn.layout-2 .psale-list {
  margin: 0 -0.2rem;
}
.psale-ctn.layout-2 .prod-item {
  width: 50%;
  padding: 0 0.2rem;
}
.psale-ctn.layout-4 .psale-list {
  margin: 0 -0.1rem;
}
.psale-ctn.layout-4 .prod-item,
.psale-ctn.layout-4 .best-seller-item {
  width: 25%;
  padding: 0 0.1rem;
}
@media screen and (max-width: 992px) {
  .psale-ctn.layout-4 .prod-item,
.psale-ctn.layout-4 .best-seller-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .psale-ctn.layout-4 .prod-item,
.psale-ctn.layout-4 .best-seller-item {
    width: 100%;
  }
}
.psale-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
}

.scate {
  transition: 0.3s ease-in-out;
  margin-bottom: 3rem;
}
.scate-item {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.scate-img .box {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.scate-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .scate-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.scate-link {
  text-align: center;
  color: black;
  font-size: 1.8rem;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .scate-link {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .scate-link {
    font-size: 1.5rem;
  }
}
.scate-next {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100rem;
  height: 3rem;
  width: 3rem;
  aspect-ratio: 1;
}
.scate-next:after {
  color: black;
  font-size: 1.2rem;
  font-weight: 700;
}
.scate-prev {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 100rem;
  height: 3rem;
  width: 3rem;
  aspect-ratio: 1;
}
.scate-prev:after {
  color: black;
  font-size: 1.2rem;
  font-weight: 700;
}

.prod-item {
  padding: 0 0.5rem;
  width: 25%;
}
@media (hover: hover) {
  .prod-item:hover .prod-option-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .prod-item:hover .prod-option .text {
    opacity: 0;
  }
  .prod-item:hover .prod-btn-next, .prod-item:hover .prod-btn-prev {
    opacity: 1 !important;
  }
  .prod-item:hover .prod-btn-next .swiper-button-disabled, .prod-item:hover .prod-btn-prev .swiper-button-disabled {
    opacity: 0.4 !important;
  }
}
.prod-img {
  position: relative;
  border: 1px solid #f3f3f3;
}
.prod-img .box {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 125%;
}
.prod-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (hover: hover) {
  .prod-img:hover .prod-de {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }
}
.prod-tag {
  position: absolute;
  right: 0;
  top: 0;
  width: max-content;
  background-color: black;
  padding: 0.5rem 1rem;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.prod-tag .text {
  color: white;
}
.prod-video .v-control {
  transform: translateY(0);
  transition: transform 0.5s;
  background-color: rgba(16, 16, 17, 0.4);
}
.prod-de {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: max-content;
  background: rgba(255, 255, 255, 0.8);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  display: flex;
  gap: 0.5rem;
  justify-content: space-around;
}
@media (hover: hover) {
  .prod-de-item:hover .recheck-checkbox {
    border: 1px solid #000;
  }
}
.prod-de-box {
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .prod-de-box {
    padding: 0.5rem 0;
  }
}
.prod-de-box .recheck-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.prod-de-box .recheck-checkbox {
  border: 1px solid transparent;
  width: fit-content;
  min-width: 2.5rem;
  padding: 0 0.5rem;
  height: 2.5rem;
  border-radius: 100rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s ease-in-out;
  padding-bottom: 0.2rem;
  column-gap: 0.3rem;
}
.prod-de-box .recheck-checkbox .icon i {
  color: #EDB31F;
  font-size: 1.4rem;
}
.prod-de-box .recheck-checkbox:before {
  display: none;
}
.prod-de-box .recheck-text {
  margin-left: 0;
}
.prod-de-box .recheck-item.active .recheck-checkbox {
  background: transparent;
  border-color: black;
}
.prod-de-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.prod-de-item {
  position: relative;
}
.prod-de-item-hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 0.5rem);
  transition: 0.3s ease-in-out;
  padding: 0.5rem;
  border: 0.1rem solid rgba(113, 112, 112, 0.5);
  background: white;
  z-index: 6;
  width: max-content;
  font-size: 1rem;
  visibility: hidden;
  opacity: 0;
  color: #EDB31F;
  border-radius: 0.4rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media screen and (max-width: 768px) {
  .prod-de-item {
    height: 2.5rem;
  }
  .prod-de-item .recheck-text {
    font-size: 1.2rem;
  }
  .prod-de-item .prod-de-item-hover {
    display: none;
  }
}
@media (hover: hover) {
  .prod-de-item:hover {
    border-color: black;
  }
  .prod-de-item:hover .prod-de-item-hover {
    opacity: 1;
    visibility: visible;
  }
}
.prod-de-item .box {
  width: 4rem;
  height: 4rem;
  padding-top: unset;
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 1024px) {
  .prod-de-item .box {
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
}
.prod-de-item .box img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.prod-btn-next, .prod-btn-prev {
  opacity: 0 !important;
  transition: 0.2s ease-in-out;
}
.prod-btn-next::after, .prod-btn-prev::after {
  color: black;
  font-size: 1.6rem;
  font-weight: 800;
}
.prod-desc {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0.5rem;
}
.prod-desc-top {
  display: flex;
  justify-content: space-between;
}
.prod-desc-top .add-wishlist {
  width: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.prod-desc-top .add-wishlist i {
  font-size: 2rem;
}
.prod-desc-top .add-wishlist .icon-fill {
  display: none;
}
.prod-desc-top .add-wishlist .icon-fill i {
  color: red;
}
.prod-desc-top .add-wishlist.m-remove-wishlist .icon i {
  font-weight: 700;
}
.prod-name {
  transition: 0.3s ease-in-out;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: 500;
  color: #231f20;
}
.prod-price {
  display: flex;
  column-gap: 1rem;
  margin-top: 0.4rem;
  align-items: center;
}
.prod-price-sale .text {
  text-decoration: line-through;
  color: #727272;
}
.prod-price .pro-price-current {
  display: flex;
  flex-direction: column;
}
.prod-price .price-new {
  font-size: 2rem;
  color: #131313;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .prod-price .price-new {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-price .price-new {
    font-size: 1.6rem;
  }
}
.prod-price .price-odd {
  color: #727272;
  font-size: 2rem;
  text-decoration: line-through;
}
@media only screen and (max-width: 1200px) {
  .prod-price .price-odd {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-price .price-odd {
    font-size: 1.6rem;
  }
}
.prod-option {
  position: relative;
  min-height: 2.2rem;
}
.prod-option .text {
  color: #727272;
}
.prod-option-box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.prod-option-box .recheck-item .recheck-checkbox {
  border: 0.1rem solid #d4d4d4;
}
.prod-option-box .recheck-item.active .recheck-checkbox {
  border: 0.1rem solid #000 !important;
}
.prod-option-box .recheck-item .recheck-checkbox::before {
  opacity: 1;
  content: "\f00c";
  color: white;
}
.prod-option .recheck-block {
  display: flex;
  column-gap: 0.8rem;
}
.prod-option .recheck-item.active .recheck-checkbox {
  border: 0.1rem solid #d4d4d4;
}
.prod-option .recheck-checkbox {
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  padding: 0.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: none !important;
  border: none;
  border-color: #d4d4d4;
}
.prod-option .recheck-checkbox:before {
  background: white;
  content: "";
  z-index: -1;
}
.prod-option .recheck-checkbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-red {
  color: #f00;
}

.c-grey {
  color: #727272;
}

.pdp-wrap {
  position: relative;
}
.pdp-top {
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
}
@media screen and (max-width: 1440px) {
  .pdp-top {
    position: relative;
    margin-bottom: 3rem;
  }
}
.pdp-top .textline {
  padding-left: 100%;
  position: relative;
}
.pdp-top .textline .t24 {
  white-space: nowrap;
}
.pdp-top .textline:before {
  position: absolute;
  content: "";
  height: 0.2rem;
  width: 95%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0C1226;
}
@media screen and (min-width: 2000px) {
  .pdp-top .textline {
    padding-left: 1.5rem;
  }
  .pdp-top .textline::before {
    width: 1rem;
  }
}
@media screen and (min-width: 2300px) {
  .pdp-top .textline {
    padding-left: 50%;
  }
  .pdp-top .textline::before {
    width: 45%;
  }
}
@media screen and (max-width: 1600px) {
  .pdp-top .textline {
    padding-left: 50%;
  }
  .pdp-top .textline::before {
    width: 45%;
  }
}
@media screen and (max-width: 1440px) {
  .pdp-top .textline {
    padding-left: 0;
  }
  .pdp-top .textline::before {
    display: none;
  }
}
.pdp-ctn {
  padding-top: 5rem;
}
@media screen and (max-width: 1440px) {
  .pdp-ctn {
    padding-top: 2rem;
  }
}
.pdp-ctn .prd-card-status.t-not-prd {
  background: #f9f9f9 !important;
  padding: 0.5rem 1rem !important;
  min-width: fit-content !important;
}
.pdp-ctn .prd-card-status.t-not-prd i {
  color: black;
}
.pdp-ctn .prd-card-status.t-not-prd .text {
  font-size: 1.2rem;
  font-weight: 600;
}
.pdp-tab {
  margin-top: 8rem;
}
.pdp-tab-list {
  display: flex;
  border-bottom: 0.1rem solid #9b9b9b;
  column-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .pdp-tab-list {
    overflow-x: auto;
  }
  .pdp-tab-list::-webkit-scrollbar {
    display: none;
  }
}
.pdp-tab-item {
  padding: 0.8rem 1.2rem;
  width: max-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pdp-tab-item {
    padding: 1rem 0.5rem;
  }
  .pdp-tab-item .text {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.pdp-tab-item .text {
  color: #727272;
  transition: 0.3s ease;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .pdp-tab-item .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pdp-tab-item .text {
    font-size: 1.6rem;
  }
}
.pdp-tab-item::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.1rem;
  background-color: #121212;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pdp-tab-item.active:before {
  width: 100%;
}
.pdp-tab-item.active .text {
  color: black;
}
@media (hover: hover) {
  .pdp-tab-item:hover::before {
    width: 100%;
  }
  .pdp-tab-item:hover .text {
    color: black;
  }
}
.pdp-tab-ctn {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid #9b9b9b;
}
.pdp-tab-box {
  font-size: 1.4rem;
}
.pdp-more {
  padding-bottom: 4rem;
}
.pdp .tabcontent {
  position: relative;
}
.pdp-option .recheck-block {
  display: flex;
  gap: 0.8rem;
}
.pdp-option .recheck-checkbox {
  width: 11rem;
  height: auto;
}
.pdp-option .recheck-checkbox .box {
  position: relative;
  overflow: hidden;
  padding-top: 150%;
}
.pdp-option .recheck-checkbox .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
.pdp-guild-flex {
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .pdp-guild-flex {
    flex-direction: column;
    row-gap: 1.2rem;
    align-items: flex-start;
  }
}
.pdp-guild-box {
  display: flex;
  align-items: center;
}
.pdp-guild-more {
  padding-right: 1.2rem;
  margin-right: 1.2rem;
  line-height: 1;
  border-right: 0.1rem solid rgba(0, 0, 0, 0.8);
  color: #727272;
}
.pdp-guild-more:last-child {
  border-right: none;
}
.pdp-guild-link {
  align-items: center;
}
.pdp-guild-link .icon {
  display: flex;
}
.pdp-guild-link .text {
  line-height: 1;
  font-weight: 600;
}
.pdp-control {
  display: flex;
  gap: 0.8rem;
}
.pdp-control .btn, .pdp-control .btn-pri, .pdp-control .btn-bd, .pdp-control .btn-second {
  height: 4rem;
}
.pdp-control-wishlist {
  min-width: unset;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 6rem;
  height: 6rem;
}
.pdp-control-wishlist i {
  font-size: 2rem;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.pdp-flex {
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 900px) {
  .pdp-flex {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.pdp-flex-main {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .pdp-flex-main {
    width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .pdp-flex-main {
    width: 100%;
    row-gap: 1rem;
    flex-direction: column;
  }
}
.pdp-left {
  width: 15rem;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1400px) {
  .pdp-left {
    width: 10rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .pdp-left {
    width: 100%;
    order: 2;
    padding-right: 1.2rem;
  }
}
.pdp-mid {
  padding: 0 1.2rem;
  width: calc(100% - 15rem);
}
@media screen and (max-width: 1400px) {
  .pdp-mid {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 1200px) {
  .pdp-mid {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  .pdp-mid {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .pdp-mid {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .pdp-mid {
    width: 100%;
  }
}
.pdp-right {
  padding: 0 1.2rem;
  width: 55%;
}
.pdp-right .c-black {
  color: #231f20;
}
@media screen and (max-width: 1200px) {
  .pdp-right {
    width: 45%;
  }
  .pdp-right .mt-30 {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .pdp-right {
    width: 100%;
    order: 3;
  }
}
.pdp-img {
  height: 100%;
}
.pdp-img .box {
  position: relative;
  overflow: hidden;
  padding-top: 121.682464455%;
}
.pdp-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp-img .swiper {
  height: 100%;
  min-height: 50rem;
}
.pdp-arrow-next, .pdp-arrow-prev {
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100rem;
}
.pdp-arrow-next:after, .pdp-arrow-prev:after {
  font-size: 1.2rem;
  font-weight: 700;
  color: black;
}
.pdp-thumb {
  max-height: 75rem;
  overflow-y: auto;
  padding: 0 1.2rem;
  min-height: 70rem;
}
.pdp-thumb::-webkit-scrollbar {
  width: 0.1rem;
}
@media screen and (min-width: 2000px) {
  .pdp-thumb {
    max-height: 65rem;
    min-height: 75rem;
  }
}
@media screen and (max-width: 1400px) {
  .pdp-thumb {
    max-height: 60rem;
    min-height: 60rem;
  }
}
@media screen and (max-width: 1200px) {
  .pdp-thumb {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  .pdp-thumb {
    max-height: unset;
    min-height: unset;
    overflow: unset;
    padding: 0;
    padding-left: 1.2rem;
  }
}
.pdp-thumb .box {
  position: relative;
  overflow: hidden;
  padding-top: 133.3333333333%;
  border: 0.1rem solid transparent;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.pdp-thumb .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .pdp-thumb .swiper .swiper-slide {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 640px) {
  .pdp-thumb .swiper .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 400px) {
  .pdp-thumb .swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
.pdp-thumb .swiper-slide-thumb-active .box {
  border-color: black;
}
.pdp-fixed {
  position: fixed;
  bottom: 2rem;
  width: calc(100% - 3rem);
  left: 50%;
  max-width: 166rem;
  z-index: 99999;
  border-radius: 0.4rem;
  transition: 0.3s ease-in-out;
  opacity: 0;
  transform: translateX(-50%) translateY(200%);
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .pdp-fixed {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .pdp-fixed {
    transform: translateX(-50%) translateY(200%);
    visibility: hidden;
  }
}
.pdp-fixed.sticky {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.pdp-fixed-inner {
  background: white;
  padding: 1rem;
  border-radius: 0.4rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pdp-fixed-flex {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .pdp-fixed-flex {
    flex-wrap: wrap;
  }
}
.pdp-fixed-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pdp-fixed-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .pdp-fixed-right {
    justify-content: space-between;
    width: 100%;
  }
}
.pdp-fixed-img {
  width: 4rem;
}
.pdp-fixed-img .box {
  position: relative;
  padding-top: 125%;
  overflow: hidden;
}
.pdp-fixed-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp-fixed-name {
  flex: 1;
  text-transform: uppercase;
}
.pdp-fixed-btn .txt {
  font-size: 1.4rem;
}

.prddt-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 850px) {
  .prddt-flex {
    flex-direction: column;
  }
}
.prddt-left {
  width: 33.3333333333%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 850px) {
  .prddt-left {
    width: 100%;
  }
}
.prddt-right {
  width: 66.6666666667%;
  padding: 0 1.2rem;
}
@media screen and (max-width: 850px) {
  .prddt-right {
    width: 100%;
  }
}
.prddt-prd-ctn {
  margin-top: 1rem;
}
.prddt-prd-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 1200px) {
  .prddt-prd-flex {
    flex-direction: column;
  }
}
.prddt-prd-left {
  padding: 0 1.5rem;
  width: 77.7777777778%;
}
@media screen and (max-width: 1200px) {
  .prddt-prd-left {
    width: 100%;
  }
}
.prddt-prd-right {
  padding: 0 1.5rem;
  width: 33.3333333333%;
}
@media screen and (max-width: 1200px) {
  .prddt-prd-right {
    width: 100%;
  }
}
.prddt-prd-soption {
  margin-top: 2.4rem;
}
.prddt-prd-soption-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1.2rem;
}
.prddt-prd-soption-gr .text {
  color: #121212;
  font-weight: 500;
  position: relative;
  top: 1.2rem;
}
.prddt-prd-soption-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.2rem;
  flex-wrap: wrap;
  row-gap: 1.2rem;
}
@media screen and (max-width: 1100px) {
  .prddt-prd-soption-list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 35.1rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .prddt-prd-soption-list {
    max-height: 50rem;
  }
}
.prddt-prd-soption-item {
  padding: 0 0.2rem;
  width: 11.1111111111%;
}
@media screen and (min-width: 1100px) {
  .prddt-prd-soption-item {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  .prddt-prd-soption-item {
    width: 20%;
  }
}
@media screen and (max-width: 440px) {
  .prddt-prd-soption-item {
    width: 33.3333333333%;
  }
}
.prddt-prd-soption-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  gap: 0.6rem;
}
@media (hover: hover) {
  .prddt-prd-soption-inner:hover .ttext {
    color: #111927;
  }
}
.prddt-prd-soption-inner.active .inner {
  border-color: #0C1226;
}
.prddt-prd-soption-inner.active .ttext {
  color: #0C1226;
}
.prddt-prd-soption-inner .ttext {
  color: #121212;
  font-size: 1.2rem;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.prddt-prd-soption-inner .inner {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 0.1rem solid transparent;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.prddt-prd-soption-inner .inner img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: unset;
  object-fit: contain;
}
.prddt-prd-soption.size .prddt-prd-soption-list {
  gap: 1.2rem;
}
.prddt-prd-soption.size .prddt-prd-soption-inner {
  min-width: 3rem;
  height: 3rem;
  padding: 0 0.5rem;
  border-radius: 100rem;
  border: 1px solid #f3f3f3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s ease-in-out;
}
sfilter .prddt-prd-soption.size .prddt-prd-soption-inner.active {
  border-color: black;
}
.prddt-prd-soption.size .prddt-prd-soption-item {
  width: max-content;
}
.prddt-prd-weight {
  margin-top: 2rem;
}
.prddt-prd-weight.fix .prddt-prd-weight-inner {
  padding: 0.4rem 0.8rem;
}
.prddt-prd-weight-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.prddt-prd-weight-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.5rem;
}
.prddt-prd-weight-item {
  padding: 0 0.5rem;
}
.prddt-prd-weight-inner {
  min-width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.6rem;
  border: 0.2rem solid #fbc1a1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  color: #121212;
}
.prddt-prd-weight-inner.active {
  border-color: #EDB31F;
  color: #EDB31F;
}
.prddt-cb-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .prddt-cb-gr {
    margin: 0 -0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .prddt-cb-gr {
    justify-content: center;
    border: 0.1rem dashed #000000;
    padding-top: 2.4rem;
    border-radius: 1.2rem;
  }
}
.prddt-cb-box {
  width: 16.6666666667%;
  padding: 0 1.2rem;
  min-width: 20rem;
}
@media screen and (max-width: 1200px) {
  .prddt-cb-box {
    min-width: unset;
  }
}
@media screen and (max-width: 920px) {
  .prddt-cb-box {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .prddt-cb-box {
    padding: 0 0.6rem;
    width: 33.3333333333%;
    max-width: 20rem;
    flex: 1;
  }
  .prddt-cb-box:first-child {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .prddt-cb-box {
    width: 33.3333333333%;
  }
}
.prddt-cb-box:first-child .recheck-item .recheck-checkbox {
  border: unset;
  background: #000;
}
@media screen and (max-width: 768px) {
  .prddt-cb-box:first-child .recheck-item .recheck-checkbox {
    background: #000;
  }
}
.prddt-cb-box:first-child .recheck-item .recheck-checkbox::before {
  opacity: 1;
  content: "\f00c";
  color: white;
}
@media screen and (max-width: 1080px) {
  .prddt-cb-box:first-child .prddt-cb-img {
    overflow: unset;
  }
  .prddt-cb-box:first-child .prddt-cb-img::before {
    content: "+";
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    left: 100%;
    top: 50%;
    color: #000000;
    transform: translate(0.4rem, -50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .prddt-cb-box:first-child .prddt-cb-img::before {
    transform: translate(-0.15rem, -50%);
    z-index: 1;
  }
}
@media screen and (max-width: 1080px) and (max-width: 550px) {
  .prddt-cb-box:first-child .prddt-cb-img::before {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .prddt-cb-box:first-child {
    width: 100%;
  }
  .prddt-cb-box:first-child .prddt-cb-inner {
    width: 20rem;
    margin: 0 auto;
    padding-bottom: 2.8rem;
    position: relative;
  }
  .prddt-cb-box:first-child .prddt-cb-inner::before {
    content: "+";
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    bottom: 0;
    color: #EDB31F;
    left: 50%;
    transform: translate(-50%, -0.7rem);
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
  }
}
.prddt-cb-total {
  flex: 1;
  padding: 0 1.2rem;
}
@media screen and (max-width: 920px) {
  .prddt-cb-total {
    width: 100%;
    flex: unset;
  }
}
@media screen and (max-width: 768px) {
  .prddt-cb-total {
    padding: 0 1.2rem;
  }
}
.prddt-cb-total-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 3.6rem;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .prddt-cb-total-inner {
    padding: 2.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .prddt-cb-total-inner {
    align-items: center;
  }
}
.prddt-cb-total-inner .btn, .prddt-cb-total-inner .btn-pri, .prddt-cb-total-inner .btn-bd, .prddt-cb-total-inner .btn-second {
  margin: unset;
  margin-top: 2rem;
}
.prddt-cb-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
.prddt-cb-img {
  position: relative;
  padding-top: 133.3333333333%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .prddt-cb-img {
    border-radius: 0.4rem;
  }
}
.prddt-cb-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100% !important;
  object-position: top;
}
.prddt-cb-icon {
  padding: 0 1.2rem;
  width: 8.3333333333%;
}
@media screen and (max-width: 1080px) {
  .prddt-cb-icon {
    display: none;
  }
}
.prddt-cb-icon .icon-inner {
  position: relative;
  padding-top: 230.78%;
}
.prddt-cb-icon .icon-inner .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 2.4rem;
  color: #000000;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .prddt-cb-icon .icon-inner .icon {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prddt-cb-icon .icon-inner .icon {
    font-size: 1.7rem;
  }
}
.prddt-cb-icon .icon-inner .icon i {
  font-weight: 300;
}
.prddt-cb-ctn .recheck-item {
  align-items: unset;
  position: relative;
}
.prddt-cb-ctn .recheck-item::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 108%;
  bottom: 100%;
  background: transparent;
  border-radius: 1.2rem;
}
@media screen and (max-width: 768px) {
  .prddt-cb-ctn .recheck-item {
    flex-direction: column;
    position: relative;
  }
}
.prddt-cb-ctn .recheck-item .recheck-checkbox {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .prddt-cb-ctn .recheck-item .recheck-checkbox {
    position: absolute;
    bottom: calc(100% + 1.3rem);
    border-color: #000000;
  }
}
.prddt-cb-ctn .recheck-item .recheck-checkbox::before {
  font-size: 1.3rem;
}
.prddt-cb-ctn .recheck-item .recheck-text {
  color: #0C1226;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .prddt-cb-ctn .recheck-item .recheck-text {
    margin-left: unset;
    font-size: 1.3rem;
  }
}
.prddt-cb-ctn .recheck-item.active ~ .prddt-cb-ctn-quan {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.prddt-cb-ctn-quan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
}
.prddt-cb-ctn-quan .text {
  font-size: 1.2rem;
}
.prddt-cb-ctn-quan input {
  border: 0.1rem solid #000;
}
.prddt-cb-ctn-quan input:focus, .prddt-cb-ctn-quan input:focus-visible {
  border-radius: 0;
  outline: none;
}
.prddt-cb-ctn-quan .count {
  gap: 0.5em;
}
.prddt-cb-ctn-quan .count-number {
  font-size: 1.2rem !important;
}
.prddt-cb-ctn-quan .count-btn {
  height: 2rem;
  width: 2rem;
}
.prddt-cb-ctn-quan .count-btn i {
  font-size: 1.2rem;
}
.prddt-cb-ctn .tprice-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prddt-cb-ctn .tprice-gr .t-new {
  color: #000000;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .prddt-cb-ctn .tprice-gr .t-new {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .prddt-cb-ctn .tprice-gr .t-new {
    font-size: 1.2rem;
  }
}
.prddt-cb-ctn .tprice-gr .t-odd {
  font-size: 1.4rem;
  color: #7f8080;
  text-decoration: line-through;
}
@media screen and (max-width: 1200px) {
  .prddt-cb-ctn .tprice-gr .t-odd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .prddt-cb-ctn .tprice-gr .t-odd {
    font-size: 1.2rem;
  }
}

.repro {
  padding: 4rem 0;
}
.repro .prod-item {
  width: 100%;
  padding: 0;
}
.repro-inner .c-black {
  color: #231f20;
}
.repro-btn-next, .repro-btn-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
}
.repro-btn-next::after, .repro-btn-prev::after {
  font-size: 1.4rem;
  color: black;
  font-weight: 700;
}

.inpro {
  padding: 4rem 0;
}
.inpro .prod-item {
  width: 100%;
  padding: 0;
}
.inpro-btn-next, .inpro-btn-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background: rgba(114, 114, 114, 0.8);
}
.inpro-btn-next::after, .inpro-btn-prev::after {
  font-size: 1.4rem;
  color: black;
  font-weight: 700;
}

.cmini {
  top: -1rem;
}
.cmini-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  max-height: 45rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
  margin-right: -0.5rem;
}
.cmini-flex {
  display: flex;
  gap: 1.6rem;
}
.cmini-img {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .cmini-img {
    width: 8rem;
  }
}
.cmini-img .box {
  position: relative;
  overflow: hidden;
  padding-top: 146.0784313725%;
  display: block;
}
.cmini-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmini-img img {
  object-fit: contain;
}
.cmini-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cmini-desc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmini-title {
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .cmini-title:hover {
    color: #9d0759;
  }
}
.cmini-action {
  display: flex;
  align-items: center;
}
.cmini-action-write {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 0.1rem solid rgba(0, 0, 0, 0.8);
}
.cmini-action-write .icon i {
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .cmini-action-write:hover .icon i {
    transform: scale(1.1);
  }
}
.cmini-action-remove {
  font-size: 1.4rem !important;
}
.cmini-action-remove .icon {
  display: flex;
}
.cmini-action-remove .icon i {
  transition: 0.3s ease-in-out;
  color: black;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .cmini-action-remove:hover .icon i {
    transform: scale(1.1);
  }
}
.cmini-promo {
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 0.1rem solid #e6e6e6;
}
.cmini-promo-form input {
  width: 100%;
  height: 4rem;
  border: 1px solid #121212;
  padding: 0 1rem;
}
.cmini-promo-left {
  align-items: center;
  column-gap: 0.8rem;
}
.cmini-promo .icon {
  display: flex;
}
.cmini-promo .text {
  line-height: 1;
}
.cmini-gift {
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 0.1rem solid #e6e6e6;
}
.cmini-gift-left {
  align-items: center;
  column-gap: 0.8rem;
}
.cmini-gift .icon {
  display: flex;
}
.cmini-gift .text {
  line-height: 1;
}
.cmini-gift .recheck-dot {
  border-radius: 0.4rem;
}
.cmini-gift .recheck-item.active .recheck-dot::before {
  content: "\f00c";
  color: white;
}
.cmini-sub {
  display: flex;
  justify-content: space-between;
}
.cmini-total {
  display: flex;
  justify-content: space-between;
}
.cmini-update .recheck-block {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.cmini-update .recheck-checkbox {
  position: relative;
  width: max-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border-color: #f3f3f3;
  height: 3.2rem;
}
.cmini-update .recheck-checkbox .recheck-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  display: flex;
}
.cmini-update .recheck-checkbox .recheck-bg img {
  height: 100%;
  object-fit: contain;
}
.cmini-update .recheck-checkbox:before {
  display: none;
}
.cmini-update .recheck-img {
  width: 1.5rem;
  align-items: center;
  display: flex;
}
.cmini-update .recheck-img img {
  object-fit: contain;
}
.cmini-update .recheck-text {
  color: #000 !important;
}
.cmini-update .recheck-bg {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.cmini-update .recheck-item.active .recheck-bg {
  opacity: 1;
}
.cmini-update .recheck-item.active .recheck-checkbox {
  background: white;
  border-color: black;
}
.cmini-option {
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
  border-top: 0.1rem solid #e6e6e6;
  margin-top: 2.4rem;
}
.cmini-size .recheck-text {
  margin-left: 0;
}
.cmini-size .recheck-checkbox {
  background: #f3f3f3;
  border-color: transparent;
}
.cmini-quantity .quantity {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.sguild-inner ul {
  list-style: disc;
  margin-left: 2rem;
  margin-top: 2rem;
}
.sguild-inner ul li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.sguild-inner .t24 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .sguild-inner .t24 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .sguild-inner .t24 {
    font-size: 1.5rem;
  }
}
.sguild-inner .t20 {
  font-size: 1.6rem;
}
.sguild-inner .fw-6 {
  font-weight: 600;
}
.sguild-img {
  width: 80%;
  margin: 0 auto;
}
.sguild-img img {
  width: 100%;
  object-fit: contain;
  margin: 0 !important;
}

.best-seller .layout-2 .psale-list {
  justify-content: center;
}
.best-seller .layout-2 .best-seller-item {
  display: flex;
  justify-content: center;
}
.best-seller .layout-2 .best-seller-item .box-img {
  position: relative !important;
  inset: 0 !important;
  transform: translate(0) !important;
}
.best-seller .layout-2 .best-seller-item.x1 {
  width: 100%;
}
.best-seller .layout-2 .best-seller-item.x1 .prod-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .best-seller .layout-2 .best-seller-item.x1 .prod-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .best-seller .layout-2 .best-seller-item.x1 .prod-item {
    width: 70%;
  }
}
.best-seller .layout-2 .best-seller-item.x2 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .best-seller .layout-2 .best-seller-item.x2 {
    width: 50%;
  }
}
.best-seller .layout-2 .best-seller-item.x2 .prod-item {
  width: 100%;
}
.best-seller .layout-2 .best-seller-item.x4 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .best-seller .layout-2 .best-seller-item.x4 {
    width: 50%;
  }
}
.best-seller .layout-2 .best-seller-item.x4 .prod-item {
  width: 100%;
}
.best-seller .layout-2 .best-seller-item.x0 {
  width: 100%;
}
.best-seller .layout-2 .best-seller-item.x0 .prod-item {
  width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
  .best-seller .layout-2 .best-seller-item.x0 .prod-item {
    width: 100%;
  }
}
.best-seller .layout-2 .best-seller-item.x0 .prod-img .box {
  padding-top: 66.6666666667%;
}
.best-seller .layout-2 .best-seller-item.x0 .prod-img .box-v-i-js .box-img .box-img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1;
  transition: 0.75s ease-in-out;
  overflow: hidden;
}
.best-seller .layout-2 .best-seller-item.x0 .prod-img .box-v-i-js .box-img.play .box-img {
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  opacity: 0;
}
.best-seller .layout-4 .best-seller-item {
  width: 25%;
  padding: 0 0.2rem;
}
@media screen and (max-width: 992px) {
  .best-seller .layout-4 .best-seller-item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .best-seller .layout-4 .best-seller-item {
    width: 100%;
  }
}
.best-seller .layout-4 .best-seller-item .box-v-i-js .box-img {
  position: relative !important;
  inset: 0 !important;
  transform: translate(0) !important;
}
.best-seller .layout-4 .best-seller-item .psale-list {
  margin: 0 -0.4rem;
}
.best-seller .layout-4 .best-seller-item .prod-item {
  width: 100%;
  padding: 0 0.4rem;
}
.best-seller .layout-4 .prod-video {
  display: none;
}

.collection-desc {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.v .box video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .v:hover .v-img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .v:hover .v-control {
    transform: translateY(0);
    transition: transform 0.5s;
  }
}
.v-box.play .v-play {
  display: none;
}
.v-box.play .v-pause {
  display: flex;
}
.v-control {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(16, 16, 17, 0.6);
  transform: translateY(-150%);
  transition: transform 0.5s;
}
.v-play {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.v-play.pause {
  display: none;
}
.v-play .icon {
  border-radius: 100rem;
  background-color: #0C1226;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
.v-play .icon::after {
  content: "";
  position: absolute;
  width: calc(100% + 5rem);
  height: calc(100% + 5rem);
  background: rgba(150, 150, 150, 0.4);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  z-index: -1;
}
.v-play .icon i {
  color: #9d0759;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .v-play .icon {
    width: 6rem;
    height: 6rem;
  }
  .v-play .icon i {
    font-size: 3rem;
  }
}
.v-play .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .v-play .icon:hover img {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
  }
}
.v-pause {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
}
.v-pause .icon {
  border-radius: 100rem;
  background-color: #0C1226;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
  animation: pulsate-bck 0.5s ease-in-out infinite both;
}
.v-pause .icon::after {
  content: "";
  position: absolute;
  width: calc(100% + 5rem);
  height: calc(100% + 5rem);
  background: rgba(150, 150, 150, 0.4);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  z-index: -1;
}
.v-pause .icon i {
  color: #9d0759;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .v-pause .icon {
    width: 6rem;
    height: 6rem;
  }
  .v-pause .icon i {
    font-size: 3rem;
  }
}
.v-pause .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .v-pause .icon:hover img {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-24 17:22:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
.pulsate-bck {
  -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
  animation: pulsate-bck 0.5s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.box-v-i-js.play .box-img {
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  opacity: 0;
}
.box-v-i-js.play .v-control {
  opacity: 0;
  visibility: hidden;
}
.box-v-i-js .v-control {
  z-index: 5;
}
@media (hover: hover) {
  .box-v-i-js:hover .v-control {
    transform: translateY(0);
    transition: transform 0.5s;
  }
}

.breadcrumbs-list {
  display: flex;
  gap: 1rem;
}
.breadcrumbs-item {
  font-size: 2rem;
  color: #bcbcbc;
  font-weight: 600;
  position: relative;
  padding-right: 3rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1200px) {
  .breadcrumbs-item {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .breadcrumbs-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumbs-item {
    font-size: 1.6rem;
    padding-right: 2rem;
    margin-right: 0rem;
  }
}
.breadcrumbs-item.active {
  color: black;
}
.breadcrumbs-item::before {
  position: absolute;
  content: ">";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs ul li:last-child .breadcrumbs-item:before {
  display: none;
}

.checkout-page {
  display: none;
}
.checkout-page.is-show {
  display: block;
}
.checkout-top {
  padding: 3rem 0;
  margin-bottom: 3rem;
  border-bottom: 0.2rem solid #e6e6e6;
  height: 10rem;
}
@media screen and (max-width: 992px) {
  .checkout-top .t24 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-top {
    height: unset;
  }
}
.checkout-flex {
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 1100px) {
  .checkout-flex {
    margin: 0 -0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-flex {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
}
.checkout-left {
  padding: 0 1.2rem;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .checkout-left {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-left {
    width: 100%;
  }
}
.checkout-right {
  padding: 0 1.2rem;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .checkout-right {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .checkout-right {
    width: 100%;
  }
}
.checkout-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  margin-bottom: 2.4rem;
  max-height: 70rem;
  overflow-y: auto;
  margin-right: -1rem;
}
.checkout-item {
  display: flex;
  gap: 2.4rem;
  padding-right: 1rem;
}
@media screen and (max-width: 550px) {
  .checkout-item {
    gap: 1rem;
  }
}
.checkout-item-img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .checkout-item-img {
    width: 20%;
  }
}
@media screen and (max-width: 500px) {
  .checkout-item-img {
    width: 30%;
  }
}
.checkout-item-img .box {
  position: relative;
  overflow: hidden;
  padding-top: 135%;
  display: block;
}
.checkout-item-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkout-item-desc {
  flex: 1;
}
.checkout-item-price {
  justify-content: space-between;
}
.checkout-item .price-new {
  font-size: 2rem;
  font-weight: 600;
  color: #131313;
}
@media only screen and (max-width: 1200px) {
  .checkout-item .price-new {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .checkout-item .price-new {
    font-size: 1.6rem;
  }
}
.checkout-more-item {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.checkout-more-item .cmini-promo {
  border-top: none;
}
.checkout-more-item .icon i {
  transition: 0.3s ease-in-out;
}
.checkout-more-item.open .icon i {
  transform: rotate(180deg);
}
.checkout-more-flex {
  display: flex;
  justify-content: space-between;
}
.checkout-more-desc {
  display: none;
}
.checkout .step-3 .recheck-item {
  align-items: center;
}
.checkout .recheck-text {
  flex: 1;
}
.checkout .recheck-text-top {
  display: flex;
  justify-content: space-between;
}
.checkout .recheck-text-img {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.checkout .recheck-text-img .img {
  padding: 0.2rem;
  border: 0.1rem solid #727272;
  height: 3.5rem;
  width: 7.5rem;
  border-radius: 0.4rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.checkout .recheck-text-img .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checkout .recheck-item {
  align-items: flex-start;
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
}
.checkout .recheck-item:nth-child(1) {
  padding-top: 0;
}
.checkout .recheck-dot {
  border-radius: 0.4rem;
}
.checkout .form-confirm {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 400px) {
  .checkout .form-confirm {
    flex-direction: column;
  }
  .checkout .form-confirm .primary-btn {
    width: 100%;
  }
  .checkout .form-confirm .primary-btn button {
    width: 100%;
  }
}
.checkout .form-confirm .primary-btn:last-child {
  flex: 2;
}
.checkout .method-action {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 400px) {
  .checkout .method-action {
    flex-direction: column;
  }
  .checkout .method-action button {
    width: 100%;
  }
}
.checkout .method-action .action-continues {
  flex: 2;
}
.checkout-mbank {
  margin-top: 2rem;
}
.checkout-mbank-flex {
  display: flex;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 400px) {
  .checkout-mbank-flex {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.checkout-mbank-left {
  padding: 0 1.2rem;
  width: 30%;
}
@media screen and (max-width: 400px) {
  .checkout-mbank-left {
    width: 40%;
    margin: 0 auto;
  }
}
.checkout-mbank-right {
  flex: 1;
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.checkout-mbank-right .title {
  font-weight: 600;
  font-size: 1.6rem;
}
.checkout-mbank-right .num {
  font-weight: 600;
}
.checkout-mbank-img .box {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.checkout-mbank-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checkout .recheck-block-item {
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #e6e6e6;
}
.checkout .recheck-block-item:nth-child(1) {
  padding-top: 0;
}
.checkout .recheck-block-item .checkout-mbank {
  display: none;
}
.checkout .recheck-block-item .recheck-item {
  padding: 0;
  border: none;
}
.checkout .recheck-block-item .recheck-item.active ~ .checkout-mbank {
  display: block;
}
.checkout .ip-control input,
.checkout .ip-control textarea {
  border-radius: 0;
}
.checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0.1rem solid #d4d4d4;
}
.checkout .ip-control .select2-container .select2-selection--single .select2-selection__rendered {
  border: none;
  background: transparent;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.checkout form.checkout_coupon,
.checkout .woocommerce form.login,
.checkout .woocommerce form.register {
  border-radius: 0 !important;
  border: 0.1rem solid #e6e6e6 !important;
  margin-top: 0 !important;
}
.checkout form.checkout_coupon .form-row,
.checkout .woocommerce form.login .form-row,
.checkout .woocommerce form.register .form-row {
  padding: 0 !important;
}
.checkout form.checkout_coupon #coupon_code,
.checkout .woocommerce form.login #coupon_code,
.checkout .woocommerce form.register #coupon_code {
  height: 4rem !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
}

.header-nav .menu-item > .menu-link > i,
.header-nav .menu-item > a > i {
  color: #000;
}

.zoomContainer {
  z-index: 10 !important;
}

.prddt-prd-soption-inner .inner img {
  object-fit: cover;
}

.page-template-home-template .support {
  padding: 8rem 0;
}
@media screen and (max-width: 992px) {
  .page-template-home-template .support {
    padding: 4rem 0;
  }
}
.page-template-home-template .prod-price {
  align-items: center;
  justify-content: space-between;
}
.page-template-home-template .prod-price .price-odd {
  font-size: 1.4rem;
}
.page-template-home-template .prod-price .prod-price-sale .t20 {
  font-size: 1.4rem;
}

.box-v-i-js .box-img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.75s ease-in-out;
  overflow: hidden;
}
.box-v-i-js.play .box-img {
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  opacity: 0;
}

.hbanner {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .hbanner {
    position: relative;
  }
}
.hbanner-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768.98px) {
  .hbanner-wrap {
    height: 39.3518518519vw;
  }
}
.hbanner-img {
  height: 100%;
  position: relative;
}
.hbanner-img-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  right: 0;
  z-index: 2;
  margin: 0 5%;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .hbanner-img-more {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0;
  }
}
.hbanner-img-more .title {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .hbanner-img-more .title {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .hbanner-img-more .title {
    font-size: 3.3rem;
  }
}
.hbanner-img-more .text {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .hbanner-img-more .text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .hbanner-img-more .text {
    font-size: 1.7rem;
  }
}
.hbanner-img-more .btn, .hbanner-img-more .btn-pri, .hbanner-img-more .btn-bd, .hbanner-img-more .btn-second {
  margin: 0 auto;
  margin-top: 2rem;
}
.hbanner-video {
  height: 100%;
}
.hbanner-video .v {
  height: 100%;
}
.hbanner-video .v .v-box {
  height: 100%;
}
.hbanner-item {
  height: 100%;
}
.hbanner-box {
  height: 100%;
}
.hbanner .box-v-i-js {
  height: 100%;
}
.hbanner .box-v-i-js .box {
  height: 100%;
  padding-top: unset;
}
@media screen and (max-width: 768px) {
  .hbanner .box-v-i-js .box {
    padding-top: 70%;
  }
}
.hbanner .box {
  position: relative;
  overflow: hidden;
  padding-top: 46.2962962963%;
}
@media screen and (min-width: 768.98px) {
  .hbanner .box {
    padding-top: unset;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hbanner .box {
    padding-top: 70%;
  }
}
@media screen and (max-width: 550px) {
  .hbanner .box {
    padding-top: 80%;
  }
}
@media screen and (max-width: 450px) {
  .hbanner .box {
    padding-top: 100%;
  }
}
.hbanner .box img,
.hbanner .box video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hbanner-control {
  position: absolute;
  left: 1.5rem;
  bottom: 2rem;
}
.hbanner-control-flex {
  display: flex;
  gap: 0.8rem;
}
.hbanner-slogan {
  overflow: hidden;
}
.hbanner-slogan-inner {
  width: 9000px;
  padding: 0.5rem 0;
  background: #eaeaea;
  border-top: 0.1rem solid black;
}
.hbanner-slogan .text {
  display: inline-block;
  animation: news 12s infinite linear;
}
.hbanner-slogan .text > * {
  display: inline-block;
}
.hbanner-pagi {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
  display: none;
}
.hbanner-btn {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
.hbanner-btn-next, .hbanner-btn-prev {
  position: relative;
  inset: 0;
  margin: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
}
.hbanner-btn-next::after, .hbanner-btn-prev::after {
  color: #fff;
  font-size: 1.5rem;
}
.hbanner .v-control {
  background: none;
}
.hbanner .swiper {
  height: 100%;
}
.hbanner .swiper-pagination {
  position: relative;
  margin-top: 0;
  inset: 0;
}
.hbanner .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  aspect-ratio: 1;
  border-radius: 100rem;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.hbanner .swiper-pagination-bullet-active {
  width: 4rem;
  background: white;
}

@keyframes news {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.hcollec {
  padding: 7rem 0;
  padding-bottom: 4rem;
  background: white;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hcollec {
    padding: 2rem 0;
    padding-top: 4rem;
  }
}
.hcollec-inner .title {
  color: #231f20;
}
.hcollec-item {
  transition: 0.3s ease-in-out;
  height: calc(100% - 0.2rem);
  margin: 0.1rem;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .hcollec-item:hover .hcollec-desc {
    opacity: 1;
    visibility: visible;
  }
}
.hcollec-img .box {
  position: relative;
  overflow: hidden;
  padding-top: 141.6666666667%;
  display: block;
}
.hcollec-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
@media (hover: hover) {
  .hcollec-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.hcollec-desc {
  padding: 1.2rem;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .hcollec-desc {
    opacity: 1;
    visibility: visible;
  }
}
.hcollec-link {
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hcollec-btn-next, .hcollec-btn-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
}
.hcollec-btn-next::after, .hcollec-btn-prev::after {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.hcollec-more {
  display: flex;
  justify-content: center;
}
.hcollec-more .btn .txt, .hcollec-more .btn-pri .txt, .hcollec-more .btn-bd .txt, .hcollec-more .btn-second .txt {
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  color: #231f20;
  font-size: 1.6rem;
}
.hcollec-more .btn .icon, .hcollec-more .btn-pri .icon, .hcollec-more .btn-bd .icon, .hcollec-more .btn-second .icon {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.hcollec-more .btn .icon i, .hcollec-more .btn-pri .icon i, .hcollec-more .btn-bd .icon i, .hcollec-more .btn-second .icon i {
  color: #000;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .hcollec-more .btn:hover .txt, .hcollec-more .btn-pri:hover .txt, .hcollec-more .btn-bd:hover .txt, .hcollec-more .btn-second:hover .txt {
    color: black;
  }
  .hcollec-more .btn:hover .icon i, .hcollec-more .btn-pri:hover .icon i, .hcollec-more .btn-bd:hover .icon i, .hcollec-more .btn-second:hover .icon i {
    color: black;
    transform: translateX(0.5rem);
  }
}
.hcollec .swiper-slide:nth-child(2) .hcollec-item {
  transition-delay: 0.4s !important;
}
.hcollec .swiper-slide:nth-child(3) .hcollec-item {
  transition-delay: 0.6s !important;
}
.hcollec .swiper-slide:nth-child(4) .hcollec-item {
  transition-delay: 0.8s !important;
}
.hcollec .swiper-slide:nth-child(5) .hcollec-item {
  transition-delay: 1s !important;
}
.hcollec .swiper-slide:nth-child(6) .hcollec-item {
  transition-delay: 1.2s !important;
}

.hvi {
  background: white;
  z-index: 2;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .hvi {
    position: relative;
  }
}
.hvi-wrap {
  overflow: hidden;
  position: relative;
}
.hvi .v-control {
  background: none;
}
.hvi .box {
  position: relative;
  overflow: hidden;
  padding-top: 46.2962962963%;
}
@media screen and (max-width: 768px) {
  .hvi .box {
    padding-top: 60%;
  }
}
@media screen and (max-width: 550px) {
  .hvi .box {
    padding-top: 70%;
  }
}
@media screen and (max-width: 450px) {
  .hvi .box {
    padding-top: 90%;
  }
}
.hvi .box img,
.hvi .box video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hvi.x2 .box {
  padding-top: 33.3525014376%;
}
@media screen and (max-width: 768px) {
  .hvi.x2 .box {
    padding-top: 50%;
  }
}
@media screen and (max-width: 550px) {
  .hvi.x2 .box {
    padding-top: 60%;
  }
}
@media screen and (max-width: 450px) {
  .hvi.x2 .box {
    padding-top: 80%;
  }
}

.hnew {
  padding: 1.2rem 0;
  padding-top: 7rem;
  background: white;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hnew {
    padding: 2rem 0;
  }
}
.hnew-inner .title {
  color: #231f20;
}
.hnew-ctn {
  margin-top: 3.6rem;
}
.hnew-item {
  transition: 0.3s ease-in-out;
  height: calc(100% - 0.2rem);
  margin: 0.1rem;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .hnew-item:hover {
    border-color: #000;
  }
  .hnew-item:hover .hnew-desc {
    opacity: 1;
    visibility: visible;
  }
}
.hnew-img .box {
  position: relative;
  overflow: hidden;
  padding-top: 125%;
  display: block;
}
.hnew-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hnew-img .box img:nth-child(2) {
  opacity: 0;
}
@media (hover: hover) {
  .hnew-img.hv-image:hover img:nth-child(1) {
    opacity: 0;
  }
  .hnew-img.hv-image:hover img:nth-child(2) {
    opacity: 1;
  }
}
.hnew-desc {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.4rem;
  opacity: 0;
  visibility: hidden;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .hnew-desc {
    opacity: 1;
    visibility: visible;
  }
}
.hnew-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #727272;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.hnew-btn-next, .hnew-btn-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
}
.hnew-btn-next::after, .hnew-btn-prev::after {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.hnew .price-new {
  font-weight: 600;
  font-size: 1.4rem;
  color: #131313;
}
.hnew .swiper-slide:nth-child(2) .hnew-item {
  transition-delay: 0.4s !important;
}
.hnew .swiper-slide:nth-child(3) .hnew-item {
  transition-delay: 0.6s !important;
}
.hnew .swiper-slide:nth-child(4) .hnew-item {
  transition-delay: 0.8s !important;
}
.hnew .swiper-slide:nth-child(5) .hnew-item {
  transition-delay: 1s !important;
}
.hnew .swiper-slide:nth-child(6) .hnew-item {
  transition-delay: 1.2s !important;
}

.hbest {
  padding: 1.2rem 0;
  background: white;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hbest {
    padding: 1rem 0;
  }
}
.hbest-inner .title {
  color: #231f20;
}
.hbest-ctn {
  margin-top: 3.6rem;
}
.hbest-item {
  transition: 0.3s ease-in-out;
  height: calc(100% - 0.2rem);
  margin: 0.1rem;
  border: 0.1rem solid transparent;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .hbest-item:hover {
    border-color: #000;
  }
  .hbest-item:hover .hbest-desc {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  .hbest-item {
    border-color: #000;
  }
}
.hbest-img .box {
  position: relative;
  overflow: hidden;
  padding-top: 149.0410958904%;
  display: block;
}
.hbest-img .box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .hbest-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.hbest-desc {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .hbest-desc {
    opacity: 1;
    visibility: visible;
  }
}
.hbest-link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #727272;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (hover: hover) {
  .hbest-link:hover {
    color: #000;
  }
}
.hbest-btn-next, .hbest-btn-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
}
.hbest-btn-next::after, .hbest-btn-prev::after {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}
.hbest .price-new {
  margin-top: auto;
  font-weight: 600;
  font-size: 1.4rem;
  color: #131313;
}
.hbest .swiper-slide:nth-child(2) .hbest-item {
  transition-delay: 0.4s !important;
}
.hbest .swiper-slide:nth-child(3) .hbest-item {
  transition-delay: 0.6s !important;
}
.hbest .swiper-slide:nth-child(4) .hbest-item {
  transition-delay: 0.8s !important;
}
.hbest .swiper-slide:nth-child(5) .hbest-item {
  transition-delay: 1s !important;
}
.hbest .swiper-slide:nth-child(6) .hbest-item {
  transition-delay: 1.2s !important;
}

.hstyle {
  padding: 1.2rem 0;
  padding-bottom: 3rem;
  background: white;
  z-index: 5;
  position: relative;
}
@media screen and (max-width: 992px) {
  .hstyle {
    padding: 2rem 0;
  }
}
.hstyle-wrap {
  position: relative;
}
.hstyle-inner .title {
  color: #231f20;
}
.hstyle-top {
  padding: 0 1.5rem;
}
.hstyle-form {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 2.4rem;
}
.hstyle-img {
  height: 100%;
  display: block;
}
.hstyle-img .box {
  height: 100%;
}
.hstyle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hstyle-list {
  display: flex;
  margin: 0 -0.4rem;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
.hstyle-item {
  width: 25%;
  padding: 0 0.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hstyle-item {
    width: 50%;
  }
}
.hstyle-link {
  position: absolute;
  z-index: 5;
  bottom: 2rem;
  left: 1.6rem;
  font-size: 1.2rem;
}
.hstyle-more {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}
.hstyle-more .btn .txt, .hstyle-more .btn-pri .txt, .hstyle-more .btn-bd .txt, .hstyle-more .btn-second .txt {
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  color: #231f20;
  font-size: 1.6rem;
}
.hstyle-more .btn .icon, .hstyle-more .btn-pri .icon, .hstyle-more .btn-bd .icon, .hstyle-more .btn-second .icon {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.hstyle-more .btn .icon i, .hstyle-more .btn-pri .icon i, .hstyle-more .btn-bd .icon i, .hstyle-more .btn-second .icon i {
  color: #000;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .hstyle-more .btn:hover .txt, .hstyle-more .btn-pri:hover .txt, .hstyle-more .btn-bd:hover .txt, .hstyle-more .btn-second:hover .txt {
    color: black;
  }
  .hstyle-more .btn:hover .icon i, .hstyle-more .btn-pri:hover .icon i, .hstyle-more .btn-bd:hover .icon i, .hstyle-more .btn-second:hover .icon i {
    color: black;
    transform: translateX(0.5rem);
  }
}

.best-seller .layout-2 .best-seller-item.x0 .prod-item .prod-img .box-v-i-js .box-img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.best-seller .layout-2 .best-seller-item.x0 .prod-item .prod-img .box-v-i-js.play .box-img {
  transform: translate(-50%, -50%) scale(0) !important;
  visibility: hidden;
}

.prod-item .mona-product-item-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.prod-item .mona-product-item-box .prod-desc {
  flex: 1;
}
.prod-item .mona-product-item-box .mona-price {
  margin-top: auto;
}
.prod-item .prod-price-sale .t20 {
  font-weight: 500;
}

.m-remove-wishlist i {
  transition: 0.3s ease-in-out;
  color: red !important;
}

.pdp-img-box {
  aspect-ratio: 4/5;
  width: 100%;
  height: 100%;
}
.pdp-img-box .pdp-img-inner {
  height: 100%;
}
.pdp-img-box .magnify {
  height: 100%;
}
.pdp-img-box .pdp-img-inner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.checkout .select2-container--default .select2-selection--single {
  height: 4rem;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 4rem !important;
}

.s-thanks p.t20 {
  text-align: center;
}
.s-thanks .bank-order {
  display: flex;
  column-gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
}

.header-it.bell {
  position: relative;
}
.header-it.bell .ic {
  margin-right: 0;
}

.popupalert {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 1rem;
  transition: 0.3s ease-in-out;
  transform: translateY(5rem);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
@media screen and (max-width: 550px) {
  .popupalert {
    position: fixed;
    top: 5rem;
    right: 0;
  }
}
.popupalert-overlay {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  inset: 0;
}
.popupalert.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.popupalert-inner {
  border: 0.1rem solid black;
  border-radius: 0.4rem;
  background: white;
  width: 30rem;
  padding: 1rem;
}
.popupalert-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 35rem;
  overflow: auto;
}
.popupalert-link {
  display: flex;
  gap: 1rem;
}
.popupalert-item {
  padding: 1rem;
  transition: 0.3s ease-in-out;
  border-radius: 0.5rem;
}
@media (hover: hover) {
  .popupalert-item:hover {
    background-color: #f3f3f3;
  }
  .popupalert-item:hover .txt .title {
    color: #9d0759;
  }
}
.popupalert .icon {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
  border-radius: 0.4rem;
  overflow: hidden;
}
.popupalert .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: unset !important;
}
.popupalert .txt {
  flex: 1;
}
.popupalert .txt .title {
  display: block;
  transition: 0.3s ease-in-out;
}
.popupalert .txt .desc {
  display: block;
  display: -webkit-box;
  margin-top: 0.5rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-27 9:38:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shake-top
 * ----------------------------------------
 */
.shake-top {
  -webkit-animation: shake-top 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: shake-top 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}

@-webkit-keyframes shake-top {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shake-top {
  0%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
.welcome-list .menu-link {
  white-space: nowrap;
}

.prod-price .info-price-current {
  font-weight: 600;
  font-size: 1.4rem;
  color: #000000;
}

.header-it.usr .ic-login {
  border-radius: 100rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  border: 0.1rem solid black;
}
.header-it.usr .ic-login img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pfilter-color .recheck-checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.pfilter-color .recheck-item.active .recheck-checkbox img {
  opacity: 0;
}

body.search .psale-ctn {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  margin-top: 3rem;
}
body.search .psale-ctn .best-seller-item {
  width: 25%;
  padding: 0 0.8rem;
}
body.search .pagination-mona {
  width: 100%;
}
body.search .search-head .t-title {
  color: black;
}

.product-desc-aside .item {
  column-gap: 1rem;
}
.product-desc-aside .item .label {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .product-desc-aside .item .label {
    width: 50%;
  }
}
.product-desc-aside .item .detail {
  flex: 1;
}

.acc-right .prof-table {
  padding-right: 2rem;
}
.acc-right .prof-table table {
  width: 100%;
}
.acc-right .prof-table .icon-remove {
  padding: 0.5rem;
  cursor: pointer;
}

.prof-table table tbody tr td .igr {
  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;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .prof-table table tbody tr td .igr {
    flex-direction: column;
    align-items: flex-end;
  }
  .prof-table table tbody tr td .igr .t-ctn {
    text-align: right;
  }
}

.prof-table table thead tr th.col-tnum {
  width: max-content;
  padding-right: 2rem;
}

.prof-table table thead tr th {
  text-align: left;
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #000;
}

.prof-table table tbody tr td .igr .t-image {
  width: 8.4rem;
  height: 8.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.prof-table table tbody tr td .igr .t-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prof-table table tbody tr td .bgr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
}

.prof-table table tbody tr td .bgr .btn, .prof-table table tbody tr td .bgr .btn-pri, .prof-table table tbody tr td .bgr .btn-bd, .prof-table table tbody tr td .bgr .btn-second {
  padding: 0;
  display: flex;
  width: auto;
  min-width: 0;
  margin-right: 10px;
}

.prof-table table tbody tr td {
  padding: 1.6rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid rgba(51, 51, 51, 0.5);
}

@media screen and (max-width: 768px) {
  .prof-table table tbody tr td {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-bottom: unset;
  }
  .prof-table table thead {
    display: none;
  }
  .prof-table table tbody tr:not(:last-child) {
    border-bottom: 0.1rem solid rgba(51, 51, 51, 0.5);
  }
  .prof-table table tbody tr td::before {
    content: attr(data-text);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000;
    text-align: left;
    white-space: nowrap;
  }
}
.pfcus {
  position: relative;
  margin-bottom: 10rem;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .pfcus {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pfcus {
    margin-bottom: 2.4rem;
  }
}
.pfcus-wrap {
  position: relative;
}
.pfcus-odt-icon {
  width: 100%;
  height: 7.3rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: transparent;
  position: relative;
}
.pfcus-odt-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgb(235, 232, 232);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: 0; /* Đặt z-index âm để nó nằm phía dưới phần tử chính */
}
.pfcus-odt-icon .icon {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 1;
}
.pfcus-odt-icon .icon img {
  display: block;
}
.pfcus-odt-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .pfcus-odt-text {
    padding: 0 2rem;
    text-align: center;
  }
}
.pfcus-odt-text .text {
  font-weight: 600;
  color: #444545;
}
.pfcus-odt-text .t-time {
  color: #444545;
  font-size: 1.4rem;
}
.pfcus-odt-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 900px) {
  .pfcus-odt-flex {
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
.pfcus-odt-left {
  padding: 0 1.5rem;
  width: 52%;
}
@media screen and (max-width: 900px) {
  .pfcus-odt-left {
    width: 100%;
  }
}
.pfcus-odt-right {
  padding: 0 1.5rem;
  width: 48%;
  margin-top: 2rem;
}
@media screen and (max-width: 900px) {
  .pfcus-odt-right {
    width: 100%;
    margin-top: 0;
  }
}
.pfcus-odt-if-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-height: 27rem;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem;
}
.pfcus-odt-if-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.pfcus-odt-if-head .bx-status {
  margin: unset;
}
.pfcus-odt-if-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
}
.pfcus-odt-if-img {
  width: 6.3rem;
  height: 6.3rem;
  flex-shrink: 0;
  overflow: hidden;
}
.pfcus-odt-if-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.pfcus-odt-if-text .txt {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.pfcus-odt-if-text .text {
  margin-top: auto;
  color: #4f4f4f;
  font-size: 1.2rem;
}
.pfcus-odt-if-price {
  margin-left: auto;
}
.pfcus-odt-bl .btn, .pfcus-odt-bl .btn-pri, .pfcus-odt-bl .btn-bd, .pfcus-odt-bl .btn-second {
  margin: unset;
  margin-left: auto;
}
.pfcus-odt-bl-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.pfcus-odt-bl-inner {
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  background: black;
  border-radius: 0.4rem;
}
.pfcus-odt-bl-gr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.pfcus-odt-bl-total {
  margin-top: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
.pfcus-odt-bl-total > * {
  color: white;
}
.pfcus .select2-selection {
  border-radius: 3.4rem !important;
  padding: 0 2rem;
}
.pfcus .select2-selection__arrow {
  right: 2rem !important;
}
.pfcus .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 3.4rem !important;
}

.bx-status {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0.4rem 1.6rem;
  border-radius: 3.7rem;
  font-weight: 500;
  min-width: 12.6rem;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bx-status {
    margin: unset;
  }
}
.bx-status.t-cxn {
  background: #fff2d6;
  color: #f6af15;
}
.bx-status.t-cancel {
  color: rgb(246, 62, 21);
  background: rgb(255, 222, 214);
}
.bx-status.t-pending {
  color: rgb(21, 130, 246);
  background: #d8eafd;
}
.bx-status.t-complete {
  color: #1d9d06;
  background: #dcf3d8;
}

.header-srch-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .header-srch-mobile {
    display: flex;
  }
}
.header-srch-mobile .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

@media screen and (max-width: 1200px) {
  .header-it.usr .ic-login img {
    filter: unset;
  }
}
@media screen and (max-width: 600px) {
  .page-welcome.is-inview .welcome-list {
    flex-wrap: wrap;
  }
}
.acc-detail.last .cinfo-flex {
  align-items: flex-start;
}

.acc-more .text-mail {
  word-break: break-all;
}

@media screen and (min-width: 1201px) {
  .header {
    height: auto;
    height: var(--size-hd);
  }
  .header-logo {
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.2rem;
  }
  .header-action .header-srch {
    position: absolute;
    left: 0;
  }
  .header-nav {
    padding-top: 0.2rem;
    margin-top: 1.2rem;
    position: relative;
  }
  .header-nav::before {
    position: absolute;
    content: "";
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgb(235, 235, 235);
  }
  .header-nav .menu-nav .menu-list {
    justify-content: center;
  }
  .header-flex {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 1rem 0;
    row-gap: 0;
    transition: 0.3s ease-in-out;
    padding-bottom: 0;
  }
  .header-nav {
    height: auto;
    order: 3;
  }
  .header-action {
    height: auto;
  }
}
.pdp .prod-price .info-price-current {
  font-size: 1.6rem;
}
.pdp .prddt-prd-soption .t20,
.pdp .quantity .t20 {
  font-size: 1.6rem;
}
.pdp .prddt-prd-soption .count-number,
.pdp .quantity .count-number {
  font-size: 1.4rem;
}

.pdp-control-wishlist .icon {
  margin: 0 !important;
  margin-top: 0.2rem !important;
  height: auto !important;
  width: fit-content;
}
.pdp-control-wishlist .icon i {
  font-weight: 400;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .pdp-control-wishlist .icon i {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .pdp-control-wishlist .icon i {
    font-size: 1.7rem;
  }
}
.pdp-control-wishlist.m-remove-wishlist .icon i {
  font-weight: 700;
}

.cmini-promo-drop {
  display: none;
}

.prddt-cb-total-inner {
  gap: 1rem;
}
.prddt-cb-total .combo-price__item {
  display: flex;
}
.prddt-cb-total .combo-price__item > span:nth-child(1) {
  min-width: 7rem;
  display: inline-block;
}

.prddt-cb-ctn.combo-content-item .recheck-block {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.combo-list__item .prddt-cb-inner {
  border: 0.1rem solid black;
}
.combo-list__item .prddt-cb-inner .recheck-blocks {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
.combo-list__item .recheck-item .recheck-text {
  font-weight: 700;
}

.pdis {
  padding: 2.4rem 0;
}
.pdis-wrap {
  position: relative;
}
.pdis-list {
  display: flex;
  margin: 0 -0.5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.pdis-item {
  width: 33.3333333333%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1100px) {
  .pdis-item {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  .pdis-item {
    width: 100%;
  }
}
.pdis-box {
  border: 0.1rem solid #000000;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.pdis-info .text {
  margin: 0.5rem 0;
  display: block;
}
.pdis-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .pdis-name {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .pdis-name {
    font-size: 1.5rem;
  }
}
.pdis-control {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pdis-control .btn, .pdis-control .btn-pri, .pdis-control .btn-bd, .pdis-control .btn-second {
  min-width: max-content;
  width: 100%;
}
.pdis-more {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.admin-bar .page-welcome-2 .header {
  background-color: transparent !important;
}
.admin-bar .page-welcome-2.is-inview .welcome-text {
  transition-delay: 0.8s;
  transform: translateX(0%) translateY(55%) scale(1);
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}

.gt_switcher {
  width: max-content !important;
  overflow: visible !important;
  position: relative !important;
}
.gt_switcher .gt_selected a {
  width: max-content !important;
  height: 3rem;
  display: flex !important;
  align-items: center;
  padding: 0 0.5rem !important;
}
.gt_switcher .gt_selected a::after {
  display: none !important;
}
.gt_switcher .gt_option {
  width: max-content !important;
  position: absolute !important;
  top: 100%;
  right: 0;
  overflow: visible !important;
  background: white !important;
  border: none !important;
  transition: 0s !important;
}
.gt_switcher .gt_option a {
  border: 0.1rem solid #f6f6f6 !important;
  border-bottom: none !important;
  height: 3rem;
  display: flex !important;
  align-items: center;
  background: white;
  row-gap: 0.5rem;
}
.gt_switcher .gt_option a img {
  margin-right: 0.5rem !important;
}
.gt_switcher .gt_option a:last-child {
  border: 0.1rem solid #f6f6f6 !important;
}
.gt_switcher .gt_option .gt_current {
  display: none !important;
}

.gt_switcher .gt_selected {
  width: max-content;
  background: none !important;
}

.gt_float_switcher {
  position: relative;
  overflow: visible !important;
  box-shadow: none !important;
  background: transparent !important;
}
.gt_float_switcher .gt_options {
  position: absolute !important;
  top: 100%;
  right: 0;
  width: max-content;
  border: 0.1rem solid #f6f6f6;
  transition: 0s !important;
}
.gt_float_switcher .gt_options a {
  font-size: 1.2rem !important;
  background: white;
}
.gt_float_switcher .gt_options a:hover {
  background: black !important;
}
.gt_float_switcher .gt_options img {
  width: 2rem !important;
}
.gt_float_switcher .gt-selected {
  background: transparent !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
  display: flex !important;
  height: 3rem;
  padding: 0.5rem !important;
  width: max-content;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
  }
}
.gt_float_switcher .gt-selected .gt-current-lang .gt-lang-code {
  font-size: 1.2rem !important;
  top: 0 !important;
  color: black;
}
.gt_float_switcher .gt-selected .gt-current-lang img {
  width: 2rem !important;
  height: 2rem !important;
  object-fit: contain;
}
@media screen and (max-width: 400px) {
  .gt_float_switcher .gt-selected .gt-current-lang img {
    display: none;
  }
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  filter: brightness(0);
}

.prddt-prd-tag .prd-card-status {
  border-radius: 0;
}

.page-welcome-2 .gt_float_switcher {
  background-color: transparent;
}
.page-welcome-2 .gt_float_switcher .gt-selected {
  background-color: transparent;
}
.page-welcome-2 .gt_float_switcher .gt-lang-code {
  color: white;
}

#gt_float_wrapper {
  display: flex;
}

.cmini-desc-top {
  gap: 1rem;
}

.wctn-box-item .fw-6 {
  font-weight: 600 !important;
}
.wctn-box-item .t16 {
  font-size: 1.4rem;
  font-weight: 400;
}
.wctn-box-item .desc {
  line-height: 1.5;
  font-size: 1.4rem;
}

.page-template-best-saleller .best-seller .layout-4 .best-seller-item {
  padding: 0;
}
.page-template-best-saleller .best-seller .layout-4 .best-seller-item .prod-item {
  padding: 0 0.1rem !important;
}

.header-it.bell .ic {
  animation: none !important;
}

.product-img--main {
  position: relative;
  overflow: hidden;
  float: left;
}

.product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
@media screen and (max-width: 900px) {
  .product-img--main__image {
    background-size: cover;
  }
}

.popup[data-popup-id=search] {
  z-index: 9999999;
}
.popup[data-popup-id=search] .popup-main {
  height: 100%;
  max-height: unset;
  transform: translate(0);
  left: 0;
  top: 0;
  width: 50rem;
  max-width: 100vw;
}
.popup[data-popup-id=search] .popup-main-wrapper {
  height: 100%;
}
.popup[data-popup-id=search] .popup-wrapper {
  height: 100%;
  justify-content: flex-start;
  padding: 0;
}
.popup[data-popup-id=search] .popup-search {
  padding: 0;
}
.popup[data-popup-id=search] .popup-over {
  height: 100%;
  max-height: unset;
}
.popup[data-popup-id=search] .popup-search-input {
  border-bottom: 0.1rem solid #f6f6f6;
}
.popup[data-popup-id=search] .popup-search-input input {
  border: none;
  padding: 2rem 4rem;
}
.popup[data-popup-id=search] .popup-search-input input:focus-visible, .popup[data-popup-id=search] .popup-search-input input:focus {
  border: none;
  outline: none;
}
.popup[data-popup-id=search] .popup-search-reco {
  padding: 1.5rem;
  border-bottom: 0.1rem solid #f6f6f6;
}
.popup[data-popup-id=search] .popup-search .reco-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.popup[data-popup-id=search] .popup-close {
  background: none;
  top: 1.5rem;
}
.popup[data-popup-id=search] .popup-close i {
  color: black;
  transform: none !important;
}
.popup[data-popup-id=search] .popup-search-input-inner {
  position: relative;
}
.popup[data-popup-id=search] .popup-search-input-inner input {
  font-size: 1.6rem;
}
.popup[data-popup-id=search] .popup-search-input-inner .icon {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------------------------------------------
 * Generated by Animista on 2023-11-24 13:27:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.header .burger .ham {
  transition: 0s !important;
}
.header .burger .line {
  transition: 0s !important;
}
.header .burger .line.middle {
  display: none;
}
.header .hamburger.active .line.middle {
  display: block;
}

.page-template-collection-template .best-seller-item .box-img {
  position: relative !important;
  inset: 0 !important;
  transform: translate(0) !important;
}

.psale-wrap .second-container {
  padding: 0 0.2rem !important;
}
.psale-wrap .best-seller-item .prod-item {
  padding: 0 !important;
}
.psale-wrap .psale-ctn.layout-4 .psale-list {
  margin: 0 -0.1rem;
}
.psale-wrap .best-seller .layout-4 .best-seller-item {
  padding: 0 0.1rem;
}

.sfilter-inner {
  padding: 0 0.5rem;
}

.pdp-img .pdp-img-box img {
  background-size: contain;
}

.mona-add-to-cart-combo-detail .icon {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.prod-de-box .recheck-text {
  line-height: 1;
  margin-top: 0.1rem;
}

.pdp .prddt-prd-soption .t20, .pdp .quantity .t20 {
  text-transform: uppercase;
  font-weight: 500;
}

.prddt-prd-soption-inner .ttext {
  line-height: 1;
}

.prddt-prd-soption.size .prddt-prd-soption-inner.active {
  background: #F3F3F3;
  border-color: #F3F3F3 !important;
}

.prod-price .pro-price-current {
  font-weight: 500;
  color: #231f20;
}
.prod-price .pro-price-current bdi {
  font-weight: 500;
  color: #231f20;
}

.prod-price .price-new {
  font-weight: 500;
  color: #231f20;
}

.prod-price .price-odd {
  font-weight: 500;
}

.variable.prod-price .info-price-current {
  font-weight: 500;
}
.variable.prod-price .info-price-current bdi {
  font-weight: 500;
  color: #231f20;
}

.psale .prod-item .mona-product-item-box .mona-price {
  margin-top: unset;
}

.sfilter-top {
  text-transform: uppercase;
  color: #231f20;
}
.sfilter-top > .t24 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .sfilter-top > .t24 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .sfilter-top > .t24 {
    font-size: 1.6rem;
  }
}
.sfilter-top .t20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .sfilter-top .t20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .sfilter-top .t20 {
    font-size: 1.6rem;
  }
}

.cmini-promo-form .d-flex {
  gap: 1rem;
}
.cmini-promo-form input {
  height: 4rem !important;
  border-radius: 0 !important;
}
.cmini-promo-form input:focus, .cmini-promo-form input:focus-visible {
  border-radius: 0 !important;
  outline: none;
}
.cmini-promo-form .btn-second {
  overflow: hidden !important;
  border: 0.1rem solid #231f20 !important;
  border-radius: 0 !important;
  min-width: 12rem;
}

.reproSwiper .swiper,
.repro-slide .swiper {
  margin: 0 -0.5rem;
}
.reproSwiper .swiper-slide,
.repro-slide .swiper-slide {
  width: 20%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .reproSwiper .swiper-slide,
.repro-slide .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .reproSwiper .swiper-slide,
.repro-slide .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  .reproSwiper .swiper-slide,
.repro-slide .swiper-slide {
    width: 50%;
  }
}

.mona-warning-popup.open {
  z-index: 9999999;
}

.page-template-welcome-template .main {
  padding-top: 0;
}
.page-template-welcome-template .header.index {
  z-index: 999999999;
}

.hcollec .swiper,
.hcollecSwiper .swiper,
.hnew .swiper,
.hnewSwiper .swiper,
.hbest .swiper,
.hbestSwiper .swiper {
  margin: 0 -0.5rem;
}
.hcollec .swiper-slide,
.hcollecSwiper .swiper-slide,
.hnew .swiper-slide,
.hnewSwiper .swiper-slide,
.hbest .swiper-slide,
.hbestSwiper .swiper-slide {
  width: 16.6666666667%;
  padding: 0 0.5rem;
}
@media screen and (max-width: 992px) {
  .hcollec .swiper-slide,
.hcollecSwiper .swiper-slide,
.hnew .swiper-slide,
.hnewSwiper .swiper-slide,
.hbest .swiper-slide,
.hbestSwiper .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .hcollec .swiper-slide,
.hcollecSwiper .swiper-slide,
.hnew .swiper-slide,
.hnewSwiper .swiper-slide,
.hbest .swiper-slide,
.hbestSwiper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 550px) {
  .hcollec .swiper-slide,
.hcollecSwiper .swiper-slide,
.hnew .swiper-slide,
.hnewSwiper .swiper-slide,
.hbest .swiper-slide,
.hbestSwiper .swiper-slide {
    width: 50%;
  }
}

.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
}

.pagination-mona {
  background: #F3F3F3;
  padding: 4rem 0;
}
.pagination-mona .page-numbers {
  margin-top: 0;
  border: none !important;
}

.popup.mona-languagePopup.open {
  z-index: 9999999;
}

.welcome-lg-l .select .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 0.1rem solid rgb(235, 235, 235) !important;
}

.checkout-top .breadcrumbs-item {
  margin-right: 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .checkout-top .breadcrumbs-item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .checkout-top .breadcrumbs-item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .checkout-top .breadcrumbs-item {
    font-size: 1.4rem;
  }
}

.checkout-top .t20 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .checkout-top .t20 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .checkout-top .t20 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .checkout-top .t20 {
    font-size: 1.4rem;
  }
}

ul.breadcrumbs-list {
  flex-wrap: wrap;
}
ul.breadcrumbs-list li:last-child .breadcrumbs-item {
  padding-right: 0;
}

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

.swiper-3d .swiper-slide-shadow {
  background: none !important;
}

.proSlick .slick-arrow {
  z-index: 5;
  width: 2rem;
  height: 2.5rem;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.proSlick .slick-arrow::before {
  color: black;
  font-weight: 700;
}
.proSlick .slick-prev {
  left: 1rem;
}
.proSlick .slick-next {
  right: 1rem;
}

@media (hover: hover) {
  .prod-item:hover .slick-arrow {
    opacity: 1;
  }
}

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