@charset "UTF-8";
@import url("../assets/library/fontawesome/css/all.css");
@import url("../assets/library/fontawesome/fontawesome/fontawesome.css");
@import url("../assets/library/aos/aos.css");
@import url("../assets/library/swiper/swiper-bundle.min.css");
@import url("../assets/library/themify-icons/themify-icons.css");
@import url("../assets/library/select2/select2.min.css");
@import url("../assets/library/themifi/themify-icons.css");
@import url("../assets/library/gallery/lightgallery.min.css");
@import url("../assets/library/splitting/splitting.css");
@import url("../assets/library/fancybox/fancybox.css");
@import url("../assets/library/datetime/daterangepicker.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/BeVietnamPro/stylesheet.css");
@import url("../assets/font/Playfair_Display/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;
  --rs: 0.8rem;
  --transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  --recontainer: calc(100vw - (100vw - 120rem) / 2);
  --half: calc((100vw - 120rem) / 2);
  --color-text: #0a0a0a;
  --color-pri: #1e315c;
  --color-second: #000000;
  --sdow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1200px) {
  :root {
    --pd-sc: 4rem;
    --radius: 0.8rem;
    --size-hd: 6rem;
  }
}

* {
  -webkit-box-sizing: border-box;
  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: "Be Vietnam Pro";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #0a0a0a;
  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;
  font-family: "Be Vietnam Pro", sans-serif;
}

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

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-family: "Be Vietnam Pro", sans-serif;
}

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

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

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

.no-scroll {
  -ms-touch-action: none;
  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;
}

.row {
  --cg: 2.4rem;
  --rg: 2.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--cg) / 2 * -1) calc(var(--rg) * -1);
}

.rows {
  --cg: 2.4rem;
  --rg: 2.4rem;
  margin: 0 calc(var(--cg) / 2 * -1);
}

.col {
  width: 100%;
  padding: 0 calc(var(--cg) / 2);
  margin-bottom: var(--rg);
}
.col-11 {
  width: calc(11 / 12 * 100%);
}
.col-10 {
  width: calc(10 / 12 * 100%);
}
.col-9 {
  width: calc(9 / 12 * 100%);
}
.col-8 {
  width: calc(8 / 12 * 100%);
}
.col-7 {
  width: calc(7 / 12 * 100%);
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: calc(5 / 12 * 100%);
}
.col-4 {
  width: calc(4 / 12 * 100%);
}
.col-3 {
  width: calc(3 / 12 * 100%);
}
.col-2 {
  width: calc(2 / 12 * 100%);
}
.col-1 {
  width: calc(1 / 12 * 100%);
}
.col-5i {
  width: calc(100% / 5);
}
.col-4i {
  width: calc(100% / 4);
}

@-webkit-keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@keyframes phoneRing {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ZoomIn {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes Spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-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;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes halo {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}

@keyframes mirror {
  100% {
    -webkit-transform: translate3d(2000%, 0, 0) rotate(35deg);
    transform: translate3d(2000%, 0, 0) rotate(35deg);
  }
}

@-webkit-keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes DownUp {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@-webkit-keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

@keyframes jellyTranForm {
  25% {
    -webkit-transform: translate(-50%, -50%) scale(0.9, 1.1);
    transform: translate(-50%, -50%) scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 0.9);
    transform: translate(-50%, -50%) scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 1.05);
    transform: translate(-50%, -50%) scale(0.95, 1.05);
  }
}

@-webkit-keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0);
  }
}

@keyframes jittery {
  5%,
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  15% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  20% {
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg);
  }
  25% {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg);
  }
  30% {
    -webkit-transform: scale(1.05) rotate(-3deg);
    transform: scale(1.05) rotate(-3deg);
  }
  35% {
    -webkit-transform: scale(1.05) rotate(2deg);
    transform: scale(1.05) rotate(2deg);
  }
  40% {
    -webkit-transform: scale(1.05) rotate(0);
    transform: scale(1.05) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@keyframes grow {
  from {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@-webkit-keyframes grows {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@keyframes grows {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    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;
  }
}

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

@keyframes MaskPlay {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@-webkit-keyframes Leaf {
  0% {
    -webkit-transform: translateY(-100%) rotate(0deg);
    transform: translateY(-100%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30rem) rotate(360deg);
    transform: translateY(30rem) rotate(360deg);
    opacity: 0;
  }
}

@keyframes Leaf {
  0% {
    -webkit-transform: translateY(-100%) rotate(0deg);
    transform: translateY(-100%) rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30rem) rotate(360deg);
    transform: translateY(30rem) rotate(360deg);
    opacity: 0;
  }
}

@-webkit-keyframes Leaf2 {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes Leaf2 {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
}

@-webkit-keyframes Leaf3 {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    top: 100%;
    -webkit-transform: rotate(360deg) translateY(-100%);
    transform: rotate(360deg) translateY(-100%);
    opacity: 1;
  }
  90% {
    top: 100%;
    -webkit-transform: rotate(370deg) translateY(-100%);
    transform: rotate(370deg) translateY(-100%);
    opacity: 1;
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(380deg) translateY(-100%);
    transform: rotate(380deg) translateY(-100%);
    opacity: 1;
  }
}

@keyframes Leaf3 {
  0% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    top: 100%;
    -webkit-transform: rotate(360deg) translateY(-100%);
    transform: rotate(360deg) translateY(-100%);
    opacity: 1;
  }
  90% {
    top: 100%;
    -webkit-transform: rotate(370deg) translateY(-100%);
    transform: rotate(370deg) translateY(-100%);
    opacity: 1;
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(380deg) translateY(-100%);
    transform: rotate(380deg) translateY(-100%);
    opacity: 1;
  }
}

@-webkit-keyframes animateSvg {
  0% {
    stroke-dashoffset: 2689.942138671875px;
    stroke-dasharray: 2689.942138671875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2689.942138671875px;
  }
}

@keyframes animateSvg {
  0% {
    stroke-dashoffset: 2689.942138671875px;
    stroke-dasharray: 2689.942138671875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2689.942138671875px;
  }
}

@-webkit-keyframes note {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes note {
  0% {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  60% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rotate45 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes rotate45 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.back-to-top {
  width: 4rem;
  height: 4rem;
  border-radius: 100rem;
  background-color: var(--color-pri);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  z-index: 7;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.back-to-top::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 0.1rem solid var(--color-pri);
  -webkit-animation: grows 4s linear infinite;
  animation: grows 4s linear infinite;
}
.back-to-top::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 0.1rem solid var(--color-pri);
  -webkit-animation: grows 4s linear infinite;
  animation: grows 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    right: 1.5rem;
  }
}
.back-to-top.active {
  visibility: visible;
  -webkit-transform: translateX(0);
  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 #fff;
  margin-top: -6px;
  border-radius: 5px;
}
.back-to-top .triangle:nth-child(1) {
  -webkit-animation: BTT 1.5s linear 0.6s infinite;
  animation: BTT 1.5s linear 0.6s infinite;
}
.back-to-top .triangle:nth-child(2) {
  -webkit-animation: BTT 1.5s linear 0.3s infinite;
  animation: BTT 1.5s linear 0.3s infinite;
}
.back-to-top .triangle:nth-child(3) {
  -webkit-animation: BTT 1.5s linear 0s infinite;
  animation: BTT 1.5s linear 0s infinite;
}
@media only screen and (min-width: 901px) {
  .back-to-top:hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

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

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

:root {
  --text: var(--color-text);
  --text-hover: var(--color-pri);
  --fw: 400;
  --back: white;
  --textsub: var(--color-text);
  --fz: 1.6rem;
}

.hd-nav {
  height: 100%;
}
.hd-nav .menu-nav {
  height: 100%;
}
.hd-nav .menu-nav > .menu-list {
  height: 100%;
  gap: 4rem;
}
.hd-nav .menu-nav > .menu-list > .menu-item {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-nav .menu-nav > .menu-list > .menu-item:last-child > .menu-list {
  left: initial;
  right: 0;
}
.hd-nav .menu-nav > .menu-list > .menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 0.1rem;
  background: var(--color-pri);
  width: 0;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::before,
.hd-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::before {
  width: 100%;
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover:not(.dropdown)::after,
.hd-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item)::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.hd-nav .menu-nav > .menu-list > .menu-item.dropdown:hover::before {
  width: 100%;
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover > a {
  color: var(--text-hover);
}
.hd-nav .menu-nav > .menu-list > .menu-item:hover > a i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hd-nav .menu-nav > .menu-list > .menu-item > .menu-link {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text);
}
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item > a,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a,
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_parent > a,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > a,
.hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a {
  color: var(--text-hover);
}
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item::before,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item::before,
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_parent::before,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent::before,
.hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent::before {
  width: 100%;
}
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_item::after,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-item::after,
.hd-nav .menu-nav > .menu-list > .menu-item.current_page_parent::after,
.hd-nav .menu-nav > .menu-list > .menu-item.current-menu-parent::after,
.hd-nav .menu-nav > .menu-list > .menu-item.current-post-parent::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.hd-nav .menu-nav > .menu-list > .menu-item > .menu-list {
  top: calc(100% + 0.7rem);
}
.hd-nav .menu-nav > .menu-list > .menu-item > .menu-list::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0.7rem;
  width: 100%;
}
.hd-nav .menu-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hd-nav .menu-item {
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item:hover > .menu-list {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hd-nav .menu-item:hover > .menu-list > .menu-item.current_page_item > a,
.hd-nav .menu-item:hover > .menu-list > .menu-item.current-menu-item > a {
  color: var(--text-hover);
}
.hd-nav
  .menu-item:hover
  > .menu-list
  > .menu-item.current_page_item
  > a::before,
.hd-nav
  .menu-item:hover
  > .menu-list
  > .menu-item.current-menu-item
  > a::before {
  width: 100%;
}
.hd-nav .menu-item .menu-link,
.hd-nav .menu-item a {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item .menu-link i,
.hd-nav .menu-item a i {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
}
.hd-nav .menu-item > .menu-link,
.hd-nav .menu-item > a {
  color: var(--textsub);
  font-weight: var(--fw);
  display: block;
  font-size: var(--fz);
  text-transform: uppercase;
  font-weight: 300;
}
.hd-nav .menu-item > .menu-link > i,
.hd-nav .menu-item > a > i {
  display: none;
  font-weight: 600;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  color: inherit;
}
.hd-nav .menu-item.dropdown > a > i {
  display: inline-block;
}
.hd-nav .menu-item > .menu-list {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 25rem;
  max-width: 28rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: var(--back);
  -webkit-box-shadow: var(--sdow);
  box-shadow: var(--sdow);
  border-radius: 0.4rem;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  pointer-events: none;
}
.hd-nav .menu-item > .menu-list > .menu-item {
  margin-left: 0;
  width: 100%;
}
.hd-nav .menu-item > .menu-list > .menu-item:hover::after {
  opacity: 1;
}
.hd-nav .menu-item > .menu-list > .menu-item:hover > .menu-link,
.hd-nav .menu-item > .menu-list > .menu-item:hover > a {
  color: var(--text-hover);
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-link,
.hd-nav .menu-item > .menu-list > .menu-item > a {
  padding: 0.5rem 1rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-link > i,
.hd-nav .menu-item > .menu-list > .menu-item > a > i {
  -webkit-transform: rotate(-90deg) translate(5px, 0);
  transform: rotate(-90deg) translate(5px, 0);
  margin-top: 0.8rem;
  font-size: 1rem;
}
.hd-nav .menu-item > .menu-list > .menu-item > .menu-list {
  left: 100%;
}

.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_parent > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a {
  color: var(--color-pri);
}
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a::after,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a::after,
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_parent > a::after,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > a::after,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a::after {
  opacity: 1;
}

.mobile-nav .menu-nav > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: var(--color-pri);
}

.mobile-nav .menu-nav > .menu-list > .menu-item.active > a {
  color: var(--color-pri);
}

.mobile-nav .menu-nav > .menu-list > .menu-item > a {
  padding: 1.2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #303030;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.mobile-nav .menu-nav > .menu-list > .menu-item > a::before {
  display: none;
}

.mobile-nav .menu-item.dropdown > a > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav .menu-item.active > a {
  color: var(--color-pri);
}
.mobile-nav .menu-item.active > a > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-nav .menu-item a {
  position: relative;
}
.mobile-nav .menu-item a i {
  width: 2rem;
  height: 2rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  display: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.mobile-nav .menu-item > a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.4rem;
  color: var(--color-text);
  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: var(--color-pri);
}
.mobile-nav .menu-item > .menu-list > .menu-item:has(.current-menu-item) > a {
  color: var(--color-pri);
}

@-webkit-keyframes menuLa {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes menuLa {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  75% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

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

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

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

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

.home .hd {
  background-color: transparent;
  --size-hd: 16rem;
}
.home .hd .hd-logo .custom-logo-link {
  width: 7rem;
}
.home .hd .hd-logo .custom-logo-link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home .hd .hd-nav .menu-list .menu-item::before {
  background-color: white;
}
.home .hd .hd-nav .menu-list .menu-item .menu-link {
  color: white;
}
.home .hd .hd-act .hd-lg > .hd-lg-item {
  color: white;
}
@media screen and (max-width: 1200px) {
  .home .hd {
    --size-hd: 6rem;
  }
  .home .hd .hd-act .hd-lg > .hd-lg-item {
    color: var(--color-text);
  }
  .home .hd .hd-logo .custom-logo-link {
    width: 2.4rem;
  }
  .home .hd .hd-nav .menu-list .menu-item::before {
    background-color: var(--color-pri);
  }
  .home .hd .hd-nav .menu-list .menu-item .menu-link {
    color: var(--color-text);
  }
}
.home .hd.sticky {
  background: white;
}
.home .hd.sticky .hd-act .hd-lg > .hd-lg-item {
  color: var(--color-text);
}
@media screen and (min-width: 1201px) {
  .home .hd.sticky {
    --size-hd: 6rem;
  }
  .home .hd.sticky .hd-logo .custom-logo-link {
    width: 2.4rem;
  }
  .home .hd.sticky .hd-logo .custom-logo-link img {
    -webkit-filter: none;
    filter: none;
  }
}
.home .hd.sticky .hd-nav .menu-list .menu-item::before {
  background-color: var(--color-pri);
}
.home .hd.sticky .hd-nav .menu-list .menu-item .menu-link {
  color: var(--color-text);
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 50;
  height: var(--size-hd);
  background: white;
}
@media screen and (max-width: 1200px) {
  .hd {
    background: white;
  }
  .hd .hd-logo .custom-logo-link {
    width: 2.4rem;
  }
  .hd .burger {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .hd .hd-act {
    margin-left: auto;
  }
}
.hd.sticky {
  background: white;
}
@media screen and (min-width: 1201px) {
  .hd.sticky {
    --size-hd: 6rem;
  }
  .hd.sticky .hd-logo .custom-logo-link {
    width: 2.4rem;
  }
}
.hd-wr {
  height: 100%;
}
.hd-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 123rem;
  margin: auto;
  position: relative;
  padding: 0 1.5rem;
}
.hd-nav {
  position: relative;
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  width: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .hd-nav {
    display: none;
  }
}
.hd-nav .menu-nav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.hd-nav .menu-nav .menu-list {
  z-index: 3;
}
.hd-nav .menu-nav .menu-list > .menu-item:nth-child(5) {
  margin-left: auto;
}
.hd-nav .menu-nav .menu-list .menu-item {
  pointer-events: visible;
}
.hd-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0 !important;
}
.hd-logo .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  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: 4rem;
}
.hd-logo .custom-logo-link img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hd-act {
  margin-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hd-srch {
  position: relative;
}
.hd-srch-f {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  pointer-events: none;
}
.hd-srch-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 100rem;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  height: 4.8rem;
  padding: 0.5rem;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .hd-srch-flex {
    height: 4rem;
  }
}
.hd-srch-flex input {
  background-color: transparent;
  font-size: 1.6rem;
  border: none;
  padding: 0 1.2rem;
  padding-right: 0;
  width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hd-srch-flex .hd-srch-btn {
  width: 3.8rem;
  height: 3.8rem;
}
@media screen and (max-width: 1200px) {
  .hd-srch-flex .hd-srch-btn {
    width: 3rem;
    height: 3rem;
  }
  .hd-srch-flex .hd-srch-btn img {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.hd-srch-flex .hd-srch-btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.hd-srch-flex.open {
  opacity: 1;
  pointer-events: visible;
}
.hd-srch-flex.open input {
  width: 20rem;
}
@media screen and (max-width: 560px) {
  .hd-srch-flex.open input {
    width: calc(100vw - 12rem);
  }
}
.hd-srch-flex.open .hd-srch-btn {
  background-color: var(--color-pri);
}
.hd-srch-btn {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #f0f0f0;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .hd-srch-btn {
    width: 4rem;
    height: 4rem;
  }
}
.hd-srch-btn img {
  width: 2rem;
  height: 2rem;
  border-radius: 0;
}
.hd-lg {
  height: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hd-lg {
    height: 4rem;
    display: none;
  }
}
.hd-lg-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
.hd-lg-item img {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hd-lg-item .ic {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hd-lg-drop {
  position: absolute;
  width: 100%;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  pointer-events: none;
}
.hd-lg-drop::after {
  content: "";
  position: absolute;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  background-color: white;
  -webkit-box-shadow: var(--sdow);
  box-shadow: var(--sdow);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .hd-lg-drop .hd-lg-item:hover .txt {
    text-decoration: underline;
    text-underline-position: under;
  }
}
.hd-lg:hover .hd-lg-drop {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hd .burger {
  width: 4rem;
  height: 4rem;
  background: var(--color-pri);
  border-radius: 100rem;
}
@media screen and (min-width: 1201px) {
  .hd .burger {
    display: none;
  }
}

.ft {
  border-top: 0.1rem solid #e0e0e0;
}
.ft-tt {
  font-weight: 600;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  .ft-tt {
    font-size: 1.4rem;
  }
}
.ft-des {
  text-align: center;
  font-size: 1.4rem;
  color: #666666;
  max-width: 27rem;
}
.ft-top {
  border: 0.1rem solid #e0e0e0;
  border-top: unset;
  border-bottom: unset;
  padding: 0 3.2rem;
}
@media screen and (max-width: 700px) {
  .ft-top {
    padding: 0 1.5rem;
  }
}
.ft-top-wr {
  width: calc((100% / 3) + 1rem);
  margin: auto;
  padding-top: 12rem;
  padding-bottom: 4rem;
  border: 0.1rem solid #e0e0e0;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .ft-top-wr {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .ft-top-wr {
    width: 100%;
    border: none;
    padding: 3rem 0;
  }
}
.ft-mid {
  padding: 0 3.2rem;
  border: 0.1rem solid #e0e0e0;
  border-top: unset;
  border-bottom: unset;
}
@media screen and (max-width: 700px) {
  .ft-mid {
    padding: 0 1.5rem;
  }
}
.ft .menu-item {
  font-size: 1.4rem;
  color: #666666;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ft .menu-item:not(:first-child) {
  margin-top: 1rem;
}
@media (hover: hover) {
  .ft .menu-item:hover {
    color: #009029;
  }
}
.ft-social {
  margin-top: 2.4rem;
}
.ft-logo .custom-logo-link {
  width: 10.2rem;
  display: block;
  margin: auto;
}
.ft-logo .custom-logo-link img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ft-logo .custom-logo-link {
    width: 5.4rem;
  }
}
.ft-flex {
  margin-bottom: 0;
}
.ft-item {
  border-right: 0.1rem solid #e0e0e0;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.ft-item:last-child {
  border-right: none;
}
.ft-item:nth-child(2) .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ft-item:nth-child(3) .wrapper {
  text-align: right;
}
@media screen and (max-width: 640px) {
  .ft-item {
    border: none;
  }
  .ft-item:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .ft-item:nth-child(1) {
    width: 12rem;
  }
  .ft-item:nth-child(3) {
    width: calc(100% - 12rem);
  }
}
.ft-cpr {
  border-top: 0.1rem solid #e0e0e0;
}
.ft-cpr-wr {
  padding: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .ft-cpr-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
.ft-cpr-wr .text {
  font-size: 1.4rem;
}
.ft-cpr-wr .signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 390px) {
  .ft-cpr-wr .signature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ft-cpr-wr .signature-txt {
  font-size: 1.4rem;
  font-weight: 600;
}
.ft-cpr-wr .signature img {
  max-width: 18rem;
}
.ft-address-link {
  color: #666666;
  display: block;
  font-size: 1.4rem;
}
.ft-address-link:not(:first-child) {
  margin-top: 2rem;
}
.ft-address-link .name {
  display: block;
  font-weight: 600;
}
@media (hover: hover) {
  .ft-address-link:hover .val {
    color: #009029;
  }
}

.hd-burger {
  padding: 1rem 0;
  cursor: pointer;
}
.hd-burger.active .line:nth-child(1) {
  -webkit-transform: translate3d(0, 0.3rem, 0) rotate(45deg) !important;
  transform: translate3d(0, 0.3rem, 0) rotate(45deg) !important;
}
.hd-burger.active .line:nth-child(2) {
  -webkit-transform: translate3d(0, -0.4rem, 0) rotate(135deg) !important;
  transform: translate3d(0, -0.4rem, 0) rotate(135deg) !important;
  width: 2.4rem;
}

.burger {
  position: relative;
}

.hamburger .line {
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  background: black;
  display: block;
  margin: 0.5rem 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hamburger .line:nth-child(2) {
  width: 1.8rem;
  margin-left: auto;
}

.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;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition:
    transform 400ms,
    -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ham .line {
  fill: none;
  -webkit-transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  transition:
    stroke-dasharray 400ms,
    stroke-dashoffset 400ms;
  stroke: white;
  stroke-width: 5.5;
  stroke-linecap: round;
}
@media screen and (max-width: 600px) {
  .ham .line {
    stroke: white;
  }
}
.ham .top {
  stroke-dasharray: 40 140;
}
.ham .bottom {
  stroke-dasharray: 40 180;
}

.mobile {
  position: fixed;
  z-index: 140;
  top: var(--size-hd);
  left: 0;
  bottom: 0;
  min-width: 50rem;
  width: 50rem;
  background-color: white;
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 30rem;
}
@media screen and (max-width: 500px) {
  .mobile {
    width: 30rem;
  }
}
.mobile.sticky {
  top: var(--size-hd);
}
.mobile.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile {
    display: none;
  }
}
.mobile-log {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1.2rem;
  gap: 1rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 500px) {
  .mobile-log .btn {
    width: 100%;
  }
}
.mobile-lg {
  padding: 0 1.2rem;
  margin-bottom: 1rem;
}
.mobile-lg-tt {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.mobile-lg-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.mobile-lg-opt {
  width: 3.4rem;
  height: 3.4rem;
  padding: 0.5rem;
  background-color: #f0f0f0;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mobile-lg-opt.active {
  background-color: var(--color-pri);
}
.mobile-lg-opt img {
  width: 2.4rem;
  height: 2.4rem;
}
.mobile-con {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-heading {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--color-pri);
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.mobile-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  top: var(--size-hd);
}
.mobile-overlay.sticky {
  top: var(--size-hd);
}
.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (min-width: 1201px) {
  .mobile-overlay {
    display: none;
  }
}
.mobile-wr {
  padding-top: 2rem;
  position: relative;
}
.mobile-content {
  padding: 2.4rem 1.2rem;
  margin-top: auto;
}
.mobile-content .titles {
  color: var(--color-pri);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  padding: 0;
}
.mobile-content .titles:not(:first-child) {
  margin-top: 2rem;
}
.mobile-content-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.mobile-content-bl .name {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.mobile-content-bl .name .ic {
  width: 1.4rem;
  height: 1.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-right: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.4rem;
  border-radius: 100rem;
}
.mobile-content-bl .name .ic img {
  width: inherit;
  height: inherit;
}
.mobile-content-bl .name-txt {
  display: block;
}
.mobile-content-bl .name-txt a {
  word-break: break-word;
}
.mobile-content .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.mobile-content .social-link {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-content .social-link img {
  width: inherit;
  height: inherit;
  border-radius: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.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: -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;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-mxh-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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: var(--color-pri);
  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: -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;
}
.mobile-re-link {
  font-size: 1.6rem;
  color: var(--color-pri);
  text-decoration: underline;
}
.mobile-re-link:not(:first-child) {
  margin-left: 16px;
}
.mobile-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solidvar(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  background-color: white;
}
.mobile-close:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.mobile-close .icon {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--color-pri);
}
.mobile-fl .fw-6 {
  margin-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
}
.mobile-fl .mobile-text {
  display: inline;
  font-size: 1.4rem;
}
.mobile-fl .dot {
  display: none;
}

.select2-container {
  height: 4.4rem;
  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: white;
  height: 4.4rem;
  background-color: transparent;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

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

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

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

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

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

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

.select2-container .select2-dropdown .select2-results ul {
  background: #e6eeed;
  color: black;
}

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

.select2-container--default .select2-results__option--selected {
  background-color: #e6eeed;
  color: black;
  font-size: 1.4rem;
}

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

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

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

.select2-results {
  display: block;
  border-radius: 6px !important;
  overflow: hidden;
  border: 0.1rem solid white;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-radius: 0.8rem !important;
  border-color: var(--color-pri);
}

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

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #c9c9c9;
}

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

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

.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-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  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: -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;
  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 var(--color-second);
}
.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 var(--color-second);
}

.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: black;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.sl-item:hover {
  background-color: var(--color-second);
  color: white;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  pointer-events: none;
}
.popup.open {
  visibility: visible;
  pointer-events: visible;
}
.popup.open .popup-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.popup.open .popup-main {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  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%);
}
.popup-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.popup-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70rem;
  max-width: 95%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  clip-path: polygon();
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -ms-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -o-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.popup-main-wrapper {
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  padding: 2rem 0;
  background: white;
  border-radius: 1rem;
}
.popup-over {
  overflow-y: auto;
  min-height: 40vh;
  max-height: 80vh;
  max-width: calc(100% - 3rem);
  background-color: white;
  border-radius: 0.8rem;
  margin: auto;
  position: relative;
  z-index: 2;
}
.popup-wrapper {
  width: 100%;
  min-height: 40vh;
  position: relative;
  padding: 7rem 2rem 2rem 2rem;
}
.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 {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  background-color: var(--color-pri);
  z-index: 3;
}
.popup-close:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.popup-close .icon {
  color: white;
  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;
}
.popup .popSearch {
  width: 50rem;
}
.popup .popSearch .popup-over {
  min-height: unset;
}
.popup .popSearch .popup-wrapper {
  min-height: unset;
  padding: 0rem;
  padding-top: 3rem;
}
.popup .popSearch .content-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid var(--color-pri);
  padding: 0.5rem;
  border-radius: 1rem;
  margin: auto;
  max-width: 50rem;
}
.popup .popSearch .content-form input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 0 2rem;
  font-size: 1.6rem;
}
.popup .popSearch .content-form button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4rem;
}
.popup .popWish .popup-over {
  min-height: unset;
}
.popup .popWish .popup-wrapper {
  min-height: unset;
  padding: 2rem;
  padding-top: 3rem;
}
@media screen and (max-width: 370px) {
  .popup .popWish .popup-wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
.popup .popWish .wish-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.popup .popWish .wish-form input {
  width: 100%;
  padding: 1rem;
  border: 0.1rem solid var(--color-pri);
  border-radius: 1rem;
  font-size: 1.6rem;
  color: var(--color-pri);
}
.popup .popWish .wish-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.popup .popWish .wish-tt {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Playfair Display", sans-serif;
}
.popup .popWish .wish-note {
  font-size: 1rem;
  font-weight: 300;
}

.dateTime {
  position: relative;
  height: 4.4rem;
  z-index: 2;
  border-radius: 100rem;
}
.dateTime img {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
  border-radius: unset;
}

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

.dateTimeText {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  background-color: transparent;
  z-index: 2;
  font-size: 1.6rem;
  color: #64748b;
}
.dateTimeText.disable {
  opacity: 0;
  visibility: hidden;
}

.dateTimeInput {
  padding: 0.8rem 1.4rem;
  background-color: transparent;
  width: 100%;
  font-family: "Be Vietnam Pro", sans-serif;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 1.3rem;
  font-family: "Be Vietnam Pro", sans-serif;
  border-radius: inherit;
  background-color: white;
}

@-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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.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: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -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: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -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: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -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: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -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: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -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: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -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;
}

.custom-bounce {
  -webkit-animation-delay: var(--delay) !important;
  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);
  transform: scale(0.3);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  animation-delay: var(--delay) !important;
  opacity: 0;
}
.custom-fadeInRightBig.active {
  -webkit-animation: fadeInRightBig var(--duration) forwards;
  animation: fadeInRightBig var(--duration) forwards;
}

.custom-fadeInUpBig {
  -webkit-transform: translateY(2000px);
  transform: translateY(2000px);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  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);
  transform: translateY(-2000px);
  opacity: 0;
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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);
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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;
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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 {
  -webkit-animation-delay: var(--delay) !important;
  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;
}

.banner {
  position: relative;
}
.banner .bg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.banner-ctn {
  min-height: calc(100vw * (350 / 1734));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 4rem 0;
}
.banner .title-big {
  color: white;
}
.banner .breadcrumb .container {
  padding: 0;
}
.banner .breadcrumb-item {
  color: white;
}
.banner .breadcrumb-item:last-child {
  color: white;
}

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

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

.swiper-container {
  overflow: hidden;
}

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

.swiper-pagination {
  position: static;
  margin-top: 1.6rem;
}
.swiper-pagination-bullet {
  --circle: -0.4rem;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  position: relative;
  margin: 0 0.3rem !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0.4rem;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: var(--circle);
  right: var(--circle);
  bottom: var(--circle);
  left: var(--circle);
  border: 1px solid var(--color-pri);
  border-radius: 100rem;
  opacity: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  display: none;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-pri);
  width: 5.5rem;
  border-radius: 0.4rem;
}
.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  --size: 4rem;
}
@media screen and (max-width: 1250px) {
  .swiper-control {
    --size: 3rem;
  }
}
.swiper-control-btn {
  width: var(--size);
  height: var(--size);
  border: 0.1rem solid var(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  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;
  color: var(--color-pri);
}
.swiper-control-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--color-pri);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  pointer-events: none;
}
.swiper-control-btn > * {
  position: relative;
  z-index: 2;
}
.swiper-control-btn.swiper-button-disabled {
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
}
@media (hover: hover) {
  .swiper-control-btn:hover:not(.swiper-button-disabled) {
    color: white !important;
  }
  .swiper-control-btn:hover:not(.swiper-button-disabled)::after {
    left: 0;
    width: 100%;
  }
}
.swiper-control.white .swiper-control-btn {
  background-color: transparent;
  border-color: white;
  color: white;
}
@media screen and (max-width: 1350px) {
  .swiper-control.white.mobile-plus .swiper-control-btn {
    background-color: white;
    border-color: var(--color-pri);
    color: var(--color-pri);
  }
}
.swiper-control.posi .swiper-control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.swiper-control.posi.minus .swiper-prev {
  right: calc(100% + 4rem);
}
@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-prev {
    right: unset;
    left: calc(var(--size) / 2 * -1 + 1rem);
  }
}
.swiper-control.posi.minus .swiper-next {
  left: calc(100% + 4rem);
}
@media screen and (max-width: 1350px) {
  .swiper-control.posi.minus .swiper-next {
    left: unset;
    right: calc(var(--size) / 2 * -1 + 1rem);
  }
}
@media screen and (max-width: 1199px) {
  .swiper-control.posi.minus.mobile-plus .swiper-prev {
    left: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }
  .swiper-control.posi.minus.mobile-plus .swiper-next {
    right: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }
}
.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: 1199px) {
  .swiper-control.posi.mobile-plus .swiper-prev {
    left: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }
  .swiper-control.posi.mobile-plus .swiper-next {
    right: calc((var(--size) / 2 * -1) + (1.5rem / 2));
  }
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.1);
  height: 0.4rem !important;
}

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

.breadcrumb {
  padding: 1.2rem 0;
  margin: 0 auto;
}
.breadcrumb-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 0.8rem;
}
.breadcrumb-item {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: 400;
  color: var(--color-pri);
}
.breadcrumb-item:not(:first-child)::before {
  display: inline-block;
  content: "/";
  border-radius: 100rem;
  vertical-align: middle;
}
.breadcrumb-item .breadcrumb-link {
  opacity: 0.5;
}
.breadcrumb-item:last-child {
  color: var(--color-pri);
  pointer-events: none;
}
.breadcrumb-item:last-child .breadcrumb-link {
  opacity: 1;
}
@media (hover: hover) {
  .breadcrumb-item:hover {
    text-decoration: underline;
  }
}
.breadcrumb-link {
  color: inherit;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.breadcrumb.center .breadcrumb-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  overflow: hidden;
  position: relative;
  background: transparent;
  gap: 1rem;
  color: white;
  font-size: 1.6rem;
  height: 4.8rem;
  background-color: var(--color-pri);
  border: 0.1rem solid var(--color-pri);
}
.btn.full {
  width: 100%;
}
.btn.center {
  margin: auto;
  margin-top: 2.4rem;
}
.btn > * {
  position: relative;
  z-index: 2;
}
.btn::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}
.btn .txt {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 100%;
  padding: 1.6rem 3.2rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  color: white;
}
.btn img {
  width: 2.4rem;
  height: 2.4rem;
}
@media (hover: hover) {
  .btn:hover .txt {
    color: var(--color-pri);
  }
  .btn:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(32%) sepia(9%)
      saturate(1665%) hue-rotate(97deg) brightness(97%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(32%) sepia(9%) saturate(1665%)
      hue-rotate(97deg) brightness(97%) contrast(90%);
  }
  .btn:hover::after {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.btn.second {
  background-color: var(--color-second);
  border: 0.1rem solid var(--color-second);
}
.btn.second .txt {
  color: white;
}
.btn.second::after {
  background-color: var(--color-pri);
}
@media (hover: hover) {
  .btn.second:hover {
    border-color: var(--color-pri);
  }
  .btn.second:hover .txt {
    color: white;
  }
}
.btn.third {
  background-color: white;
  border: 0.1rem solid var(--color-second);
}
.btn.third .txt {
  color: var(--color-second);
}
.btn.third img {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}
.btn.third::after {
  background-color: var(--color-pri);
}
@media (hover: hover) {
  .btn.third:hover {
    border-color: var(--color-pri);
  }
  .btn.third:hover img {
    -webkit-filter: none;
    filter: none;
  }
  .btn.third:hover .txt {
    color: white;
  }
}
.btn.four {
  background-color: var(--color-pri);
  border: 0.1rem solid var(--color-second);
}
.btn.four .txt {
  color: var(--color-second);
}
.btn.four::after {
  background-color: white;
}
@media (hover: hover) {
  .btn.four:hover {
    border-color: var(--color-pri);
  }
  .btn.four:hover .txt {
    color: var(--color-pri);
  }
}
.btn-gr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.seeDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .seeDetail:hover {
    color: var(--color-second);
  }
}

.input {
  font-family: "Be Vietnam Pro", sans-serif;
  width: 100%;
}
.input-area {
  height: auto;
}

.re-label {
  color: black;
  font-weight: 700;
  margin-bottom: 0.8rem;
  display: block;
  font-size: 1.4rem;
}

.re-input {
  padding: 1.4rem;
  width: 100%;
  font-family: "Be Vietnam Pro", sans-serif;
  border: none;
  outline: none;
  display: block;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.re-input:focus {
  border-color: var(--color-second);
}
.re-input.placeholder {
  color: var(--color-text);
}
.re-input:-moz-placeholder {
  color: var(--color-text);
}
.re-input::-moz-placeholder {
  color: var(--color-text);
}
.re-input:-ms-input-placeholder {
  color: var(--color-text);
}
.re-input::-webkit-input-placeholder {
  color: var(--color-text);
}

textarea {
  resize: none;
}

form .wpcf7-not-valid-tip {
  color: var(--color-pri);
  bottom: 0.1rem;
  right: 0.6rem;
}

form .btn .wpcf7-spinner {
  position: absolute;
}

form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-response-output {
  text-align: center;
  color: var(--color-pri) !important;
}

.ft-regi-btn {
  cursor: pointer;
}

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

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

.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: var(--color-pri);
}

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

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

.c-four {
  color: var(--color-second);
}

.c-five {
  color: var(--color-second);
}

.c-white {
  color: white;
}

.c-black {
  color: black;
}

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

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

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

.bc-second {
  background-color: var(--color-second);
}

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

.bc-four {
  background-color: var(--color-second);
}

.bc-five {
  background-color: var(--color-second);
}

.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: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

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

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

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

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

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

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

.lg-prev.lg-icon,
.lg-next.lg-icon {
  width: 4rem;
  height: 4rem;
}
.lg-prev.lg-icon i,
.lg-next.lg-icon i {
  background: var(--color-pri) -ln;
  -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: var(--color-pri) -ln;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.lg-outer .lg-toogle-thumb {
  background: var(--color-pri) -ln;
  -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;
}

.tabPanel {
  display: none;
}

.tabBtn {
  cursor: pointer;
}

.orders-table .status,
table .status {
  font-weight: 700;
}
.orders-table .status.waiting,
table .status.waiting {
  color: #f2c524;
}
.orders-table .status.success,
table .status.success {
  color: var(--color-pri);
}
.orders-table .status.cancle,
table .status.cancle {
  color: #d31d1d;
}

.slider {
  position: relative;
}

.relative {
  position: relative;
}

.head {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .head {
    margin-bottom: 1rem;
  }
}
.head.space {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head.end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.head.start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 700px) {
  .head.mb-center {
    text-align: center;
  }
  .head.mb-center .left {
    width: 100%;
  }
  .head.mb-center .right {
    width: 100%;
  }
  .head.mb-center .cdw {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .head.mb-center .btn {
    margin: 0 auto;
  }
}

.hv-bd {
  position: relative;
}
.hv-bd::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  border: 0.1rem solid white;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  border-radius: 1rem;
}
.hv-bd img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .hv-bd:hover::before {
    opacity: 1;
    -webkit-transform: scale(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: 1201px) {
  .hidden-desk {
    display: none !important;
  }
}

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

.full {
  width: 100%;
}

.wp-block-image img {
  display: block;
  margin: 0 auto;
}

.calendar-table td {
  width: 3.2rem !important;
  height: 3.2rem !important;
  border: 0.4rem solid white !important;
  border-radius: 1.2rem !important;
}

.calendar-table td.today {
  background: #dfe4ea;
  color: var(--color-pri);
}

.calendar-table td.active {
  background: var(--color-pri);
  color: white;
}
@media (hover: hover) {
  .calendar-table td.active:hover {
    background: var(--color-pri);
  }
}

.calendar-table th.next {
  background: #dfe4ea;
  width: 3.2rem !important;
  height: 3.2rem !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.calendar-table th.next span {
  -webkit-transform: none !important;
  transform: none !important;
  border: none !important;
}
.calendar-table th.next span::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-pri);
}

.calendar-table th.prev {
  background: #dfe4ea;
  width: 3.2rem !important;
  height: 3.2rem !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.calendar-table th.prev span {
  -webkit-transform: none !important;
  transform: none !important;
  border: none !important;
}
.calendar-table th.prev span::after {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  color: var(--color-pri);
}

.daterangepicker {
  border: none;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px 0px rgba(64, 79, 104, 0.05);
  border-radius: 1rem;
}
.daterangepicker::before,
.daterangepicker::after {
  content: none;
}

.range .range-slider {
  height: 0.2rem;
  width: 100%;
  background-color: #d9d9d9;
  position: relative;
}
.range .range-slider .progress {
  position: absolute;
  height: 0.2rem;
  top: 0;
  background-color: var(--color-second);
}

.range .range-input {
  position: relative;
}
.range .range-input input {
  position: absolute;
  top: -0.1rem;
  height: 0.2rem;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  margin: 0;
  cursor: pointer;
}
.range .range-input input:first-child::-webkit-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
}
.range .range-input input::-webkit-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: white;
  border: 0.3rem solid var(--color-second);
}
.range .range-input input::-moz-slider-thumb {
  height: 1.6rem;
  width: 1.6rem;
  border: none;
  border-radius: 50%;
  border: 0.3rem solid var(--color-second);
  pointer-events: auto;
  -moz-appearance: none;
  background-color: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.range .text {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  color: #444444;
  margin-bottom: 0.8rem;
}

.range .range-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.range .range-item {
  font-size: 1.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
}
.range .range-item .name {
  margin-bottom: 0.5rem;
}
.range .range-item .price {
  padding: 1.4rem 1rem;
  background-color: white;
  min-width: 12rem;
  display: block;
  border: 0.1rem solid #e0e0e0;
}

.star {
  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;
}
.star-flex {
  gap: 0.3rem;
}
.star .star-list {
  height: unset;
}
.star .star-empty i {
  color: #dedede;
  font-size: 1.4rem;
}
.star .star-filter i {
  color: #ffc107;
  font-size: 1.4rem;
}

.collapse-item.active .collapse-head {
  pointer-events: none;
}

.collapse-head {
  cursor: pointer;
}

.collapse-body {
  display: none;
}

.cls-head {
  cursor: pointer;
}

.cls-body {
  display: none;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.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;
}

.form {
  --height: 4.8rem;
  --bdr: 0;
  --text: var(--color-text);
}
.form-list {
  --cg: 2.4rem;
  --rg: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .form-list {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}
.form-ip .text {
  display: block;
  color: var(--color-second);
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form-ip .text .red {
  color: red;
  font-weight: 400;
}
.form-ip .input {
  position: relative;
}
.form-ip .input .seepassJS {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--color-text);
  cursor: pointer;
}
.form-ip input,
.form-ip textarea {
  border: 0.1rem solid #e0e0e0;
  border-radius: var(--bdr);
  outline: none;
  padding: 1.3rem 2rem;
  width: 100%;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.6rem;
  height: 4.4rem;
  font-weight: 400;
}
.form-ip input.placeholder,
.form-ip textarea.placeholder {
  color: #a3a3a3;
}
.form-ip input:-moz-placeholder,
.form-ip textarea:-moz-placeholder {
  color: #a3a3a3;
}
.form-ip input::-moz-placeholder,
.form-ip textarea::-moz-placeholder {
  color: #a3a3a3;
}
.form-ip input:-ms-input-placeholder,
.form-ip textarea:-ms-input-placeholder {
  color: #a3a3a3;
}
.form-ip input::-webkit-input-placeholder,
.form-ip textarea::-webkit-input-placeholder {
  color: #a3a3a3;
}
.form-ip input:focus,
.form-ip textarea:focus {
  border-color: var(--color-pri);
}
.form-ip textarea {
  min-height: 18rem;
}
.form-ip.per5 {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .form-ip.per5 {
    width: 100%;
  }
}
.form-ip .select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border-color: #e0e0e0;
}
.form-ip
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #64748b;
  font-size: 1.6rem;
}
.form-ip
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-radius: 0rem !important;
}
.form-ip
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 400;
  font-size: 1.6rem;
}

.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: -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;
  cursor: pointer;
}
.recheck-item.active .recheck-checkbox::before {
  opacity: 1;
}
.recheck-item.active .recheck-radio {
  border: 0.1rem solid var(--color-pri);
}
.recheck-item.active .recheck-radio::before {
  opacity: 1;
}

.recheck-checkbox {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  background-color: transparent;
  border: 1px solid var(--color-pri);
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.recheck-checkbox::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  background-image: url(../assets/images/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: cover;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  opacity: 0;
}

.recheck-radio {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  border: 0.1rem solid var(--color-text);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.recheck-radio::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100rem;
  background-color: var(--color-pri);
  opacity: 0;
}

.recheck-method {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid #ebebeb;
  border-radius: 0.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin-left: 0.8rem;
}
.recheck-method img {
  width: 2.4rem;
  height: 2.4rem;
}

.recheck-text {
  margin-left: 0.8rem;
  line-height: 1.1;
  color: var(--color-text);
}

.star {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: start;
}
.star-list {
  position: relative;
  height: 2rem;
}
.star-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.star-flex .icon {
  width: 1.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: #eeeeee;
    z-index: 151;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    visibility: hidden;
  }
  .side-fixed.open {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
  }
}

@media screen and (max-width: 1199px) {
  .side-fixed-wrap {
    padding: 5.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}

.side-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  visibility: hidden;
}
.side-overlay.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-overlay {
    display: none;
  }
}

.side-open:not(.no-style) {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  z-index: 40;
  background-color: var(--color-pri);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem 0 0 100rem;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.side-open:not(.no-style).close {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  visibility: visible;
}
@media screen and (min-width: 1201px) {
  .side-open:not(.no-style) {
    display: none;
  }
}
.side-open:not(.no-style)-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 100rem;
  background-color: white;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.side-open:not(.no-style)-wrap .icon {
  color: white;
  font-weight: 600;
  font-size: 1.6rem;
}

.side-open-wrap .icon {
  color: white;
}

.side-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  padding: 0 0 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: var(--color-second);
}
@media screen and (min-width: 1201px) {
  .side-top {
    display: none;
  }
}
.side-top .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.side-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: var(--color-pri);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 0 0.4rem;
}
.side-close .icon {
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  color: white;
}
@media screen and (min-width: 1201px) {
  .side-close {
    display: none;
  }
}

.social-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}

.social-link {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.social-link:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-link:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(41%) sepia(61%)
    saturate(259%) hue-rotate(97deg) brightness(97%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(41%) sepia(61%) saturate(259%)
    hue-rotate(97deg) brightness(97%) contrast(93%);
}
.social-link img {
  width: 100%;
  display: block;
}

.sidefix {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 3rem;
  bottom: 12rem;
  z-index: 3;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .sidefix {
    right: 1.5rem;
  }
}
.sidefix-item {
  position: relative;
  padding: 0.5rem;
  background-color: var(--color-pri);
  border-radius: 100rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
}
.sidefix-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 0.1rem solid var(--color-pri);
  -webkit-animation: grows 4s linear infinite;
  animation: grows 4s linear infinite;
}
.sidefix-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  border: 0.1rem solid var(--color-pri);
  -webkit-animation: grows 4s linear infinite;
  animation: grows 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.sidefix-item:hover .sidefix-sub {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sidefix-sub {
  position: absolute;
  background: var(--color-pri);
  right: calc(100% + 1rem);
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  bottom: 0;
  min-width: 20rem;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.sidefix-sub::before {
  content: "";
  position: absolute;
  left: 100%;
  width: 1rem;
  height: 100%;
  top: 0;
}
.sidefix-sub::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid var(--color-pri);
  left: 100%;
  bottom: 1.5rem;
}
.sidefix-sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.sidefix-sub-item:not(:first-child) {
  margin-top: 1.2rem;
}
.sidefix-sub-item img {
  width: 3.2rem;
  height: 3.2rem;
}
.sidefix-sub-item .text {
  font-size: 1.4rem;
  line-height: 1.2;
}
.sidefix-sub-item .text-name {
  display: block;
  color: white;
  font-weight: 500;
}
.sidefix-sub-item .text-link {
  color: white;
}
@media (hover: hover) {
  .sidefix-sub-item .text:hover .text-link {
    text-decoration: underline;
  }
}
.sidefix-link {
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.sidefix-link img {
  width: inherit;
  height: inherit;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.scrollContainer {
  overflow-x: auto;
  overflow-y: hidden;
}
.scrollContainer::-webkit-scrollbar {
  height: 0;
}
.scrollContainer .buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.text-hori .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}

.text-hori.is-inview .char {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.text-verti .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
}

.text-verti.is-inview .char {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.text-scale .char {
  -webkit-transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  transition: 0.6s calc(var(--char-index) * 0.02s) ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.text-scale.is-inview .char {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.t-second {
  color: var(--color-second) !important;
}

.fw6 {
  font-weight: 600 !important;
}

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  gap: 1rem;
}
.count-btn {
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  cursor: pointer;
  border-radius: 0.4rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.count-btn i {
  font-size: 1rem;
}
@media (hover: hover) {
  .count-btn:hover {
    background: var(--color-pri);
    color: white;
  }
}

.mona-content h3 {
  font-size: 2rem;
  font-weight: 600;
}
@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 h4 {
  font-weight: 600;
}

.mona-content .note {
  padding-left: 1rem;
  border-left: 0.2rem solid var(--color-pri);
  margin: 1rem 0;
  display: block;
  color: #a3a3a3;
}
.mona-content .note p {
  color: var(--color-second);
  font-style: italic;
  font-size: 1.4rem;
}

.mona-content .quote {
  padding-left: 3rem;
  border-left: 0.2rem solid #0f1b36;
  background-color: var(--color-pri);
  padding: 1.6rem;
  margin-bottom: 1rem;
}
.mona-content .quote p {
  color: white;
  font-style: italic;
}

.mona-content blockquote {
  margin: 0 !important;
  padding-left: 3rem !important;
  border-left: 0.2rem solid #f2794d !important;
  background: transparent !important;
}
.mona-content blockquote::before {
  content: none !important;
}
.mona-content blockquote p {
  color: #f2794d !important;
  font-style: italic !important;
  font-size: 2rem !important;
}

.mona-content .wp-block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 650px) {
  .mona-content .wp-block-flex {
    gap: 1.2rem;
  }
}
.mona-content .wp-block-flex .wp-block-image {
  width: calc(100% / 3 - (2.4rem - (2.4rem / 3)));
}
@media screen and (max-width: 650px) {
  .mona-content .wp-block-flex .wp-block-image {
    width: calc(100% / 2 - (1.2rem - (1.2rem / 2)));
  }
}

.mona-content .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mona-content .recipes p,
.mona-content .recipes ul {
  margin: 0;
}

.mona-content .recipes-tt {
  font-size: 2.4rem;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: 600;
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 1200px) {
  .mona-content .recipes-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content .recipes-tt {
    font-size: 1.7rem;
  }
}

.mona-content .recipes-material {
  list-style: square;
  list-style-position: inside;
}

.mona-content .recipes-step {
  list-style: decimal;
  list-style-position: inside;
}

.hover-rec::after {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  border: 0.1rem solid transparent;
  border-radius: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

@media (hover: hover) {
  .hover-rec:hover::after {
    left: 2%;
    top: 2%;
    right: 2%;
    bottom: 2%;
    border-color: var(--color-second);
  }
}

.title-big {
  font-size: 4.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}
@media only screen and (max-width: 1200px) {
  .title-big {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-big {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 500px) {
  .title-big {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  .title-big {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  .title-big {
    font-size: 2.7rem;
  }
}

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

.title-sub {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .title-sub {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .title-sub {
    font-size: 1.5rem;
  }
}

.title-des {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #4d4d4d;
}
@media screen and (max-width: 700px) {
  .title-des {
    font-size: 1.4rem;
  }
}

.checker {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4d4d4d;
}
.checker .sqr {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  margin-top: 0.4rem;
}
.checker .sqr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/check-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.checker .circle {
  width: 2.4rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
}
.checker .circle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/images/radio-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.checker .txt {
  display: block;
}
@media screen and (max-width: 500px) {
  .checker .txt {
    font-size: 1.4rem;
  }
}
.checker .txt-link {
  font-weight: 600;
  text-decoration: underline;
}
.checker .num {
  margin-left: auto;
}
.checker input {
  display: none;
}
.checker input:checked ~ .sqr::after {
  background-image: url("../assets/images/check-fill.svg");
}
.checker input:checked ~ .circle::after {
  background-image: url("../assets/images/radio-fill.svg");
}

#typing-container {
  display: inline-block;
  overflow: hidden;
  width: auto;
}

#typing-text {
  font-size: 4.8rem;
  font-family: "Playfair Display", sans-serif;
  display: inline;
  color: white;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  #typing-text {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  #typing-text {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 500px) {
  #typing-text {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 1200px) {
  #typing-text {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 500px) and (max-width: 800px) {
  #typing-text {
    font-size: 2.4rem;
  }
}

#cursor {
  display: inline;
  border-right: 0.2rem solid white;
  padding-right: 0.5rem;
  font-size: 4.2rem;
  font-family: "Playfair Display", sans-serif;
  -webkit-animation: blink-caret 0.75s step-end infinite;
  animation: blink-caret 0.75s step-end infinite;
}
@media only screen and (max-width: 1200px) {
  #cursor {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  #cursor {
    font-size: 2.7rem;
  }
}

@-webkit-keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}

@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}

.seeDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-pri);
}
@media screen and (max-width: 500px) {
  .seeDetail {
    font-size: 1.4rem;
  }
}
.seeDetail-txt {
  font-weight: 600;
}
.seeDetail i {
  font-size: 1rem;
}

.found {
  position: fixed;
  width: 100vw;
  top: var(--size-hd);
  left: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
}
.found.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: visible;
}
.found.open .found-f .tt {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.found.open .found-f .found-form {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.found.open .found-x {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media (hover: hover) {
  .found.open .found-x:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: var(--color-pri);
    color: white;
  }
}
.found-over {
  height: 100%;
  width: 100%;
  position: fixed;
  top: var(--size-hd);
  height: calc(100vh - var(--size-hd));
  left: 0;
  width: 100vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.found-wr {
  background-color: white;
  padding: 4.8rem;
}
@media screen and (max-width: 500px) {
  .found-wr {
    padding: 2rem 0;
  }
}
.found-f {
  max-width: 70rem;
  margin: auto;
}
.found-f .tt {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  opacity: 0;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
}
@media only screen and (max-width: 1200px) {
  .found-f .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .found-f .tt {
    font-size: 2.2rem;
  }
}
.found-form {
  height: 4.8rem;
  position: relative;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}
@media screen and (max-width: 500px) {
  .found-form {
    height: 4rem;
  }
}
.found-form input {
  width: 100%;
  height: 100%;
  border: 0.1rem solid #e0e0e0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 1rem;
  font-size: 1.6rem;
}
.found-form input:focus {
  border-color: var(--color-pri);
}
.found-form button {
  width: 4.8rem;
  height: 4.8rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 500px) {
  .found-form button {
    width: 4rem;
    height: 4rem;
  }
}
.found-form button img {
  width: 2rem;
  height: 2rem;
}
.found-x {
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  top: 1rem;
  right: var(--half);
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.found-x i {
  font-size: 0.8rem;
}
@media screen and (max-width: 1230px) {
  .found-x {
    right: calc(((100vw - 1.5rem) - 70rem) / 2);
  }
}
@media screen and (max-width: 830px) {
  .found-x {
    right: 5.4rem;
  }
}
@media screen and (max-width: 500px) {
  .found-x {
    right: 1.5rem;
  }
}

.lib-cmt-box {
  --gap: 2rem;
}
@media screen and (max-width: 900px) {
  .lib-cmt-box {
    --gap: 1rem;
  }
}

.lib-cmt-item:not(:first-child) {
  margin-top: var(--gap);
}

.lib-cmt-item .wrap {
  padding: var(--gap);
  border: 0.1rem solid #e0e0e0;
}
.lib-cmt-item .wrap .wrap {
  border: none;
  padding: 0;
}
.lib-cmt-item .wrap .ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.lib-cmt-item .wrap .ctn-name {
  font-weight: 600;
  color: #334253;
}
.lib-cmt-item .wrap .ctn-name .ctn-name-small {
  font-weight: 300;
  margin-left: 1rem;
}
.lib-cmt-item .wrap .ctn-des {
  color: #67727e;
  font-weight: 400;
}
.lib-cmt-item .wrap .ctn-like {
  cursor: pointer;
  color: #506268;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
@media (hover: hover) {
  .lib-cmt-item .wrap .ctn-like:hover {
    color: var(--color-pri);
  }
}

.lib-cmt-item > .lib-cmt-list {
  padding: var(--gap) 0;
  padding-left: calc(var(--gap) * 2);
  position: relative;
  margin-top: var(--gap);
}
.lib-cmt-item > .lib-cmt-list::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.1rem;
  background-color: #e0e0e0;
  top: 50%;
  left: var(--gap);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lib-cmt-f-flex {
  position: relative;
  height: 4rem;
  margin-top: 1rem;
  background-color: red;
}
.lib-cmt-f-flex input {
  height: 100%;
  width: 100%;
  border: 0.1rem solid #e0e0e0;
  padding: 0 1rem;
  padding-right: 5rem;
  font-size: 1.6rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lib-cmt-f-flex input:focus {
  border-color: var(--color-pri);
}
.lib-cmt-f-flex button {
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .lib-cmt-f-flex button:hover {
    color: var(--color-pri);
  }
}

.pj-tab-ctrl #ez-toc-container {
  width: 100% !important;
  border-radius: 0 !important;
  padding: 0 !important;
  border-color: #e0e0e0 !important;
}
.pj-tab-ctrl #ez-toc-container .ez-toc-page-1 {
  padding: 1.2rem 1.6rem !important;
  color: black !important;
  font-weight: 600 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pj-tab-ctrl #ez-toc-container .ez-toc-page-1 > a {
  color: inherit !important;
}
@media (hover: hover) {
  .pj-tab-ctrl #ez-toc-container .ez-toc-page-1:hover {
    background-color: var(--color-pri) !important;
    color: white !important;
  }
  .pj-tab-ctrl #ez-toc-container .ez-toc-page-1:hover > a {
    text-decoration: unset !important;
  }
}

.homes-head-sub {
  color: var(--color-pri) !important;
}

.homes-tk .pj-tab-btn {
  padding: 3rem 3.2rem;
}
@media screen and (max-width: 800px) {
  .homes-tk .pj-tab-btn {
    padding: 1rem;
  }
}

.homes-tk .homes-tk-panel .tt {
  margin-bottom: 2rem;
}

.homes-tk .homes-tk-panel .btn {
  margin-top: 3.2rem;
}

.homes-tk .homes-tk-panel .des {
  color: #c2c2c2;
}

.homes-pj-pop .des,
.homes-pj-pop li {
  color: #c2c2c2;
}

.homes-nt-img-tt .sub {
  color: var(--color-pri) !important;
}

.homes-contact .title-des {
  color: #c2c2c2 !important;
}

.homes-contact .lh-add-link .val {
  color: #c2c2c2;
}

.ser-list .title-des {
  color: #c2c2c2 !important;
}

.ser-block-ctn-inner .des {
  color: #e0e0e0 !important;
}

.ser .head .title-big {
  margin-bottom: 1.6rem;
}

.ser-ab-box .title-big {
  margin-bottom: 1.8rem;
}

.ser-ab-box .btn {
  margin-top: 3.2rem;
}

.ser-fast-ctn .wrapper {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .pj-tk-slider {
    position: relative;
    padding-bottom: 4rem;
  }
  .pj-tk-ctrl {
    position: absolute;
    bottom: 0;
    width: calc(100% - 3rem);
  }
  .pj-tk-ctrl .swiper-pagination {
    background-color: #e0e0e0 !important;
  }
  .pj-tk-ctrl .swiper-pagination .swiper-pagination-progressbar {
    background-color: #e0e0e0 !important;
  }
  .pj-tk-ctrl .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #000000 !important;
  }
}

@media screen and (max-width: 620px) {
  .homes-sp-flex .homes-sp-info .des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.page-homes {
  padding-top: 0;
}

.homes-head {
  background-color: white;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  margin-bottom: 2.4rem;
}
.homes-head-sub {
  color: var(--color-pri);
  margin-bottom: 1rem;
}
.homes-head.custom {
  padding: 2rem;
  padding-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  .homes-head.custom {
    padding: 0;
    margin-bottom: 2.4rem;
  }
}
.homes-head.flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
.homes-head.flex .title-big {
  max-width: 55rem;
}
.homes-head.flex .swiper-control {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.homes-head.center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.homes-head.center .title-big {
  max-width: 60rem;
  margin: auto;
}

.homes-bn {
  position: relative;
}
.homes-bn .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.homes-bn .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-bn .bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 0, 0, 0.3))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}
.homes-bn-wr {
  max-width: 154.5rem;
  margin: auto;
  padding: 0 1.2rem;
}
.homes-bn-ctn {
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 2rem;
  max-width: 55rem;
  padding: 10rem 1.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .homes-bn-ctn {
    min-height: calc(100vw * (900 / 1728));
    min-height: 100vh;
    padding: 4rem 1.5rem;
    padding-top: calc(4rem + var(--size-hd));
  }
}
.homes-bn-ctn .title-des {
  color: white;
  font-weight: 300;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}
.homes-bn-ctn .btn {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}
.homes-bn-ctn.is-inview .title-des {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.homes-bn-ctn.is-inview .btn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.homes-tk-tab .tabBox {
  display: none;
}
.homes-tk-tab .tabBox.active {
  display: block;
}

.homes-tk-gal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -8.5rem;
}
@media screen and (max-width: 800px) {
  .homes-tk-gal {
    margin-top: 0;
  }
}
.homes-tk-gal-item {
  width: calc(100% / 3);
}
.homes-tk-gal-item .inner {
  display: block;
  padding-top: calc((280 / 400) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-tk-gal-item .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-tk-gal-item:first-child {
  width: 100%;
}
.homes-tk-gal-item:first-child .inner {
  padding-top: calc(589 / 1216 * 100%);
}

.homes-tk-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homes-tk-ctrl {
  width: calc(100% / 3);
}
.homes-tk-ctrl .pj-tab-btn.active {
  pointer-events: none;
  border-color: var(--color-pri);
}
@media screen and (max-width: 800px) {
  .homes-tk-ctrl {
    width: 100%;
    background-color: black;
    padding: 2.4rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) and (max-width: 600px) {
  .homes-tk-ctrl {
    padding: 1.5rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .homes-tk-ctrl .pj-tab-btn {
    border-color: var(--color-pri);
    color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .homes-tk-ctrl .pj-tab-btn i {
    display: none;
  }
}
.homes-tk-ctrl .pj-tab-ctrl {
  overflow: unset;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homes-tk-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 3.8rem 4.6rem;
  background-color: black;
}
@media screen and (max-width: 1200px) {
  .homes-tk-ctn {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .homes-tk-ctn {
    padding: 1.5rem;
  }
}

.homes-tk-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  display: none;
}
.homes-tk-panel .tt {
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .homes-tk-panel .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-tk-panel .tt {
    font-size: 2.2rem;
  }
}
.homes-tk-panel .des {
  font-weight: 300;
}
.homes-tk-panel .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 600px) {
  .homes-tk-panel .des {
    font-size: 1.4rem;
  }
}

.homes-nt-slider {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .homes-nt-slider-dot {
    width: 3rem !important;
    height: 3rem !important;
    border-radius: 100rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .homes-nt-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .homes-nt-slider .swiper-pagination-bullet-active {
    color: white;
  }
}
@media screen and (min-width: 1201px) {
  .homes-nt-slider-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    position: relative;
  }
  .homes-nt-slider-dot:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
  .homes-nt-slider .text {
    font-family: "Playfair Display", sans-serif;
    color: #c2c2c2;
    font-size: 3.2rem;
    font-style: italic;
    line-height: 0.5;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 3%;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1200px) {
  .homes-nt-slider .text {
    font-size: 2.7rem;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 800px) {
  .homes-nt-slider .text {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1201px) {
  .homes-nt-slider .line {
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 0.1rem;
    background: #c2c2c2;
    height: 0;
  }
}
.homes-nt-slider .swiper {
  --cg: 0;
  --rg: 0;
  overflow: visible;
}
.homes-nt-slider .swiper-container {
  overflow: visible;
}
@media screen and (min-width: 1201px) {
  .homes-nt-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    bottom: unset;
    right: calc(-1 * (var(--half) - 3.2rem));
    left: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    gap: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .homes-nt-slider .swiper-pagination {
    right: calc(-1 * (var(--half) - 1.5rem));
  }
}
@media screen and (min-width: 1201px) and (max-width: 1230px) {
  .homes-nt-slider .swiper-pagination {
    right: calc(-1 * (var(--half)));
  }
}
@media screen and (min-width: 1201px) {
  .homes-nt-slider .swiper-pagination-bullet {
    width: unset;
    height: unset;
    background-color: transparent;
  }
  .homes-nt-slider .swiper-pagination-bullet-active {
    background-color: transparent;
  }
  .homes-nt-slider .swiper-pagination-bullet-active .text {
    color: black;
    font-size: 12.8rem;
    padding-bottom: 20%;
  }
  .homes-nt-slider .swiper-pagination-bullet-active .line {
    height: 4rem;
  }
}
.homes-nt-slider .swiper-slide {
  width: 100%;
  overflow: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.homes-nt-slider .swiper-slide .homes-nt-img {
  -webkit-transform: translateY(-4rem);
  transform: translateY(-4rem);
}
.homes-nt-slider .swiper-slide-active {
  opacity: 1;
}
.homes-nt-slider .swiper-slide-active .homes-nt-img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.homes-nt-slider .swiper-slide-active .homes-nt-img-tt .sub {
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.homes-nt-slider .swiper-slide-active .homes-nt-img-tt .title-big {
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}
.homes-nt-slider .swiper-slide-active .btn {
  opacity: 1;
}
.homes-nt-slider .btn {
  margin-top: 2.4rem;
  margin-left: auto;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .homes-nt-slider .btn {
    margin: auto;
    margin-top: 2.4rem;
  }
}

.homes-nt-img {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-nt-img-tt {
  position: absolute;
  top: 50%;
  left: calc(-1 * (var(--half) - 3.2rem));
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .homes-nt-img-tt {
    left: calc(-1 * (var(--half) - 1.5rem));
  }
}
@media screen and (max-width: 1200px) {
  .homes-nt-img-tt {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.homes-nt-img-tt .sub {
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}
.homes-nt-img-tt .title-big {
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}
.homes-nt-img .inner {
  display: block;
  padding-top: calc((889 / 1215) * 100%);
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url(../assets/images/noithat.png);
  mask-image: url(../assets/images/noithat.png);
  -webkit-mask-position: center;
  mask-position: center;
}
.homes-nt-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homes-pj-box {
  position: relative;
  min-height: calc(100vw * (800 / 1728));
  padding: 10rem 0;
  padding-bottom: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1012px) {
  .homes-pj-box {
    padding-top: 3rem;
  }
}
.homes-pj-box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.homes-pj-box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .homes-pj-box .bg {
    width: 100vw;
    height: calc(100vw * (800 / 1728));
    position: static;
  }
}
@media screen and (max-width: 800px) {
  .homes-pj-box {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.homes-pj-pop {
  max-width: 46.4rem;
  padding: 4.8rem;
  background-color: black;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  color: white;
}
.homes-pj-pop .tt {
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .homes-pj-pop .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-pj-pop .tt {
    font-size: 2.2rem;
  }
}
.homes-pj-pop .des {
  font-weight: 300;
  margin-top: 1rem;
}
.homes-pj-pop ul {
  margin-top: 1rem;
}
.homes-pj-pop .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 800px) {
  .homes-pj-pop {
    padding: 2rem 1.5rem;
    max-width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .homes-pj-pop .tt {
    font-size: 2rem;
  }
  .homes-pj-pop .des {
    font-size: 1.4rem;
  }
  .homes-pj-pop ul li {
    font-size: 1.4rem;
  }
}

.homes-pj-slider {
  position: relative;
}
.homes-pj-slider-main .swiper {
  --cg: 0;
  --rg: 0;
}
.homes-pj-slider-main .swiper-slide-active .homes-pj-pop {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.homes-pj-slider-thumb {
  max-width: 101.4rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.homes-pj-slider-thumb .swiper {
  --cg: 0;
  --rg: 0;
  height: 100%;
}
.homes-pj-slider-thumb .swiper-slide {
  width: calc(100% / 3);
}
.homes-pj-slider-thumb .swiper-slide-thumb-active .homes-pj-pick {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media screen and (max-width: 1200px) {
  .homes-pj-slider-thumb .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .homes-pj-slider-thumb .swiper-slide {
    width: 100%;
  }
}
.homes-pj-slider-thumb .swiper-control {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  width: 4.8rem;
  background-color: var(--color-pri);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.homes-pj-slider-thumb .swiper-control-btn {
  width: 4.8rem;
  height: 4.8rem;
  color: white;
}
.homes-pj-slider-thumb .swiper-control-btn:last-child {
  margin-top: auto;
}
.homes-pj-slider-thumb .swiper-control-btn.swiper-button-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  .homes-pj-slider-thumb {
    position: static;
  }
}
.homes-pj-slider-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homes-pj-pick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.8rem;
  gap: 1.8rem;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
  height: 100%;
}
.homes-pj-pick .img {
  width: 12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.homes-pj-pick .img-inner {
  display: block;
  padding-top: calc((80 / 120) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-pj-pick .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-pj-pick .info-tt {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homes-pj-pick .info-type {
  font-weight: 300;
  font-size: 1.4rem;
  color: #858585;
}
@media screen and (max-width: 390px) {
  .homes-pj-pick {
    padding: 1rem;
    gap: 1rem;
  }
  .homes-pj-pick .img {
    width: 11rem;
  }
  .homes-pj-pick .info-tt {
    font-size: 1.4rem;
  }
  .homes-pj-pick .info-type {
    font-size: 1.2rem;
  }
}

.homes-bty-swiper .twoline {
  border: 0.1rem solid #e0e0e0;
  border-right: none;
  border-left: none;
}

.homes-bty-slider {
  position: relative;
  overflow: hidden;
}
.homes-bty-slider .swiper {
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .homes-bty-slider .swiper {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}
.homes-bty-slider .swiper-container {
  overflow: visible;
}
.homes-bty-slider .swiper-slide {
  width: 100%;
}
.homes-bty-slider
  .swiper-slide-active
  .homes-bty-item
  .inner
  .img-inner::after {
  opacity: 0;
}
.homes-bty-slider .swiper-slide-active .homes-bty-item .inner .info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.homes-bty-slider .swiper-control-btn {
  background-color: var(--color-pri);
  color: white;
}
.homes-bty-slider .swiper-control-btn.swiper-button-disabled {
  background-color: #e0e0e0;
}
@media screen and (max-width: 500px) {
  .homes-bty-slider .swiper-control-btn {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 1.2rem 0;
  }
  .homes-bty-slider .swiper-control-btn:last-child {
    margin-left: auto;
  }
}
@media screen and (min-width: 751px) {
  .homes-bty-slider .swiper-control .swiper-prev {
    left: 5.5% !important;
  }
  .homes-bty-slider .swiper-control .swiper-next {
    left: unset !important;
    right: 5.5% !important;
  }
}

.homes-bty-box {
  width: calc(8 / 12 * 100%);
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .homes-bty-box {
    width: 100%;
  }
}

.homes-bty-item {
  position: relative;
}
.homes-bty-item .img-inner {
  display: block;
  padding-top: calc((480 / 800) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-bty-item .img-inner::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(10, 10, 10, 0.6);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-bty-item .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-bty-item .info {
  position: absolute;
  padding: 2.4rem;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 500px) {
  .homes-bty-item .info {
    padding: 1.5rem;
  }
}
.homes-bty-item .info::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(10, 10, 10, 0)),
    to(rgba(10, 10, 10, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(10, 10, 10, 0) 0%,
    rgba(10, 10, 10, 0.8) 100%
  );
}
.homes-bty-item .info-type {
  font-weight: 300;
  color: #c2c2c2;
  position: relative;
  z-index: 2;
}
.homes-bty-item .info-tt {
  font-size: 3.2rem;
  font-weight: 600;
  color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .homes-bty-item .info-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-bty-item .info-tt {
    font-size: 2.2rem;
  }
}

.homes-sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homes-sp-info {
  width: 40%;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  padding: 3.2rem;
  padding-left: var(--half);
  padding-bottom: 24rem;
}
@media screen and (max-width: 1230px) {
  .homes-sp-info {
    padding-left: 1.5rem;
    padding-bottom: 17rem;
  }
}
@media screen and (max-width: 740px) {
  .homes-sp-info {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  .homes-sp-info {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.homes-sp-info .sub {
  font-size: 1.4rem;
  -webkit-column-rule: #c2c2c2;
  -moz-column-rule: #c2c2c2;
  column-rule: #c2c2c2;
  font-weight: 300;
}
.homes-sp-info .tt {
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .homes-sp-info .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-sp-info .tt {
    font-size: 2.2rem;
  }
}
.homes-sp-info .price {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 1;
  gap: 1rem;
}
.homes-sp-info .price-cur {
  font-size: 2.4rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .homes-sp-info .price-cur {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-sp-info .price-cur {
    font-size: 1.7rem;
  }
}
.homes-sp-info .price-old {
  color: #858585;
  text-decoration: line-through;
  white-space: nowrap;
  margin-top: -0.3rem;
}
.homes-sp-info .des {
  color: #c2c2c2;
  font-weight: 300;
}
.homes-sp-info .btn {
  margin-top: 2.4rem;
}
.homes-sp-info .sub,
.homes-sp-info .star,
.homes-sp-info .tt,
.homes-sp-info .price,
.homes-sp-info .des,
.homes-sp-info .btn {
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
}

.homes-sp-img {
  width: 60%;
}
@media screen and (max-width: 740px) {
  .homes-sp-img {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  .homes-sp-img {
    width: 100%;
  }
}
.homes-sp-img .img {
  height: 100%;
}
.homes-sp-img .img-inner {
  display: block;
  padding-top: calc((740 / 1056) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.homes-sp-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homes-sp-slider {
  position: relative;
}
.homes-sp-slider-main .swiper {
  --cg: 0;
  --rg: 0;
}
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .sub,
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .star,
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .tt,
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .price,
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .des,
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .btn {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
  opacity: 1;
}
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .tt {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .star {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .price {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .des {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.homes-sp-slider-main .swiper-slide-active .homes-sp-info .btn {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.homes-sp-slider-thumb {
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.homes-sp-slider-thumb .swiper {
  --cg: 1.6rem;
  --rg: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .homes-sp-slider-thumb .swiper {
    --cg: 1rem;
    --rg: 1rem;
  }
}
.homes-sp-slider-thumb .swiper-slide {
  width: calc(100% / 3);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
}
.homes-sp-slider-thumb .swiper-slide .img-inner {
  display: block;
  padding-top: calc((128 / 202) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-sp-slider-thumb .swiper-slide .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-sp-slider-thumb .swiper-slide-thumb-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.homes-sp-slider-thumb .swiper-control {
  margin-left: auto;
  margin-right: 1.6rem;
}
@media screen and (max-width: 740px) {
  .homes-sp-slider-thumb {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  .homes-sp-slider-thumb {
    width: 100%;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
  .homes-sp-slider-thumb .swiper-control {
    margin: 0;
    padding: 0 1rem;
    margin-top: 1rem;
  }
  .homes-sp-slider-thumb .swiper-control-btn:last-child {
    margin-left: auto;
  }
}
.homes-sp-slider-box {
  padding: 1.6rem;
  background-color: white;
  width: 100%;
  height: 100%;
  border-bottom: 0.1rem solid #e0e0e0;
}
@media screen and (max-width: 1200px) {
  .homes-sp-slider-box {
    padding: 1rem;
  }
}

.homes-key-list {
  --cg: 2.4rem;
  --rg: 4rem;
}
@media screen and (max-width: 1200px) {
  .homes-key-list {
    --cg: 1.2rem;
    --rg: 2.4rem;
  }
}

.homes-key-col {
  width: 100%;
}
.homes-key-col:nth-child(6n + 1) .homes-key-item {
  margin-left: calc(2 / 12 * 100%);
}
.homes-key-col:nth-child(6n + 1) .homes-key-item::after {
  left: 100%;
  height: calc(100% - 4rem + var(--rg));
  top: 4rem;
  border-left: none;
  border-bottom: none;
}
.homes-key-col:nth-child(6n + 1) .homes-key-item::before {
  left: calc(120% + 4rem);
  top: calc(100% - 3rem + var(--rg));
}
.homes-key-col:nth-child(6n + 2) .homes-key-item {
  margin-left: auto;
}
.homes-key-col:nth-child(6n + 2) .homes-key-item::after {
  right: 100%;
  top: 4rem;
  height: calc(100% - 4rem - 17%);
  border-right: none;
  border-bottom: none;
}
.homes-key-col:nth-child(6n + 2) .homes-key-item::before {
  right: calc(120% - 1rem);
  top: 5rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.homes-key-col:nth-child(6n + 3) .homes-key-item {
  margin-top: -22rem;
}
@media screen and (max-width: 1100px) {
  .homes-key-col:nth-child(6n + 3) .homes-key-item {
    margin-top: -15rem;
  }
}
@media screen and (max-width: 700px) {
  .homes-key-col:nth-child(6n + 3) .homes-key-item {
    margin-top: -30rem;
  }
}
@media screen and (max-width: 500px) {
  .homes-key-col:nth-child(6n + 3) .homes-key-item {
    margin-top: 0;
  }
}
.homes-key-col:nth-child(6n + 3) .homes-key-item::after {
  right: 3rem;
  top: 100%;
  height: var(--rg);
  width: 0.2rem;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.homes-key-col:nth-child(6n + 3) .homes-key-item::before {
  right: 0;
  top: 100%;
}
.homes-key-col:nth-child(6n + 4) .homes-key-item {
  margin-left: calc(4 / 12 * 100%);
}
.homes-key-col:nth-child(6n + 4) .homes-key-item::after {
  right: 100%;
  top: 4rem;
  height: calc(100% - 4rem + var(--rg));
  border-right: none;
  border-bottom: none;
}
.homes-key-col:nth-child(6n + 4) .homes-key-item::before {
  right: calc(120% - 1rem);
  top: 5rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.homes-key-col:nth-child(6n + 5) .homes-key-item::after {
  left: 100%;
  top: 4rem;
  height: calc(100% - 4rem + var(--rg));
  border-left: none;
  border-bottom: none;
}
.homes-key-col:nth-child(6n + 5) .homes-key-item::before {
  left: calc(120% + 4rem);
  bottom: 19rem;
}
@media screen and (max-width: 1200px) {
  .homes-key-col:nth-child(6n + 5) .homes-key-item::before {
    bottom: 20rem;
  }
}
@media screen and (max-width: 1100px) {
  .homes-key-col:nth-child(6n + 5) .homes-key-item::before {
    bottom: 13rem;
  }
}
@media screen and (max-width: 700px) {
  .homes-key-col:nth-child(6n + 5) .homes-key-item::before {
    bottom: 28rem;
  }
}
.homes-key-col:nth-child(6n + 6) .homes-key-item {
  margin-left: auto;
  margin-top: -22rem;
}
@media screen and (max-width: 1100px) {
  .homes-key-col:nth-child(6n + 6) .homes-key-item {
    margin-top: -15rem;
  }
}
@media screen and (max-width: 700px) {
  .homes-key-col:nth-child(6n + 6) .homes-key-item {
    margin-top: -30rem;
  }
}
@media screen and (max-width: 500px) {
  .homes-key-col:nth-child(6n + 6) .homes-key-item {
    margin-top: 0;
  }
}
.homes-key-col:nth-child(6n + 6) .homes-key-item::after {
  left: 3rem;
  top: 100%;
  height: var(--rg);
  width: 0.2rem;
  border-left: none;
  border-top: none;
  border-bottom: none;
}
.homes-key-col:nth-child(6n + 6) .homes-key-item::before {
  left: 0;
  top: 100%;
}
.homes-key-col:last-child .homes-key-item::after,
.homes-key-col:last-child .homes-key-item::before {
  display: none;
}

.homes-key-item {
  max-width: 59.2rem;
  width: calc(50% - var(--cg) / 2);
  position: relative;
}
.homes-key-item::after {
  content: "";
  position: absolute;
  border: 0.2rem dashed var(--color-pri);
  width: 25%;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.homes-key-item::before {
  content: "\f063";
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: var(--color-pri);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homes-key-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid #e0e0e0;
  background-color: white;
}
.homes-key-item .inner .info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2.4rem;
}
.homes-key-item .inner .info-num {
  font-size: 9rem;
  font-weight: 500;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
  color: var(--color-pri);
  line-height: 1;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .homes-key-item .inner .info-num {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-key-item .inner .info-num {
    font-size: 4.5rem;
  }
}
.homes-key-item .inner .info-tt {
  font-size: 2rem;
  font-weight: 600;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .homes-key-item .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-key-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
.homes-key-item .inner .info-des {
  color: #858585;
  font-weight: 300;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
}
.homes-key-item .inner .img {
  width: 24rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -0.1rem;
}
.homes-key-item .inner .img-inner {
  display: block;
  padding-top: calc((300 / 240) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.homes-key-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .homes-key-item .inner .info {
    padding: 1rem;
  }
  .homes-key-item .inner .info-num {
    font-size: 3rem;
  }
  .homes-key-item .inner .info-tt {
    font-size: 1.6rem;
  }
  .homes-key-item .inner .info-des {
    font-size: 1.4rem;
  }
  .homes-key-item .inner .img {
    width: 15rem;
  }
}
@media screen and (max-width: 700px) {
  .homes-key-item {
    max-width: 32rem;
  }
  .homes-key-item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .homes-key-item .inner .img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .homes-key-item {
    width: 100%;
    margin: 0 !important;
    max-width: unset;
  }
  .homes-key-item::after {
    width: 0.1rem !important;
    height: var(--rg) !important;
    border: 0.2rem dashed var(--color-pri) !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
    top: 100% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .homes-key-item::before {
    left: 50% !important;
    top: 100% !important;
    -webkit-transform: translateX(calc(-50% + 1.5rem)) !important;
    transform: translateX(calc(-50% + 1.5rem)) !important;
  }
  .homes-key-item .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .homes-key-item .inner .img {
    width: 14rem;
  }
}
.homes-key-item.is-inview::after {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.homes-key-item.is-inview .inner .info-num {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.homes-key-item.is-inview .inner .info-tt {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.homes-key-item.is-inview .inner .info-des {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

@media screen and (max-width: 1200px) {
  .homes-prof-slider .swiper {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.homes-prof-slider .swiper-slide {
  width: calc(100% / 3);
}
@media screen and (max-width: 540px) {
  .homes-prof-slider .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 390px) {
  .homes-prof-slider .swiper-slide {
    width: 100%;
  }
}

.homes-prof-item .inner .img-inner {
  display: block;
  padding-top: calc((507 / 384) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-prof-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.homes-prof-item .inner .info {
  padding: 1.6rem;
}
.homes-prof-item .inner .info-tt {
  font-size: 2rem;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .homes-prof-item .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-prof-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .homes-prof-item .inner .info-tt:hover {
    color: var(--color-pri);
  }
}
.homes-prof-item .inner .info-role {
  color: #666666;
}

.homes-rate-title .homes-head {
  height: 100%;
}

@media screen and (max-width: 980px) {
  .homes-rate-title {
    width: 100%;
  }
}

.homes-rate-slider .wrapper {
  height: 100%;
  border: 0.1rem solid #e0e0e0;
}

@media screen and (max-width: 980px) {
  .homes-rate-slider {
    width: 100%;
  }
}

.homes-video .lh-bg {
  padding-bottom: 8rem;
}

.homes-video-wr {
  margin-top: -8rem;
}

.homes-video-main {
  aspect-ratio: 16/9;
  background-color: red;
  position: relative;
}

.homes-video-thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.homes-video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homes-video-frame {
  height: 100%;
  width: 100%;
}
.homes-video-frame iframe {
  width: 100%;
  height: 100%;
}

.homes-video-play {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: visible;
}
@media screen and (max-width: 600px) {
  .homes-video-play {
    width: 3rem;
    height: 3rem;
  }
}
.homes-video-play img {
  width: inherit;
  height: inherit;
}
.homes-video-play::after,
.homes-video-play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  background-color: white;
  -webkit-animation: grows 4s linear infinite;
  animation: grows 4s linear infinite;
  left: 0;
  top: 0;
  z-index: -1;
}
.homes-video-play::before {
  -webkit-animation: grows 4s linear infinite 2s;
  animation: grows 4s linear infinite 2s;
}

.homes-today-title {
  position: relative;
  padding: 0 3.2rem;
  padding-top: 12rem;
  border: 0.1rem solid #e0e0e0;
}
.homes-today-title::after {
  content: "";
  position: absolute;
  width: calc((100% / 3));
  height: 100%;
  border-right: 0.1rem solid #e0e0e0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.homes-today-title::before {
  content: "";
  position: absolute;
  width: calc((100% / 3));
  height: 100%;
  border-left: 0.1rem solid #e0e0e0;
  top: 0;
  right: 0;
  pointer-events: none;
}
.homes-today-title .homes-head {
  background-color: transparent;
}
@media screen and (max-width: 700px) {
  .homes-today-title {
    padding: 0;
    padding-top: 4rem;
    border: none;
  }
  .homes-today-title::after,
  .homes-today-title::before {
    display: none;
  }
}

.homes-today-list {
  --cg: 0;
  --rg: 0;
}
.homes-today-list .col .news-item .inner {
  border-top: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-today-list .col .news-item .inner .img {
  margin: 0;
  height: 100%;
}
.homes-today-list .col .news-item .inner .img-inner {
  height: 100%;
}
.homes-today-list .col .news-item .inner .info-date {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-today-list .col .news-item .inner .info-tag {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-today-list .col .news-item .inner .info-tt {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-today-list .col .news-item .inner .info-des {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-today-list .col .news-item .inner .info .seeDetail {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .homes-today-list .col .news-item:hover .inner {
    background-color: var(--color-pri);
  }
  .homes-today-list .col .news-item:hover .inner .info-date {
    color: white;
  }
  .homes-today-list .col .news-item:hover .inner .info-tag {
    color: white;
  }
  .homes-today-list .col .news-item:hover .inner .info-tt {
    color: white;
  }
  .homes-today-list .col .news-item:hover .inner .info-des {
    color: white !important;
  }
  .homes-today-list .col .news-item:hover .inner .info .seeDetail {
    color: white;
  }
}
.homes-today-list .col:nth-child(1) .news-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.homes-today-list .col:nth-child(1) .news-item .inner .info {
  width: calc(100% / 3);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homes-today-list .col:nth-child(1) .news-item .inner .info-tt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homes-today-list .col:nth-child(1) .news-item .inner .info-des {
  display: -webkit-box !important;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homes-today-list .col:nth-child(1) .news-item .inner .info .seeDetail {
  margin-top: unset;
}
.homes-today-list .col:nth-child(1) .news-item .inner .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.homes-today-list .col:nth-child(1) .news-item .inner .img-inner {
  display: block;
  padding-top: calc((320 / 815) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-today-list .col:nth-child(n + 2) .news-item .inner .img {
  display: none;
}
.homes-today-list .col:not(:last-child) .news-item .inner {
  border-right: none;
}
@media screen and (max-width: 700px) {
  .homes-today-list .col:first-child .news-item .inner {
    border-top: 0.1rem solid #e0e0e0;
  }
  .homes-today-list .col:first-child .news-item .inner .info {
    width: 50%;
  }
  .homes-today-list .col:first-child .news-item .inner .img {
    width: 50%;
  }
  .homes-today-list .col:nth-child(n + 2) {
    width: 50%;
  }
  .homes-today-list .col:nth-child(n + 3) .news-item .inner {
    border-right: 0.1rem solid #e0e0e0;
  }
  .homes-today-list .col:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .homes-today-list .col:first-child .news-item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0.1rem solid #e0e0e0;
  }
  .homes-today-list .col:first-child .news-item .inner .img {
    width: 100%;
  }
  .homes-today-list .col:first-child .news-item .inner .info {
    width: 100%;
    height: unset;
  }
  .homes-today-list .col:nth-child(n + 2) {
    width: 100%;
  }
  .homes-today-list .col:nth-child(n + 2) .news-item .inner {
    border-right: 0.1rem solid #e0e0e0;
  }
}

.homes-contact {
  position: relative;
}
.homes-contact .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.homes-contact .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-contact .lh-flex {
  position: relative;
  color: white;
}
.homes-contact .lh-flex .title-des {
  color: white;
}
.homes-contact .lh-add .lh-add-link {
  color: white;
}
.homes-contact .lh-form .form-ip .text {
  color: white;
}
.homes-contact .lh-form .form-ip input,
.homes-contact .lh-form .form-ip textarea {
  background-color: white;
}

.prod-dt .border {
  padding: 2rem 0;
  border-bottom: 0.1em solid #e0e0e0;
}
.prod-dt .border:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1200px) {
  .prod-dt-flex {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.prod-dt-left {
  width: calc(8 / 12 * 100%);
}
@media screen and (max-width: 500px) {
  .prod-dt-left {
    width: 100%;
  }
}
.prod-dt-left .wrapper {
  height: 100%;
}

.prod-dt-right {
  width: calc(4 / 12 * 100%);
}
@media screen and (max-width: 500px) {
  .prod-dt-right {
    width: 100%;
  }
}
.prod-dt-right .wrapper {
  height: 100%;
}
.prod-dt-right .prod-dt-img {
  height: calc(50% - var(--cg) / 2);
}
.prod-dt-right .prod-dt-img-inner {
  height: 100%;
  padding-top: calc(224 / 384 * 100%);
}
.prod-dt-right-flex {
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .prod-dt-right-flex {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  .prod-dt-right-flex .prod-dt-img {
    width: 50%;
  }
}

.prod-dt-img {
  height: 100%;
}
.prod-dt-img-inner {
  display: block;
  padding-top: calc((480 / 800) * 100%);
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #e0e0e0;
  height: 100%;
}
.prod-dt-img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prod-dt-info {
  margin-top: 2.4rem;
}
.prod-dt-info .btn {
  margin-top: 2.4rem;
}

.prod-dt-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.prod-dt-status .code {
  color: #4d4d4d;
}
.prod-dt-status .status {
  color: #046904;
  position: relative;
}
.prod-dt-status .status::after {
  content: "|";
  position: absolute;
  left: -1.2rem;
  color: #e0e0e0;
}

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

.prod-dt-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.prod-dt-name {
  color: black;
  font-weight: 600;
  margin-right: 0.5rem;
}

.prod-dt-price .price-cur {
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .prod-dt-price .price-cur {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-dt-price .price-cur {
    font-size: 1.6rem;
  }
}

.prod-dt-price .price-old {
  line-height: 1;
  margin-left: 1rem;
  text-decoration: line-through;
  opacity: 0.5;
}

.prod-dt-note {
  margin-top: 1.2rem;
}

.prod-dt-color .pick-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.prod-dt-color .pick-color-label input {
  display: none;
}
.prod-dt-color .pick-color-label input:checked ~ .pick-color-item {
  border-color: orange;
  border-width: 0.2rem;
}
.prod-dt-color .pick-color-item {
  width: 2.6rem;
  height: 2.6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100rem;
  background-color: var(--color);
  display: block;
  position: relative;
  border: 0.1rem solid #e0e0e0;
  cursor: pointer;
}

.prod-dt-size .pick-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin-top: 1.2rem;
}
.prod-dt-size .pick-size-label input {
  display: none;
}
.prod-dt-size .pick-size-label input:checked ~ .pick-size-item {
  color: white;
  background-color: black;
}
.prod-dt-size .pick-size-item {
  padding: 0.6rem 2.5rem;
  border: 0.1rem solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.prod-dt-line {
  margin-bottom: 1rem;
}

.prod-dt-ctn .txt {
  margin-bottom: 1rem;
  display: block;
}

@media screen and (max-width: 800px) {
  .prod-dt-act {
    width: 100%;
  }
}

.prod-dt-tab .name {
  color: #4d4d4d;
}

.prod-dt-tab .txt {
  color: black;
  font-weight: 600;
}

.prod-dt-tab .des {
  color: #4d4d4d;
}

.prod-dt-tab-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.2rem;
  position: relative;
}
.prod-dt-tab-control::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #a3a3a3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.prod-dt-tab-btn {
  font-size: 2rem;
  font-weight: 600;
  color: #a3a3a3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.prod-dt-tab-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.2rem;
  background-color: black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .prod-dt-tab-btn:hover {
    color: black;
  }
}
.prod-dt-tab-btn.active {
  color: black;
  pointer-events: none;
}
.prod-dt-tab-btn.active::after {
  width: 100%;
}

@media screen and (max-width: 800px) {
  .prod-dt-tab {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .prod-real-flex {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.prod-real-img {
  width: calc(100% / 3);
}
.prod-real-img:first-child {
  width: 100%;
}
.prod-real-img:first-child .inner {
  padding-top: calc(600 / 1216 * 100%);
}
.prod-real-img .inner {
  display: block;
  padding-top: calc((260 / 384) * 100%);
  position: relative;
  overflow: hidden;
}
.prod-real-img .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .prod-slider .swiper {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.prod-slider .swiper-slide {
  width: 25%;
}
@media screen and (max-width: 830px) {
  .prod-slider .swiper-slide {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 500px) {
  .prod-slider .swiper-slide {
    width: 50%;
  }
}

.prod-slider-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.prod-item {
  height: 100%;
}
.prod-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.prod-item .inner .img {
  margin-bottom: 1.6rem;
}
.prod-item .inner .img-inner {
  display: block;
  padding-top: calc((1 / 1) * 100%);
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #e0e0e0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .prod-item .inner .img-inner:hover {
    border-color: var(--color-pri);
  }
}
.prod-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prod-item .inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.prod-item .inner .info-tt {
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .prod-item .inner .info-tt:hover {
    color: var(--color-pri);
  }
}
.prod-item .inner .info-price .price {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0 1rem;
}

.prod-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 1200px) {
  .prod-filter {
    margin-bottom: 1rem;
  }
}
.prod-filter .side-open {
  position: static;
  border-radius: 0;
  width: 4.4rem;
  height: 4.4rem;
}
.prod-filter .side-open.close {
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 700px) {
  .prod-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    gap: 2rem;
  }
}

.prod-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.prod-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.prod-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.prod-tag-item {
  font-weight: 700;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (hover: hover) {
  .prod-tag-item:hover {
    color: var(--color-pri);
  }
}
.prod-tag-item::after {
  content: "\f00d";
  margin-left: 0.5rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.prod-tag-del {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  text-wrap: nowrap;
}
@media (hover: hover) {
  .prod-tag-del:hover {
    color: var(--color-pri);
  }
}

.prod-side {
  width: 28rem;
}
@media screen and (min-width: 1201px) {
  .prod-side .wrapper {
    position: sticky;
    top: 8rem;
  }
}
@media screen and (max-width: 1200px) {
  .prod-side {
    width: 100%;
    margin: 0;
  }
}

.prod-main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .prod-main {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.prod-srch {
  position: relative;
  height: 3.8rem;
}
.prod-srch input {
  width: 100%;
  height: 100%;
  border: 0.1rem solid #e0e0e0;
  font-size: 1.6rem;
  padding: 0 1rem;
}
.prod-srch button {
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prod-srch button img {
  width: 2rem;
  height: 2rem;
}

.prod-cl-item.active .prod-cl-head .icon i:nth-child(1) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.prod-cl-item.active .prod-cl-head .icon i:nth-child(2) {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.prod-cl-item:not(:first-child).active .prod-cl-head {
  border-bottom: none;
  padding-bottom: 0;
}

.prod-cl-item:last-child .prod-cl-head {
  border-bottom: none;
}

.prod-cl-item:last-child .prod-cl-body {
  border-bottom: none;
}

.prod-cl-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #e0e0e0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.prod-cl-head .txt {
  font-weight: 600;
}
.prod-cl-head .icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.prod-cl-head .icon i {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.prod-cl-head .icon i:nth-child(1) {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.prod-cl-head .icon i:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.prod-cl-body {
  border-bottom: 0.1rem solid #e0e0e0;
  padding: 1.6rem 0;
}
.prod-cl-body .checker {
  margin-top: 1rem;
}
.prod-cl-body .collapse-item.active .collapse-head .sqr::after {
  background-image: url("../assets/images/check-fill.svg");
}
.prod-cl-body .collapse-body {
  padding-left: 2rem;
}

.prod-color-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 1rem;
}
.prod-color-item input {
  display: none;
}
.prod-color-item:not(:first-child) {
  margin-top: 1rem;
}
.prod-color-item .color {
  width: 2rem;
  height: 2rem;
  border-radius: 100rem;
  border: 0.2rem solid #e0e0e0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.prod-color-item input:checked ~ .color {
  border-color: orange;
}

@media screen and (max-width: 1200px) {
  .prod-list {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

@media screen and (max-width: 450px) {
  .prod-list .col {
    width: 50%;
  }
}

.pj-item {
  height: 100%;
}
.pj-item .inner {
  border: 0.1rem solid #e0e0e0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pj-item .img {
  height: 100%;
  margin: -0.1rem -0.1rem 0 -0.1rem;
}
.pj-item .img-inner {
  display: block;
  padding-top: calc((480 / 384) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (hover: hover) {
  .pj-item .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);
  }
}
.pj-item .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pj-item .info {
  padding: 1.6rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
@media screen and (max-width: 500px) {
  .pj-item .info {
    padding: 1rem 0.5rem;
  }
}
.pj-item .info-tt {
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) {
  .pj-item .info-tt:hover {
    color: var(--color-pri);
  }
}
@media screen and (max-width: 500px) {
  .pj-item .info-tt {
    font-size: 1.4rem;
  }
}
.pj-item .info .seeDetail {
  margin-top: auto;
}

.pj-info {
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
}
@media screen and (max-width: 1200px) {
  .pj-info {
    margin: 1.5rem 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.pj-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid #e0e0e0;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .pj-info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pj-info-left {
  padding: 3.2rem;
  border-right: 0.1rem solid #e0e0e0;
  width: 50%;
}
.pj-info-left .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .pj-info-left {
    width: 100%;
    border-right: none;
    border-bottom: 0.1rem solid #e0e0e0;
  }
}
@media screen and (max-width: 500px) {
  .pj-info-left {
    padding: 1rem;
  }
}
.pj-info-right {
  padding: 3.2rem;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .pj-info-right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .pj-info-right {
    padding: 1rem;
  }
}

.pj-type {
  --cg: 2.4rem;
  --rg: 4.8rem;
}
@media screen and (max-width: 600px) {
  .pj-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pj-type-item {
  width: 50%;
}
.pj-type-item img {
  width: 4.8rem;
  height: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pj-type-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .pj-type-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 1.4rem;
  }
}
.pj-type-item .inner-text .name {
  font-weight: 600;
}
.pj-type-item .inner-text .val {
  color: #4d4d4d;
}

.pj-hero {
  z-index: -1;
  position: relative;
}
.pj-hero .inner {
  display: block;
  padding-top: calc((700 / 1728) * 100%);
  position: relative;
  overflow: hidden;
}
.pj-hero .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pj-tab-tt {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .pj-tab-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .pj-tab-tt {
    font-size: 2.2rem;
  }
}

.pj-tab-side {
  width: 28rem;
}
.pj-tab-side .tt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .pj-tab-side .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pj-tab-side .tt {
    font-size: 1.6rem;
  }
}
.pj-tab-side .wrapper {
  position: sticky;
  top: 8rem;
}
@media screen and (max-width: 800px) {
  .pj-tab-side {
    width: 100%;
  }
}

.pj-tab-main {
  width: calc(100% - 28rem);
}
@media screen and (max-width: 800px) {
  .pj-tab-main {
    width: 100%;
  }
}

.pj-tab-btn {
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #e0e0e0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  gap: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 801px) {
  .pj-tab-btn:not(:last-child) {
    border-bottom: none;
  }
}
.pj-tab-btn.active {
  background-color: var(--color-pri);
  color: white;
}

@media screen and (max-width: 800px) {
  .pj-tab-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pj-tab-slider {
  width: calc(100% + var(--half));
  margin-left: auto;
  overflow: hidden;
}
.pj-tab-slider:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 1230px) {
  .pj-tab-slider {
    width: 100%;
  }
}
.pj-tab-slider .pj-rs-slider {
  width: calc(100% - var(--half));
}
@media screen and (max-width: 1230px) {
  .pj-tab-slider .pj-rs-slider {
    width: 100%;
  }
}

.pj-rs {
  overflow: hidden;
}
.pj-rs-slider .swiper {
  overflow: visible;
}
.pj-rs-slider .swiper-container {
  overflow: visible;
}
.pj-rs-slider .swiper-slide {
  width: 100%;
}
.pj-rs-slider .swiper-slide-active .pj-rs-item .inner .img 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);
}
.pj-rs-slider .swiper-slide-active .pj-rs-item .inner .info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pj-rs-slider-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 2rem;
  margin-top: 2.4rem;
}
.pj-rs-slider-ctrl .swiper-pagination {
  width: 100%;
}
.pj-rs-item {
  height: 100%;
}
.pj-rs-item .inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pj-rs-item .inner .img-inner {
  display: block;
  padding-top: calc((660 / 1216) * 100%);
  position: relative;
  overflow: hidden;
}
.pj-rs-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pj-rs-item .inner .info {
  background-color: #0a0a0a;
  color: white;
  padding: 2.4rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pj-rs-item .inner .info-tt {
  font-size: 2rem;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .pj-rs-item .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pj-rs-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .pj-rs-item .inner .info-tt:hover {
    text-decoration: underline;
  }
}
.pj-rs-item .inner .info-des {
  color: #c2c2c2;
}
@media screen and (max-width: 700px) {
  .pj-rs-item .inner .info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: static;
    padding: 2rem 1rem;
    height: 100%;
  }
  .pj-rs-item .inner .info-tt {
    font-size: 1.6rem;
  }
  .pj-rs-item .inner .info-des {
    font-size: 1.4rem;
  }
}

.pj-cus {
  position: relative;
  margin: 10rem 0;
}
@media screen and (max-width: 1200px) {
  .pj-cus {
    margin: 4rem 0;
  }
}
.pj-cus .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.pj-cus .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pj-cus-wr {
  min-height: calc(100vw * (500 / 1728));
  padding: 4rem 0;
  max-width: 70rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}
.pj-cus-slider {
  width: 100%;
}
.pj-cus-slider .swiper-slide {
  width: 100%;
}
.pj-cus-item {
  height: 100%;
}
.pj-cus-item .inner {
  padding: 4.8rem;
  background-color: white;
  position: relative;
  height: 100%;
}
.pj-cus-item .inner::after {
  content: "";
  position: absolute;
  width: 13.4rem;
  height: 10rem;
  background-image: url("../assets/images/ic-quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 540px) {
  .pj-cus-item .inner::after {
    width: 5rem;
    height: 4rem;
  }
}
.pj-cus-item .inner .des {
  color: #666666;
  font-style: italic;
  margin-bottom: 2.4rem;
}
.pj-cus-item .inner-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.pj-cus-item .inner-bot .ava {
  width: 6rem;
  height: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100rem;
}
.pj-cus-item .inner-bot .ava img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pj-cus-item .inner-bot .text-tt {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .pj-cus-item .inner-bot .text-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pj-cus-item .inner-bot .text-tt {
    font-size: 1.6rem;
  }
}
.pj-cus-item .inner-bot .text-role {
  color: #666666;
}
@media screen and (max-width: 530px) {
  .pj-cus-item .inner {
    padding: 2rem;
  }
}
.pj-cus .pj-rs-slider-ctrl .swiper-pagination-progressbar {
  background-color: #666666;
}
.pj-cus
  .pj-rs-slider-ctrl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: white !important;
}

@media screen and (max-width: 1200px) {
  .pj-relate .swiper {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.pj-relate .swiper-slide {
  width: calc(100% / 3);
}
@media screen and (max-width: 600px) {
  .pj-relate .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 360px) {
  .pj-relate .swiper-slide {
    width: 100%;
  }
}

.pj-tk-flex {
  margin-bottom: 2.4rem;
}
.pj-tk-flex .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .pj-tk-flex .col {
    width: calc(100% / 3);
  }
  .pj-tk-flex .col:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .pj-tk-flex .col {
    width: 50%;
  }
  .pj-tk-flex .col:first-child {
    width: 100%;
  }
  .pj-tk-flex .col:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .pj-tk-flex .col:nth-child(n + 1) {
    width: 100%;
  }
}

.pj-tk-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 2.4rem;
  margin-top: auto;
}
.pj-tk-ctrl .swiper-pagination {
  background-color: #4d4d4d;
}
.pj-tk-ctrl .swiper-pagination-progressbar-fill {
  background-color: white !important;
}

.pj-tk-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pj-tk-slider-main {
  height: 100%;
}
.pj-tk-slider-main .swiper {
  height: 100%;
  --cg: 0;
  --rg: 0;
}
.pj-tk-slider-main .swiper-container {
  height: 100%;
}
.pj-tk-slider-main .swiper-slide .img {
  height: 100%;
}
.pj-tk-slider-main .swiper-slide .img-inner {
  height: 100%;
}
.pj-tk-slider-thumb {
  background-color: white;
  padding: 2.4rem;
  border-bottom: 0.1rem solid #e0e0e0;
}
@media screen and (max-width: 1200px) {
  .pj-tk-slider-thumb {
    padding: 1rem;
  }
}
.pj-tk-slider-thumb .img-inner {
  padding-top: calc(128 / 212 * 100%) !important;
}
@media screen and (max-width: 1200px) {
  .pj-tk-slider-thumb .swiper {
    --cg: 1rem;
    --rg: 1rem;
  }
}
.pj-tk-slider-thumb .swiper-slide {
  width: 20%;
  cursor: pointer;
}
.pj-tk-slider-thumb .swiper-slide .img {
  border: 0.2rem solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.pj-tk-slider-thumb .swiper-slide-thumb-active .img {
  border-color: #046904;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media screen and (max-width: 1050px) {
  .pj-tk-slider-thumb .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .pj-tk-slider-thumb .swiper-slide {
    width: calc(100% / 3);
  }
}

.pj-tk-ctn {
  width: 35%;
  background-color: black;
  padding: 6.4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .pj-tk-ctn {
    padding: 2rem 1.5rem;
  }
}
.pj-tk-ctn .tt {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .pj-tk-ctn .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .pj-tk-ctn .tt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 900px) {
  .pj-tk-ctn .tt {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1200px) {
  .pj-tk-ctn .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 900px) and (max-width: 800px) {
  .pj-tk-ctn .tt {
    font-size: 1.6rem;
  }
}
.pj-tk-ctn .img-inner {
  display: block;
  padding-top: calc((280 / 440) * 100%);
  position: relative;
  overflow: hidden;
}
.pj-tk-ctn .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pj-tk-ctn .text {
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .pj-tk-ctn .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pj-tk-ctn .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .pj-tk-ctn .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .pj-tk-ctn .des {
    font-size: 1.4rem;
  }
}
.pj-tk-ctn .seeDetail {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 600px) {
  .pj-tk-ctn {
    width: 100%;
  }
}
.pj-tk-ctn .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.pj-tk-img {
  width: 65%;
}
.pj-tk-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.pj-tk-img .img-inner {
  display: block;
  padding-top: calc((800 / 1160) * 100%);
  position: relative;
  overflow: hidden;
}
.pj-tk-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .pj-tk-img {
    width: 100%;
  }
}
.pj-tk-img > .pj-tk-sw {
  height: 100%;
}
.pj-tk-img > .pj-tk-sw > .swiper {
  height: 100%;
  --cg: 0;
  --rg: 0;
}

.pj-tk:nth-child(even) .pj-tk-box .pj-tk-slider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.find-text {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 1rem;
  color: #4d4d4d;
}
.find-text-bold {
  font-size: 2rem;
  font-weight: 600;
  color: #0a0a0a;
}

@media screen and (max-width: 1200px) {
  .find-pj-flex {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.find-pj-flex .col:nth-child(1) {
  width: calc(4 / 12 * 100%);
}
@media screen and (max-width: 650px) {
  .find-pj-flex .col:nth-child(1) {
    width: 50%;
  }
}

.find-pj-flex .col:nth-child(2) {
  width: calc(8 / 12 * 100%);
}
@media screen and (max-width: 650px) {
  .find-pj-flex .col:nth-child(2) {
    width: 50%;
  }
}
.find-pj-flex .col:nth-child(2) .pj-item .img-inner {
  padding-top: calc(480 / 792 * 100%);
}
@media screen and (max-width: 650px) {
  .find-pj-flex .col:nth-child(2) .pj-item .img-inner {
    padding-top: calc(480 / 384 * 100%);
  }
}

@media screen and (max-width: 1200px) {
  .news-slider .swiper {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.news-slider .swiper-slide {
  width: calc(100% / 3);
}
@media screen and (max-width: 700px) {
  .news-slider .swiper-slide {
    width: 50%;
  }
}

.news-item {
  height: 100%;
}
.news-item .inner {
  border: 0.1rem solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.news-item .inner .img {
  margin: -0.1rem -0.1rem 0 -0.1rem;
}
.news-item .inner .img-inner {
  display: block;
  padding-top: calc((435 / 696) * 100%);
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .news-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);
  }
}
.news-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-item .inner .info {
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  gap: 0.5rem;
}
@media screen and (max-width: 500px) {
  .news-item .inner .info {
    padding: 1rem 0.5rem;
  }
}
.news-item .inner .info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem 2rem;
  color: #666666;
}
@media screen and (max-width: 500px) {
  .news-item .inner .info-top {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 390px) {
  .news-item .inner .info-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    gap: 0;
  }
}
.news-item .inner .info-tag {
  position: relative;
}
.news-item .inner .info-tag::after {
  content: "|";
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 390px) {
  .news-item .inner .info-tag::after {
    display: none;
  }
}
.news-item .inner .info-tt {
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (hover: hover) {
  .news-item .inner .info-tt:hover {
    color: var(--color-pri);
  }
}
@media screen and (max-width: 500px) {
  .news-item .inner .info-tt {
    font-size: 1.4rem;
  }
}
.news-item .inner .info .seeDetail {
  margin-top: auto;
}

.news-dt-side {
  width: 28rem;
}
.news-dt-side .tt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .news-dt-side .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-dt-side .tt {
    font-size: 1.6rem;
  }
}
.news-dt-side .wrapper {
  border: 0.1rem solid #e0e0e0;
  padding: 2.4rem;
}
@media screen and (min-width: 801px) {
  .news-dt-side .wrapper {
    top: 8rem;
    position: sticky;
  }
}
@media screen and (max-width: 900px) {
  .news-dt-side {
    width: 100%;
  }
}

.news-dt-cl-item:not(:last-child) {
  border-bottom: 0.1rem solid #e0e0e0;
}

.news-dt-cl-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  font-weight: 600;
}
.news-dt-cl-head i {
  font-size: 1.2rem;
  margin-left: auto;
}

.news-dt-cl-body {
  padding-left: 1rem;
  padding-bottom: 1rem;
}
.news-dt-cl-body .des {
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-dt-cl-body .des:not(:first-child) {
  margin-top: 0.5rem;
}
@media (hover: hover) {
  .news-dt-cl-body .des:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 600px) {
  .news-dt-cl-body {
    display: none;
  }
}

.news-dt-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 900px) {
  .news-dt-main {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
}
.news-dt-main .wrapper .title-small {
  margin-bottom: 1rem;
}

.news-dt-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
.news-dt-line-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  color: #4d4d4d;
  position: relative;
}
.news-dt-line-it img {
  width: 2rem;
  height: 2rem;
}
.news-dt-line-it:not(:first-child)::after {
  content: "";
  position: absolute;
  left: -1rem;
  width: 0.1rem;
  height: 3rem;
  background-color: #e0e0e0;
}
@media screen and (max-width: 560px) {
  .news-dt-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .news-dt-line-it::after {
    display: none;
  }
}

.news-dt-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #e0e0e0;
}
.news-dt-share .txt {
  color: #4d4d4d;
  display: block;
  margin-bottom: 1rem;
}
.news-dt-share .tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.news-dt-share .tags-item {
  padding: 0.4rem 1.6rem;
  background-color: #f0f0f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover) {
  .news-dt-share .tags-item:hover {
    color: var(--color-pri);
    background-color: #dae6e0;
  }
}

.news-cmt {
  margin-top: 4rem;
}
.news-cmt .form-ip {
  position: relative;
}
.news-cmt .form-ip button {
  width: 4.2rem;
  height: 4.2rem;
  position: absolute;
  right: 1.2rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-cmt .form-ip button i {
  font-size: 2.4rem;
}
@media (hover: hover) {
  .news-cmt .form-ip button:hover {
    color: var(--color-pri);
  }
}

.news-nb .homes-today-wr {
  border-top: 0.1rem solid #e0e0e0;
}

@media screen and (max-width: 1200px) {
  .news-all-list {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.news-all-list .col {
  width: 50%;
}
.news-all-list .col:first-child {
  width: 100%;
}

.news-all-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-all-side {
  width: 35rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 1201px) {
  .news-all-side .wrapper {
    position: sticky;
    top: 8rem;
  }
}
@media screen and (max-width: 900px) {
  .news-all-side {
    width: 100%;
  }
}

.news-all-srch {
  margin-bottom: 2.4rem;
}

.news-all-tt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 1200px) {
  .news-all-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-all-tt {
    font-size: 1.6rem;
  }
}

.news-all-form {
  position: relative;
}
.news-all-form input {
  width: 100%;
  height: 4.8rem;
  font-size: 1.6rem;
  border: 0.1rem solid #e0e0e0;
  padding: 0 1rem;
  padding-right: 4.8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-all-form input:focus {
  border-color: var(--color-pri);
}
.news-all-form button {
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
.news-all-form button img {
  width: 2rem;
  height: 2rem;
}

.news-all-block:not(:first-child) {
  margin-top: 3.2rem;
}

.news-all-near-list {
  --cg: 1.6rem;
  --rg: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .news-all-near-list {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.news-all-near .news-item .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-all-near .news-item .inner .img {
  width: 14rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news-all-near .news-item .inner .img-inner {
  padding-top: calc(100 / 140 * 100%);
  height: 100%;
}
.news-all-near .news-item .inner .info {
  padding: 1rem;
}
.news-all-near .news-item .inner .info-top {
  font-size: 1.4rem;
}
.news-all-near .news-item .inner .info .seeDetail {
  display: none;
}

@media (hover: hover) {
  .news-all-near .news-item:hover .inner {
    background-color: var(--color-pri);
  }
  .news-all-near .news-item:hover .inner .info-top {
    color: white;
  }
  .news-all-near .news-item:hover .inner .info-tt {
    color: white;
  }
}

.news-all-dm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-all-dm-item:not(:first-child) {
  margin-top: 1rem;
}
@media (hover: hover) {
  .news-all-dm-item:hover {
    color: var(--color-pri);
  }
}

.news-all-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.news-all-tag-item {
  padding: 0.4rem 0.8rem;
  background-color: #f0f0f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
@media (hover: hover) {
  .news-all-tag-item:hover {
    color: var(--color-pri);
    background-color: #dae6e0;
  }
}
.news-all-tag-item.active {
  color: var(--color-pri);
  background-color: #dae6e0;
}

@media screen and (max-width: 1200px) {
  .news-lib-flex {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.news-lib-flex .col:nth-child(5n + 1) {
  width: calc(8 / 12 * 100%);
}

.news-lib-flex .col:nth-child(5n + 2) {
  width: calc(4 / 12 * 100%);
}
.news-lib-flex .col:nth-child(5n + 2) .news-lib-item .inner .img-inner {
  padding-top: calc(440 / 390 * 100%);
}

.news-lib-flex .col:nth-child(5n + 3) {
  width: calc(4 / 12 * 100%);
}
.news-lib-flex .col:nth-child(5n + 3) .news-lib-item .inner .img-inner {
  padding-top: calc(440 / 390 * 100%);
}

.news-lib-flex .col:nth-child(5n + 4) {
  width: calc(8 / 12 * 100%);
}

.news-lib-flex .col:nth-child(5n + 5) {
  width: 100%;
}
.news-lib-flex .col:nth-child(5n + 5) .news-lib-item .inner .img-inner {
  padding-top: calc(440 / 1216 * 100%);
}

@media screen and (max-width: 550px) {
  .news-lib-flex .col:nth-child(1) {
    width: 100%;
  }
  .news-lib-flex .col:nth-child(2) {
    width: 50%;
  }
  .news-lib-flex .col:nth-child(3) {
    width: 50%;
  }
  .news-lib-flex .col:nth-child(4) {
    width: 100%;
  }
}

.news-lib-item {
  height: 100%;
}
.news-lib-item .inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-lib-item .inner .img-inner {
  display: block;
  padding-top: calc((440 / 800) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.news-lib-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-lib-item .inner .info {
  width: 100%;
  padding: 2.4rem;
  background-color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .news-lib-item .inner .info {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: unset;
  }
}
.news-lib-item .inner .info-tt {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .news-lib-item .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .news-lib-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
.news-lib-item .inner .info-des {
  color: #c2c2c2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .news-lib-item .inner .info {
    padding: 1rem;
  }
  .news-lib-item .inner .info-tt {
    font-size: 1.2rem;
  }
  .news-lib-item .inner .info-des {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .news-lib-item:hover .inner .info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.error-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-ctn {
  width: 50%;
}
.error-ctn .text {
  font-size: 6.4rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .error-ctn .text {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .error-ctn .text {
    font-size: 2.9rem;
  }
}
.error-ctn .tt {
  font-size: 3.2rem;
  font-weight: 600;
  max-width: 36rem;
}
@media only screen and (max-width: 1200px) {
  .error-ctn .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .error-ctn .tt {
    font-size: 2.2rem;
  }
}
.error-ctn .des {
  color: #4d4d4d;
  max-width: 48.8rem;
}
.error-ctn .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 550px) {
  .error-ctn .btn {
    margin: auto;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 550px) {
  .error-ctn {
    width: 100%;
  }
}

.error-img {
  width: 50%;
}
.error-img .img {
  display: block;
  padding-top: calc((482 / 553) * 100%);
  position: relative;
  overflow: hidden;
}
.error-img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 550px) {
  .error-img {
    width: 100%;
  }
  .error-img .img {
    max-width: 40rem;
    margin: auto;
  }
}

.lh-tt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .lh-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .lh-tt {
    font-size: 1.6rem;
  }
}

.lh-info {
  max-width: 38.2rem;
}

.lh-add-link {
  display: block;
  color: #4d4d4d;
}
.lh-add-link:not(:first-child) {
  margin-top: 1rem;
}
.lh-add-link .name {
  font-weight: 600;
}
@media (hover: hover) {
  .lh-add-link:hover .val {
    color: #046904;
  }
}

.lh-social {
  margin-top: 2.4rem;
}

@media screen and (max-width: 930px) {
  .lh-ctn {
    width: 100%;
  }
}

.lh-form-f .btn {
  margin-top: 1.6rem;
}

@media screen and (max-width: 930px) {
  .lh-form {
    width: 100%;
  }
}

.lh-map-inner {
  display: block;
  padding-top: calc((600 / 1728) * 100%);
  position: relative;
  overflow: hidden;
  min-height: 60rem;
}
.lh-map-inner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lh-bg {
  position: relative;
}
.lh-bg .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.lh-bg .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lh-bg .bg::after {
  content: "";
  position: absolute;
  background: #073741;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.lh-bg-ctn {
  min-height: calc(100vw * (402 / 1728));
  position: relative;
  padding: 4rem 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lh-bg-wr {
  width: 100%;
}
.lh-bg-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .lh-bg-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.lh-bg-item {
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.lh-bg-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.lh-bg-item img {
  width: 8rem;
  height: 8rem;
}
.lh-bg-item .tt {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .lh-bg-item .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .lh-bg-item .tt {
    font-size: 1.7rem;
  }
}
.lh-bg-item .des {
  color: #e0e0e0;
  font-weight: 300;
  max-width: 22rem;
}
@media screen and (max-width: 780px) {
  .lh-bg-item {
    width: 50%;
  }
  .lh-bg-item .inner {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
  }
  .lh-bg-item .inner img {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .lh-bg-item {
    width: 100%;
  }
}

.ser .head {
  max-width: 77rem;
  margin: auto;
  margin-bottom: 4rem;
}

@media screen and (max-width: 800px) {
  .ser-block:not(:first-child) {
    margin-top: 2.4rem;
  }
}

.ser-block .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 0;
}
@media screen and (max-width: 800px) {
  .ser-block .inner {
    padding: 0;
  }
}
@media screen and (max-width: 670px) {
  .ser-block .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ser-block .img {
  width: 64%;
  position: relative;
}
.ser-block .img-inner {
  display: block;
  padding-top: calc((800 / 1056) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ser-block .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 670px) {
  .ser-block .img {
    width: 100%;
  }
}

.ser-block .info {
  width: 36%;
  position: relative;
  margin: -5rem 0;
  color: white;
  padding-bottom: 6.4rem;
  padding-left: 5rem;
  padding-right: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 1100px) {
  .ser-block .info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .ser-block .info {
    margin: 0;
    background-color: #0a0a0a;
  }
  .ser-block .info::after {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .ser-block .info {
    width: 100%;
    padding: 1.5rem;
    padding-top: 0;
  }
}
.ser-block .info::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 5rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: #0a0a0a;
  z-index: -1;
}
.ser-block .info .icon {
  height: 30rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-pri);
  padding: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 5rem;
}
.ser-block .info .icon img {
  width: 6.4rem;
  height: 6.4rem;
}
@media screen and (max-width: 1100px) {
  .ser-block .info .icon {
    height: 13rem;
  }
}
@media screen and (max-width: 800px) {
  .ser-block .info .icon {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 670px) {
  .ser-block .info .icon {
    padding: 1rem;
    height: unset;
    margin-bottom: 1rem;
  }
  .ser-block .info .icon img {
    width: 3rem;
    height: 3rem;
  }
}
.ser-block .info .title-des {
  color: white;
  font-weight: 300;
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
  opacity: 0;
}
.ser-block .info .btn {
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .ser-block .info .title-big {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1200px) {
  .ser-block .info .title-big {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 800px) {
  .ser-block .info .title-big {
    font-size: 1.7rem;
  }
}

.ser-block:nth-child(even) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ser-block:nth-child(even) .inner .info::after {
  right: unset;
  left: 0;
}

.ser-block.is-inview .info .title-des {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.ser-block.is-inview .info .btn {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(0rem);
  transform: translateX(0rem);
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.ser-block-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: relative;
  margin-top: -10rem;
}
@media screen and (max-width: 800px) {
  .ser-block-flex {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 650px) {
  .ser-block-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ser-block-item {
  width: calc(100% / 3);
  border: 0.1rem solid #e0e0e0;
  padding: 1rem 2.4rem;
  font-weight: 600;
  font-size: 2rem;
  background-color: black;
  color: white;
  height: 5rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .ser-block-item {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-block-item {
    font-size: 1.6rem;
  }
}
.ser-block-item:hover .ser-block-ctn {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
@media screen and (max-width: 650px) {
  .ser-block-item {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-clip-path: unset;
    clip-path: unset;
  }
  .ser-block-item.active {
    pointer-events: none;
  }
  .ser-block-item .text {
    height: 5rem;
    padding: 1.4rem;
  }
  .ser-block-item .tt {
    font-size: 1.6rem;
  }
  .ser-block-item .des {
    font-size: 1.4rem;
  }
}

.ser-block-ctn {
  position: absolute;
  width: calc(100% + 0.1rem);
  bottom: 0;
  left: -0.1rem;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
}
@media screen and (max-width: 650px) {
  .ser-block-ctn {
    -webkit-transition: 0s;
    transition: 0s;
    z-index: 2;
    position: relative;
    -webkit-clip-path: none;
    clip-path: none;
    display: none;
  }
}
.ser-block-ctn-inner {
  background-color: var(--color-pri);
  padding: 2.4rem;
  border: 0.1rem solid #91b5a3;
  display: block;
}
@media screen and (max-width: 1000px) {
  .ser-block-ctn-inner {
    padding: 1rem;
  }
}
.ser-block-ctn-inner .tt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .ser-block-ctn-inner .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-block-ctn-inner .tt {
    font-size: 1.6rem;
  }
}
.ser-block-ctn-inner .des {
  font-size: 1.6rem;
  font-weight: 300;
}
.ser-block-ctn-inner .seeDetail {
  color: white;
  margin-top: 1rem;
  font-size: 1.6rem;
}

.ser-fea-flex {
  --cg: 0;
  --rg: 0;
}

.ser-fea-item:not(:last-child) .inner {
  border-right: none;
}

@media screen and (max-width: 500px) {
  .ser-fea-item {
    width: 50%;
  }
  .ser-fea-item:nth-child(2) .inner {
    border-right: 0.1rem solid #e0e0e0;
  }
  .ser-fea-item:last-child {
    width: 100%;
  }
  .ser-fea-item:last-child .inner {
    border-top: none;
  }
}

.ser-fea-item .inner {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 3.2rem;
  border: 0.1rem solid #e0e0e0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 800px) {
  .ser-fea-item .inner {
    padding: 1rem;
  }
}
.ser-fea-item .inner img {
  width: 8rem;
  height: 8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .ser-fea-item .inner img {
    width: 4rem;
    height: 4rem;
  }
}
.ser-fea-item .inner .tt {
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .ser-fea-item .inner .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-fea-item .inner .tt {
    font-size: 1.7rem;
  }
}
.ser-fea-item .inner .des {
  color: #4d4d4d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (hover: hover) {
  .ser-fea-item:hover .inner {
    background-color: var(--color-pri);
    border-color: var(--color-pri);
  }
  .ser-fea-item:hover .inner img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .ser-fea-item:hover .inner .tt {
    color: white;
  }
  .ser-fea-item:hover .inner .des {
    color: white;
  }
}

.ser-cus {
  position: relative;
}
.ser-cus .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ser-cus .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ser-cus-flex {
  min-height: calc(100vw * (500 / 1728));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ser-cus-flex .btnPlay {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  margin: auto;
}
@media screen and (max-width: 1230px) {
  .ser-cus-flex {
    padding: 3rem 1.5rem;
  }
}
@media screen and (max-width: 730px) {
  .ser-cus-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.ser-cus-box {
  background-color: white;
  position: relative;
  z-index: 2;
}
.ser-cus-slider {
  width: 50%;
  max-width: 80rem;
  min-width: 44.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ser-cus-slider .swiper-slide {
  width: 100%;
}
.ser-cus-slider-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.ser-cus-slider-ctrl .swiper-pagination {
  background-color: white;
  width: 100%;
}
.ser-cus-slider-ctrl .swiper-control-btn {
  background-color: white;
}
@media screen and (max-width: 730px) {
  .ser-cus-slider {
    min-width: 100%;
  }
}

.ser-ab-box {
  padding: 3.2rem;
  border: 0.1rem solid #e0e0e0;
  max-width: 55.2rem;
  margin-bottom: -24rem;
  background-color: white;
  position: relative;
  z-index: 2;
  margin-left: 10rem;
}
.ser-ab-box .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 800px) {
  .ser-ab-box {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .ser-ab-box {
    padding: 2rem 1rem;
  }
}

.ser-ab-img {
  position: relative;
}
.ser-ab-img::after {
  content: "";
  position: absolute;
  width: 32%;
  height: 14%;
  background-color: white;
  bottom: 0;
  right: 0;
}
.ser-ab-img .img {
  display: block;
  padding-top: calc((800 / 1216) * 100%);
  position: relative;
  overflow: hidden;
}
.ser-ab-img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ser-ab-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .ser-ab-flex {
    margin-top: 4rem;
  }
}

.ser-ab-item {
  width: calc(100% / 3);
}
.ser-ab-item:not(:last-child) .inner {
  border-right: none;
}
@media screen and (max-width: 550px) {
  .ser-ab-item {
    width: 50%;
  }
  .ser-ab-item:nth-child(2) .inner {
    border-right: 0.1rem solid #e0e0e0;
  }
  .ser-ab-item:last-child {
    width: 100%;
  }
  .ser-ab-item:last-child .inner {
    border-top: none;
  }
}
@media screen and (max-width: 390px) {
  .ser-ab-item {
    width: 100%;
  }
  .ser-ab-item .inner {
    border: 0.1rem solid #e0e0e0 !important;
  }
  .ser-ab-item:not(:first-child) .inner {
    border-top: none !important;
  }
}
.ser-ab-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  padding: 4.8rem;
  border: 0.1rem solid #e0e0e0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
.ser-ab-item .inner img {
  width: 8rem;
  height: 8rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 1rem;
}
.ser-ab-item .inner .tt {
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .ser-ab-item .inner .tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-ab-item .inner .tt {
    font-size: 1.7rem;
  }
}
.ser-ab-item .inner .des {
  color: #4d4d4d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .ser-ab-item .inner {
    padding: 2rem 1rem;
  }
  .ser-ab-item .inner img {
    width: 5rem;
    height: 5rem;
  }
}
@media (hover: hover) {
  .ser-ab-item:hover .inner {
    background-color: var(--color-pri);
    border-color: var(--color-pri);
  }
  .ser-ab-item:hover .inner img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .ser-ab-item:hover .inner .tt {
    color: white;
  }
  .ser-ab-item:hover .inner .des {
    color: white;
  }
}

.ser-pj .pj-tk-slider-thumb {
  display: none;
}

.ser-fast-img .wrapper {
  height: 100%;
}

.ser-fast-img .img {
  height: 100%;
}
.ser-fast-img .img-inner {
  display: block;
  padding-top: calc((680 / 489) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ser-fast-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 700px) {
  .ser-fast-img {
    width: 100%;
  }
}

.ser-fast-ctn .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-self: center;
}

@media screen and (max-width: 700px) {
  .ser-fast-ctn {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.ser-fast-box {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}

.ser-fast-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem;
  gap: 1.6rem;
  border: 0.1rem solid #e0e0e0;
}
.ser-fast-item img {
  width: 4.8rem;
  height: 4.8rem;
}
.ser-fast-item .txt {
  color: #4d4d4d;
}

.ser-aim .head {
  max-width: 77rem;
  margin: auto;
  margin-bottom: 4rem;
}

.ser-aim-img .img {
  display: block;
  padding-top: calc((600 / 1728) * 100%);
  position: relative;
  overflow: hidden;
}
.ser-aim-img .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ser-aim-flex {
  margin-top: -14rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .ser-aim-flex {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}
@media screen and (max-width: 1000px) {
  .ser-aim-flex {
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  .ser-aim-item {
    width: 50%;
  }
  .ser-aim-item:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .ser-aim-item {
    width: 100%;
  }
}

.ser-aim-item .inner {
  border: 0.1rem solid #e0e0e0;
  padding: 2.4rem;
  background-color: white;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .ser-aim-item .inner {
    padding: 1rem;
  }
}
.ser-aim-item .inner .tt {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .ser-aim-item .inner .tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-aim-item .inner .tt {
    font-size: 1.6rem;
  }
}
.ser-aim-item .inner ul {
  color: #4d4d4d;
}

.ser-price-tt {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .ser-price-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-price-tt {
    font-size: 2.2rem;
  }
}

.ser-price-box {
  padding: 0 4.8rem;
}
@media screen and (max-width: 1600px) {
  .ser-price-box {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 1300px) {
  .ser-price-slider .swiper {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}

.ser-price-slider .swiper-slide {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .ser-price-slider .swiper-slide {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 800px) {
  .ser-price-slider .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .ser-price-slider .swiper-slide {
    width: calc(100% / 1.5);
  }
}
@media screen and (max-width: 460px) {
  .ser-price-slider .swiper-slide {
    width: 100%;
  }
}

.ser-price-item {
  height: 100%;
}
.ser-price-item .inner {
  border: 0.1rem solid #e0e0e0;
  padding: 2.4rem;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 1600px) {
  .ser-price-item .inner {
    padding: 2rem 1.5rem;
  }
}
.ser-price-item .inner .name {
  font-size: 2.4rem;
  font-weight: 700;
  color: white;
  padding: 2.4rem;
  background-color: var(--color-pri);
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .ser-price-item .inner .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-price-item .inner .name {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1600px) {
  .ser-price-item .inner .name {
    font-size: 2rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 1600px) and (max-width: 1200px) {
  .ser-price-item .inner .name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1600px) and (max-width: 800px) {
  .ser-price-item .inner .name {
    font-size: 1.6rem;
  }
}
.ser-price-item .inner .fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .ser-price-item .inner .fee {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-price-item .inner .fee {
    font-size: 2.2rem;
  }
}
.ser-price-item .inner .fee-val {
  font-size: 1.6rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 1300px) {
  .ser-price-item .inner .fee {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1200px) {
  .ser-price-item .inner .fee {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 800px) {
  .ser-price-item .inner .fee {
    font-size: 2.1rem;
  }
}
.ser-price-item .inner .btn {
  margin-top: auto;
}
.ser-price-item .inner-box {
  font-size: 1.6rem;
  margin-top: auto;
}
@media screen and (max-width: 700px) {
  .ser-price-item .inner-box {
    font-size: 1.4rem;
  }
}
.ser-price-item .inner-box ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #0a0a0a;
}
.ser-price-item .inner-box ul li:not(:first-child) {
  margin-top: 1rem;
}
.ser-price-item .inner-box ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  display: block;
  color: #31c65b;
}
.ser-price-item .inner-box ul li.disabled {
  color: #808080;
}
.ser-price-item .inner-box ul li.disabled::before {
  color: #808080;
}

.ser-price-note {
  text-align: center;
  margin-top: 2.4rem;
}
.ser-price-note .text .name {
  color: red;
}

.ser-price-table .btn {
  margin-top: 2.4rem;
}

.ser-price-table:not(:first-child) {
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .ser-price-table:not(:first-child) {
    margin-top: 4rem;
  }
}

.ser-price-table table {
  width: 100%;
}
.ser-price-table table thead tr th {
  text-align: left;
  padding: 2.2rem 1.2rem;
  border-bottom: 0.1rem solid #e0e0e0;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #fcfcfc;
}
@media only screen and (max-width: 1200px) {
  .ser-price-table table thead tr th {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-price-table table thead tr th {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  .ser-price-table table thead {
    display: none;
  }
}
.ser-price-table table tbody tr td {
  text-align: left;
  padding: 2.2rem 1.2rem;
  border-bottom: 0.1rem solid #e0e0e0;
  font-size: 2rem;
  background-color: #fcfcfc;
}
@media only screen and (max-width: 1200px) {
  .ser-price-table table tbody tr td {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .ser-price-table table tbody tr td {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 501px) {
  .ser-price-table table tbody tr:last-child td {
    border: none;
  }
}
@media screen and (max-width: 500px) {
  .ser-price-table table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 0 !important;
  }
  .ser-price-table table tbody td::before {
    content: attr(data-label) ":";
    font-weight: 700;
  }
  .ser-price-table table tbody td:last-child {
    border-color: var(--color-pri);
  }
}

.ser-lh {
  position: relative;
}
.ser-lh .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ser-lh .bg::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
}
.ser-lh .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ser-lh-wr {
  min-height: calc(100vw * (400 / 1728));
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
  color: white;
}
.ser-lh-wr .title-big {
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
}
.ser-lh-wr .title-des {
  color: white;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
}
.ser-lh-wr .btn {
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
}
.ser-lh-wr.is-inview .title-big {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ser-lh-wr.is-inview .title-des {
  color: white;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ser-lh-wr.is-inview .btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.ab-livi {
  padding: 16rem 0;
}
@media screen and (max-width: 1200px) {
  .ab-livi {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 600px) {
  .ab-livi {
    padding: 4rem 0;
  }
}
.ab-livi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 600px) {
  .ab-livi-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.ab-livi-img {
  width: 50%;
  margin: -6rem 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .ab-livi-img {
    margin: -4rem 0;
  }
}
.ab-livi-img .img {
  height: 100%;
}
.ab-livi-img .img-inner {
  display: block;
  padding-top: calc((800 / 592) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ab-livi-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .ab-livi-img {
    width: 100%;
    margin: 0;
  }
}
.ab-livi-ctn {
  width: 60%;
  padding: 4.8rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  border: 0.1rem solid #e0e0e0;
  z-index: 2;
  right: 0;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: -10%;
}
@media screen and (max-width: 1200px) {
  .ab-livi-ctn {
    padding: 2rem;
  }
  .ab-livi-ctn .title-des {
    font-size: 1.4rem;
  }
}
.ab-livi-ctn .title-des,
.ab-livi-ctn .btn,
.ab-livi-ctn .ab-livi-count {
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.ab-livi-ctn.is-inview .title-des,
.ab-livi-ctn.is-inview .btn,
.ab-livi-ctn.is-inview .ab-livi-count {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ab-livi-ctn.is-inview .btn {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ab-livi-ctn.is-inview .ab-livi-count {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 700px) {
  .ab-livi-ctn {
    margin-left: -20%;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .ab-livi-ctn {
    width: 100%;
    margin-left: 0;
  }
}
.ab-livi-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 400px) {
  .ab-livi-count {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ab-livi-count-item {
  border: 0.1rem solid #e0e0e0;
  width: calc(100% / 3);
  padding: 4rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1500px) {
  .ab-livi-count-item {
    padding: 2rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .ab-livi-count-item {
    width: 50%;
  }
  .ab-livi-count-item:last-child {
    width: 100%;
  }
}
.ab-livi-count-item .num {
  font-size: 6.4rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  font-style: italic;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .ab-livi-count-item .num {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-livi-count-item .num {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 1300px) {
  .ab-livi-count-item .num {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1200px) {
  .ab-livi-count-item .num {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 800px) {
  .ab-livi-count-item .num {
    font-size: 2.7rem;
  }
}
.ab-livi-count-item .num::after {
  content: "+";
  position: absolute;
  left: 100%;
  bottom: 35%;
  font-size: 4rem;
}
@media only screen and (max-width: 1200px) {
  .ab-livi-count-item .num::after {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-livi-count-item .num::after {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1300px) {
  .ab-livi-count-item .num::after {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 1200px) {
  .ab-livi-count-item .num::after {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 800px) {
  .ab-livi-count-item .num::after {
    font-size: 1.6rem;
  }
}
.ab-livi-count-item .des {
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  .ab-livi-count-item .des {
    font-size: 1.4rem;
  }
}

.ab-space-bn {
  position: relative;
}
.ab-space-bn .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ab-space-bn .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-space-ctn {
  min-height: calc(100vw * (460 / 1728));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 0;
  color: white;
  text-align: center;
  padding-bottom: 18rem;
}
.ab-space-ctn .title-des {
  color: white;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(4rem);
  transform: translateY(4rem);
  opacity: 0;
  max-width: 100rem;
}
.ab-space-ctn.is-inview .title-des {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.ab-space .sec-fea {
  margin-top: -10rem;
  position: relative;
  z-index: 2;
}

.ab-space .ser-fea-item .inner {
  background-color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (hover: hover) {
  .ab-space .ser-fea-item .inner:hover {
    background-color: var(--color-pri);
  }
}

.ab-view-block:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  .ab-view-block:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.ab-view-block .inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ab-view-block .inner-ctn {
  background-color: #000000;
  padding: 4.8rem;
  position: relative;
  z-index: 2;
}
.ab-view-block .inner-ctn .tt {
  color: white;
  font-size: 3.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .ab-view-block .inner-ctn .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-view-block .inner-ctn .tt {
    font-size: 2.2rem;
  }
}
.ab-view-block .inner-ctn .des {
  color: #c2c2c2;
}
@media screen and (max-width: 1200px) {
  .ab-view-block .inner-ctn {
    padding: 2rem;
  }
}
@media screen and (max-width: 1020px) {
  .ab-view-block .inner-ctn .des {
    font-size: 1.4rem;
  }
}

.ab-view-block .inner-img .img {
  height: 100%;
}
.ab-view-block .inner-img .img-inner {
  display: block;
  padding-top: calc((500 / 728) * 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ab-view-block .inner-img .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-view-block:nth-child(1) .inner-ctn {
  width: 50%;
}

.ab-view-block:nth-child(1) .inner-img {
  width: 60%;
  margin-left: -10%;
}

.ab-view-block:nth-child(2) .inner-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.ab-view-block:nth-child(2) .inner-ctn {
  width: 30%;
  margin-top: -38%;
  margin-left: auto;
  margin-right: 4rem;
}

.ab-view-block:nth-child(2) .inner-img {
  width: 100%;
}
.ab-view-block:nth-child(2) .inner-img .img-inner {
  padding-top: calc(500 / 1216 * 100%);
}

.ab-view-block:nth-child(3) .inner-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.ab-view-block:nth-child(3) .inner-ctn {
  width: 50%;
  margin-left: -10%;
}

.ab-view-block:nth-child(3) .inner-img {
  width: 60%;
}

@media screen and (max-width: 1000px) {
  .ab-view-block:nth-child(1) .inner-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .ab-view-block:nth-child(1) .inner-ctn {
    width: 50%;
  }
  .ab-view-block:nth-child(1) .inner-img {
    width: 50%;
    margin-left: 0;
  }
  .ab-view-block:nth-child(2) .inner-ctn {
    width: 100%;
    margin-top: 0;
  }
  .ab-view-block:nth-child(3) .inner-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .ab-view-block:nth-child(3) .inner-ctn {
    width: 50%;
    margin-left: 0;
  }
  .ab-view-block:nth-child(3) .inner-img {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .ab-view-block:nth-child(n + 1) .inner-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ab-view-block:nth-child(n + 1) .inner-img {
    width: 100%;
  }
  .ab-view-block:nth-child(n + 1) .inner-ctn {
    width: 100%;
  }
}

.ab-style .tabPanelHover {
  display: none;
}
.ab-style .tabPanelHover.open {
  display: block;
}

.ab-style-block {
  position: relative;
}
.ab-style-block:not(:first-child) {
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .ab-style-block:not(:first-child) {
    margin-top: 4rem;
  }
}

.ab-style-bn {
  position: relative;
  min-height: calc(100vw * (800 / 1728));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.ab-style-bn .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ab-style-bn .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-style-panel {
  position: relative;
}

.ab-style-ctrl {
  padding: 1.5rem;
  z-index: 2;
  margin-top: auto;
  width: 100%;
}
@media screen and (min-width: 651px) {
  .ab-style-ctrl {
    position: absolute;
    bottom: 0;
  }
}
.ab-style-ctrl .ser-block-flex {
  padding: 0;
  margin-top: 0;
}
.ab-style-ctrl-btn {
  width: 100%;
}
.ab-style-ctrl-btn .ser-block-item {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .ab-style-ctrl-btn .ser-block-item {
    font-size: 1.4rem;
  }
}

.ab-choose-box {
  position: relative;
  padding-top: calc(538 / 1216 * 100%);
  background-color: 0;
  min-height: 40rem;
}
@media screen and (max-width: 600px) {
  .ab-choose-box {
    padding-top: 0;
  }
}

.ab-choose-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .ab-choose-flex {
    position: static;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ab-choose-item {
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ab-choose-item .inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.ab-choose-item .inner .text {
  position: absolute;
  height: 100%;
  width: 100%;
  font-weight: 600;
  color: white;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: rgba(0, 0, 0, 0.3);
  padding-right: 20%;
  padding-top: 1.6rem;
  padding-left: 1.6rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .ab-choose-item .inner .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-choose-item .inner .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 700px) {
  .ab-choose-item .inner .text {
    padding: 1rem;
  }
}
.ab-choose-item .inner .img {
  height: 100%;
}
.ab-choose-item .inner .img-inner {
  height: 100%;
}
.ab-choose-item .inner .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.ab-choose-item .inner .info {
  background-color: #000000;
  padding: 2.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ab-choose-item .inner .info-tt {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .ab-choose-item .inner .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-choose-item .inner .info-tt {
    font-size: 1.6rem;
  }
}
.ab-choose-item .inner .info-des {
  color: #c2c2c2;
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .ab-choose-item .inner .info-des {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .ab-choose-item .inner .info {
    padding: 1rem;
  }
}
.ab-choose-item.active {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.ab-choose-item.active .inner .text {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: transparent;
}
.ab-choose-item.active .inner .info {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ab-choose-item.active .inner .info-tt {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ab-choose-item.active .inner .info-des {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 600px) {
  .ab-choose-item {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .ab-choose-item:not(:first-child) {
    margin-top: 1.5rem;
  }
  .ab-choose-item .inner .text {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: transparent;
  }
  .ab-choose-item .inner .info {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: static;
  }
  .ab-choose-item .inner .info-tt {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .ab-choose-item .inner .info-des {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}

.ab-port {
  position: relative;
}
.ab-port .head .title-big {
  color: white;
}
.ab-port .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ab-port .bg-inner {
  display: block;
  padding-top: calc((800 / 1728) * 100%);
  position: relative;
  overflow: hidden;
}
.ab-port .bg-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ab-port-plugin {
  position: relative;
}
.ab-port-plugin .img-inner {
  display: block;
  padding-top: calc((863 / 1216) * 100%);
  position: relative;
  overflow: hidden;
}
.ab-port-plugin .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ab-tt {
  font-size: 5.6rem;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .ab-tt {
    font-size: 5.1rem;
  }
}
@media only screen and (max-width: 800px) {
  .ab-tt {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1354px) {
  .ab-tt {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1354px) and (max-width: 1200px) {
  .ab-tt {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1354px) and (max-width: 800px) {
  .ab-tt {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 880px) {
  .ab-tt {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 880px) and (max-width: 1200px) {
  .ab-tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 880px) and (max-width: 800px) {
  .ab-tt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 700px) {
  .ab-tt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 700px) and (max-width: 1200px) {
  .ab-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 700px) and (max-width: 800px) {
  .ab-tt {
    font-size: 1.6rem;
  }
}

.homes-bn {
  position: relative;
}
.homes-bn-img {
  display: block;
  padding-top: calc((972 / 1728) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-bn-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homes-what .ab-story {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(3.58%, #e8f0ff),
    color-stop(84.39%, #e8f0ff)
  );
  background: linear-gradient(to bottom, #e8f0ff 3.58%, #e8f0ff 84.39%);
}
.homes-what .ab-story .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homes-what .ab-story .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-what .ab-story-wr {
  background-image: url("../assets/images/bg-pink-2.png");
}
.homes-what .ab-story-wr .btn {
  margin: 2rem auto;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.homes-what .ab-story-wr .dec-it:nth-child(3) {
  width: 15vw;
  top: -14%;
  right: -36%;
}
@media screen and (max-width: 1400px) {
  .homes-what .ab-story-wr .dec-it:nth-child(3) {
    right: -20%;
  }
}
.homes-what .ab-story-wr .dec-it:nth-child(4) {
  top: 10%;
}
@media screen and (max-width: 1300px) {
  .homes-what .ab-story-wr .dec-it:nth-child(4) {
    top: 20%;
  }
}
@media screen and (max-width: 1050px) {
  .homes-what .ab-story-wr .dec-it:nth-child(4) {
    top: 70%;
  }
}
@media screen and (max-width: 850px) {
  .homes-what .ab-story-wr .dec-it:nth-child(3) {
    top: 0;
    right: -14%;
  }
}
@media screen and (max-width: 750px) {
  .homes-what .ab-story-wr .dec-it:nth-child(1) {
    left: 0;
  }
  .homes-what .ab-story-wr .dec-it:nth-child(2) {
    right: 0;
  }
  .homes-what .ab-story-wr .dec-it:nth-child(3) {
    right: 0;
  }
  .homes-what .ab-story-wr .dec-it:nth-child(4) {
    left: 0;
  }
}
.homes-what .ab-story-wr .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
.homes-what .ab-story-wr .info .info-tt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .homes-what .ab-story-wr .info .info-tt {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-what .ab-story-wr .info .info-tt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .homes-what .ab-story-wr .info .info-tt {
    font-size: 1.6rem;
  }
}
.homes-what .ab-story-wr .info .info-des {
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .homes-what .ab-story-wr .info .info-des {
    font-size: 1.2rem;
  }
}
.homes-what .ab-story-wr .info-it {
  padding: 2rem;
  border-radius: 2rem;
  border: 0.1rem solid white;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: absolute;
  width: 40rem;
  z-index: 3;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(37, 37, 37, 0.1);
  box-shadow: 0px 4px 8px 0px rgba(37, 37, 37, 0.1);
}
.homes-what .ab-story-wr .info-it-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
}
.homes-what .ab-story-wr .info-it-in img {
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 1200px) {
  .homes-what .ab-story-wr .info-it-in img {
    width: 3rem;
    height: 3rem;
  }
}
.homes-what .ab-story-wr .info-it:nth-child(1) {
  --color: #dfaaaa;
  right: -5%;
  top: 50%;
}
.homes-what .ab-story-wr .info-it:nth-child(1) .info-tt {
  color: var(--color);
}
@media screen and (max-width: 1400px) {
  .homes-what .ab-story-wr .info-it:nth-child(1) {
    right: calc(-1 * (100vw - 123rem) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .homes-what .ab-story-wr .info-it:nth-child(1) {
    right: 1rem;
  }
}
.homes-what .ab-story-wr .info-it:nth-child(2) {
  --color: #96abcc;
  left: -5%;
  top: 65%;
}
.homes-what .ab-story-wr .info-it:nth-child(2) .info-tt {
  color: var(--color);
}
@media screen and (max-width: 1400px) {
  .homes-what .ab-story-wr .info-it:nth-child(2) {
    left: calc(-1 * (100vw - 123rem) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .homes-what .ab-story-wr .info-it:nth-child(2) {
    left: 1rem;
  }
}
.homes-what .ab-story-wr .info-it:nth-child(3) {
  --color: #b589bc;
  right: 25%;
  top: 78%;
}
.homes-what .ab-story-wr .info-it:nth-child(3) .info-tt {
  color: var(--color);
}
@media screen and (max-width: 1200px) {
  .homes-what .ab-story-wr .info-it {
    width: 30rem;
    padding: 1.3rem 1rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 850px) {
  .homes-what .ab-story-wr .info-it {
    position: static;
  }
}
@media screen and (max-width: 850px) {
  .homes-what .ab-story-wr .info {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .homes-what .ab-story-wr .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .homes-what .ab-story-wr .info .info-it {
    width: calc(50% - 0.6rem);
  }
  .homes-what .ab-story-wr .info .info-it:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .homes-what .ab-story-wr .info .info-it {
    width: 100%;
  }
}
.homes-what .ab-story-wr.is-inview .btn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.homes-what .ab-story-sene::after {
  background-image: url("../assets/images/noc2.png");
  background-position: bottom;
  background-size: contain;
}

.homes-connect {
  position: relative;
  background: #f5f8ff;
}
.homes-connect::before {
  content: "";
  position: absolute;
  width: calc(100vw);
  height: calc(100vw);
  background-image: url("../assets/images/trongdong.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
  top: 60%;
  -webkit-animation: rotate360 80s linear infinite;
  animation: rotate360 80s linear infinite;
}
.homes-connect::after {
  content: "";
  position: absolute;
  background-image: url("../assets/images/homes-cn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  background-position: top;
  width: 100vw;
  height: calc(100vw * (1315 / 1728));
  top: 0;
  left: 0;
}
.homes-connect-flex {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: calc(100vw - 8.4rem);
  margin-right: auto;
}
@media screen and (max-width: 1230px) {
  .homes-connect-flex {
    max-width: calc(100% - 3rem);
    margin: auto;
  }
}
@media screen and (max-width: 530px) {
  .homes-connect-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
    gap: 2rem;
  }
}

.homes-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 8rem;
}
@media screen and (max-width: 530px) {
  .homes-content {
    padding: 0 1.5rem;
  }
}
.homes-content .inner {
  padding-left: calc((100vw - 120rem) / 2);
  height: 100%;
}
@media screen and (max-width: 1230px) {
  .homes-content .inner {
    padding-left: 0;
  }
}
.homes-content .inner .phone {
  width: 80%;
  margin-top: 7rem;
  position: relative;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
@media screen and (max-width: 1420px) {
  .homes-content .inner .phone {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 1340px) {
  .homes-content .inner .phone {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (max-width: 530px) {
  .homes-content .inner .phone {
    max-width: 30rem;
    margin: auto;
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
}
.homes-content .inner .phone-inner {
  display: block;
  padding-top: calc((539 / 564) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-content .inner .phone-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homes-content .inner .phone .cloud-it {
  width: 40vw;
  position: absolute;
  bottom: 0;
  -webkit-animation: DownUp 4s linear infinite;
  animation: DownUp 4s linear infinite;
}
.homes-content .inner .phone .cloud-it-in {
  display: block;
  padding-top: calc((230 / 785) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-content .inner .phone .cloud-it-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homes-content .inner .phone .cloud-it:nth-child(1) {
  left: -60%;
  bottom: -2%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.homes-content .inner .phone .cloud-it:nth-child(2) {
  z-index: -1;
  bottom: -10%;
}
@media screen and (max-width: 1340px) {
  .homes-content .inner .phone .cloud-it:nth-child(1) {
    left: -30%;
    bottom: -2%;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  .homes-content .inner .phone .cloud-it:nth-child(2) {
    z-index: -1;
    right: -20%;
    bottom: -10%;
  }
}
@media screen and (max-width: 530px) {
  .homes-content .inner .phone .cloud-it {
    width: 100%;
  }
  .homes-content .inner .phone .cloud-it:nth-child(1) {
    bottom: -7%;
  }
  .homes-content .inner .phone .cloud-it:nth-child(2) {
    bottom: -10%;
  }
}
@media screen and (max-width: 600px) {
  .homes-content .inner .ab-tt br {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .homes-content .inner .des {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .homes-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 530px) {
  .homes-content {
    width: 100%;
    overflow: hidden;
  }
}

.homes-map {
  width: 69.5rem;
}
@media screen and (max-width: 1610px) {
  .homes-map {
    width: 60rem;
  }
}
@media screen and (max-width: 1420px) {
  .homes-map {
    width: 50rem;
  }
}
@media screen and (max-width: 920px) {
  .homes-map {
    width: 40rem;
  }
}
@media screen and (max-width: 730px) {
  .homes-map {
    width: 30rem;
  }
}
.homes-map .map {
  position: relative;
}
.homes-map .map-pin-it {
  width: 1vw;
  position: absolute;
  z-index: 4;
  cursor: pointer;
  pointer-events: none;
}
.homes-map .map-pin-it:nth-child(1) {
  left: 48%;
  top: 14%;
}
.homes-map .map-pin-it:nth-child(2) {
  left: 34%;
  top: 15%;
}
.homes-map .map-pin-it:nth-child(3) {
  left: 37%;
  top: 16.5%;
}
.homes-map .map-pin-it:nth-child(4) {
  left: 30%;
  top: 17.5%;
}
.homes-map .map-pin-it:nth-child(5) {
  left: 35%;
  top: 20.5%;
}
.homes-map .map-pin-it:nth-child(6) {
  left: 55%;
  top: 78.5%;
}
.homes-map .map-pin-it:nth-child(7) {
  left: 43%;
  top: 77.5%;
}
.homes-map .map-pin-it:nth-child(8) {
  left: 41%;
  top: 81.5%;
}
.homes-map .map-pin-it:nth-child(9) {
  left: 40.5%;
  top: 84.5%;
}
.homes-map .map-pin-it .map-locate-it {
  bottom: calc(100% + 1rem);
  left: 50%;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-map .map-pin-it:hover .map-locate-it {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.homes-map .map-pin-it.open .map-locate-it {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 530px) {
  .homes-map .map-pin-it {
    width: 1rem;
  }
}
.homes-map .map-pin-in {
  display: block;
  padding-top: calc((20 / 16.9) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-map .map-pin-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homes-map .map-front {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.homes-map .map-front-in svg {
  width: 100%;
  height: 100%;
}
.homes-map .map-front-in svg path {
  cursor: pointer;
  border: 0.1rem solid red;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  fill: #e8f0ff;
}
.homes-map .map-front-in svg path:hover {
  fill: var(--color-second);
  stroke: #654f7f;
}
.homes-map .map-front-in svg path img {
  width: 4rem;
  height: 4rem;
}
.homes-map .map-under-in {
  display: block;
  padding-top: calc((1106 / 695) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-map .map-under-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homes-map .map-locate-it {
  position: absolute;
  width: 28.6rem;
  border-radius: 1.6rem;
  z-index: 4;
}
@media screen and (max-width: 1200px) {
  .homes-map .map-locate-it {
    width: 20rem;
  }
}
.homes-map .map-locate-it::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-top: 1rem solid white;
  top: calc(100% - 0.1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homes-map .map-locate-it .img-inner {
  display: block;
  padding-top: calc((164 / 286) * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem 1.6rem 0 0;
}
.homes-map .map-locate-it .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-map .map-locate-it .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  background: white;
  padding: 1rem 3rem;
  border-radius: 0 0 1.6rem 1.6rem;
}
.homes-map .map-locate-it .info img {
  width: 2.6rem;
  height: 2.6rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .homes-map .map-locate-it .info img {
    width: 1rem;
    height: 1rem;
  }
}
.homes-map .map-locate-it .info .name {
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .homes-map .map-locate-it .info .name {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-map .map-locate-it .info .name {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .homes-map .map-locate-it .info .name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 530px) {
  .homes-map {
    width: 100%;
  }
}

.homes-exe {
  background: #f5f8ff;
  position: relative;
  z-index: 2;
}
.homes-exe::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f5f8ff),
    to(transparent)
  );
  background: linear-gradient(to top, #f5f8ff, transparent);
  bottom: 100%;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.homes-exe .ab-tt {
  text-align: center;
}

.homes-blog {
  position: relative;
}
.homes-blog::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(#ffe4e4),
    to(white)
  );
  background: linear-gradient(to bottom, #ffffff, #ffe4e4, white);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  min-height: calc(100vw * (1727 / 1728));
}
.homes-blog::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/images/homes-blog-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  background-position: top;
  width: 100vw;
  min-height: calc(100vw * (1727 / 1728));
}
.homes-blog .ab-tt {
  text-align: center;
}
.homes-blog .btn {
  margin: auto;
  margin-top: 2.4rem;
}
.homes-blog-wr {
  position: relative;
  z-index: 2;
}
.homes-blog-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .homes-blog-ctrl {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.homes-blog-btn {
  padding: 1.6rem 3.2rem;
  background: #f8f9fc;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 100rem;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (hover: hover) {
  .homes-blog-btn:hover {
    color: white;
    background: var(--color-pri);
  }
}
.homes-blog-btn.active {
  color: white;
  background: var(--color-pri);
}
@media screen and (max-width: 700px) {
  .homes-blog-btn {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .homes-blog-list {
    --rg: 1.2rem;
    --cg: 1.2rem;
  }
}

.homes-shelf {
  position: relative;
  padding-bottom: calc(100vw * (100 / 1728));
}
.homes-shelf::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(#f3f6fd),
    to(#f3f6fd)
  );
  background: linear-gradient(to bottom, transparent, #f3f6fd, #f3f6fd);
  height: 130%;
  width: 100%;
  top: 0;
  left: 0;
  min-height: calc(100vw * (1727 / 1728));
  top: -30%;
}
.homes-shelf::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/images/homes-shelf-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  background-position: top;
  width: 100vw;
  min-height: calc(100vw * (1727 / 1728));
  top: 0%;
}
.homes-shelf .star-it {
  position: absolute;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-animation: star 4s linear infinite;
  animation: star 4s linear infinite;
}
.homes-shelf .star-it-in {
  display: block;
  padding-top: calc((102 / 80) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-shelf .star-it-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homes-shelf .star-it:nth-child(1) {
  width: 3rem;
  left: 10%;
}
.homes-shelf .star-it:nth-child(2) {
  width: 4rem;
  left: 30%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.homes-shelf .star-it:nth-child(3) {
  width: 2rem;
  left: 70%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.homes-shelf .star-it:nth-child(4) {
  width: 5rem;
  left: 80%;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.homes-shelf .star-it:nth-child(5) {
  width: 2rem;
  left: 20%;
  bottom: 20%;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media screen and (max-width: 950px) {
  .homes-shelf .star-it {
    display: none;
  }
}
.homes-shelf-wr {
  position: relative;
  z-index: 2;
}
.homes-shelf-wr .ab-tt {
  text-align: center;
}
.homes-shelf-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
  .homes-shelf-ctrl {
    gap: 1rem;
  }
}
.homes-shelf-btn {
  padding: 1.2rem 3.2rem;
  background: #f8f9fc;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 100rem;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 5rem;
  cursor: pointer;
  min-width: 11.1rem;
}
@media (hover: hover) {
  .homes-shelf-btn:hover {
    color: white;
    background: var(--color-pri);
  }
}
.homes-shelf-btn.active {
  color: white;
  background: var(--color-pri);
}
@media screen and (max-width: 700px) {
  .homes-shelf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    height: 3.3rem;
  }
}
.homes-shelf-select {
  min-width: 14.8rem;
}
.homes-shelf-select .select2-container {
  height: 5rem;
}
@media screen and (max-width: 700px) {
  .homes-shelf-select .select2-container {
    height: 3.3rem;
  }
}
.homes-shelf-select .select2-container--default .select2-selection--single {
  height: 5rem;
  border-radius: 100rem;
  background: #f8f9fc;
}
@media screen and (max-width: 700px) {
  .homes-shelf-select .select2-container--default .select2-selection--single {
    height: 3.3rem;
  }
}
.homes-shelf-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 5rem;
}
@media screen and (max-width: 700px) {
  .homes-shelf-select
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 3.3rem;
  }
}
.homes-shelf-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: black;
  font-weight: normal;
  font-size: 1.6rem;
}
.homes-shelf-select
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-radius: 100rem !important;
}
.homes-shelf-select
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 3.2rem;
}
@media screen and (max-width: 950px) {
  .homes-shelf-item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 450px) {
  .homes-shelf-item {
    width: 50%;
  }
}
.homes-shelf-item .inner .img {
  width: 50%;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-shelf-item .inner .img-inner {
  display: block;
  padding-top: calc((726 / 500) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-shelf-item .inner .img-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-shelf-item .inner .sub {
  margin-top: -0.5rem;
}
.homes-shelf-item .inner .sub-inner {
  display: block;
  padding-top: calc((171 / 374) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-shelf-item .inner .sub-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (hover: hover) {
  .homes-shelf-item .inner:hover .img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.homes-shelf-item .inner .action,
.homes-shelf-item .inner .info {
  display: none;
}
.homes-shelf .btn {
  margin: auto;
  margin-top: 2.4rem;
}

.homes-course {
  position: relative;
  padding-top: calc(100vw * (550 / 1728));
  padding-bottom: calc(100vw * (274 / 1728));
}
@media screen and (max-width: 750px) {
  .homes-course {
    padding-top: 40vw;
  }
}
@media screen and (max-width: 560px) {
  .homes-course {
    padding-top: 4rem;
  }
}
.homes-course::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #f3f7ff;
  top: 10%;
  left: 0;
  min-height: calc(100vw * (1666 / 1728));
}
@media screen and (max-width: 1615px) {
  .homes-course::before {
    top: 0;
  }
}
.homes-course::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-image: url("../assets/images/homes-course.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: top;
  top: 0;
  left: 0;
  min-height: calc(100vw * (1666 / 1728));
}
@media screen and (max-width: 560px) {
  .homes-course::after {
    background-image: none;
  }
}
.homes-course-wr {
  position: relative;
  z-index: 2;
}
.homes-course-wr .ab-tt {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .homes-course-list {
    --cg: 1.2rem;
    --rg: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .homes-course-list .col {
    width: 50%;
  }
}
.homes-course .btn {
  margin: auto;
  margin-top: 2.4rem;
}

.homes-book {
  position: relative;
  margin-top: calc(-100vw * (274 / 1728));
  padding-top: 25rem;
}
@media screen and (max-width: 1200px) {
  .homes-book {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 560px) {
  .homes-book {
    padding-top: 4rem;
  }
}
.homes-book::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-image: url("../assets/images/homes-book-bg.png");
  background-size: contain;
  background-position: top;
  min-height: calc(100vw * (1759 / 1728));
  top: 0;
  left: 0;
  pointer-events: none;
}
.homes-book::before {
  content: "";
  position: absolute;
  background: #f3f7ff;
  pointer-events: none;
  min-height: calc(100vw * (1759 / 1728));
  top: calc(100vw * (274 / 1728));
  left: 0;
  width: 100vw;
}
.homes-book-wr {
  position: relative;
  z-index: 2;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .homes-book-wr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
}
.homes-book .ab-story {
  background: unset;
  padding: 0;
}
.homes-book .ab-story-wr {
  background-image: none;
  padding: 0;
}
.homes-book .ab-story-wr .rubik {
  max-width: 100%;
  width: 100%;
}
.homes-book-left .ava {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homes-book-left .ava-it {
  width: 5rem;
  height: 5rem;
  border-radius: 100rem;
  border: 0.3rem solid white;
}
.homes-book-left .ava-it img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homes-book-left .ava-it:nth-child(2) {
  margin-left: -2rem;
}
.homes-book-left .ava-it:nth-child(3) {
  margin-left: -2rem;
}
.homes-book-left .ava-it:nth-child(4) {
  margin-left: -2rem;
}
@media screen and (max-width: 1240px) {
  .homes-book-left .ava-it {
    width: 3rem;
    height: 3rem;
    border-width: 0.2rem;
  }
  .homes-book-left .ava-it-it {
    margin-left: -1rem;
  }
}
.homes-book-left .box-text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .homes-book-left .box-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-book-left .box-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1500px) {
  .homes-book-left .box-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1240px) {
  .homes-book-left .box-text {
    font-size: 1.2rem;
  }
}
.homes-book-left .box-it {
  position: absolute;
  z-index: 2;
  --m: calc((100vw - 120rem) / 2);
}
.homes-book-left .box-it-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.8rem 1.6rem;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1.6rem;
  border: 0.1rem solid white;
  -webkit-animation: DownUp 4s linear infinite;
  animation: DownUp 4s linear infinite;
}
@media screen and (max-width: 1240px) {
  .homes-book-left .box-it-in {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.homes-book-left .box-it:nth-child(1) {
  right: 5%;
  top: -10%;
}
.homes-book-left .box-it:nth-child(1) .box-it-in {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.homes-book-left .box-it:nth-child(2) {
  left: -22%;
  top: 25%;
  z-index: 4;
}
.homes-book-left .box-it:nth-child(2) .box-it-in {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.homes-book-left .box-it:nth-child(3) {
  left: -25%;
  top: 55%;
  z-index: 4;
}
.homes-book-left .box-it:nth-child(3) .box-it-in {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.homes-book-left .box-it:nth-child(4) {
  right: -10%;
  top: 50%;
}
.homes-book-left .box-it:nth-child(4) .box-it-in {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@media screen and (max-width: 1500px) {
  .homes-book-left .box-it:nth-child(1) {
    right: -5%;
    top: -10%;
  }
  .homes-book-left .box-it:nth-child(2) {
    left: calc(-1 * var(--m) + 1.5rem);
    top: 25%;
    z-index: 4;
  }
  .homes-book-left .box-it:nth-child(3) {
    left: calc(-1 * var(--m) + 6rem);
    top: 70%;
    z-index: 4;
  }
  .homes-book-left .box-it:nth-child(4) {
    right: -10%;
    top: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .homes-book-left .box-it:nth-child(1) {
    right: 1rem;
    top: 10%;
  }
  .homes-book-left .box-it:nth-child(2) {
    left: 1rem;
    top: 50%;
  }
  .homes-book-left .box-it:nth-child(3) {
    left: 3rem;
    top: unset;
    bottom: 1rem;
  }
  .homes-book-left .box-it:nth-child(4) {
    right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .homes-book-left .box-it {
    position: static;
    width: calc(50% - 0.5rem);
  }
  .homes-book-left .box-it-in {
    -webkit-animation: none !important;
    animation: none !important;
    height: 100%;
  }
  .homes-book-left .box-it .ava {
    margin-top: auto;
  }
}
@media screen and (max-width: 480px) {
  .homes-book-left .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 870px) {
  .homes-book-left {
    width: 100%;
  }
  .homes-book-left .inner {
    max-width: 60rem;
    margin: auto;
    margin-bottom: 1rem;
  }
}
.homes-book-right {
  width: calc(5 / 12 * 100%);
  margin-left: auto;
}
.homes-book-right .inner {
  background: #b589bc;
  padding: 4rem;
  border-radius: 3rem;
}
@media screen and (max-width: 1200px) {
  .homes-book-right {
    width: 50%;
  }
  .homes-book-right .inner {
    padding: 3rem 2rem;
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 870px) {
  .homes-book-right {
    width: 100%;
  }
}
.homes-book-form .sub {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homes-book-form .tt {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .homes-book-form .tt {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .homes-book-form .tt {
    font-size: 2.2rem;
  }
}
.homes-book-form .form-list {
  --rg: 2.4rem;
}
.homes-book-form .form-ip {
  position: relative;
}
.homes-book-form .form-ip input {
  background: white;
  padding-left: 4rem;
}
.homes-book-form
  .form-ip
  .select2-container--default
  .select2-selection--single {
  background-color: white;
}
.homes-book-form
  .form-ip
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 1.6rem;
}
.homes-book-form
  .form-ip
  .select2-container--default
  .select2-selection--single {
  border-radius: 100rem;
}
.homes-book-form
  .form-ip
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 4rem;
}
.homes-book-form .form-ip .dateTimeInput {
  padding-left: 4rem;
}
.homes-book-form .form-ip .dateTimeText {
  padding-left: 4.2rem;
}
.homes-book-form .form-ip img {
  width: 2rem;
  height: 2rem;
  position: absolute;
  z-index: 3;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 870px) {
  .homes-book-form .form-ip {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .homes-book-form .form-ip {
    width: 100%;
  }
}
.homes-book-form .btn {
  width: 100%;
  margin-top: 2.4rem;
  border: 0.1rem solid black;
}
.homes-book-form .btn::after {
  background-color: white;
}
@media (hover: hover) {
  .homes-book-form .btn:hover .txt {
    color: black;
  }
}
@media screen and (max-width: 870px) {
  .homes-book-form .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 2.4rem;
  }
}

.homes-exe {
  position: relative;
}
.homes-exe #confetti {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.homes-exe-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  overflow-x: auto;
  gap: 5rem;
  padding: 0 1rem;
  padding-bottom: 4rem;
}
.homes-exe-line::-webkit-scrollbar {
  height: 0;
}
.homes-exe-line .progress {
  position: absolute;
  top: calc(50% - 2rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2rem;
  height: 0.6rem;
  width: calc(100% - 4rem);
  min-width: 71rem;
  background: white;
}
.homes-exe-line .progress::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--progress);
  background: var(--color-pri);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 580px) {
  .homes-exe-line {
    margin-bottom: 2rem;
  }
}
.homes-exe-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.homes-exe-it .name {
  position: absolute;
  top: 100%;
  white-space: nowrap;
  color: #999999;
}
.homes-exe-it .circle {
  width: 3rem;
  height: 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 100rem;
  border: 0.4rem solid white;
  background-color: #bfbfbf;
  position: relative;
}
.homes-exe-it .circle::after {
  content: attr(data-label);
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.4rem;
}
.homes-exe-it .circle::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 1.2rem;
  opacity: 0;
}
.homes-exe-it.monaIconTrue .circle {
  background-color: #96abcc;
}
.homes-exe-it.monaIconTrue .circle::after {
  opacity: 0;
}
.homes-exe-it.monaIconTrue .circle::before {
  opacity: 1;
}
.homes-exe-it.monaIconTrue .name {
  color: black;
}
.homes-exe-it.monaIconFalse .circle {
  background-color: red;
}
.homes-exe-it.monaIconFalse .circle::after {
  opacity: 0;
}
.homes-exe-it.monaIconFalse .circle::before {
  content: "\f00d";
  opacity: 1;
}
.homes-exe-it.monaIconFalse .name {
  color: black;
}
@media screen and (max-width: 580px) {
  .homes-exe-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.homes-exe-img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-exe-img .inner {
  min-height: 38.8rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .homes-exe-img .inner {
    min-height: 33rem;
  }
}
@media screen and (max-width: 580px) {
  .homes-exe-img .inner {
    min-height: 25.34rem;
  }
}
.homes-exe-img .inner .rubik {
  width: 80%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.homes-exe-img .inner .rubik-in {
  display: block;
  padding-top: calc((470 / 420) * 100%);
  position: relative;
  overflow: hidden;
}
.homes-exe-img .inner .rubik-in img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.homes-exe-img .inner .rubik.rotate {
  -webkit-animation: rotate45 0.3s linear forwards;
  animation: rotate45 0.3s linear forwards;
}
@media screen and (max-width: 580px) {
  .homes-exe-img {
    width: 100%;
  }
  .homes-exe-img .inner {
    background: white;
    padding: 1.4rem 1rem;
    border-radius: 1rem;
    border: 0.1rem solid var(--color-pri);
  }
  .homes-exe-img .rubik {
    max-width: 20rem;
    margin: auto;
  }
}
.homes-exe-img.done {
  width: 100%;
}
.homes-exe-img.done .tabs-default {
  display: none;
}
.homes-exe-img.done .tabs-img .rubik {
  -webkit-animation: phoneRing 1s linear infinite;
  animation: phoneRing 1s linear infinite;
  width: 20%;
  margin: auto;
}
.homes-exe-ctn .exe-child:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 580px) {
  .homes-exe-ctn {
    width: 100%;
  }
}

.monaMessageFromAdmin {
  position: relative;
  display: none;
}
.monaMessageFromAdmin .img-inner {
  text-align: center;
  min-height: 20rem;
  padding: 4rem;
  font-size: 3rem;
  font-family: "Playfair Display", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .monaMessageFromAdmin .img-inner {
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 800px) {
  .monaMessageFromAdmin .img-inner {
    font-size: 2.4rem;
  }
}
.monaMessageFromAdmin .bg-pink {
  display: none;
}
.monaMessageFromAdmin .course-out::after {
  content: "";
}
.monaMessageFromAdmin .course-out-content {
  display: none;
}
.monaMessageFromAdmin::after {
  display: none;
}

.monaAllButtonRow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
}
.monaAllButtonRow .lib-self-slider-tt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.monaAllButtonRow .monaAllButton {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 700px) {
  .monaAllButtonRow .monaAllButton .btn {
    height: 4rem;
  }
  .monaAllButtonRow .monaAllButton .btn .txt {
    padding: 1.6rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  .monaAllButtonRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .monaAllButtonRow .monaAllButton {
    margin-right: auto;
  }
}

.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_item > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-item > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current_page_parent > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-menu-parent > a,
.mobile-nav .menu-nav > .menu-list > .menu-item.current-post-parent > a {
  padding-left: 1.2rem;
}

.hd-cart-child-item.active .hd-cart-child-inner .info .count {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0rem 1rem;
}
@media screen and (max-width: 625px) {
  .info-price {
    font-size: 1.4rem;
  }
}
.info-price .price-cur {
  color: black;
  font-weight: 600;
}
.info-price .price-old {
  color: #929292;
  text-decoration: line-through;
  font-size: 1.4rem;
}

.cartx-bottom .screen-reader-text {
  height: 100%;
}

.cartx-bottom #coupon_code {
  height: 100% !important;
}

.cartx-bottom .cartx-coupon-f .button {
  padding: 0 !important;
  background: transparent !important;
  border: 0.1rem solid var(--color-pri) !important;
  border-radius: 0.8rem;
  overflow: hidden;
  min-width: 16rem;
}
.cartx-bottom .cartx-coupon-f .button .txt {
  font-weight: 400 !important;
}

@media screen and (max-width: 390px) {
  .cartx-bottom .cartx-coupon-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cartx-bottom .cartx-coupon-f .button {
    width: 100%;
  }
}

.cartx-bottom .cartx-update .btn .txt {
  white-space: nowrap;
}

.cartx-bottom .cartx-update .btn .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  padding: 1rem;
}
.cartx-bottom .cartx-update .btn .btn-inner .icon i {
  color: var(--color-pri);
}
.cartx-bottom .cartx-update .btn .btn-inner .text {
  color: var(--color-pri);
}

@media (hover: hover) {
  .cartx-bottom .cartx-update .btn:hover .btn-inner .icon i {
    color: white;
  }
  .cartx-bottom .cartx-update .btn:hover .btn-inner .text {
    color: white;
  }
}

.cartx-action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce a.remove {
  width: 1.6rem !important;
  height: 1.6rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: inherit;
  height: inherit;
  background-color: transparent !important;
  border: none !important;
}
.woocommerce a.remove i {
  font-size: 1.3rem !important;
  color: black !important;
}
.woocommerce a.remove:hover {
  background: transparent !important;
}
.woocommerce a.remove:hover i {
  color: red !important;
}

.prod-dt-ctn .prod-dt-rate .link::after {
  display: none;
}

.prod-dt-ctn .prod-dt-scroll {
  margin-top: 2rem;
}

.prod-dt-ctn .monaPriceProduct .info-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prod-dt-ctn .monaPriceProduct .info-price .price-cur {
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .prod-dt-ctn .monaPriceProduct .info-price .price-cur {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-dt-ctn .monaPriceProduct .info-price .price-cur {
    font-size: 1.7rem;
  }
}
.prod-dt-ctn .monaPriceProduct .info-price .price-old {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .prod-dt-ctn .monaPriceProduct .info-price .price-old {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .prod-dt-ctn .monaPriceProduct .info-price .price-old {
    font-size: 1.6rem;
  }
}

.hd-cart-item .inner .info {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}

@media (hover: hover) {
  .cartx-right .cart-collaterals .btn:hover .txt {
    color: var(--color-pri) !important;
  }
}

.ck-left .woocommerce-billing-fields,
.ck-left .woocommerce-shipping-fields {
  padding: 0 1.2rem;
}
.ck-left .woocommerce-billing-fields .form-row,
.ck-left .woocommerce-shipping-fields .form-row {
  padding: 0 1.2rem;
  margin-bottom: 2.4rem;
}
.ck-left .woocommerce-billing-fields .form-row input,
.ck-left .woocommerce-shipping-fields .form-row input {
  border-color: var(--color-pri) !important;
}
.ck-left .woocommerce-billing-fields .select2.select2-container .selection,
.ck-left .woocommerce-shipping-fields .select2.select2-container .selection {
  height: 100%;
  display: block;
}
.ck-left
  .woocommerce-billing-fields
  .select2-container
  .select2-selection--single,
.ck-left
  .woocommerce-shipping-fields
  .select2-container
  .select2-selection--single {
  height: 4.4rem;
}
.ck-left
  .woocommerce-billing-fields
  .select2-container--default
  .select2-selection--single,
.ck-left
  .woocommerce-shipping-fields
  .select2-container--default
  .select2-selection--single {
  height: 4.4rem !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.ck-left
  .woocommerce-billing-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.ck-left
  .woocommerce-shipping-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 4.4rem !important;
}

.ck-left .woocommerce-additional-fields {
  margin-top: 2.4rem;
}

.ck-left .woocommerce-additional-fields,
.ck-left .woocommerce-shipping-fields {
  padding: 0 1rem;
}
.ck-left .woocommerce-additional-fields .form-row textarea,
.ck-left .woocommerce-shipping-fields .form-row textarea {
  border-color: var(--color-pri) !important;
}

.ck-left .woocommerce-form__label {
  cursor: pointer;
}

.ck-left #billing_address_1_field_field {
  display: none;
}

.ck-left #shipping_address_1_field {
  width: 100%;
}

.ck-left #ship-to-different-address .woocommerce-form__label input {
  display: none;
}

.ck-left #ship-to-different-address .woocommerce-form__label > span {
  padding-left: 3.4rem;
  position: relative;
  display: block;
}
.ck-left #ship-to-different-address .woocommerce-form__label > span::after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../assets/images/radio-empty.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}

.ck-left
  #ship-to-different-address
  .woocommerce-form__label
  input:checked
  ~ span::after {
  background-image: url("../assets/images/radio-fill.svg");
}

.woocommerce-checkout #payment .btn {
  margin-top: 2.4rem;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--color-pri);
  overflow: hidden;
}
.woocommerce-checkout #payment .btn::after {
  background: transparent;
}
@media (hover: hover) {
  .woocommerce-checkout #payment .btn:hover .txt {
    color: var(--color-pri);
  }
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: var(--color-pri) !important;
}

.ft-form-flex .wpcf7-form-control {
  height: 100%;
}

#mona_f_add_to_cart_combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 4rem);
}

.dateTime {
  cursor: pointer;
}
.dateTime .dateTimeInput {
  cursor: pointer;
}

.wish-form textarea {
  border-radius: 0.8rem;
  border: 0.1rem solid var(--color-pri);
  padding: 1rem;
  outline: none;
  font-size: 1.6rem;
}

.wish-form .popup-close {
  position: relative !important;
  top: unset !important;
  right: unset !important;
}

.monaItemProductData.checked {
  pointer-events: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border-top-color: var(--color-pri);
}

.woocommerce-form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.woocommerce-form-coupon > p {
  width: 100%;
}
.woocommerce-form-coupon .form-row-first,
.woocommerce-form-coupon .form-row-last {
  padding: 0 !important;
  margin: 0 !important;
  height: 4rem !important;
}
.woocommerce-form-coupon .form-row-first {
  width: calc(100% - 13rem) !important;
}
.woocommerce-form-coupon .form-row-first input {
  height: 100% !important;
  border-radius: 0.8rem !important;
  border: 0.1rem solid var(--color-pri) !important;
}
@media screen and (max-width: 400px) {
  .woocommerce-form-coupon .form-row-first {
    width: 100% !important;
  }
}
.woocommerce-form-coupon .form-row-last {
  width: calc(12rem) !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.woocommerce-form-coupon .form-row-last button {
  height: 100% !important;
  width: 100% !important;
  background: var(--color-pri) !important;
  color: white !important;
  border-radius: 0.8rem !important;
}
@media screen and (max-width: 400px) {
  .woocommerce-form-coupon .form-row-last {
    width: 100% !important;
  }
}

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